@import '_content/Beat.Lite.Components/Beat.Lite.Components.itc8u7brw5.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/ClaimsLiteNav.razor.rz.scp.css */
.nav-item[b-dq15xkubzo]  a.active {
    border-bottom: 2px solid var(--palette-primary-magenta);
    color: var(--palette-primary-magenta) !important;
}
.phoenix-dropdown-menu .dropdown-item[b-dq15xkubzo] {
    color: var(--palette-primary-magenta);
    font-weight: var(--font-weight-medium);
}

/*.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: var(--palette-white);
}

.navbar-nav > .active > a {
    color: aqua;
    background-color: chartreuse;
}

.nav-item > a:hover {
    color: aqua;
}*/

/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--palette-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 {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    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 {
    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 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    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 {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .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 ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: var(--palette-white);
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: var(--palette-white);
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/


.navbar-img[b-dq15xkubzo] {
    display: none;
}

@media (max-width: 576px) {
    .navbar-img[b-dq15xkubzo] {
        display: block;
    }

    .navbar[b-dq15xkubzo] {
        display: none;
    }

}
/* /Components/ClaimsLiteNavMobile.razor.rz.scp.css */
.nav-item[b-586lqsdzrd]  a.active {
    border-bottom: 2px solid var(--palette-primary-teal);
}

.mobile-toolbar[b-586lqsdzrd] {
    position: fixed;
    z-index: 1100;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 70px;
    border-top: 1px solid #eeeef1
}

@media only screen and (min-width: 64em) {
    .mobile-toolbar[b-586lqsdzrd] {
        display: none
    }
}


.primary-offscreen-container .mobile-toolbar ul[b-586lqsdzrd] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.primary-offscreen-container .mobile-toolbar li[b-586lqsdzrd] {
    margin-top: 0;
    position: relative;
    flex: 1 1 0
}

.primary-offscreen-container .mobile-toolbar .nav-toggle[b-586lqsdzrd], .primary-offscreen-container .mobile-toolbar .search-toggle[b-586lqsdzrd], .primary-offscreen-container .mobile-toolbar a[b-586lqsdzrd] {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 44px 0 13px;
    color: #000;
    font-weight: 500;
    transition: color .15s;
}

    .primary-offscreen-container .mobile-toolbar .nav-toggle[b-586lqsdzrd]:before, .primary-offscreen-container .mobile-toolbar .search-toggle[b-586lqsdzrd]:before, .primary-offscreen-container .mobile-toolbar a[b-586lqsdzrd]:before {
        position: absolute;
        content: "";
        top: 14px;
        left: 50%;
        transform: translate(-50%);
        width: 20px;
        height: 20px;
        transition-property: transform;
        transition-duration: .25s;
        transform-origin: center center;
        background-size: cover
    }

    .primary-offscreen-container .mobile-toolbar a.toolbar-contact[b-586lqsdzrd]:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M1.49 19.04a.865.865 0 01-.588-.236c-.235-.235-.275-.588-.157-.902l1.804-3.451A7.266 7.266 0 010 9.039C0 4.608 4.47 1 10 1s10 3.608 10 8.04c0 4.43-4.47 8.078-10 8.078-1.059 0-2.118-.118-3.176-.393l-4.98 2.236c-.119.039-.236.078-.354.078zM10 2.568c-4.627 0-8.392 2.902-8.392 6.47 0 1.726.863 3.373 2.47 4.588.275.236.393.628.197.942l-1.06 2 3.216-1.451c.196-.079.393-.079.589-.04.98.275 1.96.432 2.98.432 4.627 0 8.392-2.902 8.392-6.51 0-3.608-3.765-6.431-8.392-6.431zM6.392 9.157c.04.667-.51 1.216-1.176 1.255-.667.039-1.216-.51-1.255-1.177-.04-.666.51-1.215 1.176-1.255h.04c.666 0 1.215.51 1.215 1.177zm4.824 0c.039.667-.51 1.216-1.177 1.255-.666.039-1.215-.51-1.255-1.177-.039-.666.51-1.215 1.177-1.255H10c.667 0 1.176.51 1.216 1.177zm4.784 0c.04.667-.51 1.216-1.176 1.255-.667.039-1.216-.51-1.255-1.177-.04-.666.51-1.215 1.176-1.255h.04c.666 0 1.215.51 1.215 1.177z' fill='%23D0006F'/%3E%3C/svg%3E")
    }

    .primary-offscreen-container .mobile-toolbar a.toolbar-home[b-586lqsdzrd]:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M17.025 19.237h-4.959a.497.497 0 01-.496-.497v-5.307H8.43v5.307a.497.497 0 01-.496.497H2.975a.497.497 0 01-.496-.497v-8.21H.496c-.2 0-.382-.12-.458-.306a.5.5 0 01.107-.543L9.649.146a.494.494 0 01.702 0l9.504 9.535a.5.5 0 01-.35.85H17.52v8.209a.497.497 0 01-.496.497zm-4.297-1.16h3.636v-8.044a.66.66 0 01.661-.664h.883L10 1.437 2.092 9.37h.883c.176 0 .343.069.468.194a.668.668 0 01.194.469v8.043h3.636v-5.14c0-.367.296-.664.661-.664h4.132c.365 0 .662.297.662.663v5.141z' fill='%23D0006F'/%3E%3C/defs%3E%3Cg fill='none'%3E%3Cuse fill='%23000' fill-rule='evenodd' xlink:href='%23a'/%3E%3Cpath stroke='%23D0006F' stroke-width='.5' d='M17.025 18.987c.136 0 .246-.11.246-.247v-8.46h2.233c.1 0 .19-.06.227-.152a.25.25 0 00-.053-.27L10.174.322a.244.244 0 00-.348 0L.322 9.857a.25.25 0 00-.053.271.245.245 0 00.227.153h2.233v8.459c0 .137.11.247.246.247h4.959c.136 0 .246-.11.246-.247v-5.557h3.64v5.557c0 .137.11.247.246.247h4.959zm-4.547-.66v-5.392a.413.413 0 00-.412-.413H7.934a.413.413 0 00-.411.413v5.391H3.387v-8.293a.418.418 0 00-.121-.293.408.408 0 00-.29-.12H1.49L10 1.082l8.51 8.538h-1.485a.41.41 0 00-.29.12.42.42 0 00-.121.293v8.293h-4.136z'/%3E%3C/g%3E%3C/svg%3E")
    }

.primary-offscreen-container .mobile-toolbar .nav-toggle[b-586lqsdzrd], .primary-offscreen-container .mobile-toolbar .search-toggle[b-586lqsdzrd] {
    width: 100%;
    margin: 0 auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background: none
}

    .primary-offscreen-container .mobile-toolbar .nav-toggle.collapsed[b-586lqsdzrd], .primary-offscreen-container .mobile-toolbar .search-toggle.collapsed[b-586lqsdzrd] {
        color: #d0006f
    }

        .primary-offscreen-container .mobile-toolbar .nav-toggle[b-586lqsdzrd]:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill-rule='evenodd' d='M11.093 10.034l8.572 8.604a.799.799 0 01-.562 1.36.79.79 0 01-.561-.233L9.97 11.162l-8.573 8.603a.787.787 0 01-.562.233.799.799 0 01-.56-1.36l8.571-8.604L.274 1.431a.799.799 0 010-1.127.791.791 0 011.123 0L9.97 8.907 18.542.304a.792.792 0 011.123 0 .8.8 0 010 1.127l-8.572 8.603z' fill='%23D0006F'/%3E%3C/svg%3E")
        }

    .primary-offscreen-container .mobile-toolbar .nav-toggle.collapsed[b-586lqsdzrd]:before {
        transform: translate(-50%) rotate(90deg);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='transform: rotate(90deg)' width='20' height='20'%3E%3Cpath fill='%23D0006F' fill-rule='evenodd' d='M1.333 3h17.334a1.333 1.333 0 010 2.667H1.333a1.333 1.333 0 010-2.667zm0 6.222h17.334a1.333 1.333 0 010 2.667H1.333a1.333 1.333 0 010-2.667zm0 5.778h17.334a1.333 1.333 0 010 2.667H1.333a1.333 1.333 0 010-2.667z'/%3E%3C/svg%3E")
    }



