/* /Pages/Beproevingsverslagen/Overzicht.razor.rz.scp.css */
.card-header[b-f7p60eyux7] {
    padding: 1rem 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: center;
}

@media (min-width: 1280px) {
    [b-f7p60eyux7] .card-footer {
        height: 100%;
        border-left: 1px solid var(--rz-primary);
        border-top: none;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-top: 0 !important;
    }
}

@media (max-width: 1279px) {
    [b-f7p60eyux7] .card-content {
        padding: 0 1rem 0 1rem !important;
    }

    [b-f7p60eyux7] .card-footer {
        margin-top: 1rem;
    }
}
/* /Shared/Components/NavigationMenu.razor.rz.scp.css */
.menu[b-19l5j80lkm] {
    will-change: width;
    z-index: 1030;
}

@media (min-width: 992px) {
    .menu[b-19l5j80lkm] {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        position: fixed;
        left: 0;
        cursor: pointer;
        top: 0;
        bottom: 0;
        width: 60px;
        height: 100%;
        background-color: var(--rz-base-900);
        overflow: hidden;
        transition: width 0.4s 0.1s cubic-bezier(0.04, -0.1, 0.29, 0.98);
        padding: 0;
    }

        .menu:hover[b-19l5j80lkm],
        .menu:focus-within[b-19l5j80lkm] {
            width: 28rem;
            overflow: visible;
        }
}

.menu a[b-19l5j80lkm] {
    transition: opacity 0.4s ease-in-out;
}

    .menu a:hover[b-19l5j80lkm] {
        opacity: 0.8;
    }

.menu__inner[b-19l5j80lkm] {
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0 1.6rem;
    will-change: height, opacity;
    transition: opacity 0.3s 0.1s cubic-bezier(0.04, -0.1, 0.29, 0.98);
    z-index: 1030;
}

    .menu__inner[b-19l5j80lkm]::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--rz-primary-dark);
        transform-origin: center;
        transform: scale(0);
        opacity: 0;
        transition: transform 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98), opacity 0.3s cubic-bezier(0.04, -0.1, 0.29, 0.98);
    }

@media (min-width: 992px) {
    .menu__inner[b-19l5j80lkm] {
        position: static;
        opacity: 1;
        height: auto;
        padding: 0;
    }
}

.menu__navigation[b-19l5j80lkm] {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    will-change: width;
    z-index: 500;
}

@media (min-width: 992px) {
    .menu__navigation[b-19l5j80lkm] {
        position: static;
        overflow: hidden;
    }
}

.menu__navigationItems li[b-19l5j80lkm] {
    list-style: none;
    padding: 8px 10px;
    width: 100%;
    background-color: var(--rz-base-900);
    position: relative;
}

    .menu__navigationItems li[b-19l5j80lkm]::before,
    .menu__navigationItems li[b-19l5j80lkm]::after {
        content: '';
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: var(--rz-base-900);
        z-index: -1;
    }

    .menu__navigationItems li[b-19l5j80lkm]::before {
        left: -20px;
    }

    .menu__navigationItems li[b-19l5j80lkm]::after {
        right: -20px;
    }

    .menu__navigationItems li:not(.active)[b-19l5j80lkm]::before,
    .menu__navigationItems li:not(.active)[b-19l5j80lkm]::after {
        display: none;
    }

@media (min-width: 992px) {
    .menu__navigationItems li[b-19l5j80lkm] {
        margin: 0;
        padding: 20px 0 20px 18px;
    }

        .menu__navigationItems li:not(.active)[b-19l5j80lkm]::before,
        .menu__navigationItems li:not(.active)[b-19l5j80lkm]::after {
            display: none;
        }
}

.menu__navigationItems a[b-19l5j80lkm] {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    margin-top: 4px;
    opacity: 0.6;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .menu__navigationItems a[b-19l5j80lkm] {
        font-size: 16px;
        flex-flow: row;
        opacity: 1;
        margin-top: 0;
        line-height: 15px;
        width: 20rem;
    }

        .menu__navigationItems a .text[b-19l5j80lkm] {
            margin-left: 22px;
        }
}

