﻿
:root {
    --Brand-Color-1: #E9477A;
    --Brand-Color-1-nav-selected-bg: #FDEDF2;
    --Brand-Color-1-enough-contrast: #E41B5B;
    --Brand-Color-1-very-light-line: #EECAD5;
    --Brand-Color-1-enough-contrast-nav-selected: #D21953;
    --Brand-Hover-effect: #C2003E;
    --Text-Heading: #0D0D0D;
    --Text-Core: #333;
    --Text-Link: #E41B5B;
    --Text-Deemphasized: #757575;
    --Line-Input-border: #949494;
    --Neutral-White: #FFF;
    --Neutral-Bg: #F5F5F5;
    --Line-Divider: #E0E0E0;
    --Line-Input-border-enough-contrast-for-bg: #999;
    --Neutral-5: #F2F2F2;
    --Brand-Color-2-enough-contrast: #127EA5;
    --bl---belong: 3rem;
    --RoundedCornersUI: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--Text-Heading);
    font-family: Helvetica;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: -0.08rem;
}

h1 {
    margin: 5rem 0 3rem 0;
    font-family: "Frank Ruhl Libre";
    line-height: 5rem;
}

h2, h2 span {
    color: var(--Text-Heading);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem; /* 140% */
    margin-top: 0;
    vertical-align: sub;
}

h4 {
    color: var(--Text-Core);
    /* Base - bold */
    font-size: 2rem;
    line-height: 3rem;
    border-bottom: 1px solid var(--Line-Input-border);
    padding-bottom: 1rem;
}

p.header-organisation-name {
    text-align: center;
    margin-top: -2rem;
}

br.clear {
    clear: both;
}

.heading-1d {
    /* Heading size 1/d - 100% lineheight */
    font-family: "Frank Ruhl Libre";
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem; /* 100% */
    letter-spacing: -0.08rem;
    margin: 0px;
}

.heading-2d {
    color: var(--Text-Heading, #0D0D0D);
    /* Heading size 2/d */
    font-family: Helvetica;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem; /* 140% */
    margin: 0px;
}

a {
    color: var(--Text-Link);
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

    a#back-arrow {
        color: var(--Text-Core);
        font-size: 4rem;
        font-weight: lighter;
        cursor: pointer;
        padding: 2rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9999;
    }

        a#back-arrow:hover {
            text-decoration: none;
        }

@media only screen and (max-width: 768px) {
    #body-area h1:first-child {
        margin-top: 7rem;
    }
}


input[type='radio'] {
    accent-color: var(--Brand-Color-1);
}

.form-label {
    color: var(--Text-Core);
    /* Base - bold */
    font-family: Helvetica;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
}

.form-control {
    border-radius: var(--RoundedCornersUI);
    border: 1px solid var(--Line-Input-border);
    background: var(--Neutral-White);
    padding: 1rem;
}

div.text-danger {
    color: red;
    height: 2rem;
    margin: 0 0 2rem 0 !important;
}

p.error {
    color: red;
    font-weight: bold;
    text-align: center;
}

p.success {
    color: green;
    font-weight: bold;
    text-align: center;
}

p.feedbackMessage {
    color: var(--Brand-Color-1);
    font-weight: bold;
    text-align: center;
}

.base {
    /* Base */
    font-family: Helvetica;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 150% */

    margin: 0px;
}

.base-bold {
    /* Base - bold */
    font-family: Helvetica;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 150% */
}

.text-core {
    color: var(--Text-Core);
}

.text-deemphasized {
    color: var(--Text-Deemphasized);
}

.neutral-white {
    color: var(--Neutral-White, #FFF);
}

.brand-color-enough-contrast {
    color: var(--Brand-Color-1-enough-contrast, #E41B5B);
}

.btn-primary {
    display: flex;
    /*    height: 5rem;*/
    padding: 1.5rem 4rem;
    justify-content: center;
    align-items: center;
    /*    align-self: stretch;*/
    border-radius: 1rem;
    background: var(--Text-Core);
    color: var(--Neutral-White);
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    position: relative;
    font-family: Helvetica;
}

    .btn-primary:hover {
        background: var(--Brand-Hover-effect);
    }

    .btn-primary.inverse {
        background: var(--Brand-Hover-effect);
    }

        .btn-primary.inverse:hover {
            background: var(--Text-Core);
        }

a.btn-primary:hover {
    text-decoration: none;
}

a.btn-primary.clear {
    background-color: transparent;
    color: var(--Text-Core);
    border: solid 1px var(--Text-Core);
}

.btn-primary span.material-symbols-outlined {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 2.5rem;
}

.btn-primary.alt {
    background-color: var(--Brand-Color-1-enough-contrast);
}

    .btn-primary.alt:hover {
        background-color: var(--Brand-Hover-effect);
    }

    .btn-primary.alt:disabled {
        background-color: var(--Brand-Color-1-enough-contrast);
        cursor: default;
    }



div.content-block, a.content-block {
    border-radius: 1rem;
    background: var(--Neutral-White);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 2rem 4rem;
    margin-bottom: 2rem;
}

    div.content-block div.button-area {
        margin-top: 4rem;
        display: flex;
        gap: 2rem;
    }

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

    .checkbox input {
        margin: 0;
        border-radius: 0.5rem;
        width: var(--bl---belong, 1.5rem);
        height: var(--bl---belong, 1.5rem);
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid var(--Line-Input-border);
    }

        .checkbox input:checked {
            appearance: auto;
        }

@media only screen and (max-width: 768px) {

    div.content-block div.button-area {
        flex-direction: column;
        gap: .5rem;
    }

        div.content-block div.button-area a,
        div.content-block div.button-area button {
            width: 100%;
            margin: 0 0 .5rem 0;
        }
}



/*#region Login Page */

div.login-area {
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}

    div.login-area div {
        float: none;
        margin: 14rem auto;
    }

    div.login-area img {
        width: 8rem;
        display: block;
        margin: 8px auto;
    }

    div.login-area h2, div.login-area p {
        text-align: center;
    }

    div.login-area p {
        color: var(--Text-Deemphasized);
        line-height: 5rem;
        margin-top: 3rem;
    }

        div.login-area p a {
            display: block;
            text-decoration: underline;
        }

    div.login-area label {
        display: block;
        float: left;
    }

    div.login-area a.forgot-password {
        display: block;
        float: right;
        font-size: 2rem;
        margin-top: 1rem;
        padding: 0;
    }

    div.login-area .form-control {
        font-size: 2rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    div.login-area input {
        border-radius: 1rem;
    }

    div.login-area .btn-primary {
        margin-top: 20px;
        width: 100%;
    }

.background-block {
    background-color: var(--Brand-Color-1);
    height: 100vh;
    background-blend-mode: multiply;
    background-image: url('/images/login_background_1.png'), url('/images/login_background_2.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: 60%, 40%
}

    .background-block div:first-child {
        height: 200px;
    }

div#password-area {
    padding: 0;
    margin: 0;
    position: relative;
}

span#Visibility {
    position: absolute;
    top: 4.8rem;
    right: 2rem;
    cursor: pointer;
}

.login-form {
    position: relative;
}

#EmailWarning {
    position: absolute;
    top: 29rem;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 15px;
    margin: 1em 0 3em;
    border: solid 1px var(--Brand-Color-2-enough-contrast);
    background: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 2px 2px #ddd;
}

    #EmailWarning:before {
        content: "";
        position: absolute;
        top: -14px;
        bottom: auto;
        left: 20px;
        right: auto;
        border-width: 0 14px 14px 14px;
        border-style: solid;
        border-color: var(--Brand-Color-2-enough-contrast) transparent;
        display: block;
        width: 0;
    }

    #EmailWarning:after {
        content: "";
        position: absolute;
        top: -13px;
        bottom: auto;
        left: 22px;
        right: auto;
        border-width: 0 12px 13px 12px;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0;
    }

/*#endregion  Login Page */

/*#region  main menu */

div#main-menu, div#main-menu-mobile {
    background-color: var(--Neutral-White);
    height: 10rem;
    line-height: 10rem
}

    div#main-menu a, div#main-menu-mobile a {
        color: var(--Text-Core);
    }

    div#main-menu-mobile div.hamburger-menu {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 2.5rem;
    }

    div#main-menu-mobile a {
        font-size: 3rem;
    }

        div#main-menu a:hover, div#main-menu-mobile a:hover {
            text-decoration: none;
            color: var(--Brand-Color-1);
        }

    div#main-menu div, div#main-menu ul, div#main-menu ul li {
        float: left;
        height: 10rem;
        line-height: 10rem;
        padding: 0;
        margin: 0;
    }

