.tfl-pp-shell,
.tfl-pp-shell *{box-sizing:border-box}
.tfl-pp-shell{--tfl-orange:#ef4a19;--tfl-orange-dark:#c9340f;--tfl-gold:#ffb300;--tfl-ink:#1f2937;--tfl-muted:#667085;--tfl-line:#e4e7ec;--tfl-soft:#fff7ed;--tfl-success:#067647;--tfl-danger:#b42318;font-family:Arial,Helvetica,sans-serif;color:var(--tfl-ink);max-width:1280px;margin:24px auto;background:#fff;border:1px solid #eaecf0;border-radius:20px;overflow:hidden;box-shadow:0 18px 60px rgba(16,24,40,.09)}
.tfl-pp-hero{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:34px 40px;background:linear-gradient(125deg,#fff9ed 0%,#fff 62%,#fff4ee 100%);border-bottom:1px solid var(--tfl-line)}
.tfl-pp-hero-copy{max-width:790px}.tfl-pp-eyebrow{display:inline-block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px;color:var(--tfl-orange);margin-bottom:8px}.tfl-pp-hero h2,.tfl-pp-overview-header h2{font-size:34px;line-height:1.16;margin:0 0 14px;color:var(--tfl-ink)}
.tfl-pp-intro,.tfl-pp-intro p{font-size:16px;line-height:1.65;color:#475467;margin:0}.tfl-pp-hero img{width:235px;max-width:28%;height:auto}
.tfl-pp-program-note{display:grid;grid-template-columns:minmax(0,1fr) 23px;column-gap:12px;align-items:center;width:100%;max-width:100%;margin:0;padding:16px 40px;background:linear-gradient(90deg,var(--tfl-gold),var(--tfl-orange));color:#fff}.tfl-pp-program-note>strong{display:block;min-width:0;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.tfl-pp-program-note>.tfl-pp-info-wrap{grid-column:2;justify-self:end;align-self:center}.tfl-pp-program-note .tfl-pp-info-button{background:#fff;color:var(--tfl-orange)}.tfl-pp-program-note .tfl-pp-tooltip{left:0;transform:translate(0,5px);width:min(430px,80vw)}.tfl-pp-program-note .tfl-pp-info-wrap:hover .tfl-pp-tooltip,.tfl-pp-program-note .tfl-pp-info-wrap.is-open .tfl-pp-tooltip,.tfl-pp-program-note .tfl-pp-info-button:focus+.tfl-pp-tooltip{transform:translate(0,0)}.tfl-pp-program-note .tfl-pp-tooltip:after{left:12px;transform:none}
.tfl-pp-layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:760px}.tfl-pp-stepper{padding:30px 22px;background:#f8fafc;border-right:1px solid var(--tfl-line)}
.tfl-pp-stepper-item{appearance:none;width:100%;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;text-align:left;gap:0 10px;border:0;background:transparent;padding:13px 10px;border-radius:12px;color:#667085;cursor:pointer;margin-bottom:7px}.tfl-pp-stepper-item>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e4e7ec;color:#344054;font-weight:800}.tfl-pp-stepper-item strong{font-size:14px;line-height:1.35;color:#344054}.tfl-pp-stepper-item small{font-size:11px;line-height:1.35;color:#98a2b3;margin-top:2px}.tfl-pp-stepper-item.is-active{background:#fff3eb;box-shadow:inset 3px 0 0 var(--tfl-orange)}.tfl-pp-stepper-item.is-active>span,.tfl-pp-stepper-item.is-complete>span{background:var(--tfl-orange);color:#fff}.tfl-pp-stepper-item.is-active strong{color:#9a3412}.tfl-pp-stepper-item.is-complete strong{color:#344054}
.tfl-pp-form{padding:34px 42px 42px;min-width:0}.tfl-pp-form-step{display:none}.tfl-pp-form-step.is-active{display:block;animation:tflPpFade .25s ease}@keyframes tflPpFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.tfl-pp-step-header{padding-bottom:20px;margin-bottom:25px;border-bottom:1px solid var(--tfl-line)}.tfl-pp-step-header>span{font-size:12px;text-transform:uppercase;letter-spacing:1.1px;font-weight:800;color:var(--tfl-orange)}.tfl-pp-step-header h3{font-size:28px;line-height:1.2;margin:5px 0;color:var(--tfl-ink)}.tfl-pp-step-header p{margin:0;color:var(--tfl-muted)}
.tfl-pp-field{margin:0 0 24px}.tfl-pp-field-label-row{display:grid;grid-template-columns:minmax(0,1fr) 23px;column-gap:10px;align-items:start;width:100%;max-width:100%;min-height:28px}.tfl-pp-field-label-row>label{display:block;min-width:0;line-height:1.45;overflow-wrap:anywhere}.tfl-pp-field-label-row>.tfl-pp-info-wrap{grid-column:2;justify-self:end;align-self:start}.tfl-pp-field label,.tfl-pp-login-card label{font-size:15px;font-weight:800;color:#344054}.tfl-pp-field label em,.tfl-pp-consent em{font-style:normal;color:var(--tfl-danger)}.tfl-pp-field-description{margin:5px 0 10px;font-size:14px;line-height:1.55;color:#667085}
.tfl-pp-field input,.tfl-pp-field textarea,.tfl-pp-login-card input,.tfl-pp-overview-tools input,.tfl-pp-overview-tools select{width:100%;border:1px solid #cfd4dc;border-radius:10px;background:#fff;color:#101828;font:inherit;padding:12px 14px;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:border-color .18s,box-shadow .18s}.tfl-pp-field textarea{resize:vertical;min-height:130px;line-height:1.55}.tfl-pp-field input:focus,.tfl-pp-field textarea:focus,.tfl-pp-login-card input:focus,.tfl-pp-overview-tools input:focus,.tfl-pp-overview-tools select:focus{outline:none;border-color:var(--tfl-orange);box-shadow:0 0 0 4px rgba(239,74,25,.12)}.tfl-pp-field.is-invalid input,.tfl-pp-field.is-invalid textarea{border-color:var(--tfl-danger);box-shadow:0 0 0 3px rgba(180,35,24,.08)}.tfl-pp-field-error{display:block;min-height:0;margin-top:5px;font-size:12px;color:var(--tfl-danger)}
.tfl-pp-info-wrap{position:relative!important;inset:auto!important;float:none!important;display:inline-grid!important;place-items:center!important;box-sizing:border-box!important;flex:none!important;width:23px!important;min-width:23px!important;max-width:23px!important;height:23px!important;min-height:23px!important;max-height:23px!important;margin:0!important;padding:0!important;vertical-align:top!important}.tfl-pp-info-button{all:unset!important;position:relative!important;inset:auto!important;float:none!important;display:grid!important;place-items:center!important;box-sizing:border-box!important;width:23px!important;min-width:23px!important;max-width:23px!important;height:23px!important;min-height:23px!important;max-height:23px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:var(--tfl-orange)!important;color:#fff!important;font:800 italic 13px/1 Arial,Helvetica,sans-serif!important;letter-spacing:0!important;text-align:center!important;text-indent:0!important;text-transform:none!important;cursor:help!important;box-shadow:none!important;transform:none!important;appearance:none!important;-webkit-appearance:none!important}.tfl-pp-tooltip{position:absolute;z-index:30;left:50%;bottom:calc(100% + 10px);width:min(330px,75vw);padding:12px 14px;border-radius:10px;background:#182230;color:#fff;font-size:13px;font-weight:400;line-height:1.5;box-shadow:0 12px 30px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translate(-50%,5px);transition:.17s;pointer-events:none}.tfl-pp-tooltip:after{content:"";position:absolute;top:100%;left:50%;border:7px solid transparent;border-top-color:#182230;transform:translateX(-50%)}.tfl-pp-info-wrap:hover .tfl-pp-tooltip,.tfl-pp-info-wrap.is-open .tfl-pp-tooltip,.tfl-pp-info-button:focus+.tfl-pp-tooltip{opacity:1;visibility:visible;transform:translate(-50%,0)}
.tfl-pp-actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--tfl-line);padding-top:24px;margin-top:32px}.tfl-pp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border-radius:9px;border:1px solid transparent;font:700 14px Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s}.tfl-pp-btn:hover{transform:translateY(-1px)}.tfl-pp-btn-primary{background:linear-gradient(110deg,var(--tfl-gold),var(--tfl-orange));color:#fff!important;box-shadow:0 7px 17px rgba(239,74,25,.22)}.tfl-pp-btn-primary:hover{box-shadow:0 9px 22px rgba(239,74,25,.3)}.tfl-pp-btn-secondary{background:#fff;color:#344054!important;border-color:#d0d5dd}.tfl-pp-btn-secondary:hover{background:#f9fafb}
.tfl-pp-consent{display:flex;align-items:flex-start;gap:10px;padding:16px;border:1px solid #fed7aa;border-radius:11px;background:#fff7ed;font-size:14px;line-height:1.5}.tfl-pp-consent input{flex:0 0 auto;margin-top:3px;width:18px;height:18px;accent-color:var(--tfl-orange)}
.tfl-pp-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.tfl-pp-alert{margin:24px 40px 0;padding:14px 17px;border-radius:10px;font-size:14px;line-height:1.5}.tfl-pp-alert ul{margin:7px 0 0 18px}.tfl-pp-alert-error{color:#912018;background:#fff1f0;border:1px solid #fecdca}
.tfl-pp-success{padding:56px 35px;text-align:center}.tfl-pp-success-icon{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 18px;border-radius:50%;background:#ecfdf3;color:var(--tfl-success);font-size:34px;font-weight:800}.tfl-pp-success h2{font-size:32px;margin:0 0 12px}.tfl-pp-success-text{max-width:700px;margin:0 auto;color:#475467;line-height:1.65}.tfl-pp-reference{display:inline-block;margin:18px 0 0;padding:9px 14px;border-radius:8px;background:#fff7ed;color:#9a3412}
.tfl-pp-login-card{max-width:600px;padding:44px 48px;text-align:center}.tfl-pp-login-card h2{font-size:29px;margin:10px 0}.tfl-pp-login-card p{color:#667085;line-height:1.55}.tfl-pp-login-icon{font-size:42px}.tfl-pp-login-card form{text-align:left;max-width:390px;margin:25px auto 0}.tfl-pp-login-card form label{display:block;margin-bottom:7px}.tfl-pp-login-card form input{margin-bottom:14px}.tfl-pp-login-card .tfl-pp-alert{margin:18px 0}
.tfl-pp-overview{overflow:visible}.tfl-pp-overview-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:32px 36px;background:linear-gradient(125deg,#fff9ed,#fff)}.tfl-pp-overview-header h2{margin-bottom:5px}.tfl-pp-overview-header p{margin:0;color:#667085}.tfl-pp-overview-tools{display:grid;grid-template-columns:minmax(250px,1fr) 240px;gap:15px;padding:20px 36px;background:#f8fafc;border-top:1px solid var(--tfl-line);border-bottom:1px solid var(--tfl-line)}.tfl-pp-overview-tools label>span{display:block;font-size:12px;font-weight:800;color:#475467;margin:0 0 5px}.tfl-pp-table-wrap{padding:0 25px 30px;overflow:auto}.tfl-pp-table{width:100%;min-width:910px;border-collapse:separate;border-spacing:0}.tfl-pp-table th{padding:15px 12px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#667085;border-bottom:1px solid var(--tfl-line)}.tfl-pp-table td{padding:16px 12px;border-bottom:1px solid #eef0f3;vertical-align:middle;font-size:14px;color:#344054}.tfl-pp-table td strong{display:block;color:#101828}.tfl-pp-table td small{display:block;margin-top:4px;color:#667085}.tfl-pp-table-actions{white-space:nowrap}.tfl-pp-table-actions a,.tfl-pp-link-button{border:0;background:none;padding:5px 6px;color:var(--tfl-orange);font:700 13px Arial;text-decoration:none;cursor:pointer}.tfl-pp-table-actions a:hover,.tfl-pp-link-button:hover{text-decoration:underline}.tfl-pp-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;white-space:nowrap}.tfl-pp-status-nieuw{background:#fff4e5;color:#b54708}.tfl-pp-status-in_behandeling{background:#eff8ff;color:#175cd3}.tfl-pp-status-aanvulling{background:#fef3f2;color:#b42318}.tfl-pp-status-beoordeeld{background:#f4f3ff;color:#5925dc}.tfl-pp-status-afgerond{background:#ecfdf3;color:#067647}.tfl-pp-no-results{text-align:center;color:#667085;padding:30px}
.tfl-pp-modal{--tfl-orange:#ef4a19;--tfl-orange-dark:#c9340f;--tfl-gold:#ffb300;--tfl-ink:#1f2937;--tfl-muted:#667085;--tfl-line:#e4e7ec;position:fixed;z-index:999999;inset:0;display:none}.tfl-pp-modal.is-open{display:block}.tfl-pp-modal-backdrop{position:absolute;inset:0;background:rgba(16,24,40,.62);backdrop-filter:blur(2px)}.tfl-pp-modal-dialog{position:relative;display:flex;flex-direction:column;width:min(900px,calc(100% - 28px));max-height:calc(100vh - 34px);margin:17px auto;background:#fff;border-radius:17px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.3)}.tfl-pp-modal-dialog>header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:24px 28px;background:linear-gradient(115deg,#ffb300,#ef4a19);color:#fff}.tfl-pp-modal-dialog>header span{font-size:12px;font-weight:800;letter-spacing:1px}.tfl-pp-modal-dialog>header h2{font-size:25px;line-height:1.25;margin:4px 0 0;color:#fff}.tfl-pp-modal-dialog>header button{border:0;background:rgba(255,255,255,.2);color:#fff;width:38px;height:38px;border-radius:50%;font-size:27px;line-height:1;cursor:pointer}.tfl-pp-modal-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:13px 28px;border-bottom:1px solid var(--tfl-line);font-size:13px;color:#667085}.tfl-pp-modal-meta a{margin-left:auto;color:var(--tfl-orange);font-weight:800}.tfl-pp-modal-content{overflow:auto;padding:10px 28px 30px}.tfl-pp-modal-content section{padding:18px 0;border-bottom:1px solid #eef0f3}.tfl-pp-modal-content h3{font-size:15px;margin:0 0 8px;color:#9a3412}.tfl-pp-modal-content section>div{font-size:14px;line-height:1.65;color:#344054;white-space:normal}body.tfl-pp-modal-open{overflow:hidden}
@media(max-width:900px){.tfl-pp-layout{grid-template-columns:1fr}.tfl-pp-stepper{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--tfl-line);padding:14px}.tfl-pp-stepper-item{min-width:54px;width:auto;grid-template-columns:34px;grid-template-rows:auto;margin:0 4px;padding:8px}.tfl-pp-stepper-item strong,.tfl-pp-stepper-item small{display:none}.tfl-pp-stepper-item>span{grid-row:auto}.tfl-pp-form{padding:28px 26px}.tfl-pp-hero{padding:28px}.tfl-pp-program-note{padding:18px 28px}.tfl-pp-hero h2{font-size:29px}.tfl-pp-hero img{width:180px}.tfl-pp-overview-header{padding:26px}.tfl-pp-overview-tools{padding:18px 26px}.tfl-pp-table-wrap{padding-left:14px;padding-right:14px}}
@media(max-width:620px){.tfl-pp-shell{border-radius:12px;margin:12px auto}.tfl-pp-program-note{align-items:start;grid-template-columns:minmax(0,1fr) 23px}.tfl-pp-program-note>.tfl-pp-info-wrap,.tfl-pp-field-label-row>.tfl-pp-info-wrap{align-self:start}.tfl-pp-hero{align-items:flex-start;flex-direction:column-reverse;gap:16px;padding:23px 20px}.tfl-pp-hero img{max-width:190px;width:48%}.tfl-pp-hero h2{font-size:26px}.tfl-pp-program-note{padding:16px 20px}.tfl-pp-form{padding:23px 19px 28px}.tfl-pp-step-header h3{font-size:24px}.tfl-pp-actions{flex-direction:column-reverse}.tfl-pp-btn{width:100%}.tfl-pp-tooltip{left:auto;right:-10px;transform:translateY(5px)}.tfl-pp-info-wrap:hover .tfl-pp-tooltip,.tfl-pp-info-wrap.is-open .tfl-pp-tooltip,.tfl-pp-info-button:focus+.tfl-pp-tooltip{transform:none}.tfl-pp-tooltip:after{left:auto;right:13px}.tfl-pp-alert{margin:18px 18px 0}.tfl-pp-login-card{padding:35px 22px}.tfl-pp-overview-header{align-items:flex-start;flex-direction:column;padding:23px 20px}.tfl-pp-overview-header form,.tfl-pp-overview-header .tfl-pp-btn{width:100%}.tfl-pp-overview-tools{grid-template-columns:1fr;padding:17px 20px}.tfl-pp-modal-dialog{max-height:calc(100vh - 16px);margin:8px auto}.tfl-pp-modal-dialog>header{padding:20px}.tfl-pp-modal-meta,.tfl-pp-modal-content{padding-left:20px;padding-right:20px}.tfl-pp-modal-meta a{margin-left:0;width:100%}}


/* v1.0.3 - optisch en technisch gecentreerde informatie-iconen */
.tfl-pp-program-note{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) 64px!important;
	column-gap:0!important;
	align-items:stretch!important;
	min-height:56px!important;
	padding:0 0 0 40px!important;
}
.tfl-pp-program-note>strong{
	display:flex!important;
	align-items:center!important;
	min-height:56px!important;
	padding:14px 16px 14px 0!important;
}
.tfl-pp-field-label-row{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) 42px!important;
	column-gap:8px!important;
	align-items:center!important;
	min-height:42px!important;
}
.tfl-pp-field-label-row>label{
	align-self:center!important;
}
.tfl-pp-info-wrap,
.tfl-pp-program-note>.tfl-pp-info-wrap,
.tfl-pp-field-label-row>.tfl-pp-info-wrap{
	position:relative!important;
	inset:auto!important;
	float:none!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	place-items:initial!important;
	box-sizing:border-box!important;
	width:42px!important;
	min-width:42px!important;
	max-width:42px!important;
	height:42px!important;
	min-height:42px!important;
	max-height:42px!important;
	margin:0!important;
	padding:0!important;
	align-self:center!important;
	justify-self:center!important;
	vertical-align:middle!important;
}
.tfl-pp-program-note>.tfl-pp-info-wrap{
	grid-column:2!important;
	width:64px!important;
	min-width:64px!important;
	max-width:64px!important;
	height:auto!important;
	min-height:56px!important;
	max-height:none!important;
	align-self:stretch!important;
	justify-self:stretch!important;
	border-left:1px solid rgba(255,255,255,.22)!important;
}
.tfl-pp-info-button,
.tfl-pp-shell button.tfl-pp-info-button{
	all:unset!important;
	position:relative!important;
	inset:auto!important;
	float:none!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	box-sizing:border-box!important;
	width:28px!important;
	min-width:28px!important;
	max-width:28px!important;
	height:28px!important;
	min-height:28px!important;
	max-height:28px!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:50%!important;
	background:var(--tfl-orange)!important;
	color:#fff!important;
	font:inherit!important;
	line-height:1!important;
	letter-spacing:0!important;
	text-align:center!important;
	text-indent:0!important;
	text-transform:none!important;
	cursor:help!important;
	box-shadow:none!important;
	transform:none!important;
	appearance:none!important;
	-webkit-appearance:none!important;
}
.tfl-pp-program-note .tfl-pp-info-button,
.tfl-pp-program-note button.tfl-pp-info-button{
	background:var(--tfl-gold)!important;
	color:#1f2937!important;
}
.tfl-pp-info-glyph{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:16px!important;
	height:16px!important;
	margin:0!important;
	padding:0!important;
	font-family:Georgia,"Times New Roman",serif!important;
	font-size:15px!important;
	font-style:italic!important;
	font-weight:700!important;
	line-height:16px!important;
	letter-spacing:0!important;
	text-align:center!important;
	transform:translate(-.35px,-.35px)!important;
}
.tfl-pp-info-button:focus-visible{
	outline:3px solid rgba(239,74,25,.25)!important;
	outline-offset:2px!important;
}
.tfl-pp-program-note .tfl-pp-info-button:focus-visible{
	outline-color:rgba(255,255,255,.7)!important;
}
.tfl-pp-program-note .tfl-pp-tooltip{
	left:auto!important;
	right:10px!important;
	transform:translateY(5px)!important;
}
.tfl-pp-program-note .tfl-pp-info-wrap:hover .tfl-pp-tooltip,
.tfl-pp-program-note .tfl-pp-info-wrap.is-open .tfl-pp-tooltip,
.tfl-pp-program-note .tfl-pp-info-button:focus+.tfl-pp-tooltip{
	transform:none!important;
}
.tfl-pp-program-note .tfl-pp-tooltip:after{
	left:auto!important;
	right:14px!important;
	transform:none!important;
}
@media(max-width:900px){
	.tfl-pp-program-note{padding-left:28px!important}
}
@media(max-width:620px){
	.tfl-pp-program-note{
		grid-template-columns:minmax(0,1fr) 56px!important;
		padding-left:20px!important;
	}
	.tfl-pp-program-note>.tfl-pp-info-wrap{
		width:56px!important;
		min-width:56px!important;
		max-width:56px!important;
		align-self:stretch!important;
	}
	.tfl-pp-field-label-row{
		grid-template-columns:minmax(0,1fr) 38px!important;
		min-height:38px!important;
	}
	.tfl-pp-field-label-row>.tfl-pp-info-wrap{
		width:38px!important;
		min-width:38px!important;
		max-width:38px!important;
		height:38px!important;
		min-height:38px!important;
		max-height:38px!important;
		align-self:center!important;
	}
}

/* v1.0.4 - vaste centrering in de introductiebalk en viewport-veilige pop-ups */
.tfl-pp-program-note{
	position:relative!important;
	display:flex!important;
	align-items:center!important;
	width:100%!important;
	min-height:64px!important;
	padding:14px 76px 14px 40px!important;
}
.tfl-pp-program-note>strong{
	display:block!important;
	width:100%!important;
	min-height:0!important;
	padding:0!important;
	margin:0!important;
}
.tfl-pp-program-note>.tfl-pp-info-wrap{
	position:absolute!important;
	top:0!important;
	right:0!important;
	bottom:0!important;
	left:auto!important;
	display:grid!important;
	place-items:center!important;
	width:64px!important;
	min-width:64px!important;
	max-width:64px!important;
	height:auto!important;
	min-height:0!important;
	max-height:none!important;
	margin:0!important;
	padding:0!important;
	border-left:1px solid rgba(255,255,255,.22)!important;
}

/* Tooltips worden door JavaScript binnen de zichtbare browserruimte geplaatst. */
.tfl-pp-tooltip[data-tfl-positioned="true"]{
	position:fixed!important;
	z-index:2147483646!important;
	left:var(--tfl-tooltip-left,12px)!important;
	top:var(--tfl-tooltip-top,12px)!important;
	right:auto!important;
	bottom:auto!important;
	width:var(--tfl-tooltip-width,330px)!important;
	max-width:calc(100vw - 24px)!important;
	max-height:calc(100vh - 24px)!important;
	max-height:calc(100dvh - 24px)!important;
	overflow:auto!important;
	transform:none!important;
}
.tfl-pp-tooltip[data-tfl-positioned="true"]:after{
	top:100%!important;
	bottom:auto!important;
	left:var(--tfl-tooltip-arrow-left,50%)!important;
	right:auto!important;
	transform:translateX(-50%)!important;
	border:7px solid transparent!important;
	border-top-color:#182230!important;
}
.tfl-pp-tooltip[data-tfl-positioned="true"].is-below:after{
	top:auto!important;
	bottom:100%!important;
	border-top-color:transparent!important;
	border-bottom-color:#182230!important;
}

/* Detailvenster blijft altijd volledig binnen de viewport. */
.tfl-pp-modal.is-open{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	padding:16px!important;
	overflow:hidden!important;
}
.tfl-pp-modal-backdrop{
	position:fixed!important;
	inset:0!important;
}
.tfl-pp-modal-dialog{
	width:min(900px,100%)!important;
	max-width:100%!important;
	max-height:calc(100vh - 32px)!important;
	max-height:calc(100dvh - 32px)!important;
	margin:0!important;
}

@media(max-width:900px){
	.tfl-pp-program-note{padding-left:28px!important}
}
@media(max-width:620px){
	.tfl-pp-program-note{
		min-height:60px!important;
		padding:13px 68px 13px 20px!important;
	}
	.tfl-pp-program-note>.tfl-pp-info-wrap{
		width:56px!important;
		min-width:56px!important;
		max-width:56px!important;
	}
	.tfl-pp-modal.is-open{
		align-items:flex-start!important;
		padding:8px!important;
	}
	.tfl-pp-modal-dialog{
		max-height:calc(100vh - 16px)!important;
		max-height:calc(100dvh - 16px)!important;
	}
}
.tfl-pp-tooltip{
	transition:opacity .17s ease,visibility .17s ease,transform .17s ease!important;
}


/* v1.0.5 - brede, rechts uitgelijnde informatiepop-ups zonder interne scrollbalk */
.tfl-pp-tooltip{
	width:min(640px,calc(100vw - 24px))!important;
	max-height:none!important;
	overflow:visible!important;
	white-space:normal!important;
}
.tfl-pp-program-note .tfl-pp-tooltip{
	width:min(720px,calc(100vw - 24px))!important;
}
.tfl-pp-tooltip[data-tfl-positioned="true"]{
	max-height:none!important;
	overflow:visible!important;
	overflow-x:visible!important;
	overflow-y:visible!important;
}
@media(max-width:620px){
	.tfl-pp-tooltip,
	.tfl-pp-program-note .tfl-pp-tooltip{
		width:calc(100vw - 24px)!important;
	}
}

/* v1.0.6 - compactere standaardhoogte voor tekstvelden */
.tfl-pp-field textarea{
	height:112px!important;
	min-height:112px!important;
	max-height:none!important;
	resize:vertical!important;
}
@media(max-width:620px){
	.tfl-pp-field textarea{
		height:108px!important;
		min-height:108px!important;
	}
}

/* v1.1.0 - statusworkflow op het beveiligde overzicht */
.tfl-pp-status-table{min-width:1120px!important}
.tfl-pp-status-cell{min-width:245px}
.tfl-pp-status-cell>.tfl-pp-status{margin-bottom:8px}
.tfl-pp-status-form{display:grid;grid-template-columns:minmax(135px,1fr) auto;gap:7px;align-items:center;margin:0}
.tfl-pp-status-form select{width:100%;min-height:38px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font:600 12px Arial,Helvetica,sans-serif;padding:7px 30px 7px 9px}
.tfl-pp-status-save{min-height:38px;border:0;border-radius:8px;background:#ef4a19;color:#fff;font:800 12px Arial,Helvetica,sans-serif;padding:8px 11px;cursor:pointer;white-space:nowrap}
.tfl-pp-status-save:hover{background:#c9340f}
.tfl-pp-status-locked{display:block;margin-top:5px;color:#667085;font-size:11px;font-weight:700}
.tfl-pp-status-goedgekeurd{background:#ecfdf3;color:#067647}
.tfl-pp-status-afgekeurd{background:#fef3f2;color:#b42318}
.tfl-pp-overview-notice{margin:0;padding:15px 36px;border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec;font-size:14px;line-height:1.5}
.tfl-pp-overview-notice-success{background:#ecfdf3;color:#05603a;border-color:#abefc6}
.tfl-pp-overview-notice-error{background:#fef3f2;color:#912018;border-color:#fecdca}
.tfl-pp-overview-notice-info{background:#eff8ff;color:#1849a9;border-color:#b2ddff}
.tfl-pp-status-workflow-dialog{width:min(680px,100%)!important}
.tfl-pp-status-workflow-content{padding:26px 30px 30px;overflow:auto}
.tfl-pp-status-workflow-content>p{margin:0 0 18px;color:#475467;font-size:15px;line-height:1.6}
.tfl-pp-status-workflow-content label{display:block;margin:0 0 7px;color:#344054;font-size:14px;font-weight:800}
.tfl-pp-status-workflow-content textarea{display:block;width:100%;min-height:190px;resize:vertical;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#101828;font:inherit;line-height:1.55;padding:13px 14px;box-shadow:0 1px 2px rgba(16,24,40,.04)}
.tfl-pp-status-workflow-content textarea:focus{outline:none;border-color:#ef4a19;box-shadow:0 0 0 4px rgba(239,74,25,.12)}
.tfl-pp-status-modal-error{margin:8px 0 0!important;color:#b42318!important;font-size:13px!important;font-weight:700}
.tfl-pp-status-workflow-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid #e4e7ec}
.tfl-pp-status-history>div{display:grid;gap:10px}
.tfl-pp-status-history article{display:grid;grid-template-columns:130px minmax(0,1fr);gap:8px 14px;padding:12px 14px;border:1px solid #e4e7ec;border-radius:10px;background:#f8fafc}
.tfl-pp-status-history article strong{font-size:12px;color:#475467}
.tfl-pp-status-history article span{font-size:13px;font-weight:800;color:#344054}
.tfl-pp-status-history article p{grid-column:1/-1;margin:2px 0 0;padding-top:10px;border-top:1px solid #e4e7ec;color:#475467;font-size:13px;line-height:1.55}
@media(max-width:620px){
  .tfl-pp-overview-notice{padding:14px 20px}
  .tfl-pp-status-workflow-content{padding:22px 20px 24px}
  .tfl-pp-status-workflow-actions{flex-direction:column-reverse}
  .tfl-pp-status-history article{grid-template-columns:1fr;gap:5px}
  .tfl-pp-status-history article p{grid-column:auto}
}

/* v1.1.1 - vernieuwde kaartweergave beveiligd overzicht */
.tfl-pp-overview-header .tfl-pp-logout-form{margin:0;flex:0 0 auto}
.tfl-pp-overview-header .tfl-pp-logout-form .tfl-pp-btn{
	min-width:112px;
	background:#fff!important;
	color:#344054!important;
	border:1px solid #d0d5dd!important;
	box-shadow:0 2px 6px rgba(16,24,40,.06)!important;
}
.tfl-pp-overview-header .tfl-pp-logout-form .tfl-pp-btn:hover{
	background:#f9fafb!important;
	border-color:#98a2b3!important;
}
.tfl-pp-application-list{
	display:grid;
	gap:16px;
	padding:28px 36px 36px;
	background:#f8fafc;
}
.tfl-pp-application-card{
	display:block;
	min-width:0;
	background:#fff;
	border:1px solid #e4e7ec;
	border-radius:16px;
	overflow:hidden;
	box-shadow:0 3px 10px rgba(16,24,40,.04);
	transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.tfl-pp-application-card:hover{
	border-color:#f6b29c;
	box-shadow:0 10px 26px rgba(16,24,40,.08);
	transform:translateY(-1px);
}
.tfl-pp-application-card[hidden]{display:none!important}
.tfl-pp-application-card-main{
	display:grid;
	grid-template-columns:minmax(245px,1.05fr) minmax(0,1.95fr);
	gap:28px;
	align-items:center;
	padding:23px 26px 21px;
}
.tfl-pp-application-title-block{min-width:0}
.tfl-pp-application-kicker{
	display:flex;
	align-items:center;
	gap:9px;
	flex-wrap:wrap;
	margin:0 0 9px;
}
.tfl-pp-application-reference{
	color:#667085;
	font-size:11px;
	font-weight:800;
	letter-spacing:.35px;
	white-space:nowrap;
}
.tfl-pp-application-title-block h3{
	margin:0!important;
	padding:0!important;
	border:0!important;
	color:#101828!important;
	font:800 20px/1.28 Arial,Helvetica,sans-serif!important;
	letter-spacing:-.2px!important;
	text-transform:none!important;
	word-break:break-word;
}
.tfl-pp-application-meta{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:0;
	margin:0;
	padding:0;
}
.tfl-pp-application-meta>div{
	min-width:0;
	margin:0;
	padding:2px 20px;
	border-left:1px solid #eaecf0;
}
.tfl-pp-application-meta dt{
	margin:0 0 6px;
	color:#667085;
	font:800 11px/1.25 Arial,Helvetica,sans-serif;
	letter-spacing:.65px;
	text-transform:uppercase;
}
.tfl-pp-application-meta dd{
	margin:0;
	color:#344054;
	font:700 14px/1.4 Arial,Helvetica,sans-serif;
	word-break:break-word;
}
.tfl-pp-application-meta dd small{
	display:block;
	margin-top:4px;
	color:#667085;
	font:400 12px/1.4 Arial,Helvetica,sans-serif;
}
.tfl-pp-application-card-footer{
	display:grid;
	grid-template-columns:minmax(410px,1fr) auto;
	gap:24px;
	align-items:end;
	padding:16px 20px 17px 26px;
	background:linear-gradient(90deg,#fcfcfd,#fff);
	border-top:1px solid #eaecf0;
}
.tfl-pp-application-status-control{min-width:0}
.tfl-pp-card-section-label{
	display:block;
	margin:0 0 7px;
	color:#475467;
	font:800 11px/1.2 Arial,Helvetica,sans-serif;
	letter-spacing:.65px;
	text-transform:uppercase;
}
.tfl-pp-application-card .tfl-pp-status-form{
	display:grid;
	grid-template-columns:minmax(190px,310px) auto;
	gap:8px;
	align-items:center;
	max-width:500px;
	margin:0;
}
.tfl-pp-application-card .tfl-pp-status-form select{
	height:42px;
	min-height:42px;
	margin:0;
	border:1px solid #d0d5dd;
	border-radius:9px;
	background-color:#fff;
	color:#344054;
	font:700 13px Arial,Helvetica,sans-serif;
	padding:8px 34px 8px 12px;
	box-shadow:0 1px 2px rgba(16,24,40,.04);
}
.tfl-pp-application-card .tfl-pp-status-form select:focus{
	outline:none;
	border-color:#ef4a19;
	box-shadow:0 0 0 4px rgba(239,74,25,.11);
}
.tfl-pp-application-card .tfl-pp-status-save{
	all:unset;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	height:42px;
	min-height:42px;
	padding:0 16px;
	border-radius:9px;
	background:linear-gradient(110deg,#ffb300,#ef4a19);
	color:#fff;
	font:800 13px/1 Arial,Helvetica,sans-serif;
	white-space:nowrap;
	cursor:pointer;
	box-shadow:0 5px 13px rgba(239,74,25,.18);
}
.tfl-pp-application-card .tfl-pp-status-save:hover{
	background:linear-gradient(110deg,#f5a900,#d63a11);
	box-shadow:0 7px 17px rgba(239,74,25,.25);
}
.tfl-pp-application-card .tfl-pp-status-locked{
	dis:block;
	margin:0;
	color:#667085;
	font:700 13px/1.45 Arial,Helvetica,sans-serif;
}
.tfl-pp-application-actions{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:9px;
	flex-wrap:wrap;
}
.tfl-pp-card-action,
.tfl-pp-application-actions button.tfl-pp-card-action,
.tfl-pp-application-actions a.tfl-pp-card-action{
	all:unset;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	min-height:42px;
	padding:0 17px;
	border-radius:9px;
	font:800 13px/1 Arial,Helvetica,sans-serif;
	text-align:center;
	text-decoration:none!important;
	white-space:nowrap;
	cursor:pointer;
	transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.tfl-pp-card-action:hover{transform:translateY(-1px)}
.tfl-pp-card-action-primary,
.tfl-pp-application-actions button.tfl-pp-card-action-primary{
	background:#ef4a19;
	color:#fff;
	box-shadow:0 5px 13px rgba(239,74,25,.18);
}
.tfl-pp-card-action-primary:hover,
.tfl-pp-application-actions button.tfl-pp-card-action-primary:hover{
	background:#c9340f;
	box-shadow:0 7px 17px rgba(239,74,25,.24);
}
.tfl-pp-card-action-secondary,
.tfl-pp-application-actions a.tfl-pp-card-action-secondary{
	border:1px solid #f2a98f;
	background:#fff;
	color:#c9340f;
}
.tfl-pp-card-action-secondary:hover,
.tfl-pp-application-actions a.tfl-pp-card-action-secondary:hover{
	border-color:#ef4a19;
	background:#fff7ed;
}
.tfl-pp-application-list>.tfl-pp-no-results{
	margin:0;
	padding:38px 20px;
	border:1px dashed #d0d5dd;
	border-radius:14px;
	background:#fff;
}
@media(max-width:980px){
	.tfl-pp-application-card-main{grid-template-columns:1fr;gap:20px}
	.tfl-pp-application-meta>div:first-child{border-left:0;padding-left:0}
	.tfl-pp-application-card-footer{grid-template-columns:1fr;align-items:start}
	.tfl-pp-application-actions{justify-content:flex-start}
}
@media(max-width:700px){
	.tfl-pp-application-list{padding:20px}
	.tfl-pp-application-card-main{padding:21px 20px 18px}
	.tfl-pp-application-meta{grid-template-columns:1fr;gap:14px}
	.tfl-pp-application-meta>div,
	.tfl-pp-application-meta>div:first-child{padding:0 0 14px;border-left:0;border-bottom:1px solid #eaecf0}
	.tfl-pp-application-meta>div:last-child{padding-bottom:0;border-bottom:0}
	.tfl-pp-application-card-footer{padding:17px 20px 20px;gap:18px}
	.tfl-pp-application-card .tfl-pp-status-form{grid-template-columns:1fr;max-width:none}
	.tfl-pp-application-card .tfl-pp-status-save{width:100%}
	.tfl-pp-application-actions{display:grid;grid-template-columns:1fr;width:100%}
	.tfl-pp-card-action,
	.tfl-pp-application-actions button.tfl-pp-card-action,
	.tfl-pp-application-actions a.tfl-pp-card-action{width:100%}
}

/* v1.1.4 - zichtbaar-wachtwoordknop op de beveiligde inlogpagina */
.tfl-pp-password-wrap{position:relative;margin-bottom:14px}
.tfl-pp-login-card form .tfl-pp-password-wrap input{margin-bottom:0;padding-right:50px}
.tfl-pp-password-wrap .tfl-pp-password-toggle{position:absolute;z-index:2;right:6px;top:50%;display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin:0;padding:0;transform:translateY(-50%);border:0;border-radius:7px;background:transparent;color:#667085;cursor:pointer;box-shadow:none}
.tfl-pp-password-wrap .tfl-pp-password-toggle:hover{background:#f2f4f7;color:#ef4a19}
.tfl-pp-password-wrap .tfl-pp-password-toggle:focus{outline:2px solid #ef4a19;outline-offset:1px}
.tfl-pp-password-wrap .tfl-pp-password-toggle svg{display:block;width:22px;height:22px;fill:currentColor}
.tfl-pp-password-wrap .tfl-pp-password-toggle.is-visible{color:#ef4a19;background:#fff7ed}

/* v1.2.0 - beveiligde aanvullingslink, antwoordformulier en historie */
.tfl-pp-supplement-shell{max-width:980px}
.tfl-pp-supplement-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid #e4e7ec;background:#fff}
.tfl-pp-supplement-meta span{display:flex;flex-direction:column;gap:4px;padding:16px 22px;border-right:1px solid #e4e7ec;color:#344054;font-size:14px;line-height:1.45}
.tfl-pp-supplement-meta span:last-child{border-right:0}
.tfl-pp-supplement-meta strong{color:#667085;font-size:11px;letter-spacing:.55px;text-transform:uppercase}
.tfl-pp-supplement-content{padding:30px 34px 36px;background:#fff}
.tfl-pp-supplement-question{margin:0 0 24px;border:1px solid #fed7aa;border-radius:13px;overflow:hidden;background:#fffaf5}
.tfl-pp-supplement-question>span{display:block;padding:11px 16px;background:#fff0df;color:#9a3412;font-size:13px;font-weight:800;letter-spacing:.25px}
.tfl-pp-supplement-question>div{padding:18px 19px;color:#344054;font-size:15px;line-height:1.7}
.tfl-pp-supplement-form label{display:block;margin:0 0 8px;color:#344054;font-size:15px}
.tfl-pp-supplement-form label em{color:#ef4a19}
.tfl-pp-supplement-form textarea{display:block;box-sizing:border-box;width:100%;min-height:210px;padding:15px 16px;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:#101828;font:inherit;line-height:1.6;resize:vertical;box-shadow:0 1px 2px rgba(16,24,40,.04)}
.tfl-pp-supplement-form textarea:focus{outline:none;border-color:#ef4a19;box-shadow:0 0 0 4px rgba(239,74,25,.11)}
.tfl-pp-supplement-privacy{margin:10px 0 20px;color:#667085;font-size:12px;line-height:1.55}
.tfl-pp-supplement-success{display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid #abefc6;border-radius:13px;background:#ecfdf3}
.tfl-pp-supplement-success>span{display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#12b76a;color:#fff;font-size:22px;font-weight:800}
.tfl-pp-supplement-success h3{margin:0 0 6px;color:#067647;font-size:20px}
.tfl-pp-supplement-success p{margin:0;color:#344054;line-height:1.6}
.tfl-pp-supplement-success small{display:block;margin-top:7px;color:#667085}
.tfl-pp-supplement-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;white-space:nowrap}
.tfl-pp-supplement-badge.is-open{background:#fff4e5;color:#b54708}
.tfl-pp-supplement-badge.is-received{background:#ecfdf3;color:#067647}
.tfl-pp-supplement-history>div{display:grid;gap:13px}
.tfl-pp-supplement-history article{padding:15px 16px;border:1px solid #e4e7ec;border-radius:11px;background:#f8fafc}
.tfl-pp-supplement-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.tfl-pp-supplement-history-head strong{font-size:12px;color:#475467}
.tfl-pp-supplement-history article h4{margin:12px 0 5px;color:#9a3412;font-size:13px}
.tfl-pp-supplement-history article p{margin:0;color:#475467;font-size:13px;line-height:1.6}
.tfl-pp-supplement-history article small{display:block;margin-top:12px;color:#667085;font-size:11px}
@media(max-width:700px){
  .tfl-pp-supplement-meta{grid-template-columns:1fr}
  .tfl-pp-supplement-meta span{border-right:0;border-bottom:1px solid #e4e7ec}
  .tfl-pp-supplement-meta span:last-child{border-bottom:0}
  .tfl-pp-supplement-content{padding:24px 20px 28px}
  .tfl-pp-supplement-form .tfl-pp-btn{width:100%}
  .tfl-pp-supplement-history-head{align-items:flex-start;flex-direction:column}
}
.tfl-pp-alert-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6}
.tfl-pp-supplement-content>.tfl-pp-alert{margin:0}
.tfl-pp-supplement-badge.is-superseded{background:#f2f4f7;color:#475467}

/* v1.3.0 - Topsport Flevoland huisstijl */
.tfl-pp-shell{
 --tfl-orange:#EA5D1C;--tfl-orange-dark:#C84C16;--tfl-gold:#FBB908;--tfl-ink:#003C4E;--tfl-muted:#5E6F73;--tfl-line:#D8E2E5;--tfl-soft:#FFF6E5;--tfl-success:#22595F;--tfl-danger:#B42318;
 color:var(--tfl-ink);border-color:#D8E2E5;border-radius:15px;box-shadow:0 18px 55px rgba(0,60,78,.10)
}
.tfl-pp-hero,.tfl-pp-overview-header{background:linear-gradient(135deg,#fff 0%,#fff 66%,rgba(251,185,8,.10) 100%);position:relative;overflow:hidden}
.tfl-pp-hero:after,.tfl-pp-overview-header:after{content:"";position:absolute;right:-80px;bottom:-105px;width:310px;height:150px;border-radius:50%;border:12px solid rgba(234,93,28,.10);transform:rotate(-9deg);pointer-events:none}
.tfl-pp-hero h2,.tfl-pp-overview-header h2,.tfl-pp-step-header h3{color:#003C4E}
.tfl-pp-eyebrow,.tfl-pp-step-header>span{color:#EA5D1C}
.tfl-pp-program-note{background:#003C4E;color:#fff;border-bottom:4px solid #FBB908}
.tfl-pp-program-note>.tfl-pp-info-wrap{border-left-color:rgba(255,255,255,.22)!important}
.tfl-pp-program-note .tfl-pp-info-button{background:#FBB908!important;color:#003C4E!important}
.tfl-pp-stepper{background:#F3F7F8}
.tfl-pp-stepper-item.is-active{background:#FFF6E5;box-shadow:inset 4px 0 0 #EA5D1C}
.tfl-pp-stepper-item.is-active>span,.tfl-pp-stepper-item.is-complete>span{background:#003C4E}
.tfl-pp-stepper-item.is-active strong{color:#003C4E}
.tfl-pp-field input,.tfl-pp-field textarea,.tfl-pp-login-card input,.tfl-pp-overview-tools input,.tfl-pp-overview-tools select{border-radius:10px;border-color:#BFCFD3}
.tfl-pp-field input:focus,.tfl-pp-field textarea:focus,.tfl-pp-login-card input:focus,.tfl-pp-overview-tools input:focus,.tfl-pp-overview-tools select:focus{border-color:#EA5D1C;box-shadow:0 0 0 4px rgba(234,93,28,.13)}
.tfl-pp-btn{border-radius:10px}
.tfl-pp-btn-primary{background:#EA5D1C;color:#fff!important;box-shadow:0 7px 17px rgba(234,93,28,.22)}
.tfl-pp-btn-primary:hover{background:#C84C16}
.tfl-pp-btn-secondary{border-color:#003C4E;color:#003C4E!important}
.tfl-pp-consent{background:#FFF6E5;border-color:#F6D56E}
.tfl-pp-info-button{background:#EA5D1C!important}
.tfl-pp-tooltip{background:#003C4E}
.tfl-pp-tooltip:after{border-top-color:#003C4E}
.tfl-pp-tooltip[data-tfl-positioned="true"]:after{border-top-color:#003C4E!important}
.tfl-pp-tooltip[data-tfl-positioned="true"].is-below:after{border-bottom-color:#003C4E!important}
.tfl-pp-modal-dialog{border-radius:15px}
.tfl-pp-modal-dialog>header{background:#003C4E;border-bottom:4px solid #FBB908}
.tfl-pp-modal-content h3{color:#EA5D1C}
.tfl-pp-request-card,.tfl-pp-overview-card{border-radius:15px!important;border-color:#D8E2E5!important}

/* v1.3.2 - gebruiksaanwijzing in dezelfde layout als de Topsportscan */
.tfl-pp-overview-header>div,
.tfl-pp-overview-header-actions{position:relative;z-index:1}
.tfl-pp-overview-header-actions{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:10px;
	flex:0 0 auto;
}
.tfl-pp-overview-header-actions .tfl-pp-btn{
	min-height:44px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-decoration:none!important;
	white-space:nowrap;
}
.tfl-pp-overview-header-actions .tfl-pp-logout-form{margin:0}
.tfl-pp-guide-button{min-width:170px}

.tfl-pp-manual-page{
	--tfl-manual-teal:#003C4E;
	--tfl-manual-teal-light:#22595F;
	--tfl-manual-orange:#EA5D1C;
	--tfl-manual-yellow:#FBB908;
	--tfl-manual-deep-orange:#F08100;
	--tfl-manual-red:#E40F17;
	--tfl-manual-border:#CBDADD;
	--tfl-manual-soft:#F5F8F9;
	--tfl-manual-text:#334E55;
	--tfl-manual-muted:#667A80;
	max-width:1280px;
	overflow:visible;
	border:0;
	background:transparent;
	box-shadow:none;
}

.tfl-pp-manual-screenbar{
	position:relative;
	isolation:isolate;
	overflow:hidden;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:24px;
	margin-bottom:22px;
	padding:24px 28px 30px;
	border:0;
	border-radius:15px;
	background:var(--tfl-manual-teal);
	color:#fff;
	box-shadow:0 10px 28px rgba(0,60,78,.14);
}
.tfl-pp-manual-screenbar::before{
	position:absolute;
	z-index:-1;
	top:-205px;
	right:-135px;
	width:540px;
	height:350px;
	border:4px solid var(--tfl-manual-yellow);
	border-right-color:var(--tfl-manual-orange);
	border-bottom-color:var(--tfl-manual-red);
	border-radius:50%;
	content:"";
	transform:rotate(-7deg);
}
.tfl-pp-manual-screenbar::after{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	height:6px;
	background:linear-gradient(90deg,var(--tfl-manual-yellow),var(--tfl-manual-deep-orange),var(--tfl-manual-red));
	content:"";
}
.tfl-pp-manual-screenbar__content{position:relative;z-index:1;min-width:0}
.tfl-pp-manual-screenbar__brand{margin-bottom:10px}
.tfl-pp-manual-screenbar__brand img{
	display:block;
	width:128px;
	max-width:100%;
	height:auto;
}
.tfl-pp-manual-screenbar__back{
	display:inline-block;
	margin-bottom:14px;
	color:#fff!important;
	font-weight:700;
	text-decoration:none!important;
}
.tfl-pp-manual-screenbar__back:hover,
.tfl-pp-manual-screenbar__back:focus{
	color:var(--tfl-manual-yellow)!important;
	text-decoration:underline!important;
}
.tfl-pp-manual-screenbar .tfl-pp-manual-eyebrow{color:var(--tfl-manual-yellow)}
.tfl-pp-manual-screenbar h2{
	margin:2px 0 0;
	color:#fff!important;
	font-size:clamp(26px,4vw,36px);
	line-height:1.15;
}
.tfl-pp-manual-screenbar .tfl-pp-logout-form{position:relative;z-index:1;margin:0}
.tfl-pp-manual-screenbar .tfl-pp-logout-form .tfl-pp-btn{
	min-width:112px;
	border:1px solid rgba(255,255,255,.72)!important;
	background:transparent!important;
	color:#fff!important;
	box-shadow:none!important;
}
.tfl-pp-manual-screenbar .tfl-pp-logout-form .tfl-pp-btn:hover,
.tfl-pp-manual-screenbar .tfl-pp-logout-form .tfl-pp-btn:focus{
	border-color:var(--tfl-manual-yellow)!important;
	background:rgba(255,255,255,.08)!important;
	color:#fff!important;
}

.tfl-pp-manual{
	display:grid;
	gap:22px;
}
.tfl-pp-manual-card{
	margin:0;
	border:1px solid var(--tfl-manual-border);
	border-radius:15px;
	background:#fff;
	box-shadow:0 10px 28px rgba(0,60,78,.08);
}
.tfl-pp-manual-eyebrow{
	display:block;
	margin:0 0 4px;
	color:var(--tfl-manual-orange);
	font-size:12px;
	font-weight:900;
	letter-spacing:1.15px;
	line-height:1.3;
	text-transform:uppercase;
}

.tfl-pp-manual-intro{
	position:relative;
	overflow:hidden;
	padding:28px 30px;
	border-top:5px solid var(--tfl-manual-yellow);
}
.tfl-pp-manual-intro::after{
	position:absolute;
	right:-65px;
	bottom:-75px;
	width:180px;
	height:180px;
	border:18px solid rgba(234,93,28,.09);
	border-radius:50%;
	content:"";
}
.tfl-pp-manual-intro h3,
.tfl-pp-manual-section h3{
	margin:0;
	color:var(--tfl-manual-teal);
}
.tfl-pp-manual-intro h3{
	position:relative;
	z-index:1;
	font-size:clamp(26px,4vw,36px);
	line-height:1.18;
}
.tfl-pp-manual-intro p{
	position:relative;
	z-index:1;
	max-width:900px;
	margin:10px 0 0;
	color:var(--tfl-manual-muted);
	font-size:17px;
	line-height:1.65;
}

.tfl-pp-manual-nav{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px;
}
.tfl-pp-manual-nav a{
	display:flex;
	align-items:center;
	gap:12px;
	min-height:64px;
	padding:13px 17px;
	border:1px solid var(--tfl-manual-border);
	border-radius:14px;
	background:#fff;
	color:var(--tfl-manual-teal)!important;
	font-weight:800;
	text-decoration:none!important;
	box-shadow:0 8px 22px rgba(0,60,78,.06);
	transition:border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.tfl-pp-manual-nav a:hover,
.tfl-pp-manual-nav a:focus{
	border-color:var(--tfl-manual-orange);
	color:var(--tfl-manual-teal)!important;
	transform:translateY(-1px);
	box-shadow:0 10px 26px rgba(0,60,78,.10);
}
.tfl-pp-manual-nav span,
.tfl-pp-manual-number{
	display:inline-flex;
	flex:0 0 auto;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:50%;
	background:var(--tfl-manual-teal);
	color:#fff;
	font-weight:900;
}

.tfl-pp-manual-section{
	scroll-margin-top:24px;
	padding:28px;
}
.tfl-pp-manual-section-heading{
	display:flex;
	align-items:center;
	gap:15px;
	margin-bottom:22px;
	padding-bottom:18px;
	border-bottom:1px solid var(--tfl-manual-border);
}
.tfl-pp-manual-number{
	width:48px;
	height:48px;
	background:linear-gradient(135deg,var(--tfl-manual-yellow),var(--tfl-manual-orange));
	font-size:22px;
}
.tfl-pp-manual-section-heading .tfl-pp-manual-eyebrow{
	margin-bottom:2px;
	color:var(--tfl-manual-orange);
}
.tfl-pp-manual-section h3{
	font-size:clamp(23px,3vw,31px);
	line-height:1.2;
}

.tfl-pp-manual-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
}
.tfl-pp-manual-grid article{
	min-width:0;
	padding:19px 20px;
	border:1px solid var(--tfl-manual-border);
	border-left:5px solid var(--tfl-manual-yellow);
	border-radius:13px;
	background:var(--tfl-manual-soft);
}
.tfl-pp-manual-grid article:nth-child(3n + 2){border-left-color:var(--tfl-manual-orange)}
.tfl-pp-manual-grid article:nth-child(3n){border-left-color:var(--tfl-manual-teal-light)}
.tfl-pp-manual-grid h4{
	margin:0 0 8px;
	color:var(--tfl-manual-teal);
	font-size:18px;
	line-height:1.3;
}
.tfl-pp-manual-grid p{
	margin:0;
	color:var(--tfl-manual-text);
	font-size:14px;
	line-height:1.65;
}
.tfl-pp-manual-grid p + p{margin-top:9px}
.tfl-pp-manual-grid code{
	display:inline-block;
	padding:2px 6px;
	border-radius:5px;
	background:#E8F0F2;
	color:var(--tfl-manual-teal);
	font-size:12px;
	font-weight:700;
	overflow-wrap:anywhere;
}

.tfl-pp-manual-status-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:8px;
	margin-top:14px;
}
.tfl-pp-manual-status-grid span{
	display:block;
	padding:10px 11px;
	border:1px solid #D5E0E3;
	border-radius:9px;
	background:#fff;
	color:var(--tfl-manual-muted);
	font-size:12px;
	line-height:1.45;
}
.tfl-pp-manual-status-grid strong{
	display:block;
	margin-bottom:3px;
	color:var(--tfl-manual-teal);
	font-size:12px;
}

.tfl-pp-manual-tip{
	padding:20px 22px;
	border:1px solid rgba(251,185,8,.55);
	border-radius:14px;
	background:rgba(251,185,8,.13);
	color:#594400;
}
.tfl-pp-manual-tip strong{
	display:block;
	margin-bottom:4px;
	color:var(--tfl-manual-teal);
	font-size:18px;
}
.tfl-pp-manual-tip p{
	margin:0;
	line-height:1.65;
}

@media(max-width:900px){
	.tfl-pp-overview-header-actions{flex-wrap:wrap}
}
@media(max-width:760px){
	.tfl-pp-manual-screenbar{
		align-items:stretch;
		flex-direction:column;
		padding:22px;
	}
	.tfl-pp-manual-screenbar .tfl-pp-logout-form,
	.tfl-pp-manual-screenbar .tfl-pp-logout-form .tfl-pp-btn{
		width:100%;
	}
	.tfl-pp-manual-nav,
	.tfl-pp-manual-grid,
	.tfl-pp-manual-status-grid{
		grid-template-columns:1fr;
	}
	.tfl-pp-manual-intro,
	.tfl-pp-manual-section{
		padding:21px;
	}
	.tfl-pp-manual-section-heading{
		align-items:flex-start;
	}
}
@media(max-width:620px){
	.tfl-pp-overview-header-actions{display:grid;width:100%;grid-template-columns:1fr}
	.tfl-pp-overview-header-actions .tfl-pp-btn,
	.tfl-pp-overview-header-actions form{width:100%}
	.tfl-pp-manual-page{margin:12px auto}
	.tfl-pp-manual-screenbar{border-radius:12px}
	.tfl-pp-manual-screenbar::before{right:-260px}
	.tfl-pp-manual-screenbar__brand img{width:112px}
	.tfl-pp-manual-intro h3{font-size:27px}
	.tfl-pp-manual-section h3{font-size:24px}
	.tfl-pp-manual-grid article{padding:17px}
}

