/* _content/IValuate.Web/Features/Organisations/Organisation.razor.rz.scp.css */
/* _content/IValuate.Web/Shared/EditReportLayout.razor.rz.scp.css */
.page[b-zrk5sx2qyq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zrk5sx2qyq] {
    flex: 1;
}

.sidebar[b-zrk5sx2qyq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zrk5sx2qyq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zrk5sx2qyq]  a, .top-row .btn-link[b-zrk5sx2qyq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zrk5sx2qyq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zrk5sx2qyq] {
        display: none;
    }

    .top-row.auth[b-zrk5sx2qyq] {
        justify-content: space-between;
    }

    .top-row a[b-zrk5sx2qyq], .top-row .btn-link[b-zrk5sx2qyq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zrk5sx2qyq] {
        flex-direction: row;
    }

    .sidebar[b-zrk5sx2qyq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zrk5sx2qyq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zrk5sx2qyq], article[b-zrk5sx2qyq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/IValuate.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-6rosb4c15m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6rosb4c15m] {
    flex: 1;
}

.sidebar[b-6rosb4c15m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6rosb4c15m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6rosb4c15m]  a, .top-row .btn-link[b-6rosb4c15m] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6rosb4c15m] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6rosb4c15m] {
        display: none;
    }

    .top-row.auth[b-6rosb4c15m] {
        justify-content: space-between;
    }

    .top-row a[b-6rosb4c15m], .top-row .btn-link[b-6rosb4c15m] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6rosb4c15m] {
        flex-direction: row;
    }

    .sidebar[b-6rosb4c15m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6rosb4c15m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6rosb4c15m], article[b-6rosb4c15m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/IValuate.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9zzlmw7k1r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9zzlmw7k1r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9zzlmw7k1r] {
    font-size: 1.1rem;
}

.oi[b-9zzlmw7k1r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9zzlmw7k1r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9zzlmw7k1r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9zzlmw7k1r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9zzlmw7k1r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9zzlmw7k1r]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9zzlmw7k1r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9zzlmw7k1r] {
        display: none;
    }

    .collapse[b-9zzlmw7k1r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9zzlmw7k1r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/IValuate.Web/Shared/NewReportLayout.razor.rz.scp.css */
.navbar-toggler[b-katdwsdtck] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-katdwsdtck] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-katdwsdtck] {
    font-size: 1.1rem;
}

.oi[b-katdwsdtck] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-katdwsdtck] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-katdwsdtck] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-katdwsdtck] {
        padding-bottom: 1rem;
    }

    .nav-item[b-katdwsdtck]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-katdwsdtck]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-katdwsdtck]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-katdwsdtck] {
        display: none;
    }

    .collapse[b-katdwsdtck] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-katdwsdtck] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/IValuate.Web/Shared/ReportsLayout.razor.rz.scp.css */
.page[b-3agh4besho] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3agh4besho] {
    flex: 1;
}

.sidebar[b-3agh4besho] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3agh4besho] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3agh4besho]  a, .top-row .btn-link[b-3agh4besho] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3agh4besho] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3agh4besho] {
        display: none;
    }

    .top-row.auth[b-3agh4besho] {
        justify-content: space-between;
    }

    .top-row a[b-3agh4besho], .top-row .btn-link[b-3agh4besho] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3agh4besho] {
        flex-direction: row;
    }

    .sidebar[b-3agh4besho] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3agh4besho] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3agh4besho], article[b-3agh4besho] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/IValuate.Web/Shared/StatefulReconnection.razor.rz.scp.css */
.reconnect-overlay[b-zw642x6b6h] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
    animation: reconnect-fade-in;
}

    .reconnect-overlay.reconnect-visible[b-zw642x6b6h] {
        display: block;
    }

    .reconnect-overlay[b-zw642x6b6h]::before {
        content: '';
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        animation: reconnect-fadeInOpacity-b-zw642x6b6h 0.5s ease-in-out;
        opacity: 1;
    }

    .reconnect-overlay p[b-zw642x6b6h] {
        margin: 0;
    }

    .reconnect-overlay button[b-zw642x6b6h] {
        border: 0;
        background-color: #6b9ed2;
        color: white;
        padding: 4px 24px;
        border-radius: 4px;
    }

        .reconnect-overlay button:hover[b-zw642x6b6h] {
            background-color: #3b6ea2;
        }

        .reconnect-overlay button:active[b-zw642x6b6h] {
            background-color: #6b9ed2;
        }

.reconnect-dialog[b-zw642x6b6h] {
    position: relative;
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: reconnect-slideUp-b-zw642x6b6h 1.5s cubic-bezier(.05,.89,.25,1.02) 0.3s, reconnect-fadeInOpacity-b-zw642x6b6h 0.5s ease-out 0.3s;
    animation-fill-mode: forwards;
    z-index: 10001;
}

.lds-ripple[b-zw642x6b6h] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div[b-zw642x6b6h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple-b-zw642x6b6h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2)[b-zw642x6b6h] {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple-b-zw642x6b6h {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@keyframes reconnect-fadeInOpacity-b-zw642x6b6h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes reconnect-slideUp-b-zw642x6b6h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}
