/* Fullstack Custom */

#twoFactor {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

    #twoFactor .v-input {
        max-width: 62px;
        margin-right: 4px;
        margin-left: 4px
    }

        #twoFactor .v-input ::v-deep .v-input__control input {
            margin-top: 12px;
            text-align: center;
            font-size: 30px
        }

    #twoFactor .spacer {
        max-width: 16px
    }


.validation-summary-errors ul li {
    list-style-type: none;
}

.validation-summary-errors ul {
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

.v-label.theme--light, .v-label.theme--dark {
    left: 0px;
    right: auto;
    position: absolute;
}

.v-span.theme--light, .v-span.theme--dark {
    color: rgba(0,0,0,.54);
}

input[type=date]::-webkit-datetime-edit {
    display: none;
}

.section-interval-monthly, .section-interval-yearly {
    display: inline-block;
}

.field-validation-error, .input-validation-error, .validation-error {
    color: var(--v-error-base) !important;
    caret-color: var(--v-error-base) !important;
}

.theme--light.v-text-field:has(label.validation-error) .v-input__slot:before,
.theme--dark.v-text-field:has(label.validation-error) .v-input__slot:before {
    border-color: var(--v-error-base) !important;
}

.radio-check-label {
    margin-right: 20px;
}

.v-btn.secondary {
    color: rgb(12, 23, 77) !important;
    border: 1px solid rgb(12, 23, 77) !important;
    background-color: white !important;
}

.v-btn {
    box-shadow: none !important;
}

.message-box {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 10pt;
}

    .message-box.success {
        color: #155724 !important;
        background-color: #d4edda !important;
        border: 1px solid #c3e6cb !important;
    }

    .message-box.error {
        color: var(--v-error-base) !important;
        background-color: #f8d7da !important;
        border: 1px solid var(--v-error-base) !important;
    }


.e-date-wrapper, .e-input-focus, .e-date-wrapper.e-input-focus {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.e-control-wrapper input {
    font-size: 16px !important;
    font-family: Poppins, sans-serif !important;
    height: 32px !important;
    background-color: transparent !important;
    padding-left: 0 !important;
}

.select2-container {
    width: 100% !important;
    height: 32px !important;
}

.select2-selection {
    border: 0 !important;
    padding-top: 3px !important;
}

.select2-container .select2-search {
    display: none !important;
}

.select2-selection__rendered {
    padding-left: 0 !important;
}

.v-content__wrap .background-image {
    min-height: 100vh;
}



.e-grid .e-gridheader, .e-headercell {
    background-color: #2b3150 !important;
    color: hsla(0, 0%, 100%, .7) !important;
    border-top: 0px;
    border-bottom: 0px;
}

    .e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
        color: hsla(0, 0%, 100%, .7) !important;
    }

.e-grid {
    border: 0 !important;
}

    .e-grid .e-gridcontent, .e-grid .e-content, .e-grid tr, .e-grid td,
    .e-grid .e-pager, .e-pager .e-pagercontainer {
        background-color: rgb(43, 49, 80) !important;
        color: white !important;
    }

.e-pager div.e-icons.e-pager-default,
.e-pager .e-numericitem,
.e-pager div.e-icons.e-disable {
    background-color: transparent !important;
    color: white !important;
}

.e-pager .e-currentitem {
    background-color: #00adff !important;
    border-color: #00adff !important;
}

.e-grid .e-rowcell {
    border-top: 1px solid #9e9e9e !important;
    /* border-bottom: 1px solid red !important; */
}

.e-grid th.e-headercell[aria-sort=ascending]:not(.e-columnselection) .e-headertext, .e-grid th.e-headercell[aria-sort=descending]:not(.e-columnselection) .e-headertext, .e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv, .e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
    color: #00adff !important;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #00adff !important;
}

.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
    color: #00adff !important;
}

.e-grid td {
    cursor: pointer !important;
}


.form-field-box {
    padding-right: 10px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    color: white !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: white !important;
    }

.e-control.e-datepicker {
    color: white !important;
    font-family: Roboto, sans-serif !important;
    border: 0 !important;
}

.e-input-group .e-input-group-icon, .e-clear-icon {
    color: white !important;
}


/* Hide Syncfusion EJ2 DatePicker focus line (remove pink underline) */
.e-date-wrapper,
.e-date-wrapper.e-input-focus,
.e-input-focus,
.e-input-focus:before,
.e-input-focus:after,
.e-input-focus span,
.e-control.e-datepicker .e-input,
.e-control.e-datepicker .e-input:focus,
.e-control-wrapper .e-input:focus,
.e-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}

    /* Ensure pseudo-elements don't draw a line */
    .e-input-focus:before,
    .e-input-focus:after {
        border-color: transparent !important;
        box-shadow: none !important;
        background: transparent !important;
    }


/* Focus state: blauw label + blauwe onderlijn */

.v-input.focused .v-input__slot:before,
.v-input.focused .v-input__slot:after {
    border-bottom: 2px solid #00adff !important; /* blauwe onderlijn */
    border-top: 2px solid transparent !important; /* blauwe onderlijn */
    box-shadow: none !important;
}

