/* /Components/Controls/ContentBlockDisplay.razor.rz.scp.css */
h3.paragraaf-titel[b-amm8ksoemf] {
    font-family: var(--rivmweb-h3-2-extra-large-font-family, "RO Sans", sans-serif);
    font-size: var(--rivmweb-h3-2-extra-large-font-size, 24px);
    line-height: var(--rivmweb-h3-2-extra-large-line-height, 30px);
    font-weight: var(--rivmweb-h3-2-extra-large-font-weight, 400);
    margin-bottom: 1rem;
}

/* /Components/Controls/NotificationMessage.razor.rz.scp.css */
.notification-message[b-0ttpovh70m] {
    padding: 0.625rem 1rem;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1rem;
}

p[b-0ttpovh70m] {
    max-width: 52rem;
    margin: 0;
    color: var(--rivm-new-zwart, #000000);
    font-family: var( --rivmweb-paragraaf-medium-font-family, "RO Sans", sans-serif );
    font-size: var(--rivmweb-paragraaf-medium-font-size, 1rem);
    line-height: var(--rivmweb-paragraaf-medium-line-height, 1.563rem);
    font-weight: var(--rivmweb-paragraaf-medium-font-weight, 400);
}

.checkmark[b-0ttpovh70m] {
    background-color: var(--rijkshuisstijl-groen-tint-2, #e1eddb);
}

.information[b-0ttpovh70m] {
    background-color: var(--rijkshuisstijl-hemelblauw-tint-2, #d9ebf7);
   
}
.critical[b-0ttpovh70m] {
    background-color: var(--rijkshuisstijl-rood-tint-2, #f9dfdd); 
}

.warning[b-0ttpovh70m] {
    background-color: var(--rivm-geel-tint-2, #fefbdd);   
}



/* /Components/Layout/BreadCrumb.razor.rz.scp.css */
nav.nav-breadcrumb[b-4x3pzntspd] {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 3.2rem;
}

nav.nav-breadcrumb svg.separator[b-4x3pzntspd] {
    fill: var(--rivm-dark-blue, #01689B);
}

.breadcrumb-item[b-4x3pzntspd], .breadcrumb-last-item[b-4x3pzntspd] {
    font-size: 1.25rem;
    font-family: "RO Sans";
    line-height: 1.1rem;
    word-wrap: break-word;
}

.breadcrumb-last-item[b-4x3pzntspd] {
    color: #000000;
}

.breadcrumb-item[b-4x3pzntspd] {
    color: #01689B;
    text-decoration: none;
}

.breadcrumb-item:hover[b-4x3pzntspd] {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .mobile[b-4x3pzntspd] {
        margin-bottom: 14px;
    }
}
/* /Components/Layout/CultureSelector.razor.rz.scp.css */
ul.culture-nav[b-p85zr9fx6g] {
    gap: 0.625rem;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.culture-nav li + li[b-p85zr9fx6g] {
    border-left: 1px solid #B4B4B4;
    padding-left: 0.625rem;
}

.culture-selector[b-p85zr9fx6g] {
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    color: #535353;
    text-decoration: none;
}

a[aria-selected="true"][b-p85zr9fx6g] {
    font-weight: 600;
}

a:hover[b-p85zr9fx6g] {
    text-decoration: underline;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-qhibm4j028] {
    min-height: 22.75rem;
    padding: 3rem 0;
    border-top: 2px solid #4e4e4e;
    white-space: nowrap;
    width: 100%;
}

.footer-cols[b-qhibm4j028] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer-cols[b-qhibm4j028] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .footer-cols[b-qhibm4j028] {
        gap: 5.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .footer-cols[b-qhibm4j028] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


h3.col-title[b-qhibm4j028] {
    color: var(--black);
    font-weight: 400;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--black);
    margin-bottom: 1rem;
}

.bg-brand[b-qhibm4j028] {
    background-color: var(--brand-primary);
}

ul[b-qhibm4j028] {
    padding: 0;
}

li[b-qhibm4j028] { 
    list-style: none;
}

a[b-qhibm4j028] {
    padding: 0 15px 5px 0;
    color: var(--black);
    font-size: 1rem;
    text-decoration: none;
}

a:focus[b-qhibm4j028], a:hover[b-qhibm4j028] {
    text-decoration: underline;
    color: var(--black)
}

/* /Components/Layout/Header.razor.rz.scp.css */
header[b-0nrcavx1lt] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.563rem;
    margin-bottom: 3.75rem;
}

header a[b-0nrcavx1lt] {
    text-decoration: none;
    position: relative;
    color: initial;
}

img.logo-image[b-0nrcavx1lt] {
    width: 2.75rem;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

header p.wordmark[b-0nrcavx1lt] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0;
    transform: translateX(70%) translateY(2.25rem);
}

header p.wordmark span[b-0nrcavx1lt] {
    font-family: "RO Serif", "Times New Roman", Times, serif;
    font-size: 0.688rem;
    line-height: 0.875rem;
    max-width: 8.125rem;
}

@media (min-width: 576px) {
    header p.wordmark[b-0nrcavx1lt] {
        transform: translateX(65%) translateY(2.25rem);
    }

    header p.wordmark span[b-0nrcavx1lt] {
        font-size: 0.875rem;
        line-height: 0.875rem;
        max-width: 13.125rem;
    }
}

header p.wordmark span.secondary-sender[b-0nrcavx1lt] {
    font-style: italic;
}

.navbar-topnav[b-0nrcavx1lt] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.navbar-topnav p.app-title[b-0nrcavx1lt] {
    color: #000000;
    font-family: var(--rivmweb-h1-4-extra-large-font-family, "RO Sans", sans-serif);
    font-size: var(--rivmweb-h1-4-extra-large-font-size, 1.5rem);
    font-weight: var(--rivmweb-h1-4-extra-large-font-weight, 400);
    margin: 0;
    line-height: 1;
}

@media (min-width: 992px) {
    .navbar-topnav[b-0nrcavx1lt] {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 992px) {
    .navbar-topnav p.app-title[b-0nrcavx1lt] {
        font-size: 2.5rem;
    }
}

.navbar-titlebar[b-0nrcavx1lt] {
    height: 3.75rem;
    margin-bottom: 1.5rem;
}

.navbar-titlebar .container[b-0nrcavx1lt] {
    height: 100%;
}

.navbar-branded[b-0nrcavx1lt] {
    background-color: var(--brand-primary);
}
/* /Components/Layout/leftmenu.razor.rz.scp.css */

.nav-left-menu-container[b-j0ew41tol5] {
    position: relative;
}

.nav-left-menu[b-j0ew41tol5] {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    position: sticky;
    top: 1rem;
}

.nav-left-menu-item[b-j0ew41tol5] {
    border-style: solid;
    border-color: var(--rivm-new-grijs-3, #cccccc);
    border-width: 0px 0px 0.5px 0px;
    position: relative;
    width: 100%;
    display: flex;
}

.nav-left-menu-item:hover[b-j0ew41tol5] {
    background: var(--rivm-donkerblauw-tint-2, #d9e8f0);
}

.nav-left-menu-item.active[b-j0ew41tol5] {
    background: var(--rivm-donkerblauw-tint-2, #d9e8f0);
}

a.nav-left-menu-item-link[b-j0ew41tol5] {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #000000;
    text-decoration: none;
    font-family: var(--rivmweb-h5-large-font-family, "RO Sans", sans-serif);
    font-size: var(--rivmweb-h5-large-font-size, 18px);
    line-height: var(--rivmweb-h5-large-line-height, 30px);
    font-weight: var(--rivmweb-h5-large-font-weight, 400);
}

a.nav-left-menu-item-link:visited[b-j0ew41tol5] {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .nav-left-menu[b-j0ew41tol5] {
        width: 100%;
        max-width: 100%;
    }

    .nav-left-menu-container[b-j0ew41tol5] {
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
article[b-wgfrnxk137] {
    padding-bottom: 4rem;
}

article:not(:has(> nav:first-child))[b-wgfrnxk137] {
    padding-top: 1.5rem;
}

@media (min-width: 992px) {
    article[b-wgfrnxk137] {
        padding-bottom: 14.25rem;
    }

    article:not(:has(> nav:first-child))[b-wgfrnxk137] {
        padding-top: 3.75rem;
    }
}

.sidebar[b-wgfrnxk137] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wgfrnxk137] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wgfrnxk137]  a, .top-row[b-wgfrnxk137]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wgfrnxk137]  a:hover, .top-row[b-wgfrnxk137]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wgfrnxk137]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wgfrnxk137] {
        justify-content: space-between;
    }

    .top-row[b-wgfrnxk137]  a, .top-row[b-wgfrnxk137]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wgfrnxk137] {
        flex-direction: row;
    }

    .sidebar[b-wgfrnxk137] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wgfrnxk137] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wgfrnxk137]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    
}

#blazor-error-ui[b-wgfrnxk137] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-wgfrnxk137] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainMenu.razor.rz.scp.css */
details[b-w3kodxkj3s], summary[b-w3kodxkj3s] {
    height: 100%;
    display: flex;
    align-items: center;
}

details[b-w3kodxkj3s] {
    position: relative;
    user-select: none;
    height: 100%;
    z-index: 10;
}

summary[b-w3kodxkj3s] {
    user-select: none;
    gap: 0.625rem;
    font-weight: 700;
    color: var(--black);
    font-size: 1.3rem;
    line-height: 2rem;
}

summary svg.burger-icon[b-w3kodxkj3s] {
    width: 1rem;
    height: 0.75rem;
}

ul.mainnav-items[b-w3kodxkj3s] {
    min-width: 12.5rem;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;    
    background-color: white;
    box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px rgba(17,17,26,0.1);
}

ul.mainnav-items li[b-w3kodxkj3s] {
    line-height: 2rem;
    color: var(--black);
    font-size: 1.125rem;
    border-bottom: .5px solid #CCCCCC;
}

ul.mainnav-items li:last-child[b-w3kodxkj3s] {
    border:none;
}

ul.mainnav-items li:hover[b-w3kodxkj3s] {
    background-color: var(--rivm-donkerblauw-tint-2, #d9e8f0);
}

ul.mainnav-items a[b-w3kodxkj3s], ul.mainnav-items span[b-w3kodxkj3s] {
    padding: 0.469rem 0.938rem;
    display: block;
    text-decoration: none;
    color: black;
}

/* /Components/Layout/ManagementHeader.razor.rz.scp.css */
header[b-cwf3uo914g] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.563rem;
    margin-bottom: 1.875rem;
}

img.logo-image[b-cwf3uo914g] {
    width: 44px;
    height: auto;
}

header .wordmark[b-cwf3uo914g] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-top: 2.25rem;
}

    header .wordmark span[b-cwf3uo914g] {
        font-family: "RO Serif", 'Times New Roman', Times, serif;
        font-size: 0.688rem;
        line-height: 0.875rem;
    }

@media(min-width: 576px) {
    header .wordmark span[b-cwf3uo914g] {
        font-size: 0.875rem;
        line-height: 0.875rem;
    }
}

header .wordmark .secondary-sender[b-cwf3uo914g] {
    font-style: italic;
    display: block;
    line-height: 14px;
    padding-bottom: 14px;
}

.topnavsitename[b-cwf3uo914g] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 1;
    width: 60%;
    position: relative;
}


.mijnrivm[b-cwf3uo914g] {
    color: #000000;
    text-align: center;
    font-family: var( --rivmweb-h1-4-extra-large-font-family, "RO Sans", sans-serif );
    font-size: var(--rivmweb-h1-4-extra-large-font-size, 40px);
    line-height: var(--rivmweb-h1-4-extra-large-line-height, 30px);
    font-weight: var(--rivmweb-h1-4-extra-large-font-weight, 400);
    position: relative;
    margin-bottom: 0.5rem;
}


.navbar-branded[b-cwf3uo914g],
.bg-brand[b-cwf3uo914g] {
    background-color: var(--brand-primary);
}

.navbar-branded-light[b-cwf3uo914g] {
    background-color: var(--brand-primary-light);
}

.navbar-branded-lightest[b-cwf3uo914g] {
    background-color: var(--brand-primary-lightest);
}

.navbar-topnav[b-cwf3uo914g] {
    text-align: left;
    position: relative;
    width: 100%;
    
}

    .navbar-topnav .topnavwrapper[b-cwf3uo914g] {
        position: absolute;
        right: -75px;
        top: -53px;
        display: flex;
        flex-direction: row;
    }

.navbar-titlebar[b-cwf3uo914g] {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 1.3rem;
    line-height: 2rem;
    vertical-align: middle;
}

li[b-cwf3uo914g] {
    display: flex;
}

.navbar-branded .navbar-nav[b-cwf3uo914g]  .nav-link {
    text-decoration: none;
    padding: 0.625rem;
    border-top: 0;
    color: #000000;
    font-weight: bold;
    margin: 0.5rem 0;
    font-size: 1.125rem;
    line-height: 1.0rem;
}

.navbar-branded .navbar-nav[b-cwf3uo914g] {
    flex-direction: row;
}

[b-cwf3uo914g] .active {
    background-color: var(--brand-primary-light)
}
/* /Components/Layout/ManagementLayout.razor.rz.scp.css */
main[b-qo4v8kmoed] {
    padding-top: 1em;
}

#blazor-error-ui[b-qo4v8kmoed] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qo4v8kmoed] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lng269p2r1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lng269p2r1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lng269p2r1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lng269p2r1] {
    font-size: 1.1rem;
}

