* {
    box-sizing: border-box
}




/* vue quill */
.ql-editor {
    min-height: 150px;
}

.ql-editor:focus {
    outline-color: var(--e-global-color-accent) !important;
    outline-width: 4px;
    outline-style: solid;
    border-radius: 5px;
}


.ql-container {
    font-family: inherit !important;
    font-size: 14px !important;
}

.ql-toolbar {
    font-family: inherit !important;
}


body {
    font-family: Alaska;
    font-size: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password]{
    border: 1px solid #d1d5db
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
button {
    border-radius: 5px;
    font-family: inherit;
    height: 40px;
    padding: 0 14px;
    color: inherit;
    font-size: 1rem;
    width: 100%
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
    box-shadow: 0 0 0 3px var(--orange-lightest);
    outline: none
}

.circle-loader {
    --accent: #2a3788;
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    border-left-color: var(--accent);
    animation: loader-spin-99a06c7f 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: var(--accent);
    transition: border .5s ease-out
}

.checkmark.draw:after {
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-name: checkmark-99a06c7f;
    transform: scaleX(-1) rotate(135deg)
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid var(--accent);
    border-top: 3px solid var(--accent);
    content: "";
    left: 1.75em;
    top: 3.5em;
    position: absolute
}

@keyframes loader-spin-99a06c7f {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes checkmark-99a06c7f {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }
    20% {
        height: 0;
        width: 1.75em;
        opacity: 1
    }
    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }
    to {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }
}


body {
    /* Accents */
    --dark-red: #D04C49;
    --dark-red-light: rgba(208, 76, 73, 0.09);
    --e-global-color-accent: #CAE36C !important;
    --e-global-color-241bc76: #A4B65B;

    --orange: #ff7150;
    --orange-light: #f67359;
    --orange-lightest: var(--e-global-color-accent);
    --purple: #2a3788;
    --purple-light: #1f244d;

    --orange-box-shadow: 0 0 0 3px var(--accent);

    color: black;

    --white-transparent: rgba(255, 255, 255, 0.43);

    /* Greys */
    --grey-light: #eee;
    --grey-medium: #ddd;
    --grey-dark: #ccc;
}


#next-steps-calculator:not(.email-mode) {
    /*border: 1px solid;*/
    margin-top: 35px
}

.optgroup-header {
    /*opacity: .5 !important;*/
    font-weight: bold;
}

h3 {
    color: var(--dark-red);
}

/*#next-steps-calculator:not(.email-mode) .toelichting {*/
/*    display: none*/
/*}*/

.toelichting {
    opacity: .9;
    font-size: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    white-space: unset !important;
}

.toelichting p:last-child {
    /*margin-bottom: 0px !imp/ortant;*/
}

h1 {
    margin-top: 0;
    /*font-family: Recife Display !important;*/
    color: var(--e-global-color-241bc76);
    padding-top: 20px !important
}

h2 {
    margin-bottom: 0;
}

/* styles.css */
.CollapsibleContent {
    overflow: hidden;
    --reka-collapsible-content-height: 500px;
}
.CollapsibleContent[data-state="open"] {
    animation: slideDown 300ms ease-out;
}
.CollapsibleContent[data-state="closed"] {
    animation: slideUp 300ms ease-out;
}

@keyframes slideDown {
    from {
        height: 0;
    }
    to {
        height: var(--reka-collapsible-content-height);
    }
}

@keyframes slideUp {
    from {
        height: var(--reka-collapsible-content-height);
    }
    to {
        height: 0;
    }
}


/*
|--------------------------------------------------------------------------
| Expertises
|--------------------------------------------------------------------------
*/




.multiselect {
    --ms-max-height: 500px;
    --ms-option-bg-selected-pointed: var(--e-global-color-accent-light);
    --ms-option-bg-selected: var(--e-global-color-accent);
    --ms-ring-color: var(--e-global-color-accent-lightest);
    margin-top: 5px !important;

    margin-bottom: 10px;
}




.user .excerpt p {
    margin-top: 0 !important;
    margin-bottom: 0;
}


/*.collections .profile .tox-editor-header {*/
/*    display: none !important;*/
/*}*/


/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
button {
    background: var(--e-global-color-accent);
    /*color: #fff;*/
    border: none;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.email-metadata {
    line-height: 1.5
}

button:hover {
    background: var(--e-global-color-241bc76);
    cursor: pointer
}

button[disabled], button[disabled]:hover {
    /*background: grey*/
}

label {
    display: flex;
    /*flex-direction: column;*/
    text-align: start;
    margin-bottom: 2px
}

.headlabel {
    font-size: 160%;
    font-weight: 700;
    /*color: var(--purple);*/
    margin-top: 25px;
    /*font-family: Recife Text*/
}

.sublabel, .notice {
    font-size: 90%;
    line-height: 1.2;
    opacity: .7
}

label, select {
    display: flex;
    font-family: inherit !important;
}


.calculated {
    grid-column: 1 / span 3
}

@media (max-width: 650px) {
    .ebitda {
        grid-template-columns:1fr;
        grid-gap: 0px
    }

    .calculated {
        margin-top: 15px;
        grid-column: 1
    }
}

#result {
    margin-top: 25px
}