div.logo {
    color: var(--Text-Core, #333);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    background: url(/images/LVE-hartje.png) no-repeat;
    background-position: 2rem 3.5rem;
    padding-left: 6rem !important;
}

div#main-menu-mobile div.logo {
    color: var(--Text-Core, #333);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    background: url(/images/LVE-hartje.png) no-repeat;
    background-position: 4rem 2.75rem;
    padding-left: 8rem !important;
}

div#main-menu ul li {
    list-style-type: none;
    padding: 0 0.5rem 0 0;
}

    div#main-menu ul li a {
        font-size: 2rem;
        line-height: 2rem;
        padding: 1.5rem 2rem;
    }

        div#main-menu ul li a span {
            display: inline-block;
            vertical-align: middle;
            padding: 0 0.5rem 0 0;
        }

        div#main-menu ul li a:hover {
            border-bottom: var(--Brand-Color-1) 0.1rem solid;
        }

div#main-menu ul.home li#home a,
div#main-menu ul.opleidingen li#opleidingen a,
div#main-menu ul.blogs li#blogs a,
div#main-menu ul.faq li#faq a,
div#main-menu ul.e-coaching li#e-coaching a,
div#main-menu ul.e-learning li#e-learning a,
div#main-menu ul.hr li#hr a,
div#main-menu ul.chat li#chat a {
    border-bottom: var(--Brand-Color-1) 0.1rem solid;
    border-radius: 1rem 1rem 0.125rem 0.125rem;
    background: var(--Brand-Color-1-nav-selected-bg);
    color: var(--Text-Link);
}

div#main-menu ul li {
    position: relative;
}

div#user {
    cursor: pointer;
    text-align: right;
    padding-right: 3rem !important;
}

    div#user ul.submenu,
    div#main-menu ul li ul.submenu {
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid #ccc;
        height: fit-content;
        padding: 0 0 1rem 0;
        border-radius: 1rem 1rem 1rem 1rem;
        z-index: 99;
        text-align: left;
    }

    div#user ul.submenu {
        margin: 0 2rem 0 10rem;
    }

    div#user:hover ul.submenu,
    div#main-menu ul li:hover ul.submenu {
        display: block;
        height: fit-content;
        overflow-x: hidden;
        width: auto;
    }

    div#user ul.submenu li,
    div#main-menu ul li ul.submenu li {
        height: 5rem;
        width: 100%;
    }

        div#user ul.submenu li a,
        div#main-menu ul li ul.submenu li a {
            display: block;
            height: 4rem;
            width: 100%;
            vertical-align: middle;
            padding: 1rem 0 1rem 1rem;
            margin: 1rem;
            border-bottom: none !important;
            border-radius: unset !important;
            background-color: #fff !important;
            color: var(--Text-Core) !important;
            white-space: nowrap;
        }

            div#user ul.submenu li a:hover,
            div#main-menu ul li ul.submenu li a:hover {
                border: none;
                border-left: var(--Brand-Color-1) 0.5rem solid;
                padding-left: .5rem;
                color: var(--Brand-Color-1) !important;
            }

div.alerts a, div#main-menu div#user span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

div.alerts a {
    cursor: pointer;
}

div.alerts span.alert {
    display: inline-block;
    border-radius: 4rem;
    background: var(--Brand-Color-1-enough-contrast);
    color: var(--Neutral-White);
    padding: 0rem 0.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.5rem;
    position: relative;
    top: -1.5rem;
    right: 1rem
}

@media only screen and (min-width: 1280px) {
    #main-menu-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    #main-menu {
        display: none;
    }
}

body div#mobile-menu {
    height: 100vh;
    background-repeat: no-repeat;
    background-color: var(--Neutral-White);
    background-image: url("/images/clovers.png"), url("/images/4-love-clover.png");
    background-size: 35rem, 25rem;
    background-position: 15rem 5rem, 100% 100%;
}

div#mobile-menu ul {
    margin-top: calc(20vh);
}

    div#mobile-menu ul li {
        list-style-type: none;
        clear: both;
    }

        div#mobile-menu ul li a {
            height: 8rem;
            line-height: 8rem;
            display: inline-block;
            color: var(--Text-Core);
            padding: 0 0 6rem 0;
        }

    div#mobile-menu ul a:hover {
        text-decoration: none;
        color: var(--Text-Link);
    }


    div#mobile-menu ul a.material-symbols-outlined {
        cursor: pointer;
    }

    div#mobile-menu ul li a.material-symbols-outlined,
    div#mobile-menu ul li a span.material-symbols-outlined {
        vertical-align: middle;
        padding: 0 1rem
    }


    div#mobile-menu ul li ul {
        padding: 0 0 0 6rem;
        margin-top: -1rem;
    }

        div#mobile-menu ul li ul li {
            padding: 0 0 1rem 1rem;
        }

            div#mobile-menu ul li ul li a {
                height: fit-content;
                line-height: 3rem;
                padding: 0 0 1rem 0;
            }

        div#mobile-menu ul li ul.hide {
            display: none;
        }

        div#mobile-menu ul li ul.show {
            display: block;
        }

/*#endregion CursistenSite main menu */

/*#region  CursistenSite footer */
/* Footer always at bottom of page if page content less than viewport*/
div#footer {
    clear: both;
    background-color: var(--Text-Core);
    height: 7rem;
    line-height: 7rem;
    color: var(--Neutral-White);
    font-family: Helvetica;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-top: auto; /* This pushes the footer to the bottom */
}

    div#footer div, div#footer a {
        display: inline-block;
    }

    div#footer a {
        color: var(--Neutral-White);
        margin-left: 10rem;
    }

@media only screen and (max-width: 768px) {
    div#footer {
        height: auto;
    }

        div#footer div, div#footer a {
            display: block;
            margin-left: 0;
        }
}

/*#endregion  CursistenSite footer */

/*#region  CursistenSite ContentArea */

div#body-area {
    min-height: calc(100vh - 17rem); /* Adjust 120px to the combined height of your header and footer */
    background-repeat: no-repeat;
    background-color: var(--Neutral-Bg);
    background-image: url("/images/clovers.png"), url("/images/4-love-clover.png");
    background-size: 35rem, 25rem;
    background-position: 15rem 5rem, 100% 100%;
    position: relative;
}

    div#body-area h1 {
        text-align: center;
    }

div#left-content, div#main-content, div#right-content {
    padding: 2rem;
    position: relative;
}

a#heb-je-een-vraag {
    display: block;
    border-radius: 1rem;
    margin: 3rem 0;
    padding: 4rem;
    text-align: left;
    background-color: var(--Neutral-White);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
    /* Home page has a different style */
    a#heb-je-een-vraag.home-pagina {
        border: 1px dashed var(--Text-Deemphasized);
        padding: 3rem;
        text-align: center;
        width: 80%;
        margin: 3rem auto;
        background-color: transparent;
        box-shadow: none;
    }

    a#heb-je-een-vraag span.material-symbols-outlined {
        vertical-align: middle;
        font-size: 2.5rem;
        padding-right: 1rem
    }

#main-content a#heb-je-een-vraag {
    display: none;
}

@media only screen and (max-width: 1280px) {
    p.welkom-user {
        margin-top: 0;
    }

    div#left-content, div#main-content, div#right-content {
        padding-top: 0;
    }

    #main-content a#heb-je-een-vraag {
        display: block;
        width: 100%;
    }

    a#heb-je-een-vraag.home-pagina {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    #right-content a#heb-je-een-vraag {
        display: none;
    }
}

p.welkom-user {
    color: var(--Brand-Color-1);
    padding: 0;
    margin: 2rem 0 0 0;
    text-align: center;
}

a.opleiding-block {
    display: flex;
    height: 11rem;
    margin: 3rem 0;
    padding: 0;
}

    a.opleiding-block:hover {
        text-decoration: none;
        box-shadow: 1px 6px 6px 1px rgba(0, 0, 0, 0.3);
    }

div.opleiding-image {
    background-color: var(--Brand-Color-1);
    background-blend-mode: multiply;
    border-radius: 1rem 0 0 1rem;
    width: 11rem;
    min-width: 11rem;
    background-size: cover;
}

div.opleiding-content {
    display: flex;
    flex: 1;
    padding-left: 2rem;
}

div.opleiding-arrow span {
    width: 5rem;
    min-width: 5rem;
    height: 11rem;
    line-height: 11rem;
}

