.elementor-kit-10{--e-global-color-primary:#4272F9;--e-global-color-secondary:#4272F9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#4272F9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F4F6FB;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Algemeen */
.elementor-widget-text-editor p {
    color:#64748b;
    font-style:normal;
    font-weight:400;
    line-height:1.5;
}

.elementor-widget-text-editor {
    font-family: var(--wp--preset--font-family--manrope);
}

.wp-block-column:has(> p.flex-grow) {
   flex-grow: 1 !important;
}


/* Homepagina */
.home .elementor-widget-text-editor p {
    font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.196), 16px);
}

/* Registration manager */
#registration_cards_container .section-grid,
#current_registration_container{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#registration_cards_container .section-grid > div,
#current_registration_container > div {
    flex: 1 1 400px;
    margin: 20px 20px 10px 0;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

#current_registration_container > div > div > div {
    display: flex;
    flex-direction: column;
}

#registration_cards_container > div > div,
#current_registration_container > div > div,
#current_registration_container > div > div > div {
    height: 100%;
}

#current_registration_container .elementor-element {
    align-items: stretch;
}

#current_registration_container .elementor-element textarea {
    width: 100%;
    max-width: 100%;
}

#registration_cards_container .accent-color {
    color: #4272F9;
    font-size: .8em;
    padding-right: 5px;
}

#registration_cards_container p:not(:last-child) {
    margin-bottom: -15px;
}

#registration_cards_container .section h3 {
    margin-bottom: 10px;
}

#registration_cards_container .section:nth-child(2) h3 {
    margin-top: 40px;
}

#registration_cards_container .status-label {
    padding: 8px 15px;
    font-size: 17px;
    color: #232323;
    border-radius: 4px;
}

#registration_cards_container .status-yellow {
    background-color: #F3E275;
}

#registration_cards_container .status-green {
    background-color: #94C747;
}

#registration_cards_container h2 a:hover,
#registration_cards_container h2 a:focus,
#registration_cards_container h2 a:active {
    color: #4272F9;
}

/* Uitklapmenu registration manager */
.registration-side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 900px;
  max-width: 100vw;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
}

.registration-side-menu .e-n-tabs-content .elementor-widget-container {
    font-size: 16px;
    color: #333;
}

.registration-side-menu {
    .meta-row {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      flex-wrap: wrap;
    }
    .meta-label {
      font-weight: 500;
      color: #444;
      flex: 1 1 40%;
      max-width: 40%;
    }
    .meta-value {
      font-weight: 400;
      font-size: .9em;
      color: #666;
      flex: 1 1 60%;
      max-width: 60%;
    }
}

.registration-side-menu .copy-btn svg {
    height: 1.8em;
    float:right;
    margin: 5px;
    fill: #4272F9;
    transition: .5s;
}

.registration-side-menu .copy-btn svg:hover,
.registration-side-menu .copy-btn svg:focus,
.registration-side-menu .copy-btn svg:active {
    fill: black;
}

@media (max-width: 480px) {
  .registration-side-menu .meta-label, .registration-side-menu .meta-value {
    max-width: 100%;
    flex-basis: 100%;
    text-align: left;
  }
}

.registration-side-menu.open {
  transform: translateX(0);
}

/*@media (max-width: 768px) {
  .registration-side-menu {
    max-width: 100vw;
  }
}*/

.reg-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.reg-overlay.show {
  display: block;
}

#side-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.side-menu-content {
  padding: 2rem;
}

.close .elementor-icon:hover svg,
.close .elementor-icon:focus svg,
.close .elementor-icon:active svg {
    fill: red !important; 
}

.e-n-tabs-heading  {
    border-bottom: 1px solid lightgray;
    button {
        background-color: transparent !important;
        border: none;
        border-bottom: 2px solid #F4F6FB;
        padding-bottom: 7px;
        font-weight: bold;
        font-size: 18px;
        margin-right: 15px;
        .e-active, &:hover, &:active, &:focus, &[aria-selected="true"] {
            color: #4272F9;
            outline: none;
            border-color: #4272F9;
        }
    }
}

.side-menu-content h2 a:hover,
.side-menu-content h2 a:focus,
.side-menu-content h2 a:active {
    color: #4272F9 !important;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
  font-family: Arial, sans-serif;
  color: #333;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: #b0b7c3;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-dot {
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #6f7a89;
  border-radius: 50%;
}

.timeline-dot.error {
  background-color: #e53e3e; /* rood voor fouten */
}

.timeline-content .date {
  font-size: 13px;
  color: #6f7a89;
  margin-bottom: 4px;
}

.timeline-content .status {
  font-size: 14px;
  font-weight: 600;
}

.timeline-content .error-msg {
  font-size: 13px;
  color: #e53e3e;
  margin-bottom: 4px;
}