.menu__navigationItems li.active[b-19l5j80lkm] {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='76' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.5 0H.5v60h75V0h-30L38 7l-7.5-7Z' fill='%23F28B2D'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
}

    .menu__navigationItems li.active[b-19l5j80lkm]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: 50%;
        height: 100%;
        background-color: var(--rz-base-900);
        z-index: -1;
    }

@media (min-width: 992px) {
    .menu__navigationItems li.active[b-19l5j80lkm]::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: auto;
        right: 0;
        transform: translate(0, -50%);
        border-bottom: 8px solid transparent;
        border-right: 7px solid #d9f0f9;
        border-top: 8px solid transparent;
        background-color: unset;
        z-index: 1;
    }
}

.menu__navigationItems li.active[b-19l5j80lkm]::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 50%;
    height: 100%;
    background-color: var(--rz-base-900);
    z-index: -1;
}

@media (min-width: 992px) {
    .menu__navigationItems li.active[b-19l5j80lkm]::after {
        content: '';
        position: absolute;
        left: 53px;
        width: 0;
        height: 0;
        top: 50%;
        transform: translate(0, -50%);
        border-bottom: 8px solid transparent;
        border-right: 7px solid #d9f0f9;
        border-top: 8px solid transparent;
        opacity: 1;
        transition: opacity 0.3s 0.44s ease-out;
        background-color: unset;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .menu__navigationItems li.active[b-19l5j80lkm] {
        background-image: unset;
        background-color: var(--rz-primary-dark);
        transition: background-color 0.2s ease-in-out;
    }

        .menu__navigationItems li.active a[b-19l5j80lkm] {
            opacity: 1;
        }
}

.menu__navigationItems li.active a[b-19l5j80lkm] {
    opacity: 1;
}

.menu__title[b-19l5j80lkm] {
    color: white;
    margin-bottom: 14px;
}

.menu__aside[b-19l5j80lkm] {
    position: relative;
}

.menu__extraLink[b-19l5j80lkm] {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .menu__extraLink--logout[b-19l5j80lkm] {
        padding-bottom: 24px;
    }
}

.menu__aside .menu__extraLink[b-19l5j80lkm] {
    list-style: none;
    color: white;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .menu__aside .menu__extraLink--logout[b-19l5j80lkm] {
        margin-bottom: 0;
    }
}

.menu__aside .menu__extraLink:last-child[b-19l5j80lkm] {
    margin-bottom: 0;
}

.menu__aside .menu__extraLink a[b-19l5j80lkm] {
    font-size: 20px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 992px) {
    .menu__aside .menu__extraLink a[b-19l5j80lkm] {
        font-weight: 300;
        font-size: 16px;
    }

        .menu__aside .menu__extraLink a span[b-19l5j80lkm] {
            margin-right: 12px;
        }
}

.menu__asideInner[b-19l5j80lkm] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s 0.2s ease-in;
    z-index: 1000;
}

    .menu__asideInner li[b-19l5j80lkm] {
        color: white;
    }

@media (min-width: 992px) {
    .menu__asideInner[b-19l5j80lkm] {
        z-index: 1;
        opacity: 1;
        visibility: visible;
        padding: 0 10px;
    }
}

.menu__profiles[b-19l5j80lkm] {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .menu__profiles[b-19l5j80lkm] {
        margin-bottom: 28px;
    }
}

.menu__extraLinkIcon[b-19l5j80lkm] {
    width: 40px;
    height: 30px;
}

.menu__openBtn[b-19l5j80lkm] {
    background-color: var(--rz-primary-dark);
    color: rgba(white, 0.6);
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 16px;
    border-radius: 0;
    position: relative;
}

@media (min-width: 340px) {
    .menu__openBtn[b-19l5j80lkm] {
        padding: 0.8rem 2.1rem;
    }
}

.menu__openBtn:focus[b-19l5j80lkm] {
    outline: none;
    box-shadow: none;
}

.menu__openBtn:hover[b-19l5j80lkm] {
    color: white;
}