div.opleiding-title {
    color: var(--Text-Heading, #0D0D0D);
    font-weight: 700;
    line-height: 11rem;
    overflow: hidden;
    flex: 1;
}

div.opleiding-voortgang {
    width: 20rem;
    line-height: 11rem;
    color: var(--Text-Core);
}

    div.opleiding-voortgang span {
        color: var(--Text-Deemphasized);
    }

div.opleiding-certificaat {
    width: 25rem;
    line-height: 11rem;
    text-align: right;
    padding-right: 2rem;
}

    div.opleiding-certificaat span.material-symbols-outlined {
        vertical-align: middle;
    }

div#progress-bar {
    display: flex;
    margin: 0 auto 4rem auto;
    max-width: 1280px;
    height: 9rem;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem 0 2rem;
    transition: height 0.5s, opacity 0.5s ease;
}

    div#progress-bar.single-item {
        -webkit-justify-content: center;
        justify-content: center;
    }

    div#progress-bar.hidden {
        height: 0;
        margin: 0;
        padding: 0;
    }

    div#progress-bar .progress-bar-item {
        width: 10rem;
        height: 8rem;
        margin: 0;
        text-align: center;
        cursor: help;
        position: relative;
    }

div.progress-bar-item span {
    height: 2.5rem;
    padding: 0;
    margin: 0;
    display: block;
}

div.progress-bar-item div.icon {
    border: dashed 1px var(--Text-Core);
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    margin: 0 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 5rem;
}

    div.progress-bar-item div.icon.training {
        background-image: url('/images/icons/klassikaal-333333.svg');
    }

    div.progress-bar-item div.icon.online-training {
        background-image: url('/images/icons/online-klassikaal-333333.svg');
    }

    div.progress-bar-item div.icon.e-coaching {
        background-image: url('/images/icons/e-coaching-333333.svg');
    }

    div.progress-bar-item div.icon.e-learning {
        background-image: url('/images/icons/e-learning-333333.svg');
    }

    div.progress-bar-item div.icon.toets {
        background-image: url('/images/icons/toets-333333.svg');
    }

    div.progress-bar-item div.icon.intake {
        background-image: url('/images/icons/intake-333333.svg');
    }

    div.progress-bar-item div.icon.download {
        background-image: url('/images/icons/download-333333.svg');
    }

    div.progress-bar-item div.icon.evaluatie {
        background-image: url('/images/icons/evaluatie-333333.svg');
    }

    div.progress-bar-item div.icon.game {
        background-image: url('/images/icons/game-333333.svg');
    }

    div.progress-bar-item div.icon.compas {
        background-image: url('/images/icons/compas-333333.svg');
    }

    div.progress-bar-item div.icon.webinar {
        background-image: url('/images/icons/webinar-333333.svg');
    }

    div.progress-bar-item div.icon.browser {
        background-image: url('/images/icons/browser-333333.svg');
    }


div.progress-bar-item.complete-true div.icon.training {
    background-image: url('/images/icons/klassikaal-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.online-training {
    background-image: url('/images/icons/online-klassikaal-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.e-coaching {
    background-image: url('/images/icons/e-coaching-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.e-learning {
    background-image: url('/images/icons/e-learning-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.toets {
    background-image: url('/images/icons/toets-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.intake {
    background-image: url('/images/icons/intake-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.download {
    background-image: url('/images/icons/download-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.evaluatie {
    background-image: url('/images/icons/evaluatie-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.game {
    background-image: url('/images/icons/game-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.compas {
    background-image: url('/images/icons/compas-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.webinar {
    background-image: url('/images/icons/webinar-E9477A.svg');
}

div.progress-bar-item.complete-true div.icon.browser {
    background-image: url('/images/icons/browser-E9477A.svg');
}


.actie-sessie-friendly-name {
    white-space: nowrap;
    font-size: 1.8rem;
}

div#progress-bar div.actie-spacer {
    flex-grow: 1;
    margin: 0;
    background-image: url("/images/Arrow_2.png");
    background-position: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: space-around
}

    div#progress-bar div.actie-spacer div {
        height: 1.5rem;
        width: 1.5rem;
        background-color: var(--Text-Core);
        border-radius: 50%;
        cursor: help;
        position: relative;
        padding: 0 2rem;
    }

div.progress-bar-item.complete-true {
    color: var(--Brand-Color-1);
    border-color: red;
}

    div.progress-bar-item.complete-true div.icon {
        border-style: solid;
        border-color: var(--Brand-Color-1);
    }

div#progress-bar div.actie-spacer div.sub-item.complete-true {
    background-color: var(--Brand-Color-1);
}

div#progress-bar div.actie-spacer div.sub-item {
    padding: 0;
}

div.progress-bar-item span.progress-popup,
div.sub-item span.progress-popup {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    position: absolute;
    z-index: 999;
    border-radius: 1rem;
    background: var(--Neutral-White);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 1rem 2rem;
    height: auto;
    width: 20rem;
    color: var(--Text-Core);
}

div.progress-bar-item:hover span.progress-popup,
div.sub-item:hover span.progress-popup {
    visibility: visible;
    opacity: 1;
}

div.progress-bar-item.complete-true span.progress-popup,
div.sub-item.complete-true span.progress-popup {
    color: var(--Brand-Color-1);
}

div.sub-item span.progress-popup {
    margin-bottom: 5rem;
}


@media only screen and (max-width: 768px) {

    div.opleiding-content {
        flex-direction: column;
        padding: 1rem 2rem;
    }

    div.opleiding-title, div.opleiding-voortgang, div.opleiding-certificaat {
        height: 4rem;
        line-height: 4rem;
        flex: 1;
    }

    div#progress-bar {
        display: none;
    }
}

h1.blogs-title {
    background: url('/images/lve-hartje.png') no-repeat 0 50%;
    display: block;
    width: 38rem;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
}

div#blog-items {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 10rem;
}

div.blog-block {
    flex-grow: 1;
    width: 30%;
}

div.blog-large {
    width: 48%;
}

@media only screen and (max-width: 1280px) {
    div.blog-block {
        width: 48%;
    }

    h1.blogs-title {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    div.blog-block {
        width: 100%;
    }
}

div.blog-block a {
    position: relative;
    height: 28rem;
    line-height: 11rem;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 0;
    color: var(--Text-Core);
}

div.blog-large a {
    height: 44rem;
}

div.blog-block a div.blog-image {
    padding: 0;
    margin: 0;
    height: 11rem;
    border-radius: 1rem 1rem 0 0;
    background-size: cover;
}

div.blog-large a div.blog-image {
    height: 18rem;
}

div.blog-block b {
    display: block;
    line-height: 3rem;
    padding: 2rem;
    overflow: hidden;
    height: 11rem
}

div.blog-block p {
    line-height: 3rem;
    text-align: left !important;
    padding: 0 2rem;
    margin: 0;
    height: 9rem;
    overflow: hidden;
    color: var(--Text-Deemphasized);
}

div.blog-block a div.read-blog {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: .5rem;
    line-height: 3rem;
    display: block;
    text-align: right;
    color: var(--Brand-Color-1-enough-contrast);
}

div.blog-block a span.material-symbols-outlined {
    vertical-align: middle;
    font-size: 2.5rem;
    padding-right: 1rem
}

div#blog-items div.blog-block a.content-block:hover {
    box-shadow: 1px 6px 6px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

    div#blog-items div.blog-block a.content-block:hover div.read-blog {
        text-decoration: underline;
    }

/*#endregion  CursistenSite ContentArea */

/*#region  CursistenSite Opleiding Acties */

div.jouw-certificaat {
    margin-top: 2rem;
}

    div.jouw-certificaat a.btn-primary {
        width: 34rem;
    }

div#mijn-acties,
div#bestanden,
div#left-calendar,
div#trainers {
    padding: 3rem 4rem;
    margin: 2rem 0;
}

    div#mijn-acties div.acties-uitgevoerd div.actie,
    div#mijn-acties div.acties-te-doen div.actie,
    div#bestanden div {
        overflow-x: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem;
        line-height: 4rem;
        border-bottom-width: 1px;
        border-block-color: var(--Line-Divider);
        border-bottom-style: solid;
        padding: 0 0 1rem 0;
    }

        div#bestanden div:last-child,
        div#mijn-acties div.acties-te-doen div:last-child,
        div#mijn-acties div.acties-uitgevoerd div:last-child {
            border-bottom: none;
        }

    div#mijn-acties div.do-later-message {
        text-align: right;
        color: var(--Text-Deemphasized);
        cursor: not-allowed;
    }

div.actie {
    position: relative;
}

    div.actie a {
        padding-right: 2rem;
    }

        div.actie a.later-te-doen {
            cursor: not-allowed;
        }

            div.actie a.later-te-doen:hover {
                text-decoration: none;
            }

    div.actie span.not-online {
        color: var(--Text-Deemphasized);
    }