.primary-offscreen-container .offscreen-panel[b-586lqsdzrd] {
    background-color: var(--palette-white);
    height: 100vh;
    outline: none;
}



    .primary-offscreen-container .offscreen-panel ul[b-586lqsdzrd] {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .primary-offscreen-container .offscreen-panel li[b-586lqsdzrd] {
        margin: 0
    }

        .primary-offscreen-container .offscreen-panel li a[b-586lqsdzrd] {
            font-size: 16px;
            line-height: 1.71;
            display: block;
            text-decoration: none;
            color: black;
            border-bottom: 1px solid #ccc;
            position: relative;
            font-weight: 400
        }

            .primary-offscreen-container .offscreen-panel li a:focus[b-586lqsdzrd], .primary-offscreen-container .offscreen-panel li a:hover[b-586lqsdzrd] {
                text-decoration: none;
                color: black
            }


    .primary-offscreen-container .offscreen-panel .has-children .ec[b-586lqsdzrd] {
        right: 20px
    }

    .primary-offscreen-container .offscreen-panel .nav-lvl2[b-586lqsdzrd], .primary-offscreen-container .offscreen-panel .nav-lvl3[b-586lqsdzrd], .primary-offscreen-container .offscreen-panel .nav-lvl4[b-586lqsdzrd] {
        padding: 14px 20px 13px;
        background: #f5f5f5;
    }

        .primary-offscreen-container .offscreen-panel .nav-lvl2:not(.login-link):not(.utility-link)[b-586lqsdzrd], .primary-offscreen-container .offscreen-panel .nav-lvl3:not(.login-link):not(.utility-link)[b-586lqsdzrd], .primary-offscreen-container .offscreen-panel .nav-lvl4:not(.login-link):not(.utility-link)[b-586lqsdzrd] {
            color: #fff
        }

    .primary-offscreen-container .offscreen-panel .nav-lvl1[b-586lqsdzrd] {
        padding: 14px 20px 13px
    }


.expandcollapse .ec[b-586lqsdzrd] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill-rule='evenodd' d='M6 10a.612.612 0 01-.446-.2L.186 4.126a.7.7 0 010-.945.606.606 0 01.892 0L6 8.388l4.917-5.206a.606.606 0 01.892 0 .7.7 0 010 .945L6.442 9.8A.611.611 0 016 10z' fill='%23004c97'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-180deg);
    transition-property: background-image,transform;
    transition-duration: .15s
}

