/* _content/Gateway/Components/Layout/AeconLayout.razor.rz.scp.css */
.page[b-5ix183rns7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5ix183rns7] {
    flex: 1;
}

.sidebar[b-5ix183rns7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-5ix183rns7] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-5ix183rns7] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-5ix183rns7]  a, .top-row[b-5ix183rns7]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-5ix183rns7]  a:hover, .top-row[b-5ix183rns7]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-5ix183rns7]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-5ix183rns7] {
        justify-content: space-between;
    }

    .top-row[b-5ix183rns7]  a, .top-row[b-5ix183rns7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5ix183rns7] {
        flex-direction: row;
    }

    .sidebar[b-5ix183rns7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5ix183rns7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5ix183rns7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5ix183rns7], article[b-5ix183rns7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5ix183rns7] {
    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-5ix183rns7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/AeconNavMenu.razor.rz.scp.css */
.navbar-toggler[b-mqu4uenips] {
    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-mqu4uenips] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mqu4uenips] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-mqu4uenips] {
    font-size: 1.1rem;
}

.bi[b-mqu4uenips] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mqu4uenips] {
    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-nav-menu[b-mqu4uenips] {
    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-reset-password-nav-menu[b-mqu4uenips] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-mqu4uenips] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-mqu4uenips] {
    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-mqu4uenips] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mqu4uenips] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mqu4uenips] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mqu4uenips]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mqu4uenips]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mqu4uenips]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mqu4uenips] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mqu4uenips] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mqu4uenips] {
        display: none;
    }

    .nav-scrollable[b-mqu4uenips] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/AGFLayout.razor.rz.scp.css */
.page[b-je44baq5lq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-je44baq5lq] {
    flex: 1;
}

.sidebar[b-je44baq5lq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-je44baq5lq] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-je44baq5lq] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-je44baq5lq]  a, .top-row[b-je44baq5lq]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-je44baq5lq]  a:hover, .top-row[b-je44baq5lq]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-je44baq5lq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-je44baq5lq] {
        justify-content: space-between;
    }

    .top-row[b-je44baq5lq]  a, .top-row[b-je44baq5lq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-je44baq5lq] {
        flex-direction: row;
    }

    .sidebar[b-je44baq5lq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-je44baq5lq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-je44baq5lq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-je44baq5lq], article[b-je44baq5lq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-je44baq5lq] {
    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-je44baq5lq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/AGFNavMenu.razor.rz.scp.css */
.navbar-toggler[b-yo5k0oocdq] {
    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-yo5k0oocdq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yo5k0oocdq] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-yo5k0oocdq] {
    font-size: 1.1rem;
}

.bi[b-yo5k0oocdq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-yo5k0oocdq] {
    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-nav-menu[b-yo5k0oocdq] {
    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-reset-password-nav-menu[b-yo5k0oocdq] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-yo5k0oocdq] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-yo5k0oocdq] {
    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-yo5k0oocdq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yo5k0oocdq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yo5k0oocdq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yo5k0oocdq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-yo5k0oocdq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yo5k0oocdq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yo5k0oocdq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yo5k0oocdq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yo5k0oocdq] {
        display: none;
    }

    .nav-scrollable[b-yo5k0oocdq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/AllstreamLayout.razor.rz.scp.css */
.page[b-d64y0zsehr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d64y0zsehr] {
    flex: 1;
}

.sidebar[b-d64y0zsehr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 85%);
    background-color: #ff0000;
}

.top-row[b-d64y0zsehr] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-d64y0zsehr] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d64y0zsehr]  a, .top-row[b-d64y0zsehr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d64y0zsehr]  a:hover, .top-row[b-d64y0zsehr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d64y0zsehr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d64y0zsehr] {
        justify-content: space-between;
    }

    .top-row[b-d64y0zsehr]  a, .top-row[b-d64y0zsehr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d64y0zsehr] {
        flex-direction: row;
    }

    .sidebar[b-d64y0zsehr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d64y0zsehr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d64y0zsehr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d64y0zsehr], article[b-d64y0zsehr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d64y0zsehr] {
    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-d64y0zsehr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/AllstreamNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ssw4d728m6] {
    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-ssw4d728m6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ssw4d728m6] {
    height: 6rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ssw4d728m6] {
    font-size: 1.1rem;
}

.bi[b-ssw4d728m6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ssw4d728m6] {
    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-nav-menu[b-ssw4d728m6] {
    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-reset-password-nav-menu[b-ssw4d728m6] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-ssw4d728m6] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-ssw4d728m6] {
    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-ssw4d728m6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ssw4d728m6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ssw4d728m6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ssw4d728m6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ssw4d728m6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ssw4d728m6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ssw4d728m6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ssw4d728m6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ssw4d728m6] {
        display: none;
    }

    .nav-scrollable[b-ssw4d728m6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/AlzheimerLayout.razor.rz.scp.css */
.page[b-mb0z1mwxak] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mb0z1mwxak] {
    flex: 1;
}

.sidebar[b-mb0z1mwxak] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-mb0z1mwxak] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-mb0z1mwxak] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}
    .top-row[b-mb0z1mwxak]  a, .top-row[b-mb0z1mwxak]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mb0z1mwxak]  a:hover, .top-row[b-mb0z1mwxak]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mb0z1mwxak]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mb0z1mwxak] {
        justify-content: space-between;
    }

    .top-row[b-mb0z1mwxak]  a, .top-row[b-mb0z1mwxak]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mb0z1mwxak] {
        flex-direction: row;
    }

    .sidebar[b-mb0z1mwxak] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mb0z1mwxak] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mb0z1mwxak]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mb0z1mwxak], article[b-mb0z1mwxak] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mb0z1mwxak] {
    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-mb0z1mwxak] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/AlzheimerNavMenu.razor.rz.scp.css */
.navbar-toggler[b-rfrwtocchy] {
    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-rfrwtocchy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rfrwtocchy] {
    height: 6rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rfrwtocchy] {
    font-size: 1.1rem;
}

.bi[b-rfrwtocchy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rfrwtocchy] {
    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-nav-menu[b-rfrwtocchy] {
    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-reset-password-nav-menu[b-rfrwtocchy] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-rfrwtocchy] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-rfrwtocchy] {
    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-rfrwtocchy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rfrwtocchy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rfrwtocchy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rfrwtocchy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-rfrwtocchy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rfrwtocchy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rfrwtocchy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rfrwtocchy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rfrwtocchy] {
        display: none;
    }

    .nav-scrollable[b-rfrwtocchy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/ArcadisLayout.razor.rz.scp.css */
.page[b-3y3jdychzw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3y3jdychzw] {
    flex: 1;
}

.sidebar[b-3y3jdychzw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-3y3jdychzw] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-3y3jdychzw] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-3y3jdychzw]  a, .top-row[b-3y3jdychzw]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-3y3jdychzw]  a:hover, .top-row[b-3y3jdychzw]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-3y3jdychzw]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-3y3jdychzw] {
        justify-content: space-between;
    }

    .top-row[b-3y3jdychzw]  a, .top-row[b-3y3jdychzw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3y3jdychzw] {
        flex-direction: row;
    }

    .sidebar[b-3y3jdychzw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3y3jdychzw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3y3jdychzw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3y3jdychzw], article[b-3y3jdychzw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3y3jdychzw] {
    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-3y3jdychzw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/ArcadisNavMenu.razor.rz.scp.css */
.navbar-toggler[b-os1axuko9s] {
    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-os1axuko9s] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-os1axuko9s] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-os1axuko9s] {
    font-size: 1.1rem;
}

.bi[b-os1axuko9s] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-os1axuko9s] {
    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-nav-menu[b-os1axuko9s] {
    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-reset-password-nav-menu[b-os1axuko9s] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-os1axuko9s] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-os1axuko9s] {
    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-os1axuko9s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-os1axuko9s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-os1axuko9s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-os1axuko9s]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-os1axuko9s]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-os1axuko9s]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-os1axuko9s] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-os1axuko9s] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-os1axuko9s] {
        display: none;
    }

    .nav-scrollable[b-os1axuko9s] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/ARCLayout.razor.rz.scp.css */
.page[b-13ewxlqyet] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-13ewxlqyet] {
    flex: 1;
}

.sidebar[b-13ewxlqyet] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-13ewxlqyet] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-13ewxlqyet] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-13ewxlqyet]  a, .top-row[b-13ewxlqyet]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-13ewxlqyet]  a:hover, .top-row[b-13ewxlqyet]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-13ewxlqyet]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-13ewxlqyet] {
        justify-content: space-between;
    }

    .top-row[b-13ewxlqyet]  a, .top-row[b-13ewxlqyet]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-13ewxlqyet] {
        flex-direction: row;
    }

    .sidebar[b-13ewxlqyet] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-13ewxlqyet] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-13ewxlqyet]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-13ewxlqyet], article[b-13ewxlqyet] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-13ewxlqyet] {
    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-13ewxlqyet] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/ARCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-fumpt6lznh] {
    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-fumpt6lznh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fumpt6lznh] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-fumpt6lznh] {
    font-size: 1.1rem;
}

.bi[b-fumpt6lznh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fumpt6lznh] {
    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-nav-menu[b-fumpt6lznh] {
    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-reset-password-nav-menu[b-fumpt6lznh] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-fumpt6lznh] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-fumpt6lznh] {
    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-fumpt6lznh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fumpt6lznh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fumpt6lznh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fumpt6lznh]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fumpt6lznh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fumpt6lznh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fumpt6lznh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fumpt6lznh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fumpt6lznh] {
        display: none;
    }

    .nav-scrollable[b-fumpt6lznh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/AuxlyLayout.razor.rz.scp.css */
.page[b-m6eb21o304] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m6eb21o304] {
    flex: 1;
}

.sidebar[b-m6eb21o304] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-m6eb21o304] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-m6eb21o304] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-m6eb21o304]  a, .top-row[b-m6eb21o304]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-m6eb21o304]  a:hover, .top-row[b-m6eb21o304]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-m6eb21o304]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-m6eb21o304] {
        justify-content: space-between;
    }

    .top-row[b-m6eb21o304]  a, .top-row[b-m6eb21o304]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m6eb21o304] {
        flex-direction: row;
    }

    .sidebar[b-m6eb21o304] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m6eb21o304] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m6eb21o304]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m6eb21o304], article[b-m6eb21o304] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m6eb21o304] {
    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-m6eb21o304] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/AuxlyNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ten4xtf366] {
    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-ten4xtf366] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ten4xtf366] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-ten4xtf366] {
    font-size: 1.1rem;
}

.bi[b-ten4xtf366] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ten4xtf366] {
    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-nav-menu[b-ten4xtf366] {
    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-reset-password-nav-menu[b-ten4xtf366] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-ten4xtf366] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-ten4xtf366] {
    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-ten4xtf366] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ten4xtf366] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ten4xtf366] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ten4xtf366]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ten4xtf366]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ten4xtf366]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ten4xtf366] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ten4xtf366] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ten4xtf366] {
        display: none;
    }

    .nav-scrollable[b-ten4xtf366] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/AvisonLayout.razor.rz.scp.css */
.page[b-5puwrtfuku] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5puwrtfuku] {
    flex: 1;
}

.sidebar[b-5puwrtfuku] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-5puwrtfuku] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-5puwrtfuku] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-5puwrtfuku]  a, .top-row[b-5puwrtfuku]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-5puwrtfuku]  a:hover, .top-row[b-5puwrtfuku]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-5puwrtfuku]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-5puwrtfuku] {
        justify-content: space-between;
    }

    .top-row[b-5puwrtfuku]  a, .top-row[b-5puwrtfuku]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5puwrtfuku] {
        flex-direction: row;
    }

    .sidebar[b-5puwrtfuku] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5puwrtfuku] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5puwrtfuku]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5puwrtfuku], article[b-5puwrtfuku] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5puwrtfuku] {
    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-5puwrtfuku] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/AvisonNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ulx1jr5mp0] {
    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-ulx1jr5mp0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ulx1jr5mp0] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-ulx1jr5mp0] {
    font-size: 1.1rem;
}

.bi[b-ulx1jr5mp0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ulx1jr5mp0] {
    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-nav-menu[b-ulx1jr5mp0] {
    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-reset-password-nav-menu[b-ulx1jr5mp0] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-ulx1jr5mp0] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-ulx1jr5mp0] {
    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-ulx1jr5mp0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ulx1jr5mp0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ulx1jr5mp0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ulx1jr5mp0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ulx1jr5mp0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ulx1jr5mp0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ulx1jr5mp0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ulx1jr5mp0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ulx1jr5mp0] {
        display: none;
    }

    .nav-scrollable[b-ulx1jr5mp0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/BakerHughesLayout.razor.rz.scp.css */
.page[b-2v07inuo78] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2v07inuo78] {
    flex: 1;
}

.sidebar[b-2v07inuo78] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-2v07inuo78] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-2v07inuo78] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-2v07inuo78]  a, .top-row[b-2v07inuo78]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-2v07inuo78]  a:hover, .top-row[b-2v07inuo78]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-2v07inuo78]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-2v07inuo78] {
        justify-content: space-between;
    }

    .top-row[b-2v07inuo78]  a, .top-row[b-2v07inuo78]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2v07inuo78] {
        flex-direction: row;
    }

    .sidebar[b-2v07inuo78] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2v07inuo78] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2v07inuo78]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2v07inuo78], article[b-2v07inuo78] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2v07inuo78] {
    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-2v07inuo78] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/BakerHughesNavMenu.razor.rz.scp.css */
.navbar-toggler[b-a3w6bc8lly] {
    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-a3w6bc8lly] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-a3w6bc8lly] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-a3w6bc8lly] {
    font-size: 1.1rem;
}

.bi[b-a3w6bc8lly] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-a3w6bc8lly] {
    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-nav-menu[b-a3w6bc8lly] {
    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-reset-password-nav-menu[b-a3w6bc8lly] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-a3w6bc8lly] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-a3w6bc8lly] {
    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-a3w6bc8lly] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a3w6bc8lly] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a3w6bc8lly] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a3w6bc8lly]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-a3w6bc8lly]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-a3w6bc8lly]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-a3w6bc8lly] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-a3w6bc8lly] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a3w6bc8lly] {
        display: none;
    }

    .nav-scrollable[b-a3w6bc8lly] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/BGISLayout.razor.rz.scp.css */