.menu__openBtnIcon[b-19l5j80lkm] {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.6;
}

    .menu__openBtnIcon span[b-19l5j80lkm] {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: white;
        opacity: 1;
        right: 0;
    }

        .menu__openBtnIcon span:nth-child(1)[b-19l5j80lkm] {
            top: 6px;
            width: 16px;
        }

        .menu__openBtnIcon span:nth-child(2)[b-19l5j80lkm] {
            top: 12px;
            width: 11px;
        }

        .menu__openBtnIcon span:nth-child(3)[b-19l5j80lkm] {
            top: 18px;
            width: 18px;
        }

.menu__closeBtn[b-19l5j80lkm] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1050;
    transition: all 0.1s 0.1s ease-out;
    padding: 0;
}

.menu.open .menu__inner[b-19l5j80lkm] {
    max-height: 100vh;
    overflow: auto;
    height: 100%;
    opacity: 1;
    visibility: visible;
    background-color: var(--rz-primary-dark);
    padding-bottom: 5.2rem;
    padding-top: 5.2rem;
}

.menu:hover .menu__navigationItems li.active[b-19l5j80lkm],
.menu:focus-within .menu__navigationItems li.active[b-19l5j80lkm] {
    @media (min-width: 992px) {
        &[b-19l5j80lkm]::after {
            transition: opacity 0.05s ease;
            opacity: 0;
        }
    }
}

.menu[b-19l5j80lkm] {
    @media (min-width: 992px) {
        & .menu__navigation .text[b-19l5j80lkm],
        & .textAnimateOpacity[b-19l5j80lkm] {
            opacity: 0;
            transition: opacity 0.2s 0.15s ease-in-out;
        }
    }
}

    .menu:hover[b-19l5j80lkm],
    .menu:focus-within[b-19l5j80lkm] {
        @media (min-width: 992px) {
            & .menu__navigation .text[b-19l5j80lkm],
            & .textAnimateOpacity[b-19l5j80lkm] {
                opacity: 1;
            }
        }
    }

    .menu.open .menu__closeBtn[b-19l5j80lkm] {
        opacity: 1;
        visibility: visible;
    }

    .menu.open[b-19l5j80lkm] {
        height: 100%;
    }

        .menu.open .menu__asideInner[b-19l5j80lkm] {
            visibility: visible;
            opacity: 1;
        }

        .menu.open .menu__inner[b-19l5j80lkm]::before {
            opacity: 1;
            transform: scale(1);
        }

        .menu.open .menu__navigation[b-19l5j80lkm] {
            opacity: 0;
        }