@media only screen and (max-width: 1280px) {
    div#mijn-acties {
        margin-top: 0;
    }

    div#left-content,
    div#right-content,
    div#main-content {
        padding-bottom: 0;
        padding-top: 0
    }
}

div#training-overzicht div {
    display: flex;
}

div#training-overzicht span.material-symbols-outlined {
    vertical-align: top;
    padding: 0 1rem 0 2rem;
}

div#training-overzicht div span.omschrijving {
    flex: 1;
}


@media only screen and (min-width: 768px) {
    div#training-overzicht {
        text-align: center;
    }

        div#training-overzicht div {
            display: inline-block;
            padding: 0;
            margin: 0;
        }
}


div#bestanden div a {
    display: block;
    cursor: pointer;
}

div#bestanden div span {
    padding: 0 3rem 0 0;
    color: var(--Text-Deemphasized);
}

div#left-calendar p {
    display: flex;
    gap: .5rem;
    margin: 1rem 0 0 0;
}

    div#left-calendar p.training-naam {
        font-weight: bold;
        margin-left: 3.2rem;
    }

div#left-calendar div.sessies .material-symbols-outlined {
    font-size: 2.1rem;
    padding: .4rem 1rem 0 0;
}

div#left-calendar div.sessies.voltooid-true {
    color: var(--Text-Deemphasized)
}

    div#left-calendar div.sessies.voltooid-true img {
        filter: grayscale(1);
    }

div#left-calendar div.sessies {
    border-bottom: solid 1px #ccc;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

    div#left-calendar div.sessies:last-of-type {
        border: none;
        padding-bottom: 0;
    }

div#trainers p.trainer-info {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0 0 0;
}

    div#trainers p.trainer-info span {
        vertical-align: middle;
        font-size: 2rem;
    }

    div#trainers p.trainer-info img {
        height: 6rem;
        border-radius: 50%;
    }


/*#endregion  CursistenSite Opleiding Acties */
/*#region  Intake/Evaluatie vragen */
div.vragen {
    padding: 3rem 4rem;
    margin-bottom: 3rem;
}

    div.vragen p {
        text-align: left !important;
    }

    div.vragen h3 {
        font-size: 2.2rem;
        padding: 0;
        margin: 0 0 1rem 0;
    }

        div.vragen h3 span {
            color: var(--Brand-Color-1);
            padding-right: 1rem;
        }

    div.vragen textarea {
        border-radius: 1rem;
        border: 1px solid var(--Line-Input-border);
        padding: 2rem;
        width: 100%;
        margin: 0;
    }

    div.vragen select {
        padding: 1rem 3rem;
        font-size: 2rem;
        border-radius: 1rem;
        border: 1px solid var(--Line-Input-border);
        background: var(--Neutral-White);
    }

    div.vragen h3 {
        font-family: Helvetica;
    }

    div.vragen span.antwoord-fout,
    div.vragen span.antwoord-goed {
        float: right;
        font-size: 6rem;
        padding: 0 10% 0 0;
        margin: 0;
        font-weight: 700;
    }

    div.vragen span.antwoord-fout {
        color: red;
    }

    div.vragen span.antwoord-goed {
        color: green;
    }

    div.vragen .anders-textbox {
        margin: .5rem 0 0 3rem;
    }

label.antwoord-goed,
p.correct-answer {
    color: green;
}

div#send-antwoorden {
    height: 18rem;
    margin-top: 4rem;
    position: relative;
}

    div#send-antwoorden .btn-primary {
        background: var(--Brand-Color-1-enough-contrast);
        margin: 0 auto;
        vertical-align: bottom;
        width: 40rem;
    }

        div#send-antwoorden .btn-primary:before {
            content: "";
            background-image: url("/images/arrow-b.png");
            background-size: 30rem;
            background-repeat: no-repeat;
            width: 30.5625rem;
            height: 28.5rem;
            transform: rotate(-155deg);
            position: absolute;
            top: -48px;
            left: -290px;
        }

h3.is-invalid {
    color: red;
}

    h3.is-invalid::after {
        content: "  *"
    }

/*#endregion  Intake/Evaluatie vragen */

/*#region Upload */

div#upload, div#uploaded {
    padding: 3rem 4rem;
    margin-bottom: 4rem;
}

    div#upload h2, div#upload h2 span,
    div#uploaded h2, div#uploaded h2 span {
        color: var(--Text-Heading);
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3.5rem; /* 140% */
        margin-top: 0;
        vertical-align: bottom;
    }


div#file-uploader {
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: var(--Brand-Color-1-enough-contrast);
    padding: 2rem 5rem;
    border-radius: 1rem;
    color: var(--Neutral-White);
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
}

    div#file-uploader:hover {
        background: var(--Text-Core);
    }

    div#file-uploader input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    div#file-uploader button {
        display: none;
    }

/*#endregion Upload */

/*#region Ecoaching */

div.e-coaching div.feedback-text p {
    margin: 0;
}

video.e-coaching-video {
    width: 90%;
    display: block;
    margin: .5rem auto 2rem auto;
    border-radius: 1rem;
}


.dxbl-btn-group {
    text-align: center;
}

    .dxbl-btn-group button {
        padding: 1rem;
        background-color: #fff;
        border: solid 1px #666;
        border-radius: 1rem;
        cursor: pointer;
    }

        .dxbl-btn-group button:hover {
            background-color: #eee;
        }


.dxbl-toolbar-btn-ellipsis {
    display: none;
}

.dx-htmleditor-content {
    border: solid 1px #666;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    min-height: 300px;
}

    .dx-htmleditor-content p {
        padding: 0;
        margin: 1rem 0;
    }

.dx-toolbar-after {
    display: none;
}

div.e-coaching-html-editor a {
    margin: 1rem 0 1rem 3rem;
}

div.e-coaching-html-editor p {
    clear: both;
}

/*#endregion Ecoaching */

/*#region datafile list */
div.data-file a {
    float: left;
    display: block;
    cursor: pointer;
    width: 90%;
}


    div.data-file a.material-symbols-outlined {
        width: 10%;
        float: right;
        color: var(--Text-Core);
        padding: 3px;
    }

        div.data-file a.material-symbols-outlined:hover {
            text-decoration: none;
            padding: 4px 2px 2px 4px;
        }

.data-file p {
    clear: both;
}

div.data-file span {
    padding: 0 3rem 0 0;
    color: var(--Text-Deemphasized);
}

div.data-file {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    line-height: 4rem;
    border-bottom-width: 1px;
    border-block-color: var(--Line-Divider);
    border-bottom-style: solid;
    padding: 0 0 1rem 0;
}

    div.data-file:last-child {
        border-bottom: none;
    }

@media only screen and (max-width: 768px) {
    div.data-file {
        white-space: wrap;
    }
}

/*#endregion datafile list */

/*#region FAQ */
.faq-questions {
    padding: 4rem;
    margin-bottom: 4rem;
}

    .faq-questions b {
        color: var(--Brand-Color-1-enough-contrast);
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3.5rem;
    }

.faq-question {
    border-top: 1px solid var(--Line-Divider);
}

    .faq-question:first-of-type {
        border-top: none;
    }

    .faq-question a {
        color: var(--Text-Core);
        display: block;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 3rem;
        padding: 2rem 0;
        cursor: pointer;
        background-image: url('/images/arrow_down.png');
        background-repeat: no-repeat;
        background-size: 2rem;
        background-position: 100% 50%;
    }

    .faq-question .visible-True {
        font-weight: 700;
        background-image: url('/images/arrow_up.png');
    }

    .faq-question a:hover {
        text-decoration: none;
    }

    .faq-question p {
        text-align: left !important;
        padding: 0;
        margin: 0 0 2rem 0;
        color: var(--Text-Core);
    }

#faq-categories {
    padding: 1rem 0;
    text-align: center;
}

    #faq-categories div {
        display: inline-block;
        border-radius: 4rem;
        border: 1px solid var(--Line-Input-border-enough-contrast-for-bg);
        background: var(--Neutral-Bg);
        padding: 0.5rem 2rem;
        justify-content: center;
        align-items: center;
        margin: 1rem;
    }

        #faq-categories div.selected,
        #faq-categories div:hover {
            color: var(--Neutral-White);
            background: var(--Text-Core);
            cursor: pointer;
        }


input.faq-search {
    border-radius: var(--RoundedCornersUI, 1rem);
    border: 1px solid var(--Line-Input-border, #949494);
    background: var(--Neutral-White, #FFF);
    padding: 1.5rem 2rem 1.5rem 5rem;
    width: 52rem;
    margin: 2rem auto;
    display: flex;
    background-image: url('/images/search.png');
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: 1rem 50%;
    font-size: 2rem;
}

@media (max-width: 768px) {
    input.faq-search {
        width: 100%;
    }
}

p#faq-contact-link {
    text-align: center;
    margin: 4rem auto 3rem auto;
}

    p#faq-contact-link a {
        color: var(--Brand-Color-1-enough-contrast);
        font-weight: 700;
    }

        p#faq-contact-link a:hover {
            text-decoration: none;
            /*#endregion FAQ */
        }