.page[b-x0jqdwaky0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x0jqdwaky0] {
    flex: 1;
}

.sidebar[b-x0jqdwaky0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-x0jqdwaky0] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-x0jqdwaky0] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-x0jqdwaky0]  a, .top-row[b-x0jqdwaky0]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-x0jqdwaky0]  a:hover, .top-row[b-x0jqdwaky0]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-x0jqdwaky0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-x0jqdwaky0] {
        justify-content: space-between;
    }

    .top-row[b-x0jqdwaky0]  a, .top-row[b-x0jqdwaky0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x0jqdwaky0] {
        flex-direction: row;
    }

    .sidebar[b-x0jqdwaky0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x0jqdwaky0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x0jqdwaky0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x0jqdwaky0], article[b-x0jqdwaky0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x0jqdwaky0] {
    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-x0jqdwaky0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/BGISNavMenu.razor.rz.scp.css */
.navbar-toggler[b-mvoyk7ncve] {
    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-mvoyk7ncve] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mvoyk7ncve] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-mvoyk7ncve] {
    font-size: 1.1rem;
}

.bi[b-mvoyk7ncve] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mvoyk7ncve] {
    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-nav-menu[b-mvoyk7ncve] {
    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-reset-password-nav-menu[b-mvoyk7ncve] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-mvoyk7ncve] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-mvoyk7ncve] {
    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-mvoyk7ncve] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mvoyk7ncve] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mvoyk7ncve] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mvoyk7ncve]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mvoyk7ncve]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mvoyk7ncve]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mvoyk7ncve] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mvoyk7ncve] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mvoyk7ncve] {
        display: none;
    }

    .nav-scrollable[b-mvoyk7ncve] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/BlackDiamondLayout.razor.rz.scp.css */
.page[b-qkoeb95mjw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qkoeb95mjw] {
    flex: 1;
}

.sidebar[b-qkoeb95mjw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-qkoeb95mjw] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-qkoeb95mjw] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-qkoeb95mjw]  a, .top-row[b-qkoeb95mjw]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-qkoeb95mjw]  a:hover, .top-row[b-qkoeb95mjw]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-qkoeb95mjw]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-qkoeb95mjw] {
        justify-content: space-between;
    }

    .top-row[b-qkoeb95mjw]  a, .top-row[b-qkoeb95mjw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qkoeb95mjw] {
        flex-direction: row;
    }

    .sidebar[b-qkoeb95mjw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qkoeb95mjw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qkoeb95mjw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qkoeb95mjw], article[b-qkoeb95mjw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qkoeb95mjw] {
    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-qkoeb95mjw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/BlackDiamondNavMenu.razor.rz.scp.css */
.navbar-toggler[b-899bt5kf1g] {
    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-899bt5kf1g] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-899bt5kf1g] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-899bt5kf1g] {
    font-size: 1.1rem;
}

.bi[b-899bt5kf1g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-899bt5kf1g] {
    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-nav-menu[b-899bt5kf1g] {
    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-reset-password-nav-menu[b-899bt5kf1g] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-899bt5kf1g] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-899bt5kf1g] {
    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-899bt5kf1g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-899bt5kf1g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-899bt5kf1g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-899bt5kf1g]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-899bt5kf1g]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-899bt5kf1g]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-899bt5kf1g] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-899bt5kf1g] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-899bt5kf1g] {
        display: none;
    }

    .nav-scrollable[b-899bt5kf1g] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/BWCLayout.razor.rz.scp.css */
.page[b-w80oj3exmn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w80oj3exmn] {
    flex: 1;
}

.sidebar[b-w80oj3exmn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-w80oj3exmn] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-w80oj3exmn] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-w80oj3exmn]  a, .top-row[b-w80oj3exmn]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-w80oj3exmn]  a:hover, .top-row[b-w80oj3exmn]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-w80oj3exmn]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-w80oj3exmn] {
        justify-content: space-between;
    }

    .top-row[b-w80oj3exmn]  a, .top-row[b-w80oj3exmn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w80oj3exmn] {
        flex-direction: row;
    }

    .sidebar[b-w80oj3exmn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w80oj3exmn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w80oj3exmn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w80oj3exmn], article[b-w80oj3exmn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-w80oj3exmn] {
    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-w80oj3exmn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/BWCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-gbj9n6wct7] {
    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-gbj9n6wct7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gbj9n6wct7] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-gbj9n6wct7] {
    font-size: 1.1rem;
}

.bi[b-gbj9n6wct7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-gbj9n6wct7] {
    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-nav-menu[b-gbj9n6wct7] {
    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-reset-password-nav-menu[b-gbj9n6wct7] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-gbj9n6wct7] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-gbj9n6wct7] {
    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-gbj9n6wct7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gbj9n6wct7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gbj9n6wct7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gbj9n6wct7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-gbj9n6wct7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gbj9n6wct7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gbj9n6wct7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gbj9n6wct7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gbj9n6wct7] {
        display: none;
    }

    .nav-scrollable[b-gbj9n6wct7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CactusLayout.razor.rz.scp.css */
.page[b-1vzkaukr5m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1vzkaukr5m] {
    flex: 1;
}

.sidebar[b-1vzkaukr5m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-1vzkaukr5m] {
    background-color: #FFF;
    border-bottom: 2px solid #414042;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-1vzkaukr5m] {
    background-color: #FFF;
    border-bottom: 1px solid #414042;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-1vzkaukr5m]  a, .top-row[b-1vzkaukr5m]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-1vzkaukr5m]  a:hover, .top-row[b-1vzkaukr5m]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-1vzkaukr5m]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-1vzkaukr5m] {
        justify-content: space-between;
    }

    .top-row[b-1vzkaukr5m]  a, .top-row[b-1vzkaukr5m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1vzkaukr5m] {
        flex-direction: row;
    }

    .sidebar[b-1vzkaukr5m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1vzkaukr5m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1vzkaukr5m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1vzkaukr5m], article[b-1vzkaukr5m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1vzkaukr5m] {
    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-1vzkaukr5m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CactusNavMenu.razor.rz.scp.css */
.navbar-toggler[b-xlwvbyuftm] {
    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-xlwvbyuftm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xlwvbyuftm] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-xlwvbyuftm] {
    font-size: 1.1rem;
}

.bi[b-xlwvbyuftm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xlwvbyuftm] {
    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-nav-menu[b-xlwvbyuftm] {
    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-reset-password-nav-menu[b-xlwvbyuftm] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-xlwvbyuftm] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-xlwvbyuftm] {
    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-xlwvbyuftm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xlwvbyuftm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xlwvbyuftm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xlwvbyuftm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xlwvbyuftm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xlwvbyuftm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xlwvbyuftm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xlwvbyuftm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xlwvbyuftm] {
        display: none;
    }

    .nav-scrollable[b-xlwvbyuftm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CapgeminiLayout.razor.rz.scp.css */
.page[b-gnioe2ttx6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gnioe2ttx6] {
    flex: 1;
}

.sidebar[b-gnioe2ttx6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-gnioe2ttx6] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-gnioe2ttx6] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gnioe2ttx6]  a, .top-row[b-gnioe2ttx6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gnioe2ttx6]  a:hover, .top-row[b-gnioe2ttx6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gnioe2ttx6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gnioe2ttx6] {
        justify-content: space-between;
    }

    .top-row[b-gnioe2ttx6]  a, .top-row[b-gnioe2ttx6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gnioe2ttx6] {
        flex-direction: row;
    }

    .sidebar[b-gnioe2ttx6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gnioe2ttx6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gnioe2ttx6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gnioe2ttx6], article[b-gnioe2ttx6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gnioe2ttx6] {
    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-gnioe2ttx6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CapgeminiNavMenu.razor.rz.scp.css */
.navbar-toggler[b-d0o17l1g0z] {
    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-d0o17l1g0z] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d0o17l1g0z] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-d0o17l1g0z] {
    font-size: 1.1rem;
}

.bi[b-d0o17l1g0z] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d0o17l1g0z] {
    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-nav-menu[b-d0o17l1g0z] {
    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-reset-password-nav-menu[b-d0o17l1g0z] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-d0o17l1g0z] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-d0o17l1g0z] {
    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-d0o17l1g0z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d0o17l1g0z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d0o17l1g0z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d0o17l1g0z]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-d0o17l1g0z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d0o17l1g0z]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-d0o17l1g0z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d0o17l1g0z] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d0o17l1g0z] {
        display: none;
    }

    .nav-scrollable[b-d0o17l1g0z] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CasselsBrockLayout.razor.rz.scp.css */
.page[b-8f6qsna3ob] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8f6qsna3ob] {
    flex: 1;
}

.sidebar[b-8f6qsna3ob] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-8f6qsna3ob] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-8f6qsna3ob] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8f6qsna3ob]  a, .top-row[b-8f6qsna3ob]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8f6qsna3ob]  a:hover, .top-row[b-8f6qsna3ob]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8f6qsna3ob]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8f6qsna3ob] {
        justify-content: space-between;
    }

    .top-row[b-8f6qsna3ob]  a, .top-row[b-8f6qsna3ob]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8f6qsna3ob] {
        flex-direction: row;
    }

    .sidebar[b-8f6qsna3ob] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8f6qsna3ob] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8f6qsna3ob]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8f6qsna3ob], article[b-8f6qsna3ob] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8f6qsna3ob] {
    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-8f6qsna3ob] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CasselsBrockNavMenu.razor.rz.scp.css */
.navbar-toggler[b-uvm4a20ydy] {
    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-uvm4a20ydy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uvm4a20ydy] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-uvm4a20ydy] {
    font-size: 1.1rem;
}

.bi[b-uvm4a20ydy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-uvm4a20ydy] {
    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-nav-menu[b-uvm4a20ydy] {
    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-reset-password-nav-menu[b-uvm4a20ydy] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-uvm4a20ydy] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-uvm4a20ydy] {
    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-uvm4a20ydy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uvm4a20ydy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uvm4a20ydy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uvm4a20ydy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-uvm4a20ydy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-uvm4a20ydy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-uvm4a20ydy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uvm4a20ydy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uvm4a20ydy] {
        display: none;
    }

    .nav-scrollable[b-uvm4a20ydy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CIBCCoupaLayout.razor.rz.scp.css */
.page[b-67szwtxasq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-67szwtxasq] {
    flex: 1;
}

.sidebar[b-67szwtxasq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-67szwtxasq] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-67szwtxasq] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-67szwtxasq]  a, .top-row[b-67szwtxasq]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-67szwtxasq]  a:hover, .top-row[b-67szwtxasq]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-67szwtxasq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-67szwtxasq] {
        justify-content: space-between;
    }

    .top-row[b-67szwtxasq]  a, .top-row[b-67szwtxasq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-67szwtxasq] {
        flex-direction: row;
    }

    .sidebar[b-67szwtxasq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-67szwtxasq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-67szwtxasq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-67szwtxasq], article[b-67szwtxasq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-67szwtxasq] {
    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-67szwtxasq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CIBCCoupaNavMenu.razor.rz.scp.css */
.navbar-toggler[b-pvw8y96neo] {
    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-pvw8y96neo] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-pvw8y96neo] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-pvw8y96neo] {
    font-size: 1.1rem;
}

.bi[b-pvw8y96neo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pvw8y96neo] {
    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-nav-menu[b-pvw8y96neo] {
    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-reset-password-nav-menu[b-pvw8y96neo] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-pvw8y96neo] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-pvw8y96neo] {
    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-pvw8y96neo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pvw8y96neo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pvw8y96neo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pvw8y96neo]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-pvw8y96neo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pvw8y96neo]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-pvw8y96neo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pvw8y96neo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pvw8y96neo] {
        display: none;
    }

    .nav-scrollable[b-pvw8y96neo] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CIBCLayout.razor.rz.scp.css */
.page[b-vhc020igfp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vhc020igfp] {
    flex: 1;
}

.sidebar[b-vhc020igfp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-vhc020igfp] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-vhc020igfp] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-vhc020igfp]  a, .top-row[b-vhc020igfp]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-vhc020igfp]  a:hover, .top-row[b-vhc020igfp]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-vhc020igfp]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-vhc020igfp] {
        justify-content: space-between;
    }

    .top-row[b-vhc020igfp]  a, .top-row[b-vhc020igfp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vhc020igfp] {
        flex-direction: row;
    }

    .sidebar[b-vhc020igfp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vhc020igfp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vhc020igfp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vhc020igfp], article[b-vhc020igfp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vhc020igfp] {
    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-vhc020igfp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CIBCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-gn0ack0tzr] {
    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-gn0ack0tzr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gn0ack0tzr] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-gn0ack0tzr] {
    font-size: 1.1rem;
}

.bi[b-gn0ack0tzr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-gn0ack0tzr] {
    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-nav-menu[b-gn0ack0tzr] {
    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-reset-password-nav-menu[b-gn0ack0tzr] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-gn0ack0tzr] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-gn0ack0tzr] {
    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-gn0ack0tzr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gn0ack0tzr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gn0ack0tzr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gn0ack0tzr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-gn0ack0tzr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gn0ack0tzr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gn0ack0tzr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gn0ack0tzr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gn0ack0tzr] {
        display: none;
    }

    .nav-scrollable[b-gn0ack0tzr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CIBCStagingLayout.razor.rz.scp.css */
.page[b-sxgrijqjg1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sxgrijqjg1] {
    flex: 1;
}

.sidebar[b-sxgrijqjg1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-sxgrijqjg1] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-sxgrijqjg1] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-sxgrijqjg1]  a, .top-row[b-sxgrijqjg1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-sxgrijqjg1]  a:hover, .top-row[b-sxgrijqjg1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-sxgrijqjg1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-sxgrijqjg1] {
        justify-content: space-between;
    }

    .top-row[b-sxgrijqjg1]  a, .top-row[b-sxgrijqjg1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sxgrijqjg1] {
        flex-direction: row;
    }

    .sidebar[b-sxgrijqjg1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sxgrijqjg1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sxgrijqjg1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sxgrijqjg1], article[b-sxgrijqjg1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sxgrijqjg1] {
    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-sxgrijqjg1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CIBCStagingNavMenu.razor.rz.scp.css */
.navbar-toggler[b-a9keuuq0sw] {
    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-a9keuuq0sw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-a9keuuq0sw] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-a9keuuq0sw] {
    font-size: 1.1rem;
}