/* Fallback wanneer .v-input__slot geen zichtbare rand heeft */
.v-input.focused {
    /* voorkomt verschuiving als container zelf geen border had */
    padding-bottom: 2px;
}

    /* Blauw label bij focus */
    .v-input.focused .v-label,
    .v-input.focused label {
        color: #00adff !important;
    }

    /* Syncfusion datepicker input binnen v-input */
    .v-input.focused .e-control-wrapper .e-input,
    .v-input.focused .e-input {
        color: #00adff !important;
    }

/* Optioneel: behoud zichtbaarheid voor keyboard users (subtiel focus) */
.v-input .v-input__slot:focus {
    outline: none;
}

/* Timeline */
.v-timeline {
    padding-top: 24px;
    position: relative;
}

.theme--dark.v-timeline:before {
    background: hsla(0, 0%, 100%, .12);
}

.v-timeline:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: calc(50% - 1px);
    position: absolute;
    top: 0;
    width: 2px;
}

.v-timeline--dense:before {
    left: 18px;
}

.v-timeline--dense .v-timeline-item--left, .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.v-timeline-item--left, .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.v-timeline-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    padding-bottom: 24px;
}

.theme--dark.v-timeline .v-timeline-item__dot {
    background: #424242;
}

.v-timeline--dense .v-timeline-item__dot--small {
    left: 7px;
}

.v-timeline--dense .v-timeline-item__dot {
    left: 0;
}

.v-timeline-item__dot {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    align-self: center;
    position: absolute;
    height: 38px;
    left: calc(50% - 19px);
    width: 38px;
}

.v-timeline-item__dot--small {
    height: 24px;
    left: calc(50% - 12px);
    width: 24px;
}

.v-timeline-item__dot, .v-timeline-item__inner-dot {
    border-radius: 50%;
}

.v-timeline-item__dot--small .v-timeline-item__inner-dot {
    height: 18px;
    margin: 3px;
    width: 18px;
}

.v-timeline-item__dot .v-timeline-item__inner-dot {
    height: 30px;
    margin: 4px;
    width: 30px;
}

.v-timeline-item__inner-dot {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.v-timeline-item__dot, .v-timeline-item__inner-dot {
    border-radius: 50%;
}

.v-timeline--dense .v-timeline-item__body {
    max-width: calc(100% - 64px);
}

.v-timeline-item__body {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: calc(50% - 48px);
}

.v-timeline--dense .v-timeline-item__dot--large {
    left: -7px;
}

.v-timeline--dense .v-timeline-item__dot {
    left: 0;
}

/* Tabs */
.theme--dark.v-tabs__bar .v-tabs__div {
    color: #fff;
}

.v-tabs__div, .v-tabs__item {
    -webkit-box-align: center;
    align-items: center;
}

.v-tabs__div {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    height: inherit;
    max-width: 264px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.theme--dark.v-tabs__bar .v-tabs__wrapper {
    background-color: #616679;
    border-radius: 16px 16px 0 0;
}

.v-tabs__wrapper {
    overflow: hidden;
    contain: content;
    display: -webkit-box;
    display: flex;
}

.v-tabs__slider-wrapper {
    bottom: 0;
    margin: 0 !important;
    position: absolute;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}

.v-tabs__item {
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: inherit;
    padding: 6px 12px;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
    transition: .3s cubic-bezier(.25,.8,.5,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
}

.v-tabs__container {
    display: -webkit-box;
    display: flex;
    height: 48px;
    list-style-type: none;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    transition: transform .6s cubic-bezier(.86, 0, .07, 1);
    transition: transform .6s cubic-bezier(.86, 0, .07, 1), -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    white-space: nowrap;
    position: relative;
}

.v-tabs__container, .v-tabs__container--overflow .v-tabs__div {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

.v-tabs__item--active {
    border-bottom: 2px solid #00adff !important;
}

h2 {
    margin-top: 20px;
    margin-bottom:10px;
}

.v-text-field__slot textarea {
    width:100%;
    margin-top:5px;
}

/* Dropdown list items */
.select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 8px;
    box-sizing: border-box;
}

.field-validation-error {
    color: var(--v-error-base) !important;
}

/* Make the custom profile-photo checkbox larger and match Vuetify look */
#profilePhotoControl .v-input--selection-controls__input {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Visual box (the faux checkbox) */
#chk-is-profile-photo-visual {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color .12s ease, color .12s ease;
  cursor: pointer;
}

/* Icon inside the visual box */
#chk-is-profile-photo-icon {
  font-size: 20px; /* increase icon size */
  line-height: 1;
  color: #ffffff;
}

/* Hidden native checkbox should cover the visual element for accessibility */
#chk-is-profile-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

/* Checked state visuals */
#profilePhotoControl.v-input--is-dirty #chk-is-profile-photo-visual,
#profilePhotoControl.v-input--is-label-active #chk-is-profile-photo-visual {
  background-color: rgba(255,255,255,0.06);
}

/* Optionally change icon color when checked for clearer feedback */
#profilePhotoControl.v-input--is-dirty #chk-is-profile-photo-icon {
  color: #ffeb3b; /* adjust to your accent color */
}

/* Focus outline for keyboard users */
#chk-is-profile-photo:focus + #chk-is-profile-photo-visual,
#chk-is-profile-photo:focus-visible + #chk-is-profile-photo-visual {
  outline: 2px solid rgba(255,255,255,0.18);
  outline-offset: 2px;
}

/* Ensure label text vertically aligns with bigger box */
#profilePhotoControl .v-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}