@import '_content/SCSRazorComponents/SCSRazorComponents.pttib5xaa1.bundle.scp.css';

/* /Layout/EmployeeCard.razor.rz.scp.css */
.e-name[b-snvmictlh2],
.e-title[b-snvmictlh2],
.e-email[b-snvmictlh2],
.e-photo[b-snvmictlh2],
.e-divider[b-snvmictlh2],
.e-icon[b-snvmictlh2],
label[b-snvmictlh2] {
    color: rgba(var(--bs-body-color-rgb, 0, 0, 0), var(--color-opacity));
}

.e-main[b-snvmictlh2] {
    line-height: 1;
}

.e-name[b-snvmictlh2] {
    --color-opacity: 1;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
}

.e-title[b-snvmictlh2],
.e-email[b-snvmictlh2],
label[b-snvmictlh2] {
    --color-opacity: 0.75;
}

.e-title[b-snvmictlh2] {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.e-email[b-snvmictlh2] {
    font-size: 0.75rem;
    text-decoration: underline;
    margin-bottom: 0;
}

.e-divider[b-snvmictlh2],
.e-photo[b-snvmictlh2] {
    --color-opacity: 0.2;
}

.e-divider[b-snvmictlh2] {
    height: 1px;
    background-color: currentColor;
}

.e-photo[b-snvmictlh2] {
    border: 1px solid currentColor;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

@media (max-width: 479.98px) {
    .e-photo[b-snvmictlh2] {
        width: 80px;
        height: 80px;
    }
}

.e-details[b-snvmictlh2] {
    width: 100%;
}

    .e-details .text-container[b-snvmictlh2] {
        font-size: 0.875rem;
        line-height: 1.125rem;
        white-space: nowrap;
    }

        .e-details .text-container label[b-snvmictlh2] {
            font-size: 0.8125rem;
            line-height: 1rem;
        }

    .e-details .icon-container[b-snvmictlh2] {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.e-icon[b-snvmictlh2] {
    --color-opacity: 0.75;
    display: inline-block;
    background-color: currentColor;
    width: 16px;
    height: 16px;
}

.e-icon-address[b-snvmictlh2] {
    -webkit-mask-image: url("images/icons/address.svg");
    mask-image: url("images/icons/address.svg");
}

.e-icon-city[b-snvmictlh2] {
    -webkit-mask-image: url("images/icons/city.svg");
    mask-image: url("images/icons/city.svg");
}

.e-icon-birthdate[b-snvmictlh2] {
    -webkit-mask-image: url("images/icons/birthdate.svg");
    mask-image: url("images/icons/birthdate.svg");
}

.e-icon-phone[b-snvmictlh2] {
    -webkit-mask-image: url("images/icons/phone.svg");
    mask-image: url("images/icons/phone.svg");
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a73zudfkbm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a73zudfkbm] {
    flex: 1;
}

[b-a73zudfkbm] .dxbl-loading-panel .dxbl-loading-panel-target-content  {
    position: relative !important;
    width: 100% !important;
    height: 98% !important;
}

[b-a73zudfkbm] .dxbl-toast-portal.dxbl-toast-align-bottom {
    bottom: 3rem;
}

[b-a73zudfkbm] .tb-icon {
    width: 1.3rem;
    height: 1.3rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    margin-bottom: 0.5rem;
    /*opacity: 0.7;*/
}

/*::deep .tb-icon-back {
    mask-image: url("../images/scsicons/arrow_back.svg");
    -webkit-mask-image: url("../images/scsicons/arrow_back.svg");
}*/

.titleIcon[b-a73zudfkbm] {
    width: 25px;
    height: 25px;
    margin: 10px;
}

/*::deep .verlof-icon {
    background-image: url('images/scsicons/verlof.svg');
}
*/

/*.sidebar {*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
/*}*/

.top-row[b-a73zudfkbm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a73zudfkbm]  a, .top-row[b-a73zudfkbm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-a73zudfkbm]  a:hover, .top-row[b-a73zudfkbm]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-a73zudfkbm]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 1329.98px) {
    .top-row[b-a73zudfkbm] {
        justify-content: space-between;
    }

        .top-row[b-a73zudfkbm]  a, .top-row[b-a73zudfkbm]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 1330px) {
    .page[b-a73zudfkbm] {
        flex-direction: row;
    }

    .sidebar[b-a73zudfkbm] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a73zudfkbm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-a73zudfkbm]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-a73zudfkbm], article[b-a73zudfkbm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-psl50h52s8] {
    min-width: 15rem;
    /*max-width: 15rem;*/
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-psl50h52s8] .sidebar-header {
    padding: 0.5rem 0.5rem;    
}