div#thank-you {
    margin: 1rem 0 4rem 0;
}

    div#thank-you h3 {
        color: var(--Text-Heading);
        /* Heading size 2/d */
        font-family: Helvetica;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3.5rem;
        padding-left: 4rem;
        background: url('/images/lve-hartje.png') no-repeat 0 50%;
        background-size: 3rem
    }


div.contact-pagina {
    padding: 2rem 4rem;
}

div.account-pagina {
    padding: 2rem 4rem 4rem 4rem;
}


    div.contact-pagina input, div.account-pagina input,
    div.contact-pagina select, div.account-pagina select,
    div.contact-pagina textarea, div.account-pagina textarea {
        border-radius: 0.5rem;
        margin: 0;
        display: block;
        width: 100%;
    }

    div.contact-pagina label, div.account-pagina label {
        padding-top: 1rem;
        display: inline-block;
    }

div.contact-pagina textarea {
    height: 30rem;
    width: 100%;
}

div.contact-pagina div.button-area {
    display: revert;
    text-align: right;
    margin: 4rem 0 2rem 0;
}

span.optional {
    color: var(--Text-Deemphasized);
}

div.contact-pagina button, div.contact-pagina a {
    margin: 0 0 0 2rem;
    width: 20rem;
    display: inline-block;
    padding: 1rem;
    text-align: center;
}

.account-pagina-opslaan {
    margin: 3rem auto 2rem auto;
}

/*#region Agenda */

div#Agenda {
    display: flex;
    justify-content: space-around; /* This will space the child divs evenly */
    flex-wrap: wrap;
    position: relative;
}

    div#Agenda div {
        flex: 1; /* Each div will take equal width */
        padding: .5rem; /* Padding inside each div */
        text-align: center; /* Center the text inside the divs */
    }

    div#Agenda p {
        padding: 0;
        margin: 0;
    }

    div#Agenda div p.afspraak-day {
        color: var(--Text-Deemphasized);
    }

    div#Agenda div p.afspraak-date {
        margin: 1rem 0;
        display: inline-block;
        color: var(--Text-Core);
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 4.5rem;
        width: 4.5rem;
        height: 4.5rem;
    }

    div#Agenda div p.today {
        color: var(--Brand-Color-1-enough-contrast);
        border: solid 1px var(--Brand-Color-1-enough-contrast);
        border-radius: 2.5rem;
    }

    div#Agenda div div.afspraak {
        margin-bottom: 1rem;
        color: var(--Text-Core);
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 400;
        border-radius: 0.5rem;
        border: solid 1px var(--Brand-Color-1-very-light-line);
    }

    div#Agenda div div.afspraak-can-open:hover {
        cursor: pointer;
        border: solid 1px var(--Brand-Color-1);
    }

    div#Agenda div div.afspraak p.afspraak-tijd {
        color: var(--Brand-Color-1-enough-contrast-nav-selected);
    }

span#next-week, span#previous-week {
    position: absolute;
    top: 6rem;
    font-size: 2.5rem;
    cursor: pointer
}

span#next-week {
    right: 2rem;
}

span#previous-week {
    left: 2rem;
}

@media only screen and (max-width: 768px) {

    div#Agenda {
        background: transparent;
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
    }

        div#Agenda div {
            border-radius: 1rem;
            background: var(--Neutral-White);
            padding: 1rem 2rem;
            margin: 2rem 0;
            width: 100%;
        }

        div#Agenda p.afspraak-date {
            line-height: 3.5rem;
            width: 3.5rem;
            height: 3.5rem;
        }

        div#Agenda p.afspraak-day {
            margin: 0;
            padding: 0;
            line-height: 1rem;
        }

        div#Agenda div div.afspraak {
            margin-top: 0;
        }

    span#next-week, span#previous-week {
        display: none;
    }
}

/*#endregion Agenda */

/*#region Aanvragen */

div.aanvragen table {
    width: 100%;
    border-collapse: collapse;
}

    div.aanvragen table tr {
        border-bottom: solid 1px var(--Line-Divider);
    }

        div.aanvragen table tr th, div.aanvragen table tr td {
            text-align: left;
            padding: 2rem 1rem;
        }

        div.aanvragen table tr th {
            color: var(--Text-Deemphasized);
        }


div.aanvragen h4 span.count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    height: 3rem;
    width: 3rem;
    padding: 1rem;
    font-size: 1.8rem;
    color: var(--Text-Deemphasized);
    font-weight: 400;
    border-radius: 1rem;
    background: var(--Neutral-5);
}

div.aanvragen h4 span.material-symbols-outlined {
    display: block;
    float: right;
    cursor: pointer;
}

@media (max-width: 768px) {

    div.aanvragen table, div.aanvragen thead, div.aanvragen tbody, div.aanvragen th, div.aanvragen td, div.aanvragen tr {
        display: block;
    }

        div.aanvragen thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    div.aanvragen tr {
        padding-bottom: 3rem;
    }

    div.aanvragen td {
        border: none;
        position: relative;
        text-align: left;
        padding: 3rem 0 1rem 0 !important;
    }

        div.aanvragen td:before {
            position: absolute;
            top: 0;
            left: 0;
            font-weight: 700;
            padding-right: 10px;
            white-space: nowrap;
            content: attr(data-label);
        }
}
/*#endregion Aanvragen */

/*#region e-coaching */

.e-coaching-deelnemer div.content-block {
    padding: 1rem 4rem;
    margin-bottom: 4rem;
}


li#e-coaching, div#e-coaching-mobile {
    position: relative;
}

    li#e-coaching span.alert, div#e-coaching-mobile span.alert {
        display: block;
        border-radius: 1rem;
        background: var(--Brand-Color-1-enough-contrast);
        color: var(--Neutral-White);
        padding: .5rem;
        line-height: 1.5rem;
        font-size: 1.5rem;
        position: absolute;
        top: 1.7rem;
        right: 1rem;
        min-width: 2.5rem;
        text-align: center;
    }

div#e-coaching-mobile {
    text-align: left;
}

    div#e-coaching-mobile span.alert {
        top: 1rem;
        left: unset;
    }


/*#endregion e-coaching */

/* #region Trainer Training */

.training-sub-menu a {
    padding-left: 3rem;
    cursor: pointer;
    display: block;
    color: #000;
    margin-bottom: 2rem;
    line-height: 5rem;
}

.algemeen a.algemeen,
.briefing a.briefing,
.bestanden a.bestanden,
.contact a.contact,
.cursistacties a.cursistenenacties,
.cursistenenacties a.cursistenenacties,
.melearning a.melearning,
.uploadstrainer a.uploadstrainer,
.uploadsdeelnemer a.uploadsdeelnemer {
    font-weight: 700;
    background-image: url('/images/training-menu-selected.png');
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: .5rem 2rem;
}

.training-sub-menu a:hover {
    background-image: url('/images/training-menu-selected.png');
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: .5rem 2rem;
    text-decoration: none;
}

select#training-sub-menu-dropdown {
    padding: 2rem;
    width: 100%;
    font-size: 2rem;
    background-color: var(--Neutral-White);
    border: solid 1px var(--Line-Input-border);
    border-radius: 1rem;
    display: none;
    margin-bottom: 1.5rem;
}


@media (max-width: 1280px) {
    div.training-sub-menu {
        display: none;
    }

    select#training-sub-menu-dropdown {
        display: block;
    }
}

/* #endregion Trainer Training */

/* #region Uitvoering sessie */
div.uitvoering-sessie {
    margin: 0 0 2rem 0;
}

    div.uitvoering-sessie.chosen-sessie-False,
    div.uitvoering-sessie.chosen-sessie-False p,
    div.uitvoering-sessie.chosen-sessie-False h4,
    div.uitvoering-sessie.chosen-sessie-False h5,
    div.uitvoering-sessie.chosen-sessie-False a {
        color: #888
    }

    div.uitvoering-sessie h5 {
        font-size: 2rem;
        margin: 0;
    }

    div.uitvoering-sessie p {
        margin: .5rem 0 2rem 0;
    }

        div.uitvoering-sessie p span.material-symbols-outlined {
            vertical-align: middle;
            margin-right: 1rem;
        }

        div.uitvoering-sessie p a {
            text-decoration: underline;
            color: var(--Text-Core);
        }

    div.uitvoering-sessie h4 span.material-symbols-outlined {
        float: right;
        font-size: 4rem;
        padding: 0 0 1rem 1rem;
        cursor: pointer;
    }

    div.uitvoering-sessie a.btn-primary {
        width: 40%;
        display: inline-block;
        margin: 2rem 2rem 0 2rem;
        line-height: 20px;
        text-align: center;
    }

        div.uitvoering-sessie a.btn-primary span.material-symbols-outlined {
            vertical-align: middle;
        }