.bi[b-lng269p2r1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-lng269p2r1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-lng269p2r1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-lng269p2r1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lng269p2r1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lng269p2r1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lng269p2r1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lng269p2r1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lng269p2r1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lng269p2r1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lng269p2r1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lng269p2r1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lng269p2r1] {
        display: none;
    }

    .nav-scrollable[b-lng269p2r1] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Client/Application.razor.rz.scp.css */
/* CSS Variables - aligned with design system */
:root[b-tr8jwsj1wf] {
    --gap-main-content: 3.125rem; /* 50px */
    --padding-content: 1.875rem; /* 30px */
    --margin-top-main: 2.5rem; /* 40px */
    --margin-top-list: 5rem; /* 80px */
    --margin-bottom-heading: 1.875rem; /* 30px */
    --gap-section: 1.25rem; /* 20px */
    --gap-subsection: 0.75rem; /* 12px */
    /* Typography */
    --font-size-h1: 2rem; /* 32px */
    --line-height-h1: 2.5rem; /* 40px */
    --font-size-h2: 1.5rem; /* 24px */
    --line-height-h2: 1.875rem; /* 30px */
    --font-size-body: 1.125rem; /* 18px */
    --line-height-body: 1.875rem; /* 30px */
    /* Colors */
    --rivm-dark-blue-tint: #d9e8f0;
    --rivm-grey-border: #cccccc;
    --rivm-orange: #e17000;
    --rivm-dark-blue: #01689b;
    --rivm-white: #ffffff;
    --rivm-black: #000000;
}