.bi[b-a9keuuq0sw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-a9keuuq0sw] {
    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-nav-menu[b-a9keuuq0sw] {
    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-reset-password-nav-menu[b-a9keuuq0sw] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-a9keuuq0sw] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-a9keuuq0sw] {
    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-a9keuuq0sw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a9keuuq0sw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a9keuuq0sw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a9keuuq0sw]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-a9keuuq0sw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-a9keuuq0sw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-a9keuuq0sw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-a9keuuq0sw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a9keuuq0sw] {
        display: none;
    }

    .nav-scrollable[b-a9keuuq0sw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CIBCUSCoupaLayout.razor.rz.scp.css */
.page[b-mxznwrq3mt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mxznwrq3mt] {
    flex: 1;
}

.sidebar[b-mxznwrq3mt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-mxznwrq3mt] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-mxznwrq3mt] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-mxznwrq3mt]  a, .top-row[b-mxznwrq3mt]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-mxznwrq3mt]  a:hover, .top-row[b-mxznwrq3mt]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-mxznwrq3mt]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-mxznwrq3mt] {
        justify-content: space-between;
    }

    .top-row[b-mxznwrq3mt]  a, .top-row[b-mxznwrq3mt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mxznwrq3mt] {
        flex-direction: row;
    }

    .sidebar[b-mxznwrq3mt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mxznwrq3mt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mxznwrq3mt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mxznwrq3mt], article[b-mxznwrq3mt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mxznwrq3mt] {
    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-mxznwrq3mt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CIBCUSCoupaNavMenu.razor.rz.scp.css */
.navbar-toggler[b-5v58m99dsm] {
    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-5v58m99dsm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5v58m99dsm] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-5v58m99dsm] {
    font-size: 1.1rem;
}

.bi[b-5v58m99dsm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5v58m99dsm] {
    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-nav-menu[b-5v58m99dsm] {
    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-reset-password-nav-menu[b-5v58m99dsm] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-5v58m99dsm] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-5v58m99dsm] {
    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-5v58m99dsm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5v58m99dsm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5v58m99dsm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5v58m99dsm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5v58m99dsm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5v58m99dsm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5v58m99dsm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5v58m99dsm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5v58m99dsm] {
        display: none;
    }

    .nav-scrollable[b-5v58m99dsm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CIBCUSLayout.razor.rz.scp.css */
.page[b-4kyy3000xl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4kyy3000xl] {
    flex: 1;
}

.sidebar[b-4kyy3000xl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-4kyy3000xl] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-4kyy3000xl] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-4kyy3000xl]  a, .top-row[b-4kyy3000xl]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-4kyy3000xl]  a:hover, .top-row[b-4kyy3000xl]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-4kyy3000xl]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-4kyy3000xl] {
        justify-content: space-between;
    }

    .top-row[b-4kyy3000xl]  a, .top-row[b-4kyy3000xl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4kyy3000xl] {
        flex-direction: row;
    }

    .sidebar[b-4kyy3000xl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4kyy3000xl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4kyy3000xl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4kyy3000xl], article[b-4kyy3000xl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4kyy3000xl] {
    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-4kyy3000xl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CIBCUSNavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwns2sp0b4] {
    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-dwns2sp0b4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dwns2sp0b4] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-dwns2sp0b4] {
    font-size: 1.1rem;
}

.bi[b-dwns2sp0b4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dwns2sp0b4] {
    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-nav-menu[b-dwns2sp0b4] {
    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-reset-password-nav-menu[b-dwns2sp0b4] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-dwns2sp0b4] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-dwns2sp0b4] {
    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-dwns2sp0b4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dwns2sp0b4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dwns2sp0b4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dwns2sp0b4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dwns2sp0b4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dwns2sp0b4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dwns2sp0b4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dwns2sp0b4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dwns2sp0b4] {
        display: none;
    }

    .nav-scrollable[b-dwns2sp0b4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/CsnLayout.razor.rz.scp.css */
.page[b-yfjtk3u9cq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yfjtk3u9cq] {
    flex: 1;
}

.sidebar[b-yfjtk3u9cq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-yfjtk3u9cq] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-yfjtk3u9cq] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yfjtk3u9cq]  a, .top-row[b-yfjtk3u9cq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yfjtk3u9cq]  a:hover, .top-row[b-yfjtk3u9cq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yfjtk3u9cq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yfjtk3u9cq] {
        justify-content: space-between;
    }

    .top-row[b-yfjtk3u9cq]  a, .top-row[b-yfjtk3u9cq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yfjtk3u9cq] {
        flex-direction: row;
    }

    .sidebar[b-yfjtk3u9cq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yfjtk3u9cq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yfjtk3u9cq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yfjtk3u9cq], article[b-yfjtk3u9cq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yfjtk3u9cq] {
    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-yfjtk3u9cq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/CsnNavMenu.razor.rz.scp.css */
.navbar-toggler[b-tq1zlspn57] {
    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-tq1zlspn57] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-tq1zlspn57] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-tq1zlspn57] {
    font-size: 1.1rem;
}

.bi[b-tq1zlspn57] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-tq1zlspn57] {
    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-nav-menu[b-tq1zlspn57] {
    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-reset-password-nav-menu[b-tq1zlspn57] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-tq1zlspn57] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-tq1zlspn57] {
    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-tq1zlspn57] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tq1zlspn57] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tq1zlspn57] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tq1zlspn57]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-tq1zlspn57]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tq1zlspn57]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-tq1zlspn57] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-tq1zlspn57] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tq1zlspn57] {
        display: none;
    }

    .nav-scrollable[b-tq1zlspn57] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/DCCLayout.razor.rz.scp.css */
.page[b-0r4dzbpyn8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0r4dzbpyn8] {
    flex: 1;
}

.sidebar[b-0r4dzbpyn8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-0r4dzbpyn8] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-0r4dzbpyn8] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-0r4dzbpyn8]  a, .top-row[b-0r4dzbpyn8]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-0r4dzbpyn8]  a:hover, .top-row[b-0r4dzbpyn8]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-0r4dzbpyn8]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-0r4dzbpyn8] {
        justify-content: space-between;
    }

    .top-row[b-0r4dzbpyn8]  a, .top-row[b-0r4dzbpyn8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0r4dzbpyn8] {
        flex-direction: row;
    }

    .sidebar[b-0r4dzbpyn8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0r4dzbpyn8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0r4dzbpyn8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0r4dzbpyn8], article[b-0r4dzbpyn8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0r4dzbpyn8] {
    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-0r4dzbpyn8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/DCCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-usn7jox1yb] {
    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-usn7jox1yb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-usn7jox1yb] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-usn7jox1yb] {
    font-size: 1.1rem;
}

.bi[b-usn7jox1yb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-usn7jox1yb] {
    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-nav-menu[b-usn7jox1yb] {
    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-reset-password-nav-menu[b-usn7jox1yb] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-usn7jox1yb] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-usn7jox1yb] {
    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-usn7jox1yb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-usn7jox1yb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-usn7jox1yb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-usn7jox1yb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-usn7jox1yb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-usn7jox1yb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-usn7jox1yb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-usn7jox1yb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-usn7jox1yb] {
        display: none;
    }

    .nav-scrollable[b-usn7jox1yb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/DGCLayout.razor.rz.scp.css */
.page[b-m55ylqro98] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m55ylqro98] {
    flex: 1;
}

.sidebar[b-m55ylqro98] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-m55ylqro98] {
    background-color: #FFF;
    border-bottom: 2px solid #ededed;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-m55ylqro98] {
    background-color: #FFF;
    border-bottom: 1px solid #ededed;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-m55ylqro98]  a, .top-row[b-m55ylqro98]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-m55ylqro98]  a:hover, .top-row[b-m55ylqro98]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-m55ylqro98]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-m55ylqro98] {
        justify-content: space-between;
    }

    .top-row[b-m55ylqro98]  a, .top-row[b-m55ylqro98]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m55ylqro98] {
        flex-direction: row;
    }

    .sidebar[b-m55ylqro98] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m55ylqro98] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m55ylqro98]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m55ylqro98], article[b-m55ylqro98] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m55ylqro98] {
    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-m55ylqro98] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/DGCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-yke2iwbtak] {
    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-yke2iwbtak] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yke2iwbtak] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-yke2iwbtak] {
    font-size: 1.1rem;
}

.bi[b-yke2iwbtak] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-yke2iwbtak] {
    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-nav-menu[b-yke2iwbtak] {
    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-reset-password-nav-menu[b-yke2iwbtak] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-yke2iwbtak] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-yke2iwbtak] {
    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-yke2iwbtak] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yke2iwbtak] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yke2iwbtak] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yke2iwbtak]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-yke2iwbtak]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yke2iwbtak]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yke2iwbtak] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yke2iwbtak] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yke2iwbtak] {
        display: none;
    }

    .nav-scrollable[b-yke2iwbtak] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/DsdLayout.razor.rz.scp.css */
.page[b-fzwtwz84gx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fzwtwz84gx] {
    flex: 1;
}

.sidebar[b-fzwtwz84gx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color: #ff0000;
}

.top-row[b-fzwtwz84gx] {
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-fzwtwz84gx] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fzwtwz84gx]  a, .top-row[b-fzwtwz84gx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fzwtwz84gx]  a:hover, .top-row[b-fzwtwz84gx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fzwtwz84gx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fzwtwz84gx] {
        justify-content: space-between;
    }

    .top-row[b-fzwtwz84gx]  a, .top-row[b-fzwtwz84gx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fzwtwz84gx] {
        flex-direction: row;
    }

    .sidebar[b-fzwtwz84gx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fzwtwz84gx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fzwtwz84gx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fzwtwz84gx], article[b-fzwtwz84gx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fzwtwz84gx] {
    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-fzwtwz84gx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/DsdNavMenu.razor.rz.scp.css */
.navbar-toggler[b-udpqk387dm] {
    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-udpqk387dm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-udpqk387dm] {
    height: 6rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-udpqk387dm] {
    font-size: 1.1rem;
}

.bi[b-udpqk387dm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-udpqk387dm] {
    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-nav-menu[b-udpqk387dm] {
    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-reset-password-nav-menu[b-udpqk387dm] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-udpqk387dm] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-udpqk387dm] {
    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-udpqk387dm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-udpqk387dm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-udpqk387dm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-udpqk387dm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-udpqk387dm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-udpqk387dm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-udpqk387dm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-udpqk387dm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-udpqk387dm] {
        display: none;
    }

    .nav-scrollable[b-udpqk387dm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/DukeofedLayout.razor.rz.scp.css */
.page[b-njf379h8oz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-njf379h8oz] {
    flex: 1;
}

.sidebar[b-njf379h8oz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-njf379h8oz] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-njf379h8oz] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-njf379h8oz]  a, .top-row[b-njf379h8oz]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-njf379h8oz]  a:hover, .top-row[b-njf379h8oz]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-njf379h8oz]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-njf379h8oz] {
        justify-content: space-between;
    }

    .top-row[b-njf379h8oz]  a, .top-row[b-njf379h8oz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-njf379h8oz] {
        flex-direction: row;
    }

    .sidebar[b-njf379h8oz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-njf379h8oz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-njf379h8oz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-njf379h8oz], article[b-njf379h8oz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-njf379h8oz] {
    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-njf379h8oz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/DukeofedNavMenu.razor.rz.scp.css */
.navbar-toggler[b-uxz5w3ayqa] {
    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-uxz5w3ayqa] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uxz5w3ayqa] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-uxz5w3ayqa] {
    font-size: 1.1rem;
}

.bi[b-uxz5w3ayqa] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-uxz5w3ayqa] {
    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-nav-menu[b-uxz5w3ayqa] {
    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-reset-password-nav-menu[b-uxz5w3ayqa] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-uxz5w3ayqa] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-uxz5w3ayqa] {
    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-uxz5w3ayqa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uxz5w3ayqa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uxz5w3ayqa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uxz5w3ayqa]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-uxz5w3ayqa]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-uxz5w3ayqa]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-uxz5w3ayqa] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uxz5w3ayqa] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uxz5w3ayqa] {
        display: none;
    }

    .nav-scrollable[b-uxz5w3ayqa] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/DurhamLayout.razor.rz.scp.css */
.page[b-4kncctjhdq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4kncctjhdq] {
    flex: 1;
}

.sidebar[b-4kncctjhdq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-4kncctjhdq] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-4kncctjhdq] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4kncctjhdq]  a, .top-row[b-4kncctjhdq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4kncctjhdq]  a:hover, .top-row[b-4kncctjhdq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4kncctjhdq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4kncctjhdq] {
        justify-content: space-between;
    }

    .top-row[b-4kncctjhdq]  a, .top-row[b-4kncctjhdq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4kncctjhdq] {
        flex-direction: row;
    }

    .sidebar[b-4kncctjhdq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4kncctjhdq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4kncctjhdq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4kncctjhdq], article[b-4kncctjhdq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4kncctjhdq] {
    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-4kncctjhdq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/DurhamNavMenu.razor.rz.scp.css */
.navbar-toggler[b-pbszklrdd5] {
    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-pbszklrdd5] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-pbszklrdd5] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-pbszklrdd5] {
    font-size: 1.1rem;
}

.bi[b-pbszklrdd5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pbszklrdd5] {
    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-nav-menu[b-pbszklrdd5] {
    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-reset-password-nav-menu[b-pbszklrdd5] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-pbszklrdd5] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-pbszklrdd5] {
    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-pbszklrdd5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pbszklrdd5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pbszklrdd5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pbszklrdd5]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-pbszklrdd5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pbszklrdd5]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-pbszklrdd5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pbszklrdd5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pbszklrdd5] {
        display: none;
    }

    .nav-scrollable[b-pbszklrdd5] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/FctLayout.razor.rz.scp.css */
.page[b-22pcx8ws7p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-22pcx8ws7p] {
    flex: 1;
}