#result .notice {
    font-size: 90%
}


.email-form div {
    margin-bottom: 10px
}

button#stuur-berekening {
    margin-top: 10px
}

.email-sent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    grid-gap: 20px;
    font-weight: 700
}

.question {
    border: none;
    page-break-inside: avoid;
    padding: 0
}

.question legend {
    font-weight: 700;
    font-size: 120%;
    padding-top: 30px;
    color: var(--orange);
}

.answer {
    display: flex
}

.conclusion {
    font-weight: 700;
    font-size: 140%
}

.answer input {
    margin-right: 8px;
    margin-top: -4px;
}

.box {
    background:#efefef;
    padding:27px 10px;
    border-radius:5px;
    color:var(--purple)
}

.conclusion-box,
.email-conclusion {
    border:1px solid var(--orange-light);
    box-shadow:var(--orange-box-shadow)
}


/*
|--------------------------------------------------------------------------
| Form fields
|--------------------------------------------------------------------------
*/
.form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.form-group h1 {
    margin: 0;
}

label {
    font-weight: 500;
}


/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
*/
nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

nav button, header button, .button {
    background: rgba(255, 255, 255, 0.43);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: inherit;
    font-weight: bold;
    height: 40px;
    border-radius: 5px;
}

nav button.active, .button.active {
    background: var(--e-global-color-accent) !important;
}

nav button:hover, header button:hover, .button:hover {
    background: white;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/
header button {
    width: max-content;
}

header .actions {
    margin-left: auto;
    width: max-content;
    display: flex;
    gap: 20px;
}

header button.view-post {
}


/*
|--------------------------------------------------------------------------
| Transition
|--------------------------------------------------------------------------
*/
.list-enter-active {
    transition: all 0.5s ease;
}

.list-leave-active {
    transition: all 0.1s;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: scale(.98);
}

.list-leave-active {
    position: absolute;
    /*top: 0;*/
}


/*
|--------------------------------------------------------------------------
| Next/prev
|--------------------------------------------------------------------------
*/
.next-prev {
    display: flex;
    gap: 20px;
}

.next-prev button.prev {
    background: #eee;
    color: currentColor;
}

.next-prev button.prev:not([disabled]):hover {
    background: #d1d5db;
}

.next-prev button[disabled] {
    opacity: .25;
}






/*
|--------------------------------------------------------------------------
| Toast
|--------------------------------------------------------------------------
*/

.ToastViewport {
    --viewport-padding: 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: var(--viewport-padding);
    gap: 10px;
    width: 390px;
    max-width: 100vw;
    margin: 0;
    list-style: none;
    z-index: 2147483647;
    outline: none;
}

.ToastRoot {
    background-color: white;
    border-radius: 6px;
    box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
    padding: 15px;
    display: grid;
    grid-template-areas: 'title action' 'description action';
    grid-template-columns: auto max-content;
    column-gap: 15px;
    align-items: center;
    border: 3px solid var(--e-global-color-accent) !important;
}
.ToastRoot[data-state='open'] {
    animation: slideIn 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ToastRoot[data-state='closed'] {
    animation: hide 100ms ease-in;
}
.ToastRoot[data-swipe='move'] {
    transform: translateX(var(--reka-toast-swipe-move-x));
}
.ToastRoot[data-swipe='cancel'] {
    transform: translateX(0);
    transition: transform 200ms ease-out;
}
.ToastRoot[data-swipe='end'] {
    animation: swipeOut 100ms ease-out;
}

@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(calc(100% + var(--viewport-padding)));
    }
    to {
        transform: translateX(0);
    }
}

@keyframes swipeOut {
    from {
        transform: translateX(var(--reka-toast-swipe-end-x));
    }
    to {
        transform: translateX(calc(100% + var(--viewport-padding)));
    }
}

.ToastTitle {
    grid-area: title;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--slate-12);
    font-size: 15px;
}

.ToastDescription {
    grid-area: description;
    margin: 0;
    color: var(--slate-11);
    font-size: 13px;
    line-height: 1.3;
}

.ToastAction {
    grid-area: action;
}

.Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
}
.Button.small {
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
}
.Button.large {
    font-size: 15px;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
}
.Button.grass {
    background-color: white;
    color: var(--grass-11);
    box-shadow: 0 2px 10px var(--black-a7);
}
.Button.grass:hover {
    background-color: var(--mauve-3);
}
.Button.grass:focus {
    box-shadow: 0 0 0 2px black;
}
.Button.green {
    background-color: var(--green-2);
    color: var(--green-11);
    box-shadow: inset 0 0 0 1px var(--green-7);
}
.Button.green:hover {
    box-shadow: inset 0 0 0 1px var(--green-8);
}
.Button.green:focus {
    box-shadow: 0 0 0 2px var(--green-8);
}