/* Main Content Layout */
#main-content[b-tr8jwsj1wf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

h1.nav-role-name[b-tr8jwsj1wf] {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

@media (min-width: 62rem) {
    h1.nav-role-name[b-tr8jwsj1wf] {
        font-size: 2.5rem;
    }
}


@media (min-width: 992px) {
    #main-content[b-tr8jwsj1wf] {
        gap: 3.125rem;
        display: grid;
        grid-template-columns: 25% auto;
    }

    h1.nav-role-name[b-tr8jwsj1wf] {
        margin-bottom: 2.875rem;
        font-size: 2.5rem;
    }
}

/* Left Menu Column */
.theme-selector[b-tr8jwsj1wf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Typography */
.application-list h2[b-tr8jwsj1wf],
.application-list h3[b-tr8jwsj1wf],
.app-title[b-tr8jwsj1wf] {
    font-weight: 400;
    color: var(--rivm-black, #000000);
    line-height: var(--line-height-h1);
    margin-bottom: var(--margin-bottom-heading);
}

.app-title[b-tr8jwsj1wf] {
    font-size: 2.5rem;
}

.application-list[b-tr8jwsj1wf] {
    display: flex;
    flex-direction: column;
    gap: 1.313rem;
}

.application-list h2.app-title[b-tr8jwsj1wf] {
    font-size: 2rem;
    line-height: 2.5rem;
}

.application-list h3[b-tr8jwsj1wf] {
    font-size: 2rem;
}

.application-list h2[b-tr8jwsj1wf] {
    color: var(--rivm-black, #000000);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    font-weight: 400;
    margin-bottom: var(--margin-bottom-heading);
}

.application-list p[b-tr8jwsj1wf],
.application-list div[b-tr8jwsj1wf] {
    color: var(--rivm-black, #000000);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    font-weight: 400;
}

/* Content Sections */
.application-list > * + *[b-tr8jwsj1wf] {
    margin-top: var(--gap-section);
}


/* Deep Selectors for Select Components */
[b-tr8jwsj1wf] .select-nav {
    width: 100%;
    height: 3.125rem; /* 50px */
    border-style: solid;
    border-radius: 0.5rem; /* 8px */
    border-width: 0.125rem; /* 2px */
    border-color: var(--rivm-dark-blue, #01689b);
    margin-bottom: 1.5625rem; /* 25px */
    padding: 0 0.9375rem 0 0.625rem; /* 0 15px 0 10px */
}

[b-tr8jwsj1wf] .select {
    border: none;
    width: 90%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1rem;
    padding: 0 0.9375rem 0 0.625rem; /* 0 15px 0 10px */
    background-size: 0.875rem; /* 14px */
}

[b-tr8jwsj1wf] .select-item {
    padding: 0.9375rem 1.25rem; /* 15px 20px */
}

    [b-tr8jwsj1wf] .select-item.selected {
        background-color: var(--rivm-dark-blue, #01689b);
        color: var(--rivm-white, #ffffff);
    }
/* /Components/Pages/Client/ApplicationCard.razor.rz.scp.css */
li.application-card[b-9vvcg8pamz] {
    list-style: none;
    width: 100%;
}

li.application-card a[b-9vvcg8pamz] {
    gap: 1.25rem;
    min-height: 8.125rem;
    padding: 1.25rem;
    text-decoration: none;
    border: 1px solid var(--RIVM-new-Zwart, #000);
    border-radius: 0.625rem;
    background: var(--RIVM-new-Wit, #fff);
    transition: background 0.2s ease-in-out;
    display: grid;
    grid-template-columns: 2rem auto;
    grid-template-rows: 2rem auto;
    grid-row-gap: 0px;
}

li.application-card a:hover[b-9vvcg8pamz] {
    background: var(--rivm-donkerblauw-tint-2, #d9e8f0);
}

li.application-card a img.application-card-icon[b-9vvcg8pamz] {
    width: 2rem;
    height: 2rem;
    margin: 0;
    display: block;
}

li.application-card a h2.application-card-title[b-9vvcg8pamz],
li.application-card a ul.application-card-functionals[b-9vvcg8pamz] {
    margin: 0;
}

li.application-card a h2.application-card-title[b-9vvcg8pamz] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--rivm-dark-blue, #01689B);
    line-height: 1;
}

ul.application-card-functionals[b-9vvcg8pamz] {
    grid-area: 2 / 2 / 3 / 3;
    list-style: none;
    padding: 0;
}

ul.application-card-functionals li[b-9vvcg8pamz] {
    color: black;
    display: inline;
}



@media (max-width: 39rem) {
    .card-top[b-9vvcg8pamz] {
        display: flex;
        grid-column: span 2 / span 2;
        gap: 1.25rem;
    }

    .card-content[b-9vvcg8pamz] {
        grid-column-start: 2;
    }

    ul.application-card-functionals li:not(:last-child)[b-9vvcg8pamz]::after {
        content: ", ";
    }
}

@media (min-width: 40rem) {
    li.application-card[b-9vvcg8pamz] {
        min-height: 22.938rem;
        grid-column: span 6 / span 6;
    }

    li.application-card a[b-9vvcg8pamz] {
        padding: 1.25rem 2rem;
        display: grid;
        grid-template-rows: 10.563rem auto;
        grid-template-columns: auto;
        height: 100%;
    }

    li.application-card a img.application-card-icon[b-9vvcg8pamz] {
        width: auto;
        height: 4rem;
        margin: auto;
        margin-bottom: 1.563rem;
    }

    li.application-card a h2.application-card-title[b-9vvcg8pamz] {
        font-size: 1.25rem;
        font-weight: 400;
        color: black;
    }

    ul.application-card-functionals[b-9vvcg8pamz] {
        grid-area: unset;
        font: normal 400 1rem / 1.563rem var(--font-family, inherit);
        list-style: disc;
        padding: 0 1.2rem;
    }

    ul.application-card-functionals li[b-9vvcg8pamz] {
        display: list-item;
    }
}

@media (min-width: 48rem) {
    li.application-card a h2.application-card-title[b-9vvcg8pamz] {
        font-size: 1.45rem;
    }
}

@media (min-width: 62rem) {
    li.application-card[b-9vvcg8pamz] {
        grid-column: span 4 / span 4;
    }
}

@media (min-width: 87.5rem) {
    li.application-card[b-9vvcg8pamz] {
        grid-column: span 3 / span 3;
    }
    li.application-card a h2.application-card-title[b-9vvcg8pamz] {
        font-size: 1.5rem;
    }
}

/* /Components/Pages/Client/ApplicationDisplay.razor.rz.scp.css */
h2[b-in4zfpp51y] {
    font-weight: 600;
    font-size: 1.8rem;
}


/* /Components/Pages/Client/ApplicationLink.razor.rz.scp.css */
h3[b-irxe1n9xwt] {
    margin-bottom: 1.313rem;
}

a.application-link[b-irxe1n9xwt] {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    background-color: #01689B;
}

a.application-link:hover[b-irxe1n9xwt],
a.application-link:active[b-irxe1n9xwt] {
    background: #24567F;
}

a.application-link:focus[b-irxe1n9xwt] {
    outline: 2px dotted black;
}
/* /Components/Pages/Client/Contact.razor.rz.scp.css */
.no-underline[b-w4xom9pcsg] {
    -webkit-text-decoration: none;
    text-decoration: none;
}
/* /Components/Pages/Client/DigiDApplicationLink.razor.rz.scp.css */
.application-display-link[b-tafv35aihn] {
    width: fit-content;
    border: 1px solid var(--rivm-dark-blue);
    border-radius: 0.5rem; /* 8px */
    padding: 0 0 0 1rem; /* 16px */
}

a[b-tafv35aihn] {
    font-weight: 700;
    text-decoration: none;
}

img[b-tafv35aihn] {
    margin: 0.125rem; /* 2px */
}

h3[b-tafv35aihn] {
    font-weight: 400;
    color: var(--rivm-black, #000000);
    line-height: 1.875rem;
    margin-bottom: var(--margin-bottom-heading);
}

.digid-container[b-tafv35aihn] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}


.digid-button[b-tafv35aihn] {
    background: var(--rijkshuisstijl-oranje, #e17000);
    border-radius: 0.375rem;
    padding: 0.25rem;
    padding-right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}

.digid-button:hover[b-tafv35aihn] {
    background-color: #BD5E0C;
}

.digid-button img.digid-icon[b-tafv35aihn] {
    width: 2.125rem;
    height: 2.125rem;
}

.digid-button span[b-tafv35aihn] {
    color: white;
    font-weight: 700;
    font-size: 1rem;
}
/* /Components/Pages/Client/ExternalApplicationLink.razor.rz.scp.css */
a.button-external[b-4awwmq5jta] {
    display: inline-block;
    color: #01689B;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    border: 1px solid #01689B;
}

a.button-external:hover[b-4awwmq5jta],
a.button-external:focus[b-4awwmq5jta]{
    background: #D9E8F0;
}

a.button-external:focus[b-4awwmq5jta] {
    outline: 2px dotted black;
}

a.button-external svg[b-4awwmq5jta] {
    margin-left: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
}
/* /Components/Pages/Client/HealthCareProfessionalApplicationLink.razor.rz.scp.css */
.application-display-link[b-uije7iap8e] {
    width: fit-content;
    border: 1px solid var(--rivm-dark-blue);
    border-radius: 0.5rem; /* 8px */
    padding: 0.625rem 1rem; /* 10px 16px */
}

a[b-uije7iap8e] {
    font-weight: 700;
    text-decoration: none;
}

a[b-uije7iap8e]::after {
    content: url("img/vector.svg");
    display: inline-block;
    margin-top: -0.375rem; /* -6px */
    margin-left: 0.625rem; /* 10px */
    height: 1em; /* already relative */
    vertical-align: middle;
}
/* /Components/Pages/Client/Home.razor.rz.scp.css */
h1.title-row[b-bxaz17jt23] {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    h1.title-row[b-bxaz17jt23] {
        font-size: 2.5rem;
    }
}

ul.cards-list[b-bxaz17jt23] {
    display: none;
}

details.cards-list[b-bxaz17jt23] {
    margin-bottom: 1.5rem;
}

details.cards-list:last-of-type[b-bxaz17jt23] {
    margin: 0;
}

details.cards-list summary[b-bxaz17jt23] {
    padding: 0.625rem 0;
    background: #d9e8f0;
    list-style-type: none;
    text-align: center;
    font-size: 1rem;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

details.cards-list summary[b-bxaz17jt23]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.524 8L19 9.476l-7 7-7-7L6.476 8 12 13.523 17.524 8z'/%3E%3C/svg%3E");
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}

details.cards-list[open] summary[b-bxaz17jt23]::after {
    transform: rotate(180deg);
}

details.cards-list ul[b-bxaz17jt23] {
    padding: 0;
    margin: 0;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (width >= 40rem) {
    details.cards-list[b-bxaz17jt23] {
        display: none;
    }

    ul.cards-list[b-bxaz17jt23] {
        display: grid;
        gap: 1.563rem;
        padding: 0;
        margin-bottom: 3.125rem;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    ul.cards-list:last-of-type[b-bxaz17jt23] {
        margin: 0;
    }
}

@media (width >= 62rem) {
/*    ul.cards-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }*/
}

@media (width >= 75rem) {
/*    ul.cards-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }*/
}

.apps-text[b-bxaz17jt23] {
    margin-bottom: 2rem;
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}
/* /Components/Pages/Management/Applications.razor.rz.scp.css */

.svg-button[b-3oee2ayc4y] {

}

.svg-icon[b-3oee2ayc4y] {
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
    transition: color 0.3s ease-in-out;
}

.svg-icon:hover[b-3oee2ayc4y] {
    color: var(--rivm-dark-blue, #01689b);
}
/* /Components/Pages/Management/EditApplication.razor.rz.scp.css */
td:last-child[b-ffcpbco5tl] {
    display: flex;
    flex-direction: row;
}

.checkbox[b-ffcpbco5tl] {
    padding: 0.125rem 0.25rem;
}

.main-description[b-ffcpbco5tl] {
    background-color: var(--brand-primary-light);
}

.app-description-card[b-ffcpbco5tl] {
    
}

label[b-ffcpbco5tl] {
    font-weight: bold;
}

.applicatie-titel[b-ffcpbco5tl] {
    font-weight: bolder;
    font-size: 1.5rem;
}

.card-body.d-flex[b-ffcpbco5tl] {
    gap: 2rem;
}

.wysiwyg-editor[b-ffcpbco5tl] {
    min-height:20rem;
    min-width: 10rem;
}

.group-name[b-ffcpbco5tl] {
    font-weight: bolder;
}

.max-width-50[b-ffcpbco5tl] {
    max-width: 50%;
}
/* /Components/Pages/Management/EditNotification.razor.rz.scp.css */
.alert-type-image[b-2oxaklaft9] {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.625rem;
/* /Components/Pages/Management/EditPageTextContents.razor.rz.scp.css */
.content-header[b-awg3tvjcxi] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.label-language[b-awg3tvjcxi] {
    font-weight: bold;
}

/* /Components/Pages/Management/Notifications.razor.rz.scp.css */

.notification-icon[b-7v9j1bansz] {
    width: 1rem;
    height: 1rem;
}

.svg-icon[b-7v9j1bansz] {
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
    transition: color 0.3s ease-in-out;
}

    .svg-icon:hover[b-7v9j1bansz] {
        color: var(--rivm-dark-blue, #01689b);
    }