.sidebar[b-22pcx8ws7p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-22pcx8ws7p] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-22pcx8ws7p] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-22pcx8ws7p]  a, .top-row[b-22pcx8ws7p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-22pcx8ws7p]  a:hover, .top-row[b-22pcx8ws7p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-22pcx8ws7p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-22pcx8ws7p] {
        justify-content: space-between;
    }

    .top-row[b-22pcx8ws7p]  a, .top-row[b-22pcx8ws7p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-22pcx8ws7p] {
        flex-direction: row;
    }

    .sidebar[b-22pcx8ws7p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-22pcx8ws7p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-22pcx8ws7p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-22pcx8ws7p], article[b-22pcx8ws7p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-22pcx8ws7p] {
    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-22pcx8ws7p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/FctNavMenu.razor.rz.scp.css */
.navbar-toggler[b-gi68jvf1bi] {
    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-gi68jvf1bi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gi68jvf1bi] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-gi68jvf1bi] {
    font-size: 1.1rem;
}

.bi[b-gi68jvf1bi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-gi68jvf1bi] {
    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-nav-menu[b-gi68jvf1bi] {
    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-reset-password-nav-menu[b-gi68jvf1bi] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-gi68jvf1bi] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-gi68jvf1bi] {
    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-gi68jvf1bi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gi68jvf1bi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gi68jvf1bi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gi68jvf1bi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-gi68jvf1bi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gi68jvf1bi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gi68jvf1bi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gi68jvf1bi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gi68jvf1bi] {
        display: none;
    }

    .nav-scrollable[b-gi68jvf1bi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/FIGRLayout.razor.rz.scp.css */
.page[b-munufe9eb1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-munufe9eb1] {
    flex: 1;
}

.sidebar[b-munufe9eb1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-munufe9eb1] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-munufe9eb1] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-munufe9eb1]  a, .top-row[b-munufe9eb1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-munufe9eb1]  a:hover, .top-row[b-munufe9eb1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-munufe9eb1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-munufe9eb1] {
        justify-content: space-between;
    }

    .top-row[b-munufe9eb1]  a, .top-row[b-munufe9eb1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-munufe9eb1] {
        flex-direction: row;
    }

    .sidebar[b-munufe9eb1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-munufe9eb1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-munufe9eb1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-munufe9eb1], article[b-munufe9eb1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-munufe9eb1] {
    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-munufe9eb1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/FIGRNavMenu.razor.rz.scp.css */
.navbar-toggler[b-wgyzpi3690] {
    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-wgyzpi3690] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wgyzpi3690] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-wgyzpi3690] {
    font-size: 1.1rem;
}

.bi[b-wgyzpi3690] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wgyzpi3690] {
    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-nav-menu[b-wgyzpi3690] {
    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-reset-password-nav-menu[b-wgyzpi3690] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-wgyzpi3690] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-wgyzpi3690] {
    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-wgyzpi3690] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wgyzpi3690] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wgyzpi3690] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wgyzpi3690]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-wgyzpi3690]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wgyzpi3690]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wgyzpi3690] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wgyzpi3690] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wgyzpi3690] {
        display: none;
    }

    .nav-scrollable[b-wgyzpi3690] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/FlightLayout.razor.rz.scp.css */
.page[b-jevoamhqiv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jevoamhqiv] {
    flex: 1;
}

.sidebar[b-jevoamhqiv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-jevoamhqiv] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-jevoamhqiv] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jevoamhqiv]  a, .top-row[b-jevoamhqiv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jevoamhqiv]  a:hover, .top-row[b-jevoamhqiv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jevoamhqiv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jevoamhqiv] {
        justify-content: space-between;
    }

    .top-row[b-jevoamhqiv]  a, .top-row[b-jevoamhqiv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jevoamhqiv] {
        flex-direction: row;
    }

    .sidebar[b-jevoamhqiv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jevoamhqiv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jevoamhqiv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jevoamhqiv], article[b-jevoamhqiv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jevoamhqiv] {
    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-jevoamhqiv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/FlightNavMenu.razor.rz.scp.css */
.navbar-toggler[b-j2i5bjbbtk] {
    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-j2i5bjbbtk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-j2i5bjbbtk] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-j2i5bjbbtk] {
    font-size: 1.1rem;
}

.bi[b-j2i5bjbbtk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-j2i5bjbbtk] {
    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-nav-menu[b-j2i5bjbbtk] {
    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-reset-password-nav-menu[b-j2i5bjbbtk] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-j2i5bjbbtk] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-j2i5bjbbtk] {
    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-j2i5bjbbtk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j2i5bjbbtk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j2i5bjbbtk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j2i5bjbbtk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-j2i5bjbbtk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-j2i5bjbbtk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-j2i5bjbbtk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j2i5bjbbtk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j2i5bjbbtk] {
        display: none;
    }

    .nav-scrollable[b-j2i5bjbbtk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/GammaLayout.razor.rz.scp.css */
.page[b-jtoejcx1as] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jtoejcx1as] {
    flex: 1;
}

.sidebar[b-jtoejcx1as] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-jtoejcx1as] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-jtoejcx1as] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-jtoejcx1as]  a, .top-row[b-jtoejcx1as]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-jtoejcx1as]  a:hover, .top-row[b-jtoejcx1as]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jtoejcx1as]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-jtoejcx1as] {
        justify-content: space-between;
    }

    .top-row[b-jtoejcx1as]  a, .top-row[b-jtoejcx1as]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jtoejcx1as] {
        flex-direction: row;
    }

    .sidebar[b-jtoejcx1as] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jtoejcx1as] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jtoejcx1as]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jtoejcx1as], article[b-jtoejcx1as] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jtoejcx1as] {
    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-jtoejcx1as] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/GammaNavMenu.razor.rz.scp.css */
.navbar-toggler[b-dnsiueopst] {
    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-dnsiueopst] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dnsiueopst] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-dnsiueopst] {
    font-size: 1.1rem;
}

.bi[b-dnsiueopst] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dnsiueopst] {
    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-nav-menu[b-dnsiueopst] {
    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-reset-password-nav-menu[b-dnsiueopst] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-dnsiueopst] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-dnsiueopst] {
    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-dnsiueopst] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dnsiueopst] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dnsiueopst] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dnsiueopst]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dnsiueopst]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dnsiueopst]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dnsiueopst] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dnsiueopst] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dnsiueopst] {
        display: none;
    }

    .nav-scrollable[b-dnsiueopst] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/GeoLayout.razor.rz.scp.css */
.page[b-aju5hxv8he] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aju5hxv8he] {
    flex: 1;
}

.sidebar[b-aju5hxv8he] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-aju5hxv8he] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-aju5hxv8he] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-aju5hxv8he]  a, .top-row[b-aju5hxv8he]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-aju5hxv8he]  a:hover, .top-row[b-aju5hxv8he]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-aju5hxv8he]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-aju5hxv8he] {
        justify-content: space-between;
    }

    .top-row[b-aju5hxv8he]  a, .top-row[b-aju5hxv8he]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aju5hxv8he] {
        flex-direction: row;
    }

    .sidebar[b-aju5hxv8he] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aju5hxv8he] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aju5hxv8he]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aju5hxv8he], article[b-aju5hxv8he] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-aju5hxv8he] {
    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-aju5hxv8he] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/GeoNavMenu.razor.rz.scp.css */
.navbar-toggler[b-nsvbwk66bk] {
    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-nsvbwk66bk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nsvbwk66bk] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-nsvbwk66bk] {
    font-size: 1.1rem;
}

.bi[b-nsvbwk66bk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-nsvbwk66bk] {
    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-nav-menu[b-nsvbwk66bk] {
    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-reset-password-nav-menu[b-nsvbwk66bk] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-nsvbwk66bk] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-nsvbwk66bk] {
    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-nsvbwk66bk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nsvbwk66bk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nsvbwk66bk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nsvbwk66bk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-nsvbwk66bk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nsvbwk66bk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nsvbwk66bk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nsvbwk66bk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nsvbwk66bk] {
        display: none;
    }

    .nav-scrollable[b-nsvbwk66bk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/HAKLayout.razor.rz.scp.css */
.page[b-vbkjlap1rh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vbkjlap1rh] {
    flex: 1;
}

.sidebar[b-vbkjlap1rh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-vbkjlap1rh] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-vbkjlap1rh] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-vbkjlap1rh]  a, .top-row[b-vbkjlap1rh]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-vbkjlap1rh]  a:hover, .top-row[b-vbkjlap1rh]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-vbkjlap1rh]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-vbkjlap1rh] {
        justify-content: space-between;
    }

    .top-row[b-vbkjlap1rh]  a, .top-row[b-vbkjlap1rh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vbkjlap1rh] {
        flex-direction: row;
    }

    .sidebar[b-vbkjlap1rh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vbkjlap1rh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vbkjlap1rh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vbkjlap1rh], article[b-vbkjlap1rh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vbkjlap1rh] {
    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-vbkjlap1rh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/HAKNavMenu.razor.rz.scp.css */
.navbar-toggler[b-7rwyxdg05u] {
    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-7rwyxdg05u] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7rwyxdg05u] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-7rwyxdg05u] {
    font-size: 1.1rem;
}

.bi[b-7rwyxdg05u] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-7rwyxdg05u] {
    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-nav-menu[b-7rwyxdg05u] {
    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-reset-password-nav-menu[b-7rwyxdg05u] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-7rwyxdg05u] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-7rwyxdg05u] {
    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-7rwyxdg05u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7rwyxdg05u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7rwyxdg05u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7rwyxdg05u]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-7rwyxdg05u]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7rwyxdg05u]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7rwyxdg05u] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7rwyxdg05u] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7rwyxdg05u] {
        display: none;
    }

    .nav-scrollable[b-7rwyxdg05u] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/IALayout.razor.rz.scp.css */
.page[b-0ujdvxecqf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ujdvxecqf] {
    flex: 1;
}

.sidebar[b-0ujdvxecqf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-0ujdvxecqf] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-0ujdvxecqf] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-0ujdvxecqf]  a, .top-row[b-0ujdvxecqf]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-0ujdvxecqf]  a:hover, .top-row[b-0ujdvxecqf]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-0ujdvxecqf]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-0ujdvxecqf] {
        justify-content: space-between;
    }

    .top-row[b-0ujdvxecqf]  a, .top-row[b-0ujdvxecqf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0ujdvxecqf] {
        flex-direction: row;
    }

    .sidebar[b-0ujdvxecqf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0ujdvxecqf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0ujdvxecqf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0ujdvxecqf], article[b-0ujdvxecqf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0ujdvxecqf] {
    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-0ujdvxecqf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/IANavMenu.razor.rz.scp.css */
.navbar-toggler[b-ygac72qes8] {
    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-ygac72qes8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ygac72qes8] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-ygac72qes8] {
    font-size: 1.1rem;
}

.bi[b-ygac72qes8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ygac72qes8] {
    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-nav-menu[b-ygac72qes8] {
    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-reset-password-nav-menu[b-ygac72qes8] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-ygac72qes8] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-ygac72qes8] {
    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-ygac72qes8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ygac72qes8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ygac72qes8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ygac72qes8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ygac72qes8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ygac72qes8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ygac72qes8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ygac72qes8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ygac72qes8] {
        display: none;
    }

    .nav-scrollable[b-ygac72qes8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/JDILayout.razor.rz.scp.css */
.page[b-cn7n2ipvjj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cn7n2ipvjj] {
    flex: 1;
}

.sidebar[b-cn7n2ipvjj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-cn7n2ipvjj] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-cn7n2ipvjj] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-cn7n2ipvjj]  a, .top-row[b-cn7n2ipvjj]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-cn7n2ipvjj]  a:hover, .top-row[b-cn7n2ipvjj]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-cn7n2ipvjj]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-cn7n2ipvjj] {
        justify-content: space-between;
    }

    .top-row[b-cn7n2ipvjj]  a, .top-row[b-cn7n2ipvjj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cn7n2ipvjj] {
        flex-direction: row;
    }

    .sidebar[b-cn7n2ipvjj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cn7n2ipvjj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cn7n2ipvjj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cn7n2ipvjj], article[b-cn7n2ipvjj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cn7n2ipvjj] {
    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-cn7n2ipvjj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/JDINavMenu.razor.rz.scp.css */
.navbar-toggler[b-v4e4zh4ceq] {
    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-v4e4zh4ceq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-v4e4zh4ceq] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-v4e4zh4ceq] {
    font-size: 1.1rem;
}

.bi[b-v4e4zh4ceq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-v4e4zh4ceq] {
    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-nav-menu[b-v4e4zh4ceq] {
    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-reset-password-nav-menu[b-v4e4zh4ceq] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-v4e4zh4ceq] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-v4e4zh4ceq] {
    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-v4e4zh4ceq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v4e4zh4ceq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v4e4zh4ceq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v4e4zh4ceq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-v4e4zh4ceq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-v4e4zh4ceq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-v4e4zh4ceq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-v4e4zh4ceq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v4e4zh4ceq] {
        display: none;
    }

    .nav-scrollable[b-v4e4zh4ceq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/KpmgLayout.razor.rz.scp.css */
.page[b-j9r8n8kcz8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j9r8n8kcz8] {
    flex: 1;
}

.sidebar[b-j9r8n8kcz8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-j9r8n8kcz8] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-j9r8n8kcz8] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j9r8n8kcz8]  a, .top-row[b-j9r8n8kcz8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j9r8n8kcz8]  a:hover, .top-row[b-j9r8n8kcz8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j9r8n8kcz8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j9r8n8kcz8] {
        justify-content: space-between;
    }

    .top-row[b-j9r8n8kcz8]  a, .top-row[b-j9r8n8kcz8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j9r8n8kcz8] {
        flex-direction: row;
    }

    .sidebar[b-j9r8n8kcz8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j9r8n8kcz8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j9r8n8kcz8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j9r8n8kcz8], article[b-j9r8n8kcz8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j9r8n8kcz8] {
    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-j9r8n8kcz8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/KpmgNavMenu.razor.rz.scp.css */
.navbar-toggler[b-3cs5ob4ou6] {
    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-3cs5ob4ou6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3cs5ob4ou6] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-3cs5ob4ou6] {
    font-size: 1.1rem;
}

.bi[b-3cs5ob4ou6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3cs5ob4ou6] {
    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-nav-menu[b-3cs5ob4ou6] {
    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-reset-password-nav-menu[b-3cs5ob4ou6] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-3cs5ob4ou6] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-3cs5ob4ou6] {
    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-3cs5ob4ou6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3cs5ob4ou6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3cs5ob4ou6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3cs5ob4ou6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3cs5ob4ou6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3cs5ob4ou6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3cs5ob4ou6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3cs5ob4ou6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3cs5ob4ou6] {
        display: none;
    }

    .nav-scrollable[b-3cs5ob4ou6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/LeavesLayout.razor.rz.scp.css */
.page[b-9cr89uncik] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9cr89uncik] {
    flex: 1;
}