.expandcollapse.collapsed .ec[b-586lqsdzrd] {
    transform: translateY(-50%)
}
.ec[b-586lqsdzrd] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill-rule='evenodd' d='M6 10a.612.612 0 01-.446-.2L.186 4.126a.7.7 0 010-.945.606.606 0 01.892 0L6 8.388l4.917-5.206a.606.606 0 01.892 0 .7.7 0 010 .945L6.442 9.8A.611.611 0 016 10z' fill='%23004c97'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-90deg);
    transition-property: background-image,transform;
    transition-duration: .15s
}

/* /Components/Layout/ClaimSignInLayout.razor.rz.scp.css */
.page[b-jixyj2v1l7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jixyj2v1l7] {
    flex: 1;
}

.sidebar[b-jixyj2v1l7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jixyj2v1l7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jixyj2v1l7]  a, .top-row[b-jixyj2v1l7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jixyj2v1l7]  a:hover, .top-row[b-jixyj2v1l7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jixyj2v1l7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jixyj2v1l7] {
        justify-content: space-between;
    }

    .top-row[b-jixyj2v1l7]  a, .top-row[b-jixyj2v1l7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
/*    .page {
        flex-direction: row;
    }*/

    .sidebar[b-jixyj2v1l7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jixyj2v1l7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jixyj2v1l7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jixyj2v1l7], article[b-jixyj2v1l7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jixyj2v1l7] {
    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-jixyj2v1l7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6ell48d3qn] {
    position: relative;

}

main[b-6ell48d3qn] {
    flex: 1;
}

.sidebar[b-6ell48d3qn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6ell48d3qn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6ell48d3qn]  a, .top-row[b-6ell48d3qn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6ell48d3qn]  a:hover, .top-row[b-6ell48d3qn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6ell48d3qn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6ell48d3qn] {
        justify-content: space-between;
    }

    .top-row[b-6ell48d3qn]  a, .top-row[b-6ell48d3qn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
/*    .page {
        flex-direction: row;
    }*/

    .sidebar[b-6ell48d3qn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6ell48d3qn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6ell48d3qn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }   
}

#blazor-error-ui[b-6ell48d3qn] {
    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-6ell48d3qn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.top-menu-claim[b-6ell48d3qn]:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-image: linear-gradient(90deg, var(--palette-primary-magenta) 215px, var(--palette-primary-teal) 0);
}
/* /Components/Layout/TermsLayout.razor.rz.scp.css */
.page[b-z7pt8nj2c1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z7pt8nj2c1] {
    flex: 1;
}

.sidebar[b-z7pt8nj2c1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z7pt8nj2c1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z7pt8nj2c1]  a, .top-row[b-z7pt8nj2c1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-z7pt8nj2c1]  a:hover, .top-row[b-z7pt8nj2c1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z7pt8nj2c1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-z7pt8nj2c1] {
        justify-content: space-between;
    }

    .top-row[b-z7pt8nj2c1]  a, .top-row[b-z7pt8nj2c1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
/*    .page {
        flex-direction: row;
    }*/

    .sidebar[b-z7pt8nj2c1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z7pt8nj2c1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-z7pt8nj2c1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-z7pt8nj2c1], article[b-z7pt8nj2c1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-z7pt8nj2c1] {
    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-z7pt8nj2c1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/NotFound.razor.rz.scp.css */
.page[b-hrdg0fmc2p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hrdg0fmc2p] {
    flex: 1;
}

.sidebar[b-hrdg0fmc2p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hrdg0fmc2p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hrdg0fmc2p]  a, .top-row[b-hrdg0fmc2p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-hrdg0fmc2p]  a:hover, .top-row[b-hrdg0fmc2p]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hrdg0fmc2p]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-hrdg0fmc2p] {
        justify-content: space-between;
    }

        .top-row[b-hrdg0fmc2p]  a, .top-row[b-hrdg0fmc2p]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-hrdg0fmc2p] {
        flex-direction: row;
    }

    .sidebar[b-hrdg0fmc2p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hrdg0fmc2p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-hrdg0fmc2p]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hrdg0fmc2p], article[b-hrdg0fmc2p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hrdg0fmc2p] {
    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-hrdg0fmc2p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