/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/

.CheckboxRoot {
    background-color: white;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    padding: unset !important;
}
.CheckboxRoot:hover {
    /*background-color: var(--e-global-color-accent);*/
}
.CheckboxRoot:focus {
    box-shadow: 0 0 0 2px black;
}

.CheckboxIndicator {
    color: var(--e-global-color-accent);
}

.Label {
    color: white;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1;
}


input[type='checkbox'] {
    position: relative;
    top: 3px !important;
}


/*
|--------------------------------------------------------------------------
| Combobox
|--------------------------------------------------------------------------
*/

.ComboboxRoot {
    position: relative;
}

.ComboboxAnchor {
    display: inline-flex;
    align-items: center;
    justify-content: between;
    font-size: 13px;
    line-height: 1;
    height: 35px;
    padding: 0 15px;
    gap: 5px;
    background-color: white;
    color: var(--grass-11);
    border-radius: 4px;
    box-shadow: 0 2px 10px var(--black-a7);
}
.ComboboxAnchor:hover {
    background-color: var(--mauve-3);
}

.ComboboxInput {
    height: 100%;
    background-color: transparent;
    color: var(--grass-11);
}
.ComboboxInput[data-placeholder] {
    color: var(--grass-9);
}

.ComboboxIcon {
    width: 16px;
    height: 16px;
    color: var(--grass-11);
}

.ComboboxContent {
    z-index: 10;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: white;
    border-radius: 6px;
    margin-top: 8px;
    box-shadow: 0px 10px 38px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
}

.ComboboxViewport {
    padding: 5px;
}

.ComboboxEmpty {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: var(--mauve-11)
}

.ComboboxItem {
    font-size: 13px;
    line-height: 1;
    color: var(--grass-11);
    border-radius: 3px;
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 35px 0 25px;
    position: relative;
    user-Combobox: none;
}
.ComboboxItem[data-disabled] {
    color: var(--mauve-8);
    pointer-events: none;
}
.ComboboxItem[data-highlighted] {
    outline: none;
    background-color: var(--grass-9);
    color: var(--grass-1);
}

.ComboboxLabel {
    padding: 0 25px;
    font-size: 12px;
    line-height: 25px;
    color: var(--mauve-11);
}

.ComboboxSeparator {
    height: 1px;
    background-color: var(--grass-6);
    margin: 5px;
}

.ComboboxItemIndicator {
    position: absolute;
    left: 0;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/*
|--------------------------------------------------------------------------
| HugeRTE
|--------------------------------------------------------------------------
*/

.tox-hugerte {
    /*border: none !important;*/
}

.tox-menubar {
    display: none !important;
}

.tox.tox-hugerte {
    font-family: inherit;
}

.tox-editor-header {
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
}

.tox-statusbar {
    /*display: none;*/
}

.tox-statusbar__branding {
    display: none !important;
}


/*
|--------------------------------------------------------------------------
| Actions
|--------------------------------------------------------------------------
*/
.actions {
}

.actions:hover {
}


.actions svg {
    padding: 5px;
    /*opacity: .8;*/
}

.actions svg:hover {
    opacity: 1;
}

.actions svg {
    border-radius: 5px;
    position: relative;
    padding: 5px;
    bottom: 1px;
}

.actions svg:hover {
    background: #eee;
}


.view-post svg {
    padding: 0px !important;
    top: 0 !important;
}


.actions .thrash:hover {
    background: var(--dark-red-light);
    fill: var(--dark-red);
}



.highlight  {
    background-color: var(--highlight-color) !important;
}



/*
* Transitions
*/
.v-enter-active,
.v-leave-active {
    transition: all 0.125s ease;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
    transform: scale(.99);
}



/* Hide themas / subthemas!! */
.subthema.https-www-eduvip-nl-kritische-succesfactoren,
.subthema.dit-alles-in-relatie-met-de-visuele-beperking,
.subthema.onderwijs-en-begeleiding-aan-kinderen-en-jongeren-met-een-visuele-beperking-https-www-eduvip-nl {
    display: none !important;
}

/* hugerte */
.tox {
    z-index: 1 !important;
}



/* VueSelect */
.sort .control {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}

.sort .clear-button {
    display: none !important;
}


.sort .single-value {
    opacity: .3;
    text-align: end;
}

.sort {
    width: 247px;
}

.vue-select {
    --vs-option-hover-background-color: #e5efd4;
    --vs-option-focused-background-color: var(--vs-option-hover-background-color);
    --vs-option-selected-background-color: #fff;
    --vs-option-disabled-background-color: #f4f4f5;
}


.menu {
    --vs-menu-height: 300px;
    max-height: var(--vs-menu-height) !important;
}


.hoofdexpertise-container .menu-option:first-child {
    display: none;
}