.sidebar[b-9cr89uncik] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-9cr89uncik] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-9cr89uncik] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-9cr89uncik]  a, .top-row[b-9cr89uncik]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-9cr89uncik]  a:hover, .top-row[b-9cr89uncik]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-9cr89uncik]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-9cr89uncik] {
        justify-content: space-between;
    }

    .top-row[b-9cr89uncik]  a, .top-row[b-9cr89uncik]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9cr89uncik] {
        flex-direction: row;
    }

    .sidebar[b-9cr89uncik] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9cr89uncik] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9cr89uncik]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9cr89uncik], article[b-9cr89uncik] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9cr89uncik] {
    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-9cr89uncik] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/LeavesNavMenu.razor.rz.scp.css */
.navbar-toggler[b-vyudvcyt09] {
    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-vyudvcyt09] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vyudvcyt09] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-vyudvcyt09] {
    font-size: 1.1rem;
}

.bi[b-vyudvcyt09] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vyudvcyt09] {
    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-nav-menu[b-vyudvcyt09] {
    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-reset-password-nav-menu[b-vyudvcyt09] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-vyudvcyt09] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-vyudvcyt09] {
    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-vyudvcyt09] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vyudvcyt09] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vyudvcyt09] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vyudvcyt09]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vyudvcyt09]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vyudvcyt09]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vyudvcyt09] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vyudvcyt09] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vyudvcyt09] {
        display: none;
    }

    .nav-scrollable[b-vyudvcyt09] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/LifemarkLayout.razor.rz.scp.css */
.page[b-gu7rqrxpgq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gu7rqrxpgq] {
    flex: 1;
}

.sidebar[b-gu7rqrxpgq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-gu7rqrxpgq] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-gu7rqrxpgq] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gu7rqrxpgq]  a, .top-row[b-gu7rqrxpgq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gu7rqrxpgq]  a:hover, .top-row[b-gu7rqrxpgq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gu7rqrxpgq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gu7rqrxpgq] {
        justify-content: space-between;
    }

    .top-row[b-gu7rqrxpgq]  a, .top-row[b-gu7rqrxpgq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gu7rqrxpgq] {
        flex-direction: row;
    }

    .sidebar[b-gu7rqrxpgq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gu7rqrxpgq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gu7rqrxpgq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gu7rqrxpgq], article[b-gu7rqrxpgq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gu7rqrxpgq] {
    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-gu7rqrxpgq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/LifemarkNavMenu.razor.rz.scp.css */
.navbar-toggler[b-3iyr87hkfs] {
    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-3iyr87hkfs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3iyr87hkfs] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-3iyr87hkfs] {
    font-size: 1.1rem;
}

.bi[b-3iyr87hkfs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3iyr87hkfs] {
    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-nav-menu[b-3iyr87hkfs] {
    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-reset-password-nav-menu[b-3iyr87hkfs] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-3iyr87hkfs] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-3iyr87hkfs] {
    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-3iyr87hkfs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3iyr87hkfs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3iyr87hkfs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3iyr87hkfs]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3iyr87hkfs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3iyr87hkfs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3iyr87hkfs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3iyr87hkfs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3iyr87hkfs] {
        display: none;
    }

    .nav-scrollable[b-3iyr87hkfs] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/Luv2PakLayout.razor.rz.scp.css */
.page[b-11t45ptysa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-11t45ptysa] {
    flex: 1;
}

.sidebar[b-11t45ptysa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-11t45ptysa] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-11t45ptysa] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-11t45ptysa]  a, .top-row[b-11t45ptysa]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-11t45ptysa]  a:hover, .top-row[b-11t45ptysa]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-11t45ptysa]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-11t45ptysa] {
        justify-content: space-between;
    }

    .top-row[b-11t45ptysa]  a, .top-row[b-11t45ptysa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-11t45ptysa] {
        flex-direction: row;
    }

    .sidebar[b-11t45ptysa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-11t45ptysa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-11t45ptysa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-11t45ptysa], article[b-11t45ptysa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-11t45ptysa] {
    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-11t45ptysa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/Luv2PakNavMenu.razor.rz.scp.css */
.navbar-toggler[b-fmpch4fz3v] {
    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-fmpch4fz3v] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fmpch4fz3v] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-fmpch4fz3v] {
    font-size: 1.1rem;
}

.bi[b-fmpch4fz3v] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fmpch4fz3v] {
    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-nav-menu[b-fmpch4fz3v] {
    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-reset-password-nav-menu[b-fmpch4fz3v] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-fmpch4fz3v] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-fmpch4fz3v] {
    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-fmpch4fz3v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fmpch4fz3v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fmpch4fz3v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fmpch4fz3v]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fmpch4fz3v]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fmpch4fz3v]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fmpch4fz3v] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fmpch4fz3v] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fmpch4fz3v] {
        display: none;
    }

    .nav-scrollable[b-fmpch4fz3v] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-poly044g1r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-poly044g1r] {
    flex: 1;
}

.sidebar[b-poly044g1r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-poly044g1r] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-poly044g1r] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-poly044g1r]  a, .top-row[b-poly044g1r]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-poly044g1r]  a:hover, .top-row[b-poly044g1r]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-poly044g1r]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-poly044g1r] {
        justify-content: space-between;
    }

    .top-row[b-poly044g1r]  a, .top-row[b-poly044g1r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-poly044g1r] {
        flex-direction: row;
    }

    .sidebar[b-poly044g1r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-poly044g1r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-poly044g1r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-poly044g1r], article[b-poly044g1r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-poly044g1r] {
    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-poly044g1r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/MainNavMenu.razor.rz.scp.css */
.navbar-toggler[b-dv778sm62a] {
    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-dv778sm62a] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dv778sm62a] {
    height: 6rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dv778sm62a] {
    font-size: 1.1rem;
}

.bi[b-dv778sm62a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dv778sm62a] {
    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-nav-menu[b-dv778sm62a] {
    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-reset-password-nav-menu[b-dv778sm62a] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-dv778sm62a] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-dv778sm62a] {
    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-dv778sm62a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dv778sm62a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dv778sm62a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dv778sm62a]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dv778sm62a]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dv778sm62a]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dv778sm62a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dv778sm62a] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dv778sm62a] {
        display: none;
    }

    .nav-scrollable[b-dv778sm62a] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/MattamyLayout.razor.rz.scp.css */
.page[b-wvr2sya8oa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvr2sya8oa] {
    flex: 1;
}

.sidebar[b-wvr2sya8oa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-wvr2sya8oa] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-wvr2sya8oa] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wvr2sya8oa]  a, .top-row[b-wvr2sya8oa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wvr2sya8oa]  a:hover, .top-row[b-wvr2sya8oa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wvr2sya8oa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wvr2sya8oa] {
        justify-content: space-between;
    }

    .top-row[b-wvr2sya8oa]  a, .top-row[b-wvr2sya8oa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wvr2sya8oa] {
        flex-direction: row;
    }

    .sidebar[b-wvr2sya8oa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wvr2sya8oa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wvr2sya8oa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wvr2sya8oa], article[b-wvr2sya8oa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wvr2sya8oa] {
    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-wvr2sya8oa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/MattamyNavMenu.razor.rz.scp.css */
.navbar-toggler[b-tbziscngdn] {
    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-tbziscngdn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-tbziscngdn] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-tbziscngdn] {
    font-size: 1.1rem;
}

.bi[b-tbziscngdn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-tbziscngdn] {
    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-nav-menu[b-tbziscngdn] {
    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-reset-password-nav-menu[b-tbziscngdn] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-tbziscngdn] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-tbziscngdn] {
    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-tbziscngdn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tbziscngdn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tbziscngdn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tbziscngdn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-tbziscngdn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tbziscngdn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-tbziscngdn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-tbziscngdn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tbziscngdn] {
        display: none;
    }

    .nav-scrollable[b-tbziscngdn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/McCormickLayout.razor.rz.scp.css */
.page[b-jwkhsej3no] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jwkhsej3no] {
    flex: 1;
}

.sidebar[b-jwkhsej3no] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-jwkhsej3no] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-jwkhsej3no] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-jwkhsej3no]  a, .top-row[b-jwkhsej3no]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-jwkhsej3no]  a:hover, .top-row[b-jwkhsej3no]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jwkhsej3no]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-jwkhsej3no] {
        justify-content: space-between;
    }

    .top-row[b-jwkhsej3no]  a, .top-row[b-jwkhsej3no]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jwkhsej3no] {
        flex-direction: row;
    }

    .sidebar[b-jwkhsej3no] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jwkhsej3no] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jwkhsej3no]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jwkhsej3no], article[b-jwkhsej3no] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jwkhsej3no] {
    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-jwkhsej3no] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/McCormickNavMenu.razor.rz.scp.css */
.navbar-toggler[b-305w4jue2m] {
    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-305w4jue2m] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-305w4jue2m] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-305w4jue2m] {
    font-size: 1.1rem;
}

.bi[b-305w4jue2m] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-305w4jue2m] {
    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-nav-menu[b-305w4jue2m] {
    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-reset-password-nav-menu[b-305w4jue2m] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-305w4jue2m] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-305w4jue2m] {
    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-305w4jue2m] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-305w4jue2m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-305w4jue2m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-305w4jue2m]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-305w4jue2m]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-305w4jue2m]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-305w4jue2m] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-305w4jue2m] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-305w4jue2m] {
        display: none;
    }

    .nav-scrollable[b-305w4jue2m] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/MintoLayout.razor.rz.scp.css */
.page[b-fev4lo1hzh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fev4lo1hzh] {
    flex: 1;
}

.sidebar[b-fev4lo1hzh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-fev4lo1hzh] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-fev4lo1hzh] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-fev4lo1hzh]  a, .top-row[b-fev4lo1hzh]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-fev4lo1hzh]  a:hover, .top-row[b-fev4lo1hzh]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-fev4lo1hzh]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-fev4lo1hzh] {
        justify-content: space-between;
    }

    .top-row[b-fev4lo1hzh]  a, .top-row[b-fev4lo1hzh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fev4lo1hzh] {
        flex-direction: row;
    }

    .sidebar[b-fev4lo1hzh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fev4lo1hzh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fev4lo1hzh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fev4lo1hzh], article[b-fev4lo1hzh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fev4lo1hzh] {
    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-fev4lo1hzh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/MintoNavMenu.razor.rz.scp.css */
.navbar-toggler[b-30oot29j9e] {
    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-30oot29j9e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-30oot29j9e] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-30oot29j9e] {
    font-size: 1.1rem;
}

.bi[b-30oot29j9e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-30oot29j9e] {
    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-nav-menu[b-30oot29j9e] {
    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-reset-password-nav-menu[b-30oot29j9e] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-30oot29j9e] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-30oot29j9e] {
    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-30oot29j9e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-30oot29j9e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-30oot29j9e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-30oot29j9e]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-30oot29j9e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-30oot29j9e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-30oot29j9e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-30oot29j9e] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-30oot29j9e] {
        display: none;
    }

    .nav-scrollable[b-30oot29j9e] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/MintoReitLayout.razor.rz.scp.css */
.page[b-xyj5zl9qww] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xyj5zl9qww] {
    flex: 1;
}

.sidebar[b-xyj5zl9qww] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-xyj5zl9qww] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-xyj5zl9qww] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-xyj5zl9qww]  a, .top-row[b-xyj5zl9qww]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-xyj5zl9qww]  a:hover, .top-row[b-xyj5zl9qww]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-xyj5zl9qww]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-xyj5zl9qww] {
        justify-content: space-between;
    }

    .top-row[b-xyj5zl9qww]  a, .top-row[b-xyj5zl9qww]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xyj5zl9qww] {
        flex-direction: row;
    }

    .sidebar[b-xyj5zl9qww] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xyj5zl9qww] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xyj5zl9qww]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xyj5zl9qww], article[b-xyj5zl9qww] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xyj5zl9qww] {
    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-xyj5zl9qww] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/MintoReitNavMenu.razor.rz.scp.css */
.navbar-toggler[b-by9n1hurtf] {
    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-by9n1hurtf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-by9n1hurtf] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-by9n1hurtf] {
    font-size: 1.1rem;
}

.bi[b-by9n1hurtf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-by9n1hurtf] {
    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-nav-menu[b-by9n1hurtf] {
    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-reset-password-nav-menu[b-by9n1hurtf] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-by9n1hurtf] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-by9n1hurtf] {
    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-by9n1hurtf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-by9n1hurtf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-by9n1hurtf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-by9n1hurtf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-by9n1hurtf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-by9n1hurtf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-by9n1hurtf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-by9n1hurtf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-by9n1hurtf] {
        display: none;
    }

    .nav-scrollable[b-by9n1hurtf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/MPACLayout.razor.rz.scp.css */
.page[b-jmtx88e4dq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jmtx88e4dq] {
    flex: 1;
}

.sidebar[b-jmtx88e4dq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-jmtx88e4dq] {
    background-color: #FFF;
    border-bottom: 2px solid #005A9E;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-jmtx88e4dq] {
    background-color: #FFF;
    border-bottom: 1px solid #005A9E;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-jmtx88e4dq]  a, .top-row[b-jmtx88e4dq]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-jmtx88e4dq]  a:hover, .top-row[b-jmtx88e4dq]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jmtx88e4dq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-jmtx88e4dq] {
        justify-content: space-between;
    }

    .top-row[b-jmtx88e4dq]  a, .top-row[b-jmtx88e4dq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jmtx88e4dq] {
        flex-direction: row;
    }

    .sidebar[b-jmtx88e4dq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jmtx88e4dq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jmtx88e4dq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jmtx88e4dq], article[b-jmtx88e4dq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jmtx88e4dq] {
    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-jmtx88e4dq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/MPACNavMenu.razor.rz.scp.css */
.navbar-toggler[b-9qhaa2iwhs] {
    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-9qhaa2iwhs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9qhaa2iwhs] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-9qhaa2iwhs] {
    font-size: 1.1rem;
}

.bi[b-9qhaa2iwhs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9qhaa2iwhs] {
    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-nav-menu[b-9qhaa2iwhs] {
    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-reset-password-nav-menu[b-9qhaa2iwhs] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-9qhaa2iwhs] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-9qhaa2iwhs] {
    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-9qhaa2iwhs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9qhaa2iwhs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9qhaa2iwhs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9qhaa2iwhs]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9qhaa2iwhs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9qhaa2iwhs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9qhaa2iwhs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9qhaa2iwhs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9qhaa2iwhs] {
        display: none;
    }

    .nav-scrollable[b-9qhaa2iwhs] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/NCLayout.razor.rz.scp.css */