div.training-overig {
    display: flex;
    flex-wrap: wrap
}

    div.training-overig p {
        flex: 0 0 33.3333%;
        padding: 1rem;
        margin: 0;
        border: solid 1px #eee;
    }

        div.training-overig p b {
            display: inline-block;
            width: 20rem;
            padding-right: 1rem;
        }

a.location-map-link {
    text-decoration: none;
}

    a.location-map-link:hover {
        text-decoration: underline;
    }

@media (max-width: 1280px) {
    div .training-overig p {
        flex: 0 0 50%;
    }
}
/* endregion Uitvoering sessie */

/* region Trainer Training */
div.briefing-trainer {
    padding-top: 1rem;
}

    div.briefing-trainer div {
        border-bottom: solid 1px silver;
        padding-bottom: 0;
        margin-bottom: 0;
    }


    div.briefing-trainer p b {
        display: inline-block;
        width: 20rem;
    }

div.training-contactpersoon {
    padding: 0.5rem 4rem 4rem 4rem;
}

    div.training-contactpersoon p {
    }

    div.training-contactpersoon img {
        width: 5rem;
        border-radius: 50%;
        vertical-align: middle;
    }

    div.training-contactpersoon div {
        display: inline-block;
        width: 49%;
    }

        div.training-contactpersoon div b {
            display: block;
        }

        div.training-contactpersoon div a {
            color: var(--Text-Core);
        }


/* #endregion Trainer Training */

/* #region Trainer Cursisten */

div.cursisten div.cursist {
    overflow-x: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    line-height: 4rem;
    border-bottom-width: 1px;
    border-block-color: var(--Line-Divider);
    border-bottom-style: solid;
    padding: 0 0 1rem 0;
}

    div.cursisten div.cursist:last-child {
        border-bottom: none;
    }

    div.cursisten div.cursist div.checkbox {
        text-align: right;
    }

div.cursist-trainer div {
    padding: .5rem;
}

    div.cursist-trainer div b {
        display: inline-block;
        width: 15rem;
    }

div.uitvoering-deelnemers div.actie div,
div.acties-cursist-trainer div.actie-cursist-trainer {
    margin: 1rem 0;
    padding: .5rem 0 1rem 0;
    border-bottom: solid 1px silver;
}

    div.acties-cursist-trainer div.actie-cursist-trainer
    /* #endregion Trainer Cursisten */
    /* #region Meting Score */
    div.content-block.meetresultaat {
        text-align: center;
        width: auto;
    }

    div.uitvoering-deelnemers div.actie div.actie-status {
        text-align: right;
    }

div.cursist-toevoegen select {
    padding: 1rem 3rem;
    font-size: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--Line-Input-border);
    background: var(--Neutral-White);
}

div.group-selector {
    margin: 1rem 0;
}

    div.group-selector select {
        padding: 1rem 3rem;
        font-size: 2rem;
        border-radius: 1rem;
        border: 1px solid var(--Line-Input-border);
        background: var(--Neutral-White);
    }

button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    border: 1px solid #999;
    opacity: 0.6; /* optional for a faded look */
}

div.metingen, div.meting-totaal {
    display: inline-block;
    vertical-align: top;
}

    div.metingen div span {
        display: inline-block;
        line-height: 4rem;
    }

        div.metingen div span.meting-categorie {
            width: 30rem;
            text-align: left;
        }

        div.metingen div span.meting-score {
            width: 6rem;
            text-align: right;
            font-weight: 700;
        }

div.meting-totaal {
    margin-left: 12rem;
    margin-top: 8rem;
    padding-top: 4rem;
    width: 20rem;
    height: 20rem;
    border: solid 1px var(--Brand-Color-1);
    background-color: var(--Brand-Color-1);
    border-radius: 50%;
    text-align: center;
}

    div.meting-totaal span {
        display: block;
        font-size: 4rem;
        margin: 1rem;
        color: #fff;
    }

        div.meting-totaal span.meting-categorie {
            font-size: 2.5rem;
        }

/* #endregion Meting Score */

div#person-pointing, div#person-thank-you {
    position: absolute;
    right: 1rem;
    top: 15rem;
    width: 20rem;
    height: 20rem;
    border-radius: 20rem;
    background-image: url('/images/person-pointing-1.jpg');
    background-size: cover;
}

    div#person-pointing.pointer-niks,
    div#person-pointing.pointer-blanco,
    div#person-pointing.pointer-upload {
        background-image: url('/images/person-pointing-2.jpg');
    }

    div#person-pointing.pointer-evaluatie,
    div#person-pointing.pointer-intake {
        background-image: url('/images/person-pointing-3.jpg');
    }

    div#person-pointing.pointer-ecoaching,
    div#person-pointing.pointer-upload {
        background-image: url('/images/person-pointing-4.jpg');
    }

div#person-thank-you {
    background-image: url('/images/person-pointing-3.jpg');
}


@media (max-width: 1280px) {
    div #person-pointing, div#person-thank-you {
        display: none;
    }
}


/* #region pointy arrows */
.btn-primary.download-certificaat:before,
.btn-primary.start-button:before {
    content: "";
    background-image: url("/images/arrow-a.png");
    background-size: 30rem;
    background-repeat: no-repeat;
    width: 30.5625rem;
    height: 28.5rem;
    position: absolute;
}

.btn-primary.download-certificaat:before {
    transform: rotate(-58deg);
    top: 2.5rem;
    right: 8rem;
}

.btn-primary.start-button:before {
    transform: rotate(-48deg);
    top: 0.5rem;
    right: 4rem;
}
/* #endregion pointy arrows */

/* #region vraag antwoord */
div#button-area.vraag-antwoord {
}

    div#button-area.vraag-antwoord button {
        width: 30%;
    }

    div#button-area.vraag-antwoord a.btn-primary {
        width: 30%;
        float: left;
    }

        div#button-area.vraag-antwoord a.btn-primary.button-next,
        div#button-area.vraag-antwoord button {
            float: right;
        }

p.feedback {
    width: 90%;
    margin: 0 auto 3rem auto;
}

div.meetresultaat-antwoorden table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}

    div.meetresultaat-antwoorden table tr td {
        padding: 12px 8px;
        border-bottom: solid 1px #bbb;
        margin: 0;
        vertical-align: top;
    }

div.meetresultaat-antwoorden tr:hover {
    background-color: #fafafa;
    cursor: help;
}

div.meetresultaat-antwoorden span.antwoord-goed {
    color: var(--Brand-Color-1);
    font-weight: 700;
}

div.meetresultaat-antwoorden span {
    display: block;
}

    div.meetresultaat-antwoorden span.feedback {
        margin-top: 1.2rem;
        cursor: pointer;
    }

div.meetresultaat-antwoorden p {
    line-height: 2rem;
}

    div.meetresultaat-antwoorden p.antwoord-goed {
        color: green;
    }

    div.meetresultaat-antwoorden p.antwoord-fout {
        color: red;
    }

td.grade span.material-symbols-outlined.antwoord-goed {
    color: green;
}

td.grade span.material-symbols-outlined.antwoord-fout {
    color: red;
}