.logo[b-psl50h52s8] {
    /* max-width: 10rem;
    max-height: 10rem;*/
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .logo[b-psl50h52s8] {
        text-align: center;
        max-width: 150px;
        /*  max-width: 0px;
        max-height: 0px;*/
    }
}

[b-psl50h52s8] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-psl50h52s8] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-psl50h52s8] .menu {
    background-color: inherit;
}

    [b-psl50h52s8] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

/*::deep .menu-item {
    color: var(--bs-white);
}*/
[b-psl50h52s8] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-psl50h52s8] .menu-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: #7B8A8B;
    margin-bottom: 0.5rem;
    /*opacity: 0.7;*/
}

[b-psl50h52s8] .nodeVerlofAanvragen .dxbl-badge {
    background-color: red !important;
}

[b-psl50h52s8] .nodeVerlofAanvragen-dark .dxbl-badge {
    background-color: red !important;
}



/*::deep .home-icon {
    background-image: url("images/home.svg");
}

::deep .weather-icon {
    background-image: url("images/weather.svg");
}

::deep .counter-icon {
    background-image: url("images/counter.svg");
}





::deep .schedule-icon {
    background-image: url('images/schedule-icon.svg');
}

::deep .calendar-icon {
    background-image: url('images/calendar.svg');
}





::deep .tikklok-icon {
    background-image: url('images/scsicons/tikklok.svg');
}

::deep .tikking-icon {
    background-image: url('images/scsicons/tikking.svg');
}








::deep .cards-icon {
    background-image: url('images/cards.svg');
}

::deep .overview-icon {
    background-image: url('images/overview.svg');
}
    */
/*::deep .opleiding-icon {
    background-image: url('images/opleiding.svg');
}*/

/*::deep .user-icon {
    background-image: url('images/scsicons/user.svg');
}
*/
/*::deep .management-icon {
    background-image: url('images/scsicons/user-management.svg');
}

::deep .communicate-icon {
    background-image: url('images/scsicons/communicate.svg');
}*/

/*::deep .list-icon {
    background-image: url('images/list.svg');
}*/

/*::deep .schedule-icon {
    background-image: url('images/scsicons/schedule-icon.svg');
}
*/
/*::deep .delivery_truck-icon {
    background-image: url('images/scsicons/delivery_truck.svg');
}

::deep .verlof-icon {
    background-image: url('images/scsicons/verlof.svg');
}
*/

/*::deep .download-icon {
    background-image: url('images/scsicons/download.svg');
}*/


[b-psl50h52s8] .btn-icon-undo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/undo.svg");
    mask-image: url("images/undo.svg");
    background-color: currentColor;
    opacity: 0.7;
}

[b-psl50h52s8] .btn-icon-setting {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/settings.svg");
    mask-image: url("images/settings.svg");
    background-color: currentColor;
    opacity: 0.7;
}

[b-psl50h52s8] .btn-icon-menu {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
    background-color: currentColor;
    opacity: 0.7;
}


[b-psl50h52s8] .btn-icon-close {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
    background-color: currentColor;
    opacity: 0.7;
}


[b-psl50h52s8] .btn-icon-browser-updated {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("_content/SCSRazorComponents/images/scsicons/browser-updated.svg");
    mask-image: url("_content/SCSRazorComponents/images/scsicons/browser-updated.svg");
    background-color: currentColor;
    opacity: 0.7;
}