.page[b-55qifgcwk9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-55qifgcwk9] {
    flex: 1;
}

.sidebar[b-55qifgcwk9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-55qifgcwk9] {
    background-color: #FFF;
    border-bottom: 2px solid #fff;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-55qifgcwk9] {
    background-color: #FFF;
    border-bottom: 1px solid #fff;
    justify-content:flex-end;
    height: 7rem;
    display: flex;
    align-items: center;
}

.top-row[b-55qifgcwk9]  a, .top-row[b-55qifgcwk9]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-55qifgcwk9]  a:hover, .top-row[b-55qifgcwk9]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-55qifgcwk9]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-55qifgcwk9] {
        justify-content: space-between;
    }

    .top-row[b-55qifgcwk9]  a, .top-row[b-55qifgcwk9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-55qifgcwk9] {
        flex-direction: row;
    }

    .sidebar[b-55qifgcwk9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-55qifgcwk9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-55qifgcwk9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-55qifgcwk9], article[b-55qifgcwk9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-55qifgcwk9] {
    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-55qifgcwk9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/NCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-3uhcrrzfq8] {
    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-3uhcrrzfq8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3uhcrrzfq8] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-3uhcrrzfq8] {
    font-size: 1.1rem;
}

.bi[b-3uhcrrzfq8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3uhcrrzfq8] {
    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-nav-menu[b-3uhcrrzfq8] {
    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-reset-password-nav-menu[b-3uhcrrzfq8] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-3uhcrrzfq8] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-3uhcrrzfq8] {
    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-3uhcrrzfq8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3uhcrrzfq8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3uhcrrzfq8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3uhcrrzfq8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3uhcrrzfq8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3uhcrrzfq8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3uhcrrzfq8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3uhcrrzfq8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3uhcrrzfq8] {
        display: none;
    }

    .nav-scrollable[b-3uhcrrzfq8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/NorsLayout.razor.rz.scp.css */
.page[b-xup2ph4r2r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xup2ph4r2r] {
    flex: 1;
}

.sidebar[b-xup2ph4r2r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-xup2ph4r2r] {
    background-color: #FFF;
    border-bottom: 2px solid #fff;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-xup2ph4r2r] {
    background-color: #FFF;
    border-bottom: 1px solid #fff;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-xup2ph4r2r]  a, .top-row[b-xup2ph4r2r]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-xup2ph4r2r]  a:hover, .top-row[b-xup2ph4r2r]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-xup2ph4r2r]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-xup2ph4r2r] {
        justify-content: space-between;
    }

    .top-row[b-xup2ph4r2r]  a, .top-row[b-xup2ph4r2r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xup2ph4r2r] {
        flex-direction: row;
    }

    .sidebar[b-xup2ph4r2r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xup2ph4r2r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xup2ph4r2r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xup2ph4r2r], article[b-xup2ph4r2r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xup2ph4r2r] {
    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-xup2ph4r2r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/NorsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-2xqv9byh77] {
    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-2xqv9byh77] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2xqv9byh77] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-2xqv9byh77] {
    font-size: 1.1rem;
}

.bi[b-2xqv9byh77] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2xqv9byh77] {
    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-nav-menu[b-2xqv9byh77] {
    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-reset-password-nav-menu[b-2xqv9byh77] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-2xqv9byh77] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-2xqv9byh77] {
    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-2xqv9byh77] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2xqv9byh77] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2xqv9byh77] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2xqv9byh77]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2xqv9byh77]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2xqv9byh77]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2xqv9byh77] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2xqv9byh77] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2xqv9byh77] {
        display: none;
    }

    .nav-scrollable[b-2xqv9byh77] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/ONxpressLayout.razor.rz.scp.css */
.page[b-q2iz5p6zta] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q2iz5p6zta] {
    flex: 1;
}

.sidebar[b-q2iz5p6zta] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-q2iz5p6zta] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-q2iz5p6zta] {
    background-color: #FFF;
    border-bottom: 1px solid #3a0647;
    justify-content: flex-end;
    height: 7rem;
    display: flex;
    align-items: center;
}

.top-row[b-q2iz5p6zta]  a, .top-row[b-q2iz5p6zta]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-q2iz5p6zta]  a:hover, .top-row[b-q2iz5p6zta]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-q2iz5p6zta]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-q2iz5p6zta] {
        justify-content: space-between;
    }

    .top-row[b-q2iz5p6zta]  a, .top-row[b-q2iz5p6zta]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q2iz5p6zta] {
        flex-direction: row;
    }

    .sidebar[b-q2iz5p6zta] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q2iz5p6zta] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q2iz5p6zta]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q2iz5p6zta], article[b-q2iz5p6zta] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q2iz5p6zta] {
    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-q2iz5p6zta] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/ONxpressNavMenu.razor.rz.scp.css */
.navbar-toggler[b-m7w5ciofe6] {
    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-m7w5ciofe6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m7w5ciofe6] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-m7w5ciofe6] {
    font-size: 1.1rem;
}

.bi[b-m7w5ciofe6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-m7w5ciofe6] {
    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-nav-menu[b-m7w5ciofe6] {
    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-reset-password-nav-menu[b-m7w5ciofe6] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-m7w5ciofe6] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-m7w5ciofe6] {
    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-m7w5ciofe6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m7w5ciofe6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m7w5ciofe6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m7w5ciofe6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-m7w5ciofe6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-m7w5ciofe6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-m7w5ciofe6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-m7w5ciofe6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m7w5ciofe6] {
        display: none;
    }

    .nav-scrollable[b-m7w5ciofe6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/PFCULayout.razor.rz.scp.css */
.page[b-qe34x8gfdj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qe34x8gfdj] {
    flex: 1;
}

.sidebar[b-qe34x8gfdj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-qe34x8gfdj] {
    background-color: #FFF;
    border-bottom: 2px solid #34393A;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-qe34x8gfdj] {
    background-color: #FFF;
    border-bottom: 1px solid #34393A;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-qe34x8gfdj]  a, .top-row[b-qe34x8gfdj]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-qe34x8gfdj]  a:hover, .top-row[b-qe34x8gfdj]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-qe34x8gfdj]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-qe34x8gfdj] {
        justify-content: space-between;
    }

    .top-row[b-qe34x8gfdj]  a, .top-row[b-qe34x8gfdj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qe34x8gfdj] {
        flex-direction: row;
    }

    .sidebar[b-qe34x8gfdj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qe34x8gfdj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qe34x8gfdj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qe34x8gfdj], article[b-qe34x8gfdj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qe34x8gfdj] {
    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-qe34x8gfdj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/PFCUNavMenu.razor.rz.scp.css */
.navbar-toggler[b-y9tm6rtvd0] {
    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-y9tm6rtvd0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-y9tm6rtvd0] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-y9tm6rtvd0] {
    font-size: 1.1rem;
}

.bi[b-y9tm6rtvd0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-y9tm6rtvd0] {
    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-nav-menu[b-y9tm6rtvd0] {
    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-reset-password-nav-menu[b-y9tm6rtvd0] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-y9tm6rtvd0] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-y9tm6rtvd0] {
    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-y9tm6rtvd0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y9tm6rtvd0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y9tm6rtvd0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y9tm6rtvd0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-y9tm6rtvd0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-y9tm6rtvd0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-y9tm6rtvd0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y9tm6rtvd0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y9tm6rtvd0] {
        display: none;
    }

    .nav-scrollable[b-y9tm6rtvd0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/RJCLayout.razor.rz.scp.css */
.page[b-60ubu28cx1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-60ubu28cx1] {
    flex: 1;
}

.sidebar[b-60ubu28cx1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-60ubu28cx1] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-60ubu28cx1] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-60ubu28cx1]  a, .top-row[b-60ubu28cx1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-60ubu28cx1]  a:hover, .top-row[b-60ubu28cx1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-60ubu28cx1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-60ubu28cx1] {
        justify-content: space-between;
    }

    .top-row[b-60ubu28cx1]  a, .top-row[b-60ubu28cx1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-60ubu28cx1] {
        flex-direction: row;
    }

    .sidebar[b-60ubu28cx1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-60ubu28cx1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-60ubu28cx1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-60ubu28cx1], article[b-60ubu28cx1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-60ubu28cx1] {
    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-60ubu28cx1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/RJCNavMenu.razor.rz.scp.css */
.navbar-toggler[b-por7zjxfrf] {
    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-por7zjxfrf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-por7zjxfrf] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-por7zjxfrf] {
    font-size: 1.1rem;
}

.bi[b-por7zjxfrf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-por7zjxfrf] {
    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-nav-menu[b-por7zjxfrf] {
    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-reset-password-nav-menu[b-por7zjxfrf] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-por7zjxfrf] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-por7zjxfrf] {
    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-por7zjxfrf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-por7zjxfrf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-por7zjxfrf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-por7zjxfrf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-por7zjxfrf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-por7zjxfrf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-por7zjxfrf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-por7zjxfrf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-por7zjxfrf] {
        display: none;
    }

    .nav-scrollable[b-por7zjxfrf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/SafwayLayout.razor.rz.scp.css */
.page[b-ezuh55kvcv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ezuh55kvcv] {
    flex: 1;
}

.sidebar[b-ezuh55kvcv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-ezuh55kvcv] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-ezuh55kvcv] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ezuh55kvcv]  a, .top-row[b-ezuh55kvcv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ezuh55kvcv]  a:hover, .top-row[b-ezuh55kvcv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ezuh55kvcv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ezuh55kvcv] {
        justify-content: space-between;
    }

    .top-row[b-ezuh55kvcv]  a, .top-row[b-ezuh55kvcv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ezuh55kvcv] {
        flex-direction: row;
    }

    .sidebar[b-ezuh55kvcv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ezuh55kvcv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ezuh55kvcv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ezuh55kvcv], article[b-ezuh55kvcv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ezuh55kvcv] {
    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-ezuh55kvcv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/SafwayNavMenu.razor.rz.scp.css */
.navbar-toggler[b-u7itcaumx6] {
    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-u7itcaumx6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-u7itcaumx6] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-u7itcaumx6] {
    font-size: 1.1rem;
}

.bi[b-u7itcaumx6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-u7itcaumx6] {
    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-nav-menu[b-u7itcaumx6] {
    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-reset-password-nav-menu[b-u7itcaumx6] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-u7itcaumx6] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-u7itcaumx6] {
    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-u7itcaumx6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u7itcaumx6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u7itcaumx6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u7itcaumx6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-u7itcaumx6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-u7itcaumx6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-u7itcaumx6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-u7itcaumx6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u7itcaumx6] {
        display: none;
    }

    .nav-scrollable[b-u7itcaumx6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/SESLayout.razor.rz.scp.css */
.page[b-9n2qr81ouf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9n2qr81ouf] {
    flex: 1;
}

.sidebar[b-9n2qr81ouf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-9n2qr81ouf] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-9n2qr81ouf] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-9n2qr81ouf]  a, .top-row[b-9n2qr81ouf]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-9n2qr81ouf]  a:hover, .top-row[b-9n2qr81ouf]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-9n2qr81ouf]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-9n2qr81ouf] {
        justify-content: space-between;
    }

    .top-row[b-9n2qr81ouf]  a, .top-row[b-9n2qr81ouf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9n2qr81ouf] {
        flex-direction: row;
    }

    .sidebar[b-9n2qr81ouf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9n2qr81ouf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9n2qr81ouf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9n2qr81ouf], article[b-9n2qr81ouf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9n2qr81ouf] {
    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-9n2qr81ouf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/SESNavMenu.razor.rz.scp.css */
.navbar-toggler[b-c2juthuh5p] {
    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-c2juthuh5p] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-c2juthuh5p] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-c2juthuh5p] {
    font-size: 1.1rem;
}

.bi[b-c2juthuh5p] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-c2juthuh5p] {
    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-nav-menu[b-c2juthuh5p] {
    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-reset-password-nav-menu[b-c2juthuh5p] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-c2juthuh5p] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-c2juthuh5p] {
    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-c2juthuh5p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c2juthuh5p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c2juthuh5p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c2juthuh5p]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-c2juthuh5p]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-c2juthuh5p]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-c2juthuh5p] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c2juthuh5p] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c2juthuh5p] {
        display: none;
    }

    .nav-scrollable[b-c2juthuh5p] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/ShowCaseLayout.razor.rz.scp.css */
.page[b-5qsy5kri4n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5qsy5kri4n] {
    flex: 1;
}

.sidebar[b-5qsy5kri4n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-5qsy5kri4n] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-5qsy5kri4n] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-5qsy5kri4n]  a, .top-row[b-5qsy5kri4n]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-5qsy5kri4n]  a:hover, .top-row[b-5qsy5kri4n]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-5qsy5kri4n]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-5qsy5kri4n] {
        justify-content: space-between;
    }

    .top-row[b-5qsy5kri4n]  a, .top-row[b-5qsy5kri4n]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5qsy5kri4n] {
        flex-direction: row;
    }

    .sidebar[b-5qsy5kri4n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5qsy5kri4n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5qsy5kri4n]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5qsy5kri4n], article[b-5qsy5kri4n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5qsy5kri4n] {
    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-5qsy5kri4n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/ShowCaseNavMenu.razor.rz.scp.css */
.navbar-toggler[b-80ac6e43v7] {
    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-80ac6e43v7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-80ac6e43v7] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-80ac6e43v7] {
    font-size: 1.1rem;
}

.bi[b-80ac6e43v7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-80ac6e43v7] {
    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-nav-menu[b-80ac6e43v7] {
    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-reset-password-nav-menu[b-80ac6e43v7] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-80ac6e43v7] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-80ac6e43v7] {
    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-80ac6e43v7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-80ac6e43v7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-80ac6e43v7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-80ac6e43v7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-80ac6e43v7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-80ac6e43v7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-80ac6e43v7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-80ac6e43v7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-80ac6e43v7] {
        display: none;
    }

    .nav-scrollable[b-80ac6e43v7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/SickKidsLayout.razor.rz.scp.css */
.page[b-crdv3nerch] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-crdv3nerch] {
    flex: 1;
}

