@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/GnosisNet.RCL/GnosisNet.RCL.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r64j1tzfnv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r64j1tzfnv] {
    flex: auto;
}

.sidebar[b-r64j1tzfnv] {
    background-color: var(--menuPanel);
}

.sidebar-right[b-r64j1tzfnv] {
    background-color: var(--background-panel);
    border-left: 2px solid var(--primary);
    position: fixed;
    height: 100%;
    z-index: 999;
    right: 0;
    float: right;
    top: 55px;
}

.top-row[b-r64j1tzfnv] {
    background-color: var(--menuPanel);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--pageBorder);
}

    .top-row[b-r64j1tzfnv]  a, .top-row[b-r64j1tzfnv]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row[b-r64j1tzfnv]  a:hover, .top-row[b-r64j1tzfnv]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-r64j1tzfnv]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r64j1tzfnv] {
        /*display: none;*/
    }

    .top-row[b-r64j1tzfnv] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .logo-container[b-r64j1tzfnv] {
        padding-right: 0;
        padding-left:0;
    }

    .top-row .auth[b-r64j1tzfnv] {
        justify-content: flex-start !important;
        margin-right: auto;
    }

    .top-row .not-authorised[b-r64j1tzfnv] {
        padding-left: 3rem;
    }

    .top-row.auth[b-r64j1tzfnv] {
        justify-content: space-between;
    }

    .top-row[b-r64j1tzfnv]  a, .top-row[b-r64j1tzfnv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r64j1tzfnv] {
        flex-direction: row;
    }


    .top-row[b-r64j1tzfnv] {
        position: static;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-r64j1tzfnv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
    /*
    .top-row, article {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    article {
        padding-right: 2rem !important;
    }*/
}
/* /Shared/NavigationMenu/BankMatters/BankMattersNavMenu.razor.rz.scp.css */
.navbar-toggler[b-p8ts5v2zn0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-p8ts5v2zn0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p8ts5v2zn0] {
    font-size: 1.1rem;
}

.oi[b-p8ts5v2zn0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-p8ts5v2zn0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p8ts5v2zn0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p8ts5v2zn0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p8ts5v2zn0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-p8ts5v2zn0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-p8ts5v2zn0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.longTitle[b-p8ts5v2zn0]{
    font-weight:400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-p8ts5v2zn0] {
        display: none;
    }

    .collapse[b-p8ts5v2zn0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* /Shared/NavigationMenu/CAR/CARNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ljq9b441d2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ljq9b441d2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ljq9b441d2] {
    font-size: 1.1rem;
}

.oi[b-ljq9b441d2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ljq9b441d2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ljq9b441d2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ljq9b441d2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ljq9b441d2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ljq9b441d2]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ljq9b441d2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.longTitle[b-ljq9b441d2] {
    font-weight: 400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ljq9b441d2] {
        display: none;
    }

    .collapse[b-ljq9b441d2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavigationMenu/General/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6v2z37iqkl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6v2z37iqkl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6v2z37iqkl] {
    font-size: 1.1rem;
}

.oi[b-6v2z37iqkl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6v2z37iqkl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6v2z37iqkl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6v2z37iqkl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6v2z37iqkl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6v2z37iqkl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6v2z37iqkl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.longTitle[b-6v2z37iqkl]{
    font-weight:400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6v2z37iqkl] {
        display: none;
    }

    .collapse[b-6v2z37iqkl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* /Shared/NavigationMenu/Insurances/InsurancesNavMenu.razor.rz.scp.css */
.navbar-toggler[b-bupeh07ih7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bupeh07ih7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bupeh07ih7] {
    font-size: 1.1rem;
}

.oi[b-bupeh07ih7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-bupeh07ih7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bupeh07ih7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bupeh07ih7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bupeh07ih7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-bupeh07ih7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-bupeh07ih7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.longTitle[b-bupeh07ih7]{
    font-weight:400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bupeh07ih7] {
        display: none;
    }

    .collapse[b-bupeh07ih7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* /Shared/NavigationMenu/LC/LCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-oms6h6hgab] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oms6h6hgab] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oms6h6hgab] {
    font-size: 1.1rem;
}

.oi[b-oms6h6hgab] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-oms6h6hgab] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oms6h6hgab] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oms6h6hgab] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oms6h6hgab]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-oms6h6hgab]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-oms6h6hgab]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.longTitle[b-oms6h6hgab] {
    font-weight: 400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oms6h6hgab] {
        display: none;
    }

    .collapse[b-oms6h6hgab] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavigationMenu/ProcurementManagement/ProcurementManagementNavMenu.razor.rz.scp.css */
.navbar-toggler[b-rkqhw4qpxx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rkqhw4qpxx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rkqhw4qpxx] {
    font-size: 1.1rem;
}

.oi[b-rkqhw4qpxx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rkqhw4qpxx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rkqhw4qpxx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rkqhw4qpxx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rkqhw4qpxx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rkqhw4qpxx]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rkqhw4qpxx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.longTitle[b-rkqhw4qpxx]{
    font-weight:400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rkqhw4qpxx] {
        display: none;
    }

    .collapse[b-rkqhw4qpxx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