.profile[b-19l5j80lkm] {
    background-color: var(--rz-primary);
    color: var(--rz-white);
    padding: 12px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

@media (min-width: 992px) {
    .profile[b-19l5j80lkm] {
        background-color: transparent;
        color: white;
        padding: 0;
    }
}

.profile:hover[b-19l5j80lkm] {
    color: #aae1f6;
    opacity: 0.8;
}

.profile + .profile[b-19l5j80lkm] {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .profile + .profile[b-19l5j80lkm] {
        margin-top: 20px;
    }
}

.profile__initials[b-19l5j80lkm] {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 20px;
    background-color: var(--rz-primary);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-right: 12px;
}

@media (min-width: 992px) {
    .profile__initials[b-19l5j80lkm] {
        font-size: 16px;
        height: 40px;
        width: 40px;
        color: white;
        background-color: var(--rz-primary-dark);
    }
}

.profile__fullname[b-19l5j80lkm] {
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 992px) {
    .profile__fullname[b-19l5j80lkm] {
        font-weight: 300;
        white-space: nowrap;
        font-size: 16px;
    }
}

.profile__type[b-19l5j80lkm] {
    font-size: 12px;
}

.profile.active[b-19l5j80lkm] {
    background-color: white;
    color: var(--rz-primary);
    position: relative;
}

    .profile.active[b-19l5j80lkm]::before {
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.4 7.3 6.7 6.8L20.9 1.4' stroke='%23F28B2D' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E");
        position: absolute;
        right: 14px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translate(0, -50%);
    }

@media (min-width: 992px) {
    .profile.active[b-19l5j80lkm]::before {
        display: none;
    }

    .profile.active[b-19l5j80lkm] {
        color: white;
        background-color: transparent;
    }
}

.profile.active .profile__initials[b-19l5j80lkm] {
    background-color: rgba(var(--rz-primary), 0.2);
    position: relative;
}

@media (min-width: 992px) {
    .profile.active .profile__initials[b-19l5j80lkm] {
        background-color: var(--rz-primary-light);
        color: var(--rz-base-100);
    }
}

.funButton__active[b-19l5j80lkm] {
    color: white;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 6px;
    height: 16px;
    background-color: #6AB651;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: -6px;
    z-index: 1200;
}

.funButton__active--search[b-19l5j80lkm],
.funButton__active--profile[b-19l5j80lkm] {
    height: 12px;
    width: 12px;
}

.funButton__active--profile[b-19l5j80lkm] {
    right: 3px;
    top: -5px;
}
/* /Shared/Components/PortaalFooter.razor.rz.scp.css */
.footer-wrapper[b-3ih3fmght9] {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footer[b-3ih3fmght9] {
    background-color: var(--rz-base-900);
    color: var(--rz-white);
    margin-top: 120px;
    padding: 6rem 0 3rem 0;
    min-height: 296px;
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
}

.container[b-3ih3fmght9] {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
}

.footer-left[b-3ih3fmght9] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-right[b-3ih3fmght9] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 5px;
}

.footer-text[b-3ih3fmght9] {
    margin-bottom: 0px;
    font-size: 13px;
    font-family: var(--rz-text-font-family);
    font-weight: var(--rz-text-body1-font-weight);
    letter-spacing: var(--rz-text-body1-letter-spacing);
    color: var(--rz-white);
}

.footer-link[b-3ih3fmght9] {
    font-family: var(--rz-text-font-family);
    font-weight: var(--rz-text-body1-font-weight);
    letter-spacing: var(--rz-text-body1-letter-spacing);
    color: var(--rz-white) !important;
    text-decoration: none;
}

.footer-logo[b-3ih3fmght9] {
    margin-right: 2rem;
}

    .footer-logo img[b-3ih3fmght9] {
        margin-bottom: 2rem;
    }

@media(min-width: 576px) {
    .container[b-3ih3fmght9] {
        max-width: 100%;
    }
}

@media(min-width: 768px) {
    .container[b-3ih3fmght9] {
        max-width: 100%;
    }
}

@media(min-width: 992px) {
    .footer-wrapper[b-3ih3fmght9] {
        align-items: center;
    }

    .footer[b-3ih3fmght9] {
        height: 112px;
        min-height: unset;
        padding: 3rem 0 5rem 0;
        clip-path: unset;
    }

    .container[b-3ih3fmght9] {
        max-width: 85%;
    }

    .footer-left[b-3ih3fmght9] {
        align-items: center;
        flex-direction: row;
    }

    .footer-right[b-3ih3fmght9] {
        flex-direction: row;
    }

    .footer-text[b-3ih3fmght9] {
        font-size: 16px !important;
    }

    .footer-logo img[b-3ih3fmght9] {
        width: auto;
        margin-bottom: 0rem;
    }
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */



.header[b-azu6f5oiw0] {
    padding: 0;
}

@media (min-width: 992px) {
    .header[b-azu6f5oiw0] {
        padding: 30px 0;
    }
}

.header__logoWrapper[b-azu6f5oiw0] {
    z-index: 10;
    height: 66px;
    display: flex;
    justify-content: start;
    align-items: center;
}

    .header__logoWrapper img[b-azu6f5oiw0] {
        margin-left: 8px;
        height: 50px;
    }

@media (min-width: 992px) {
    .header__logoWrapper img[b-azu6f5oiw0] {
        height: 80px;
    }

    .header__logoWrapper[b-azu6f5oiw0] {
        text-align: right;
        padding: 0 30px;
        justify-content: end;
        align-items: center;
    }
}