.sidebar[b-crdv3nerch] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-crdv3nerch] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-crdv3nerch] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-crdv3nerch]  a, .top-row[b-crdv3nerch]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-crdv3nerch]  a:hover, .top-row[b-crdv3nerch]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-crdv3nerch]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-crdv3nerch] {
        justify-content: space-between;
    }

    .top-row[b-crdv3nerch]  a, .top-row[b-crdv3nerch]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-crdv3nerch] {
        flex-direction: row;
    }

    .sidebar[b-crdv3nerch] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-crdv3nerch] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-crdv3nerch]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-crdv3nerch], article[b-crdv3nerch] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-crdv3nerch] {
    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-crdv3nerch] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/SickKidsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ynf4lscm04] {
    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-ynf4lscm04] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ynf4lscm04] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-ynf4lscm04] {
    font-size: 1.1rem;
}

.bi[b-ynf4lscm04] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ynf4lscm04] {
    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-nav-menu[b-ynf4lscm04] {
    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-reset-password-nav-menu[b-ynf4lscm04] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-ynf4lscm04] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-ynf4lscm04] {
    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-ynf4lscm04] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ynf4lscm04] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ynf4lscm04] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ynf4lscm04]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ynf4lscm04]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ynf4lscm04]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ynf4lscm04] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ynf4lscm04] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ynf4lscm04] {
        display: none;
    }

    .nav-scrollable[b-ynf4lscm04] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/SKFLayout.razor.rz.scp.css */
.page[b-gvs5xyj6qc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gvs5xyj6qc] {
    flex: 1;
}

.sidebar[b-gvs5xyj6qc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-gvs5xyj6qc] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-gvs5xyj6qc] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-gvs5xyj6qc]  a, .top-row[b-gvs5xyj6qc]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-gvs5xyj6qc]  a:hover, .top-row[b-gvs5xyj6qc]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-gvs5xyj6qc]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-gvs5xyj6qc] {
        justify-content: space-between;
    }

    .top-row[b-gvs5xyj6qc]  a, .top-row[b-gvs5xyj6qc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gvs5xyj6qc] {
        flex-direction: row;
    }

    .sidebar[b-gvs5xyj6qc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gvs5xyj6qc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gvs5xyj6qc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gvs5xyj6qc], article[b-gvs5xyj6qc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gvs5xyj6qc] {
    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-gvs5xyj6qc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/SKFNavMenu.razor.rz.scp.css */
.navbar-toggler[b-m1i4fa09kk] {
    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-m1i4fa09kk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m1i4fa09kk] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-m1i4fa09kk] {
    font-size: 1.1rem;
}

.bi[b-m1i4fa09kk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-m1i4fa09kk] {
    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-nav-menu[b-m1i4fa09kk] {
    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-reset-password-nav-menu[b-m1i4fa09kk] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-m1i4fa09kk] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-m1i4fa09kk] {
    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-m1i4fa09kk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m1i4fa09kk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m1i4fa09kk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m1i4fa09kk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-m1i4fa09kk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-m1i4fa09kk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-m1i4fa09kk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-m1i4fa09kk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m1i4fa09kk] {
        display: none;
    }

    .nav-scrollable[b-m1i4fa09kk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/StikemanLayout.razor.rz.scp.css */
.page[b-gh3sjryal2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gh3sjryal2] {
    flex: 1;
}

.sidebar[b-gh3sjryal2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color: #72253d
}

.top-row[b-gh3sjryal2] {
    background-color: #FFF;
    border-bottom: 2px solid #72253d;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-gh3sjryal2] {
    background-color: #FFF;
    border-bottom: 1px solid #72253d;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-gh3sjryal2]  a, .top-row[b-gh3sjryal2]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-gh3sjryal2]  a:hover, .top-row[b-gh3sjryal2]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-gh3sjryal2]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-gh3sjryal2] {
        justify-content: space-between;
    }

    .top-row[b-gh3sjryal2]  a, .top-row[b-gh3sjryal2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gh3sjryal2] {
        flex-direction: row;
    }

    .sidebar[b-gh3sjryal2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gh3sjryal2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gh3sjryal2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gh3sjryal2], article[b-gh3sjryal2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gh3sjryal2] {
    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-gh3sjryal2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/StikemanNavMenu.razor.rz.scp.css */
.navbar-toggler[b-1eq3i9nyhf] {
    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-1eq3i9nyhf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1eq3i9nyhf] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-1eq3i9nyhf] {
    font-size: 1.1rem;
}

.bi[b-1eq3i9nyhf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1eq3i9nyhf] {
    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-nav-menu[b-1eq3i9nyhf] {
    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-reset-password-nav-menu[b-1eq3i9nyhf] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-1eq3i9nyhf] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-1eq3i9nyhf] {
    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-1eq3i9nyhf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1eq3i9nyhf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1eq3i9nyhf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1eq3i9nyhf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-1eq3i9nyhf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1eq3i9nyhf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1eq3i9nyhf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1eq3i9nyhf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1eq3i9nyhf] {
        display: none;
    }

    .nav-scrollable[b-1eq3i9nyhf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/StLouisLayout.razor.rz.scp.css */
.page[b-kbsklxjc7y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kbsklxjc7y] {
    flex: 1;
}

.sidebar[b-kbsklxjc7y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-kbsklxjc7y] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-kbsklxjc7y] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 7rem;
    display: flex;
    align-items: center;
}

.top-row[b-kbsklxjc7y]  a, .top-row[b-kbsklxjc7y]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-kbsklxjc7y]  a:hover, .top-row[b-kbsklxjc7y]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-kbsklxjc7y]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-kbsklxjc7y] {
        justify-content: space-between;
    }

    .top-row[b-kbsklxjc7y]  a, .top-row[b-kbsklxjc7y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kbsklxjc7y] {
        flex-direction: row;
    }

    .sidebar[b-kbsklxjc7y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kbsklxjc7y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kbsklxjc7y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kbsklxjc7y], article[b-kbsklxjc7y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kbsklxjc7y] {
    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-kbsklxjc7y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/StLouisNavMenu.razor.rz.scp.css */
.navbar-toggler[b-s0yg33v3q0] {
    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-s0yg33v3q0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s0yg33v3q0] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-s0yg33v3q0] {
    font-size: 1.1rem;
}

.bi[b-s0yg33v3q0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-s0yg33v3q0] {
    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-nav-menu[b-s0yg33v3q0] {
    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-reset-password-nav-menu[b-s0yg33v3q0] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-s0yg33v3q0] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-s0yg33v3q0] {
    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-s0yg33v3q0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s0yg33v3q0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s0yg33v3q0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s0yg33v3q0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-s0yg33v3q0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s0yg33v3q0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s0yg33v3q0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s0yg33v3q0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s0yg33v3q0] {
        display: none;
    }

    .nav-scrollable[b-s0yg33v3q0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/SymcorLayout.razor.rz.scp.css */
.page[b-oawywrkocc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oawywrkocc] {
    flex: 1;
}

.sidebar[b-oawywrkocc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-oawywrkocc] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-oawywrkocc] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oawywrkocc]  a, .top-row[b-oawywrkocc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-oawywrkocc]  a:hover, .top-row[b-oawywrkocc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-oawywrkocc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-oawywrkocc] {
        justify-content: space-between;
    }

    .top-row[b-oawywrkocc]  a, .top-row[b-oawywrkocc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oawywrkocc] {
        flex-direction: row;
    }

    .sidebar[b-oawywrkocc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oawywrkocc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oawywrkocc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oawywrkocc], article[b-oawywrkocc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-oawywrkocc] {
    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-oawywrkocc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/SymcorNavMenu.razor.rz.scp.css */
.navbar-toggler[b-mt06df1hsm] {
    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-mt06df1hsm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mt06df1hsm] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-mt06df1hsm] {
    font-size: 1.1rem;
}

.bi[b-mt06df1hsm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mt06df1hsm] {
    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-nav-menu[b-mt06df1hsm] {
    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-reset-password-nav-menu[b-mt06df1hsm] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-mt06df1hsm] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-mt06df1hsm] {
    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-mt06df1hsm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mt06df1hsm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mt06df1hsm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mt06df1hsm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mt06df1hsm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mt06df1hsm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mt06df1hsm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mt06df1hsm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mt06df1hsm] {
        display: none;
    }

    .nav-scrollable[b-mt06df1hsm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/TCLLayout.razor.rz.scp.css */
.page[b-ohdr1hsbwm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ohdr1hsbwm] {
    flex: 1;
}

.sidebar[b-ohdr1hsbwm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-ohdr1hsbwm] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-ohdr1hsbwm] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-ohdr1hsbwm]  a, .top-row[b-ohdr1hsbwm]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ohdr1hsbwm]  a:hover, .top-row[b-ohdr1hsbwm]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ohdr1hsbwm]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ohdr1hsbwm] {
        justify-content: space-between;
    }

    .top-row[b-ohdr1hsbwm]  a, .top-row[b-ohdr1hsbwm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ohdr1hsbwm] {
        flex-direction: row;
    }

    .sidebar[b-ohdr1hsbwm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ohdr1hsbwm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ohdr1hsbwm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ohdr1hsbwm], article[b-ohdr1hsbwm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ohdr1hsbwm] {
    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-ohdr1hsbwm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/TCLNavMenu.razor.rz.scp.css */
.navbar-toggler[b-th7izocpgd] {
    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-th7izocpgd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-th7izocpgd] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-th7izocpgd] {
    font-size: 1.1rem;
}

.bi[b-th7izocpgd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-th7izocpgd] {
    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-nav-menu[b-th7izocpgd] {
    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-reset-password-nav-menu[b-th7izocpgd] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-th7izocpgd] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-th7izocpgd] {
    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-th7izocpgd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-th7izocpgd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-th7izocpgd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-th7izocpgd]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-th7izocpgd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-th7izocpgd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-th7izocpgd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-th7izocpgd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-th7izocpgd] {
        display: none;
    }

    .nav-scrollable[b-th7izocpgd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/TenLayout.razor.rz.scp.css */
.page[b-oh4096ue9u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oh4096ue9u] {
    flex: 1;
}

.sidebar[b-oh4096ue9u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-oh4096ue9u] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-oh4096ue9u] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oh4096ue9u]  a, .top-row[b-oh4096ue9u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-oh4096ue9u]  a:hover, .top-row[b-oh4096ue9u]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-oh4096ue9u]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-oh4096ue9u] {
        justify-content: space-between;
    }

    .top-row[b-oh4096ue9u]  a, .top-row[b-oh4096ue9u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oh4096ue9u] {
        flex-direction: row;
    }

    .sidebar[b-oh4096ue9u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oh4096ue9u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oh4096ue9u]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oh4096ue9u], article[b-oh4096ue9u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-oh4096ue9u] {
    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-oh4096ue9u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/TenNavMenu.razor.rz.scp.css */
.navbar-toggler[b-n3zri4sa58] {
    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-n3zri4sa58] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n3zri4sa58] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-n3zri4sa58] {
    font-size: 1.1rem;
}

.bi[b-n3zri4sa58] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-n3zri4sa58] {
    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-nav-menu[b-n3zri4sa58] {
    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-reset-password-nav-menu[b-n3zri4sa58] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-n3zri4sa58] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-n3zri4sa58] {
    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-n3zri4sa58] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n3zri4sa58] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n3zri4sa58] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n3zri4sa58]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-n3zri4sa58]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n3zri4sa58]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-n3zri4sa58] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n3zri4sa58] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n3zri4sa58] {
        display: none;
    }

    .nav-scrollable[b-n3zri4sa58] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/TortoiseLayout.razor.rz.scp.css */
.page[b-ppjby8hkrd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ppjby8hkrd] {
    flex: 1;
}

.sidebar[b-ppjby8hkrd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-ppjby8hkrd] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-ppjby8hkrd] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-ppjby8hkrd]  a, .top-row[b-ppjby8hkrd]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ppjby8hkrd]  a:hover, .top-row[b-ppjby8hkrd]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ppjby8hkrd]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ppjby8hkrd] {
        justify-content: space-between;
    }

    .top-row[b-ppjby8hkrd]  a, .top-row[b-ppjby8hkrd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ppjby8hkrd] {
        flex-direction: row;
    }

    .sidebar[b-ppjby8hkrd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ppjby8hkrd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ppjby8hkrd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ppjby8hkrd], article[b-ppjby8hkrd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ppjby8hkrd] {
    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-ppjby8hkrd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/TortoiseNavMenu.razor.rz.scp.css */
.navbar-toggler[b-9r39j4e0kp] {
    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-9r39j4e0kp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9r39j4e0kp] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-9r39j4e0kp] {
    font-size: 1.1rem;
}

.bi[b-9r39j4e0kp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9r39j4e0kp] {
    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-nav-menu[b-9r39j4e0kp] {
    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-reset-password-nav-menu[b-9r39j4e0kp] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-9r39j4e0kp] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-9r39j4e0kp] {
    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-9r39j4e0kp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9r39j4e0kp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9r39j4e0kp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9r39j4e0kp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9r39j4e0kp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9r39j4e0kp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9r39j4e0kp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9r39j4e0kp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9r39j4e0kp] {
        display: none;
    }

    .nav-scrollable[b-9r39j4e0kp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/TPHBagsLayout.razor.rz.scp.css */
.page[b-0fog3l18ij] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0fog3l18ij] {
    flex: 1;
}

.sidebar[b-0fog3l18ij] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-0fog3l18ij] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-0fog3l18ij] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-0fog3l18ij]  a, .top-row[b-0fog3l18ij]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-0fog3l18ij]  a:hover, .top-row[b-0fog3l18ij]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-0fog3l18ij]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-0fog3l18ij] {
        justify-content: space-between;
    }

    .top-row[b-0fog3l18ij]  a, .top-row[b-0fog3l18ij]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0fog3l18ij] {
        flex-direction: row;
    }

    .sidebar[b-0fog3l18ij] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0fog3l18ij] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0fog3l18ij]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0fog3l18ij], article[b-0fog3l18ij] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0fog3l18ij] {
    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-0fog3l18ij] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/TPHBagsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-feddvr78yn] {
    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-feddvr78yn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-feddvr78yn] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-feddvr78yn] {
    font-size: 1.1rem;
}