.timeline-dot { width: 10px; height: 10px; border-radius: 50%; background: #999; }
.status-green, .timeline-dot.success { background-color: green; }
.status-red { background-color: red; }
.timeline-entry { display: flex; align-items: center; margin-bottom: 1em; }
.timeline-meta { margin-left: 10px; }
.timeline-time { font-weight: bold; }
.timeline-dot.success + .timeline-content .date {
    color: green;
}
.timeline-dot.error + .timeline-content .date {
    color: red;
}
.timeline-comment {
    font-size: 14px;
    font-weight: 200;
}

/* Current registration */
.cr-spinner { display:inline-block; width:16px; height:16px; border:2px solid #ccc; border-top-color:#333; border-radius:50%; animation:cr-spin 1s linear infinite; vertical-align:middle; margin-left:8px; }
@keyframes cr-spin { to { transform: rotate(360deg); } }
		.current-registration p { margin:4px 0; }
		
/* Bookout */
input[disabled] {
  pointer-events: none;
  background: #f5f5f5;
  color: #666;
}

.registration-link-container a {
    background-color: #4272F9;
    display: inline-block;
    color: white;
    padding: 14px 40px;
    text-align: center;
    border-radius: 100px;
    margin-top: 5px;
    transition: .5s;
    font-weight: bold;
}

.registration-link-container a:hover,
.registration-link-container a:active,
.registration-link-container a:focus {
    background-color: black;
}

/* Inlogformulier verbergen */
#loginform {
    display: none
}

/* Jetforms */
.jet-form-builder .textarea-field {
    padding: 16px;
}

/* General */
.white-bg {
		padding: 20px 40px;
		border-radius: 12px;
		background-color: white;
		margin-top: 20px;
	}
	
	@media screen and (min-width:500px) {
		.white-bg {
			margin-top: 50px;
		}
	}
	
	@media screen and (min-width:900px) {
		.white-bg {
			margin-top: 70px;
		}
	}
	
	button {
		border: none;
	}
	
	#user_login_or_email {
		margin-top: 10px;
		font-family: inherit;
		font-weight: 400;
		text-transform: inherit;
		font-style: inherit;
		text-decoration: inherit;
		line-height: 1.5;
		letter-spacing: 0px;
		font-size: 16px;
		color: fieldtext !important;
	}
	
	button.jet-form-builder__action-button.jet-form-builder__submit {
		padding: 18px 24px 18px 24px;
		width: 100%;
		max-width: 100%;
		justify-content: center;
		font-family: Cabin, sans-serif;
		font-weight: 700;
		text-transform: inherit;
		font-style: inherit;
		text-decoration: inherit;
		line-height: 1em;
		letter-spacing: 0px;
		font-size: 20px;
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-radius: 100px 100px 100px 100px;
		color: #ffffff;
		background-color: #4272f9;
	}
	
	.jet-form-builder-progress-pages {
		padding-bottom: 0;
		margin-bottom: -20px; 
		padding-top: 32px;
	}

.jet-form-builder-row:has(input.custom-toa)
  > .jet-form-builder__label .jet-form-builder__label-text {
    text-transform: uppercase;
    color: #64748b;
    font-size: 14px;
}

.jet-form-builder-signature__canvas {
    border-radius: 15px;
}

.wp-container-core-columns-is-layout-a5331a9e {
    gap: 10px;
}

/* 1) Blokkeer elke interactie met het veld */
input.datetime-field.non-editable[type="datetime-local"] {
  pointer-events: none;      /* geen klik/touch */
  user-select: none;         /* geen selectie */
}

/* 2) Verberg het kalender/tijd-icoon in Chromium/WebKit */
input.datetime-field.non-editable[type="datetime-local"]::-webkit-calendar-picker-indicator {
  display: none;
}

/* 3) Extra robuust: maak een overlay over dit specifieke JetForm-veld */
.jet-form-builder-row.field-type-datetime-field:has(input.datetime-field.non-editable) {
  position: relative;
}
.jet-form-builder-row.field-type-datetime-field:has(input.datetime-field.non-editable)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;                /* boven het inputveld */
}

/* Service identifier input field */
/* Zorg dat de wrapper van JetForm een positioning context heeft */
.jet-form-builder__field-wrap {
	position: relative;
}

/* Extra ruimte rechts in het tekstveld voor het icoon */
.jet-form-builder__field-wrap .jet-form-builder__field.text-field {
	padding-right: 2.5rem;
}

/* Basis styling van het icoon naast/in het veld */
/* Wrapper moet positioning context zijn */
.jet-form-builder__field-wrap {
	position: relative;
}

/* Input krijgt extra ruimte voor icoon */
.jet-form-builder__field-wrap .jet-form-builder__field.text-field {
	padding-right: 2.5rem;
}

/* Basis voor het icoon in het veld */
.ticket-status-icon {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;

	font-family: "Font Awesome 5 Free";
	font-weight: 900; /* solid */
	font-size: 1rem;
	line-height: 1;
}

/* Idle – grijs rondje */
.ticket-status-idle::before {
	content: "\f111"; /* fa-circle */
	color: #cccccc;
}

/* Typing – geen Font Awesome icoon, JS zet textContent op ".", "..", "..." */
.ticket-status-typing::before {
	content: '';
}

/* Checking – spinner met rotatie */
.ticket-status-checking::before {
	content: "\f110"; /* fa-spinner */
	color: #666666;
	display: inline-block;
	animation: ticket-spin 1s linear infinite;
}

/* Valid – groen check-circle */
.ticket-status-valid::before {
	content: "\f058"; /* fa-check-circle */
	color: #2e7d32;
}

/* Invalid – rood times-circle */
.ticket-status-invalid::before {
	content: "\f057"; /* fa-times-circle */
	color: #c62828;
}

/* Rotatie-animatie voor spinner */
@keyframes ticket-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}/* End custom CSS */