/*::deep .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

::deep .theme-icon {
    mask-image: url("../../switcher-resources/theme.svg");
    -webkit-mask-image: url("../../switcher-resources/theme.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}



::deep .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

::deep .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}
*/




[b-psl50h52s8] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-psl50h52s8] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-psl50h52s8]  .layout-item {
    display: block;
}

#sidebar.expanded[b-psl50h52s8]  .footer {
    display: block;
}

@media (max-width: 1329.98px) {
    #sidebar[b-psl50h52s8] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-psl50h52s8] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

    [b-psl50h52s8] .sidebar-header {
        padding: 2rem 1rem;
        padding-bottom: 2.2rem;
    }

    #sidebar.expanded[b-psl50h52s8]  .sidebar-header {
        border-bottom: 1px solid var(--bs-white);
    }

    #sidebar.expanded .menu-button[b-psl50h52s8] {
        background-image: url("images/close.svg");
    }

    #sidebar:not(.expanded)[b-psl50h52s8]  .dxbl-gridlayout-root {
        gap: unset !important;
    }

    .logo[b-psl50h52s8] {
        text-align: inherit;
        max-width: 180px;
    }

    [b-psl50h52s8] .menu-button-container {
        display: block;      
        margin: 28px 10px 0px 0px;       
    }

    [b-psl50h52s8] .layout-item {
        display: none;
    }

    [b-psl50h52s8] .footer {
        display: none;
    }
}


.scrollTransparant[b-psl50h52s8] {
    scrollbar-color: rgba(0,0,0,0.2) transparent;
}
/* /Layout/UpdateAvailableDetector.razor.rz.scp.css */
/* /Pages/Authorization/Login.razor.rz.scp.css */
[b-m4p5cf8rwx] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-m4p5cf8rwx] .btn-icon-login {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/login.svg");
    mask-image: url("images/login.svg");
    background-color: currentColor;
    opacity: 0.7;
}
/* /Pages/Beheer/Personalia.razor.rz.scp.css */
.welcome[b-gh5jsjmeto] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-gh5jsjmeto] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-gh5jsjmeto] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-gh5jsjmeto] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-gh5jsjmeto] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
}

.welcome-title .welcome-title-content[b-gh5jsjmeto] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}
/* /Pages/Communicatie/NieuwBericht.razor.rz.scp.css */


[b-dmg6txg26u] .icon-fill {
    fill: var(--bs-primary);
}

[b-dmg6txg26u] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.custom-drop-zone[b-dmg6txg26u] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone svg[b-dmg6txg26u] {
        width: 42px;
        height: 42px;
    }

.theme-default-dark .custom-drop-zone[b-dmg6txg26u]  {
    background-color: #282B2F !important
}

.rounded-3[b-dmg6txg26u] {
    border-radius: var(--bs-border-radius-lg) !important;
}

.bg-light[b-dmg6txg26u] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.m-0[b-dmg6txg26u] {
    margin: 0 !important;
}

[b-dmg6txg26u] .mail-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/mail.svg");
    mask-image: url("images/mail.svg");
    background-color: currentColor;
    opacity: 0.7;
}

[b-dmg6txg26u] .drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;   
}


.align-button-right[b-dmg6txg26u] {
    text-align: right;
    width: 100%;
}
/* /Pages/Dispo/DispoFiles.razor.rz.scp.css */
[b-4eb1xtugqt] .MaxWidthDatum {
    max-width: 150px;
}
/* /Pages/Dispo/Ritten.razor.rz.scp.css */


[b-35h6f4xapq] .KleurZiek {
    background-color: #DE9B9B;
}

[b-35h6f4xapq] .Label {
    width: 20px;
    height: 20px;
}

/*::deep .KleurVerlof {
    background-color: #97EC7D;
}*/

[b-35h6f4xapq] .KleurAanwezig {
    background-color: white;
    border-color: grey;
    border-style: solid;
    border-width: thin;
}