.bi[b-feddvr78yn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-feddvr78yn] {
    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-nav-menu[b-feddvr78yn] {
    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-reset-password-nav-menu[b-feddvr78yn] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-feddvr78yn] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-feddvr78yn] {
    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-feddvr78yn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-feddvr78yn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-feddvr78yn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-feddvr78yn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-feddvr78yn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-feddvr78yn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-feddvr78yn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-feddvr78yn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-feddvr78yn] {
        display: none;
    }

    .nav-scrollable[b-feddvr78yn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/TPHCardsLayout.razor.rz.scp.css */
.page[b-ap4hqwnsv1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ap4hqwnsv1] {
    flex: 1;
}

.sidebar[b-ap4hqwnsv1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-ap4hqwnsv1] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-ap4hqwnsv1] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-ap4hqwnsv1]  a, .top-row[b-ap4hqwnsv1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ap4hqwnsv1]  a:hover, .top-row[b-ap4hqwnsv1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ap4hqwnsv1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ap4hqwnsv1] {
        justify-content: space-between;
    }

    .top-row[b-ap4hqwnsv1]  a, .top-row[b-ap4hqwnsv1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ap4hqwnsv1] {
        flex-direction: row;
    }

    .sidebar[b-ap4hqwnsv1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ap4hqwnsv1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ap4hqwnsv1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ap4hqwnsv1], article[b-ap4hqwnsv1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ap4hqwnsv1] {
    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-ap4hqwnsv1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/TPHCardsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-do6arhw9qi] {
    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-do6arhw9qi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-do6arhw9qi] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-do6arhw9qi] {
    font-size: 1.1rem;
}

.bi[b-do6arhw9qi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-do6arhw9qi] {
    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-nav-menu[b-do6arhw9qi] {
    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-reset-password-nav-menu[b-do6arhw9qi] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-do6arhw9qi] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-do6arhw9qi] {
    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-do6arhw9qi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-do6arhw9qi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-do6arhw9qi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-do6arhw9qi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-do6arhw9qi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-do6arhw9qi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-do6arhw9qi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-do6arhw9qi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-do6arhw9qi] {
        display: none;
    }

    .nav-scrollable[b-do6arhw9qi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/TPHDemoLayout.razor.rz.scp.css */
.page[b-tm4vgdl9mc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tm4vgdl9mc] {
    flex: 1;
}

.sidebar[b-tm4vgdl9mc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-tm4vgdl9mc] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-tm4vgdl9mc] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-tm4vgdl9mc]  a, .top-row[b-tm4vgdl9mc]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-tm4vgdl9mc]  a:hover, .top-row[b-tm4vgdl9mc]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-tm4vgdl9mc]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-tm4vgdl9mc] {
        justify-content: space-between;
    }

    .top-row[b-tm4vgdl9mc]  a, .top-row[b-tm4vgdl9mc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tm4vgdl9mc] {
        flex-direction: row;
    }

    .sidebar[b-tm4vgdl9mc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tm4vgdl9mc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tm4vgdl9mc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tm4vgdl9mc], article[b-tm4vgdl9mc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tm4vgdl9mc] {
    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-tm4vgdl9mc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/TPHDemoNavMenu.razor.rz.scp.css */
.navbar-toggler[b-sink4q8f5w] {
    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-sink4q8f5w] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sink4q8f5w] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-sink4q8f5w] {
    font-size: 1.1rem;
}

.bi[b-sink4q8f5w] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-sink4q8f5w] {
    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-nav-menu[b-sink4q8f5w] {
    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-reset-password-nav-menu[b-sink4q8f5w] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-sink4q8f5w] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-sink4q8f5w] {
    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-sink4q8f5w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sink4q8f5w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sink4q8f5w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sink4q8f5w]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-sink4q8f5w]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-sink4q8f5w]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-sink4q8f5w] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sink4q8f5w] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sink4q8f5w] {
        display: none;
    }

    .nav-scrollable[b-sink4q8f5w] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/VermilionLayout.razor.rz.scp.css */
.page[b-4s30kie0hp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4s30kie0hp] {
    flex: 1;
}

.sidebar[b-4s30kie0hp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-4s30kie0hp] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-4s30kie0hp] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-4s30kie0hp]  a, .top-row[b-4s30kie0hp]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-4s30kie0hp]  a:hover, .top-row[b-4s30kie0hp]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-4s30kie0hp]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-4s30kie0hp] {
        justify-content: space-between;
    }

    .top-row[b-4s30kie0hp]  a, .top-row[b-4s30kie0hp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4s30kie0hp] {
        flex-direction: row;
    }

    .sidebar[b-4s30kie0hp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4s30kie0hp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4s30kie0hp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4s30kie0hp], article[b-4s30kie0hp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4s30kie0hp] {
    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-4s30kie0hp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/VermilionNavMenu.razor.rz.scp.css */
.navbar-toggler[b-r5wcubpaf6] {
    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-r5wcubpaf6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-r5wcubpaf6] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-r5wcubpaf6] {
    font-size: 1.1rem;
}

.bi[b-r5wcubpaf6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-r5wcubpaf6] {
    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-nav-menu[b-r5wcubpaf6] {
    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-reset-password-nav-menu[b-r5wcubpaf6] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-r5wcubpaf6] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-r5wcubpaf6] {
    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-r5wcubpaf6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r5wcubpaf6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r5wcubpaf6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r5wcubpaf6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-r5wcubpaf6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-r5wcubpaf6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-r5wcubpaf6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-r5wcubpaf6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r5wcubpaf6] {
        display: none;
    }

    .nav-scrollable[b-r5wcubpaf6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/VoestalpineLayout.razor.rz.scp.css */
.page[b-1u1d176ysl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1u1d176ysl] {
    flex: 1;
}

.sidebar[b-1u1d176ysl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-1u1d176ysl] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-1u1d176ysl] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-1u1d176ysl]  a, .top-row[b-1u1d176ysl]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-1u1d176ysl]  a:hover, .top-row[b-1u1d176ysl]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-1u1d176ysl]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-1u1d176ysl] {
        justify-content: space-between;
    }

    .top-row[b-1u1d176ysl]  a, .top-row[b-1u1d176ysl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1u1d176ysl] {
        flex-direction: row;
    }

    .sidebar[b-1u1d176ysl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1u1d176ysl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1u1d176ysl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1u1d176ysl], article[b-1u1d176ysl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1u1d176ysl] {
    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-1u1d176ysl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/VoestalpineNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ri7ol3j4py] {
    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-ri7ol3j4py] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ri7ol3j4py] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-ri7ol3j4py] {
    font-size: 1.1rem;
}

.bi[b-ri7ol3j4py] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ri7ol3j4py] {
    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-nav-menu[b-ri7ol3j4py] {
    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-reset-password-nav-menu[b-ri7ol3j4py] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-ri7ol3j4py] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-ri7ol3j4py] {
    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-ri7ol3j4py] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ri7ol3j4py] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ri7ol3j4py] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ri7ol3j4py]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ri7ol3j4py]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ri7ol3j4py]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ri7ol3j4py] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ri7ol3j4py] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ri7ol3j4py] {
        display: none;
    }

    .nav-scrollable[b-ri7ol3j4py] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/VolkswagenLayout.razor.rz.scp.css */
.page[b-imenf2gveb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-imenf2gveb] {
    flex: 1;
}

.sidebar[b-imenf2gveb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-imenf2gveb] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-imenf2gveb] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-imenf2gveb]  a, .top-row[b-imenf2gveb]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-imenf2gveb]  a:hover, .top-row[b-imenf2gveb]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-imenf2gveb]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-imenf2gveb] {
        justify-content: space-between;
    }

    .top-row[b-imenf2gveb]  a, .top-row[b-imenf2gveb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-imenf2gveb] {
        flex-direction: row;
    }

    .sidebar[b-imenf2gveb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-imenf2gveb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-imenf2gveb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-imenf2gveb], article[b-imenf2gveb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-imenf2gveb] {
    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-imenf2gveb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/VolkswagenNavMenu.razor.rz.scp.css */
.navbar-toggler[b-fpnra43ic6] {
    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-fpnra43ic6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fpnra43ic6] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-fpnra43ic6] {
    font-size: 1.1rem;
}

.bi[b-fpnra43ic6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fpnra43ic6] {
    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-nav-menu[b-fpnra43ic6] {
    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-reset-password-nav-menu[b-fpnra43ic6] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-fpnra43ic6] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-fpnra43ic6] {
    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-fpnra43ic6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fpnra43ic6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fpnra43ic6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fpnra43ic6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fpnra43ic6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fpnra43ic6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fpnra43ic6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fpnra43ic6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fpnra43ic6] {
        display: none;
    }

    .nav-scrollable[b-fpnra43ic6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/WeWorkLayout.razor.rz.scp.css */
.page[b-4mzw4r7p2r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4mzw4r7p2r] {
    flex: 1;
}

.sidebar[b-4mzw4r7p2r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color:#ff0000
}

.top-row[b-4mzw4r7p2r] {
    background-color: #FFF;
    border-bottom: 2px solid #ff0000;
    justify-content: left;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-4mzw4r7p2r] {
    background-color: #FFF;
    border-bottom: 1px solid #ff0000;
    justify-content:flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row[b-4mzw4r7p2r]  a, .top-row[b-4mzw4r7p2r]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-4mzw4r7p2r]  a:hover, .top-row[b-4mzw4r7p2r]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-4mzw4r7p2r]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-4mzw4r7p2r] {
        justify-content: space-between;
    }

    .top-row[b-4mzw4r7p2r]  a, .top-row[b-4mzw4r7p2r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4mzw4r7p2r] {
        flex-direction: row;
    }

    .sidebar[b-4mzw4r7p2r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4mzw4r7p2r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4mzw4r7p2r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4mzw4r7p2r], article[b-4mzw4r7p2r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4mzw4r7p2r] {
    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-4mzw4r7p2r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/WeWorkNavMenu.razor.rz.scp.css */
.navbar-toggler[b-cfa0727emz] {
    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-cfa0727emz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cfa0727emz] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-cfa0727emz] {
    font-size: 1.1rem;
}

.bi[b-cfa0727emz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cfa0727emz] {
    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-nav-menu[b-cfa0727emz] {
    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-reset-password-nav-menu[b-cfa0727emz] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-cfa0727emz] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-cfa0727emz] {
    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-cfa0727emz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cfa0727emz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cfa0727emz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cfa0727emz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cfa0727emz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cfa0727emz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cfa0727emz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cfa0727emz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cfa0727emz] {
        display: none;
    }

    .nav-scrollable[b-cfa0727emz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/XeroxLayout.razor.rz.scp.css */
.page[b-849pb2v282] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-849pb2v282] {
    flex: 1;
}

.sidebar[b-849pb2v282] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-849pb2v282] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-849pb2v282] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-849pb2v282]  a, .top-row[b-849pb2v282]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-849pb2v282]  a:hover, .top-row[b-849pb2v282]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-849pb2v282]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-849pb2v282] {
        justify-content: space-between;
    }

    .top-row[b-849pb2v282]  a, .top-row[b-849pb2v282]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-849pb2v282] {
        flex-direction: row;
    }

    .sidebar[b-849pb2v282] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-849pb2v282] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-849pb2v282]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-849pb2v282], article[b-849pb2v282] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-849pb2v282] {
    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-849pb2v282] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/XeroxNavMenu.razor.rz.scp.css */
.navbar-toggler[b-a99kcvdsp4] {
    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-a99kcvdsp4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-a99kcvdsp4] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-a99kcvdsp4] {
    font-size: 1.1rem;
}

.bi[b-a99kcvdsp4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-a99kcvdsp4] {
    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-nav-menu[b-a99kcvdsp4] {
    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-reset-password-nav-menu[b-a99kcvdsp4] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-a99kcvdsp4] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-a99kcvdsp4] {
    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-a99kcvdsp4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a99kcvdsp4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a99kcvdsp4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a99kcvdsp4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-a99kcvdsp4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-a99kcvdsp4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-a99kcvdsp4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-a99kcvdsp4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a99kcvdsp4] {
        display: none;
    }

    .nav-scrollable[b-a99kcvdsp4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Gateway/Components/Layout/YumLayout.razor.rz.scp.css */
.page[b-12sucgpnhi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-12sucgpnhi] {
    flex: 1;
}

.sidebar[b-12sucgpnhi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 60%);
    background-color: #ff0000;
}

.top-row[b-12sucgpnhi] {
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

.top-row-right[b-12sucgpnhi] {
    background-color: #FFF;
    border-bottom: 2px solid #EDEDED;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
}

    .top-row[b-12sucgpnhi]  a, .top-row[b-12sucgpnhi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-12sucgpnhi]  a:hover, .top-row[b-12sucgpnhi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-12sucgpnhi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-12sucgpnhi] {
        justify-content: space-between;
    }

    .top-row[b-12sucgpnhi]  a, .top-row[b-12sucgpnhi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-12sucgpnhi] {
        flex-direction: row;
    }

    .sidebar[b-12sucgpnhi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-12sucgpnhi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-12sucgpnhi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-12sucgpnhi], article[b-12sucgpnhi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-12sucgpnhi] {
    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-12sucgpnhi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Gateway/Components/Layout/YumNavMenu.razor.rz.scp.css */
.navbar-toggler[b-73h26il2c9] {
    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-73h26il2c9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-73h26il2c9] {
    height: 6rem;
    background-color: rgba(0,0,0,0.5);
}

.navbar-brand[b-73h26il2c9] {
    font-size: 1.1rem;
}

.bi[b-73h26il2c9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-73h26il2c9] {
    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-nav-menu[b-73h26il2c9] {
    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-reset-password-nav-menu[b-73h26il2c9] {
    background-image: url('images/password-reset.svg');
}

.bi-profile-update-nav-menu[b-73h26il2c9] {
    background-image: url('images/profile-simple.svg');
}

.bi-list-nested-nav-menu[b-73h26il2c9] {
    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-73h26il2c9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-73h26il2c9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-73h26il2c9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-73h26il2c9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-73h26il2c9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-73h26il2c9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-73h26il2c9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-73h26il2c9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-73h26il2c9] {
        display: none;
    }

    .nav-scrollable[b-73h26il2c9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