div.meetresultaat-antwoorden table tr td.grade div.feedback-popup {
    position: absolute;
    right: 0;
    z-index: 999;
    border-radius: 1rem;
    border: solid 1px #ddd;
    background: var(--Neutral-White);
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    height: auto;
    width: auto;
    max-width: 600px;
    min-width: 300px;
    white-space: normal;
    margin: 0 0rem;
}

    div.meetresultaat-antwoorden table tr td.grade div.feedback-popup span.material-symbols-outlined {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

/* #endregion vraag antwoord */

/* #region mini calendar */
.dxbl-calendar-header {
    display: flex;
    justify-content: space-between;
}

    .dxbl-calendar-header button {
        border: none;
        background-color: #fff;
        margin-bottom: 2rem;
    }

tr.dxbl-calendar-days-of-week td,
td.dxbl-calendar-week-number {
    border: none !important;
}

.dxbl-image {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.dxbl-btn-caption {
    font-size: 2.2rem;
}

button.dxbl-calendar-header-previous-year-btn,
button.dxbl-calendar-header-next-year-btn {
    display: none;
}

dxbl-calendar-table-container.dxbl-calendar-content table {
    width: 100% !important;
    margin: 0;
}

    dxbl-calendar-table-container.dxbl-calendar-content table tr {
        height: 6rem;
    }

        dxbl-calendar-table-container.dxbl-calendar-content table tr.dxbl-calendar-days-of-week {
            height: 0;
        }

        dxbl-calendar-table-container.dxbl-calendar-content table tr td {
            height: 3rem !important;
            width: 3rem !important;
            border-radius: .5rem;
            text-align: center;
            padding: .5rem 1rem;
        }

            dxbl-calendar-table-container.dxbl-calendar-content table tr td.dxbl-calendar-selected-item {
                background-color: #eee;
                border-color: #bbb;
            }

            dxbl-calendar-table-container.dxbl-calendar-content table tr td.dxbl-calendar-not-current-view a {
                color: #bbb;
            }

            dxbl-calendar-table-container.dxbl-calendar-content table tr td a {
                color: #444;
                position: relative;
                display: block;
            }

                dxbl-calendar-table-container.dxbl-calendar-content table tr td a:hover {
                    color: #000;
                }

                dxbl-calendar-table-container.dxbl-calendar-content table tr td a.has-appointment:before {
                    content: "";
                    position: absolute;
                    top: 23px;
                    left: calc(50% - 3px);
                    border-width: 1px;
                    border-style: solid;
                    border-color: var(--Brand-Color-1);
                    background-color: var(--Brand-Color-1);
                    border-radius: 50%;
                    padding: 2px;
                    display: block;
                }

            dxbl-calendar-table-container.dxbl-calendar-content table tr td.dxbl-calendar-not-current-view a.has-appointment:before {
                background-color: var(--Brand-Color-1-very-light-line);
                border-color: var(--Brand-Color-1-very-light-line);
            }

            dxbl-calendar-table-container.dxbl-calendar-content table tr td a:hover {
                text-decoration: none;
            }

            dxbl-calendar-table-container.dxbl-calendar-content table tr td.dxbl-calendar-today a {
                color: #000;
                font-weight: bold;
            }

.dxbl-calendar-week-number {
    color: #777;
}

div.dxbl-calendar-footer {
    display: none;
}
/* #endregion mini calendar */

/* #region e-learnings trainer */

input#SearchElearning {
    margin: 0 0 1.5rem 0;
    font-size: 2.2rem;
    padding: 8px;
    border-radius: 1rem;
    border: solid 1px var(--Line-Input-border);
}

p.e-learning-list-status {
    clear: both;
}

div.my-elearnings h3 {
    font-size: 3rem;
}

div.my-elearnings a.btn-primary {
    margin-top: 1rem;
}

div.my-elearnings table {
    width: 100%;
    border-collapse: collapse;
}

    div.my-elearnings table tr {
        border-bottom: solid 1px var(--Line-Divider);
    }

    div.my-elearnings table th {
    }

    div.my-elearnings table td {
        padding: 1rem .5rem
    }

table#my-elearnings td.e-learning-name {
    width: 100%;
}

div.my-elearnings table a.material-symbols-outlined {
    color: var(--Text-Core);
    font-size: 2.5rem;
    padding: .5rem;
}

    div.my-elearnings table a.material-symbols-outlined:hover {
        text-decoration: none;
        color: var(--Brand-Color-1);
    }

@media (max-width: 1280px) {
    input#SearchElearning {
        margin: 1rem 0;
    }

    div.my-elearnings h3 {
        margin-bottom: 0
    }
}

/* endregion e-learnings trainer */

/* region e-learnings for training */

.content-block.training-me-learning select {
    padding: 2rem;
    background-color: #fff;
    border: solid 1px var(--Line-Input-border);
    border-radius: 1rem;
}

.content-block.training-me-learning button {
    margin: 2rem 0;
}

.content-block.training-me-learning a {
    width: 45%;
    display: inline-block;
    margin: 2rem 2rem 2rem 0;
    ;
}

.content-block.training-me-learning select {
    max-width: 100%
}

/* endregion e-learnings for training */

/* #region CustomErrorBoundary */
div#custom-error {
    width: 60rem;
    margin: 8rem auto 3rem auto;
    border: solid 1px var(--Brand-Color-1);
    border-radius: 3rem;
    padding: 6rem 6rem;
    background-color: #fff;
}

    div#custom-error h5 {
        font-size: 2.5rem;
        text-align: center;
        margin: 0;
    }

    div#custom-error p {
        text-align: center;
    }

    div#custom-error .btn-primary {
        margin-top: 4rem;
    }
/* #endregion CustomErrorBoundary */

/*#region offerte*/
/*#region offertemenu*/
.offerte-menu {
    display: flex;
    justify-content: space-between;
    padding: 0rem 4rem;
}

    .offerte-menu:focus-visible {
        outline: none;
    }

.offerte-logo {
    background-position: 0rem 3.5rem;
    padding-left: 4rem !important;
}

.geef-akkoord-btn {
    align-content: center;
}
/*#endregion offertemenu*/
/*#region offerte tabs*/
.dxbl-tabs > .dxbl-tabs-tablist.dxbl-tabs-tablist-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dxbl-scroll-viewer > .dxbl-scroll-viewer-content {
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    scrollbar-height: none;
}

.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul, .dxbl-tabs > .dxbl-tabs-tablist > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    white-space: nowrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dxbl-tabs > .dxbl-tabs-tablist.dxbl-tabs-tablist-scrollable > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: inset 0 -0.125rem 0 var(--Text-Deemphasized);
    -moz-box-shadow: inset 0 -0.125rem 0 var(--Text-Deemphasized);
    box-shadow: inset 0 -0.125rem 0 var(--Text-Deemphasized);
}

.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li, .dxbl-tabs > .dxbl-tabs-tablist > ul > li {
    list-style: none;
}

.dxbl-tabs > .dxbl-tabs-tablist.dxbl-tabs-tablist-scrollable > .dxbl-btn {
    display: none;
}

.dxbl-scroll-viewer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    --dxbl-scroll-viewer-hor-scroll-bar-height: 0.2rem;
    --dxbl-scroll-viewer-hor-scroll-bar-hover-height: 0.5rem;
    --dxbl-scroll-viewer-vert-scroll-bar-width: 0.2rem;
    --dxbl-scroll-viewer-vert-scroll-bar-hover-width: 0.5rem;
}

.dxbl-tabs-item {
    display: flex;
    padding: 0rem 2rem 1.5rem 2rem;
    align-items: center;
    gap: 1rem;
}

    .dxbl-tabs-item:focus-visible {
        outline: none;
    }

    .dxbl-tabs-item:hover {
        cursor: pointer;
    }

    .dxbl-tabs-item.dxbl-active {
        -webkit-box-shadow: inset 0 -0.25rem 0 var(--Brand-Color-1);
        -moz-box-shadow: inset 0 -0.25rem 0 var(--Brand-Color-1);
        box-shadow: inset 0 -0.25rem 0 var(--Brand-Color-1);
        font-weight: 700;
    }

/*#endregion offerte tabs*/

/*#region offertepage*/
.main {
    display: flex;
    gap: 4rem;
    padding: 4rem;
    width: 172rem;
    justify-content: space-between;
    align-items: flex-start;
    place-self: center;
}

.offerte-right {
    display: flex;
    width: 40rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    flex-shrink: 0;
    max-height: calc(100vh - 31rem);
}

/*#endregion offertepage*/

/*#region pdf*/
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--Line-Input-border);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    align-self: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pdf-container {
    height: calc(100vh - 26.5rem);
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    place-items: center;
    width: 100%;
    max-width: 128rem;
    justify-self: center;
    border-radius: var(--RoundedCornersUI);
}

    /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
    .pdf-container::-webkit-scrollbar {
        display: none;
    }

.pdf-pages-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.pdf-page {
    background-color: white;
    border-radius: var(--RoundedCornersUI);
    margin: 0 2rem 2rem 2rem;
}
/* Hide scrollbar for Firefox */
.pdf-container {
    scrollbar-width: none; /* Firefox */
}