[b-35h6f4xapq] .KleurOpleiding {
    background-color: orange;
}

/*.dxbl-grid .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row):not([dxbl-top-virtual-spacer-element]):not([dxbl-bottom-virtual-spacer-element]) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-row-drag-anchor-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell) {
*/ /* */





.KleurOpleiding[b-35h6f4xapq] {
    background-color: orange;
}

[b-35h6f4xapq] .KleurInAanvraag {
    background-color: #64A1D6;
}

.KleurVerlof[b-35h6f4xapq] {
    background-color: #97EC7D;
}

.demo-resnavigator-icon[b-35h6f4xapq] {
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../images/icons/scheduler-navigator.svg);
    mask: url(../images/icons/scheduler-navigator.svg);
    background-color: currentColor;
}

[b-35h6f4xapq] .mail-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
    background-color: currentColor;
    opacity: 0.7;
}

[b-35h6f4xapq] .time-icon {
    display: inline-block;
    vertical-align: bottom;
    -webkit-mask: url(/images/time.svg);
    mask: url(/images/time.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 1rem;
    width: 1rem;
    mask-size: 1rem;
    -webkit-mask-size: 1rem;
    margin: 0 4px -1px 0;
    background-color: currentColor;
    /* width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/time.svg");
    mask-image: url("images/time.svg");
    background-color: currentColor;
    opacity: 0.7;*/
}

.demo-resnavigator-container[b-35h6f4xapq] {
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.demo-resnavigator[b-35h6f4xapq] {
    display: flex;
}

.demo-resnavigator-sc-container[b-35h6f4xapq] {
    flex-grow: 1;
}

.demo-resnavigator-title[b-35h6f4xapq] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

[b-35h6f4xapq] .dxbl-list-render-container {
    --dxbl-list-box-bg: transparent;
}

[b-35h6f4xapq] .dxbl-list-box > .dxbl-scroll-viewer, .dxbl-list-render-container > .dxbl-scroll-viewer[b-35h6f4xapq] {
    background-color: transparent;
}

[b-35h6f4xapq] .MaxWidthDatum {
    max-width: 150px;
}
/* /Pages/Dispo/RittenApp.razor.rz.scp.css */
[b-wqdzlrxkzq] .Label {
    width: 20px;
    height: 20px;
}

[b-wqdzlrxkzq] .KleurZiek {
    background-color: #DE9B9B;
}

/*::deep .KleurVerlof {
    background-color: #97EC7D;
}*/

[b-wqdzlrxkzq] .KleurAanwezig {
    background-color: white;
    border-color: grey;
    border-style: solid;
    border-width: thin;
}

[b-wqdzlrxkzq] .KleurOpleiding {
    background-color: orange;
}

.KleurOpleiding[b-wqdzlrxkzq] {
    background-color: orange;
}

[b-wqdzlrxkzq] .KleurInAanvraag {
    background-color: #64A1D6;
}

.KleurVerlof[b-wqdzlrxkzq] {
    background-color: #97EC7D;
}

.demo-resnavigator-icon[b-wqdzlrxkzq] {
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../images/icons/scheduler-navigator.svg);
    mask: url(../images/icons/scheduler-navigator.svg);
    background-color: currentColor;
}

[b-wqdzlrxkzq] .mail-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
    background-color: currentColor;
    opacity: 0.7;
}

[b-wqdzlrxkzq] .time-icon {
    display: inline-block;
    vertical-align: bottom;
    -webkit-mask: url(/images/time.svg);
    mask: url(/images/time.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 1rem;
    width: 1rem;
    mask-size: 1rem;
    -webkit-mask-size: 1rem;
    margin: 0 4px -1px 0;
    background-color: currentColor;
    /* width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/time.svg");
    mask-image: url("images/time.svg");
    background-color: currentColor;
    opacity: 0.7;*/
}

.demo-resnavigator-container[b-wqdzlrxkzq] {
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.demo-resnavigator[b-wqdzlrxkzq] {
    display: flex;
}

.demo-resnavigator-sc-container[b-wqdzlrxkzq] {
    flex-grow: 1;
}

.demo-resnavigator-title[b-wqdzlrxkzq] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

[b-wqdzlrxkzq] .dxbl-list-render-container {
    --dxbl-list-box-bg: transparent;
}

[b-wqdzlrxkzq] .dxbl-list-box > .dxbl-scroll-viewer, .dxbl-list-render-container > .dxbl-scroll-viewer[b-wqdzlrxkzq] {
    background-color: transparent;
}
/* /Pages/Downloads/Downloads.razor.rz.scp.css */
/*.welcome {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
[b-ktt71tnzj5] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-ktt71tnzj5] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
}

.welcome-title .welcome-title-content[b-ktt71tnzj5] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}

[b-ktt71tnzj5] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-ktt71tnzj5] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-ktt71tnzj5] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ktt71tnzj5] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-ktt71tnzj5] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-ktt71tnzj5] .icon-fill {
    fill: var(--bs-primary);
}

[b-ktt71tnzj5] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Pages/Home.razor.rz.scp.css */
.welcome[b-l19lhpauh3] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-l19lhpauh3] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-l19lhpauh3] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-l19lhpauh3] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-l19lhpauh3] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-l19lhpauh3] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-l19lhpauh3] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-l19lhpauh3] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

@media (max-width: 576px) {
    [b-l19lhpauh3] .welcome-card {
        width: 90%;
        height: 10.5rem;
    }

    .welcome-title .welcome-title-content[b-l19lhpauh3] {
        font-size: 1rem;
    }
        .welcome-title .welcome-title-header[b-l19lhpauh3] {
        font-size: 1.5rem;
    }

[b-l19lhpauh3] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-l19lhpauh3] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-l19lhpauh3] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-l19lhpauh3] .icon-fill {
    fill: var(--bs-primary);
}

[b-l19lhpauh3] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Pages/Verlof/Aanvraag.razor.rz.scp.css */
.align-button-right[b-hf1b4cpto6] {
    text-align: right;
    width: 100%;
}
/* /Pages/Verlof/JaarOv.razor.rz.scp.css */
[b-nzwndfnd2n] .dxbl-calendar .dxbl-calendar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
}
/* /Pages/Verlof/OverzichtMijnAfdeling.razor.rz.scp.css */
[b-p5lab4g43b] .Label {
    width: 20px;
    height: 20px;
}

[b-p5lab4g43b] .KleurZiek {
    background-color: #DE9B9B;
}

/*::deep .KleurVerlof {
    background-color: #97EC7D;
}*/

[b-p5lab4g43b] .KleurAanwezig {
    background-color: white;
    border-color: grey;
    border-style: solid;
    border-width: thin;
}

[b-p5lab4g43b] .KleurOpleiding {
    background-color: orange;
}

.KleurOpleiding[b-p5lab4g43b] {
    background-color: orange;
}

[b-p5lab4g43b] .KleurInAanvraag {
    background-color: #64A1D6;
}

.KleurVerlof[b-p5lab4g43b] {
    background-color: #97EC7D;
}

.demo-resnavigator-icon[b-p5lab4g43b] {
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../images/icons/scheduler-navigator.svg);
    mask: url(../images/icons/scheduler-navigator.svg);
    background-color: currentColor;
}

[b-p5lab4g43b] .mail-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.demo-resnavigator-container[b-p5lab4g43b] {
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.demo-resnavigator[b-p5lab4g43b] {
    display: flex;
}

.demo-resnavigator-sc-container[b-p5lab4g43b] {
    flex-grow: 1;
}

.demo-resnavigator-title[b-p5lab4g43b] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

[b-p5lab4g43b] .dxbl-list-render-container {
    --dxbl-list-box-bg: transparent;
}

[b-p5lab4g43b] .dxbl-list-box > .dxbl-scroll-viewer, .dxbl-list-render-container > .dxbl-scroll-viewer[b-p5lab4g43b] {
    background-color: transparent;
}