.pdf-toolbar {
    position: sticky;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 1rem;
    margin: 0 2rem;
    text-align: center;
    border-radius: var(--RoundedCornersUI) var(--RoundedCornersUI) 0 0;
}

    .pdf-toolbar:hover {
        background-color: rgba(0, 0, 0, 0.54);
    }

    .pdf-toolbar button, .pdf-toolbar a {
        background: transparent;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

        .pdf-toolbar button:hover {
            opacity: 0.8;
        }

.under-pdf-akkoord {
    order: 1;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    background: white;
    margin-top: 10rem;
    max-width: 128rem;
    justify-self: stretch;
    border-radius: var(--RoundedCornersUI);
}

    .under-pdf-akkoord.pdf-loaded {
        display: flex;
    }

.offerte-right > .under-pdf-akkoord {
    display: none;
}
/*#endregion pdf*/
.flex {
    display: flex;
}

.offerte-item {
    justify-items: center;
}

.offerte-items, .offerte-contact-info {
    display: flex;
    padding: var(--padding, 4rem);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--bl---belong, 3rem);
    align-self: stretch;
    border-radius: 1rem;
    border: 1px dashed var(--Text-Deemphasized, #757575);
}

.contact-info-photo-text {
    display: flex;
    gap: 2rem;
}

.contact-info-img-container {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 6.5rem;
    overflow: hidden; /* Ensures content inside is clipped to the circular border */
    display: flex;
    justify-content: center; /* Optional: centers the image */
    align-items: center; /* Optional: centers the image */
}

.contact-info-photo {
    width: 100%; /* Makes the image fill the container */
    height: 100%; /* Ensures the image respects the container's aspect ratio */
    object-fit: cover; /* Ensures the image fits nicely into the circle */
}

.contact-info-icon-text {
    display: flex;
    gap: 1rem;
}

    .contact-info-icon-text a {
        color: var(--Text-Core, #333);
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

.offerte-item-icon {
}

.offerte-item-btn {
    display: flex;
    gap: 1rem;
}

    .offerte-item-btn:hover {
        cursor: pointer;
    }

.offerte-item-content {
    justify-items: center;
    gap: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 128rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.full-width {
    width: 100%;
    padding: 0;
}

.offerte-item-content video {
    width: -webkit-fill-available;
}

/*#region lightbox*/
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox-content {
    position: relative;
    display: flex;
    width: 128rem;
    padding: 4rem;
    flex-direction: column;
    align-items: center;
    gap: var(--bl---separation, 4rem);
    border-radius: 0.5rem;
    background: var(--Neutral-White, #FFF);
    /* Dropshadow subtle */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.lightbox-item {
    margin: 10px;
    justify-items: center;
    gap: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-prev, .lightbox-next, .lightbox-close {
    position: absolute;
    top: 50%;
    color: var(--Text-Deemphasized);
    border: none;
    font-size: 18px;
    cursor: pointer;
    background: none;
    padding: 0px;
}

.lightbox-prev, .lightbox-next {
    border: 1px solid var(--Line-Divider);
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    color: var(--Text-Core);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    background: var(--Neutral-White);
}

.lightbox-btn {
    display: flex;
    justify-content: center
}

.lightbox-prev {
    left: -3rem;
}

.lightbox-next {
    right: -3rem;
}

.lightbox-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

iframe {
    border: none;
    height: 64rem;
    width: 120rem;
}
/*#endregion lightbox*/

/*#region referenties*/
.referentie-logos-container {
    display: flex;
    width: 56rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    flex-shrink: 0;
}

.referentie-img-container {
    display: flex;
    width: 12.5rem;
    height: var(--content-footer, 8rem);
    padding: 0.5rem 0rem 0.47569rem 0rem;
    justify-content: center;
    align-items: center;
}

    .referentie-img-container img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

/*#endregion referenties*/

/*#region klantervaringen*/
.review-container {
    display: flex;
    width: 62rem;
    height: 62rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    flex-shrink: 0;
    overflow: auto;
    padding-right: 4rem;
}
    /*#region Scrollbars*/

    /* width */
    .review-container::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .review-container::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    .review-container::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 5px;
    }

    /* Handle Hover */
    .review-container:hover::-webkit-scrollbar-thumb {
        background: #757575;
        border-radius: 5px;
    }

/*#endregion Scrollbars*/

.review {
    display: flex;
    align-items: flex-start;
    gap: -1rem;
    align-self: stretch;
}

.review-cijfer {
    width: var(--section-section, 8rem);
    height: var(--section-section, 8rem);
    background-image: url('images/Star 1.svg');
    background-position: center;
    text-align: center;
    vertical-align: middle;
    line-height: 8rem;
    margin-right: -1rem;
    z-index: 1;
}

.review-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.review-text {
    display: flex;
    padding: 2rem var(--bl---belong, 3rem);
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    border: 1px solid #004B66;
    border-radius: 1rem;
    background: #E8F7FD;
    position: relative;
    margin-bottom: 16px;
    color: var(--Brand-Brand-2-superdark, #004B66);
    text-align: left;
}

    .review-text::before,
    .review-text::after {
        content: '';
        position: absolute;
    }

    .review-text::before {
        top: 100%;
        left: 3rem;
        width: 2rem;
        height: 1.5rem;
        background: #004B66;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .review-text::after {
        top: 100%;
        left: 25px;
        width: 14px;
        height: 11px;
        background: #E8F7FD;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }


/*#endregion klantervaringen*/

/*#region akkoord geven*/
.akkoord-geven-main {
    height: calc(100vh - 27rem);
    overflow: auto;
    border-radius: var(--RoundedCornersUI);
}

    .akkoord-geven-main p.heading-1d {
        font-size: 3.25rem;
    }

    .akkoord-geven-main::-webkit-scrollbar {
        display: none;
    }

.input-container {
    display: flex;
    width: 58rem;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--bl---belong, 3rem);
}

.text-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

    .text-input input {
        display: flex;
        height: 6rem;
        padding: 1.5rem 2rem;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
        outline: none;
    }

        .text-input input:disabled {
            background: var(--Line-Divider);
        }

        .text-input input.invalid {
            background: pink;
        }

        .text-input input:focus-visible {
            border: 1px solid var(--Brand-Color-1-enough-contrast, #E41B5B);
        }

.checkbox input.invalid + label {
    color: var(--Brand-Color-1-enough-contrast-nav-selected);
}

.akkoord-geven {
    display: flex;
    padding: var(--padding, 4rem);
    align-items: flex-start;
    gap: 4rem;
    border-radius: var(--RoundedCornersUI);
    background: #FFF;
    margin-bottom: 4rem;
}

.akkoord-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--bl---belong);
}

.postcode-plaats {
    display: flex;
    align-items: flex-start;
    gap: var(--bl---belong);
    align-self: stretch;
}

.postcode {
    width: 12rem;
}

.plaats {
    flex: 1 0 0;
}

fieldset {
    border: none;
}
/*#endregion akkoord geven*/



/*#region Offerte Aspraken */

div.offerte-afspraken {
    padding: 4rem;
}

    div.offerte-afspraken li {
        padding: 1rem;
    }

/*#endregion Offerte Aspraken */

@media only screen and (max-width: 1280px) {
    html {
        background-color: var(--Neutral-Bg);
    }

    #main-menu-mobile {
        outline: none;
    }

    .offerte-right {
        display: none;
    }

        .offerte-right.mobile {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: var(--Neutral-White);
            padding: 2rem;
            display: flex;
            max-height: calc(100vh - 8rem);
        }

        .offerte-right > .under-pdf-akkoord {
            display: flex;
        }

    .lightbox-content {
        width: 100%;
        height: 100%;
        padding: 2rem;
        padding-top: 8rem;
    }

    .lightbox-item {
        max-width: 100%;
    }

        .lightbox-item .heading-1d {
            text-align: center;
        }

    .review-container {
        max-width: 100%;
        height: calc(100vh - 27.5rem);
        padding-right: 0;
    }

    .lightbox-close {
        right: 2rem;
        top: 2rem;
    }

    .lightbox-prev, .lightbox-next {
        display: none;
        padding: 0;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    iframe {
        width: 100%;
    }

    .offerte-item {
        max-width: 100%;
    }

    .offerte-item-content {
        text-align: center;
    }

    .offerte-items {
        border: none;
    }

    html {
        overflow: auto;
    }

    .pdf-container {
        max-width: 100%;
    }

    .main {
        max-width: 100%;
        padding: 2rem;
        height: calc(100vh - 8rem);
    }

    .offerte-item-content {
        max-width: 100%;
        padding: 0;
    }

    .akkoord-geven {
        flex-direction: column;
    }

    .input-container {
        max-width: 100%;
    }

    div#main-menu-mobile {
        background-color: var(--Neutral-White);
        height: 8rem;
        line-height: 8rem;
        display: flex;
        justify-content: space-between;
    }

    .pdf-pages-container {
        height: calc(100vh - 18rem);
        width: 100%;
    }

    .pdf-toolbar {
        display: none;
    }

    .under-pdf-akkoord {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 2rem;
    }

        .under-pdf-akkoord p {
            display: none
        }
}

/*#region offerte-mobile*/
/*#endregion offerte-mobile*/

/*#endregion offerte*/



/* TEMP stuff for testing*/

