/* /Pages/Reports/Statistics/Statistics.razor.rz.scp.css */
[b-1cqkkdkcpl] .rz-switch {
    zoom: 0.8 !important;
}

[b-1cqkkdkcpl] .statistics-settings {
    font-size: 12px;
}
/* /Shared/ClearGridFilters.razor.rz.scp.css */
/* /Shared/ClearPivotGridFilters.razor.rz.scp.css */
/* /Shared/Loader.razor.rz.scp.css */
.spinner[b-yxrjgabmiz] {
    border: 16px solid silver;
    border-top: 16px solid #4340D2;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-yxrjgabmiz 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-yxrjgabmiz {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-s7e2k2zz7c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s7e2k2zz7c] {
    flex: 1;
}

.sidebar[b-s7e2k2zz7c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s7e2k2zz7c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 3;
}

    .top-row[b-s7e2k2zz7c]  a, .top-row[b-s7e2k2zz7c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s7e2k2zz7c]  a:hover, .top-row[b-s7e2k2zz7c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-s7e2k2zz7c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

[b-s7e2k2zz7c] .bottom-row {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #d6d5d5;
    padding: 1rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

[b-s7e2k2zz7c] .bottom-row-both-sides {
    justify-content: space-between;
}

[b-s7e2k2zz7c] .bottom-row-right{
    justify-content: flex-end;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-s7e2k2zz7c] {
        display: none;
    }

    .top-row.auth[b-s7e2k2zz7c] {
        justify-content: space-between;
    }

    .top-row[b-s7e2k2zz7c]  a, .top-row[b-s7e2k2zz7c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s7e2k2zz7c] {
        flex-direction: row;
    }

    .sidebar[b-s7e2k2zz7c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s ease;
    }

    .sidebar:has(.shrunk)[b-s7e2k2zz7c] {
        width: 80px;
    }

    .top-row[b-s7e2k2zz7c] {
        position: sticky;
        top: 0;
        z-index: 3;
    }

    .top-row.auth[b-s7e2k2zz7c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s7e2k2zz7c], article[b-s7e2k2zz7c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        transition: padding-left 0.3s ease;
    }

    .sidebar:has(.shrunk) ~ main .top-row[b-s7e2k2zz7c],
    .sidebar:has(.shrunk) ~ main article[b-s7e2k2zz7c] {
        padding-left: 1rem !important;
    }
}
/* /Shared/MessageAttachmentsViewer.razor.rz.scp.css */
.attachments-section[b-0ilrypk298] {
    margin: 0 auto;
    max-width: 100%;
}

.attachment-item[b-0ilrypk298] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

    .attachment-item:hover[b-0ilrypk298] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .attachment-item.selected[b-0ilrypk298] {
        background: #e3f2fd;
        border-color: #2196f3;
    }

.attachment-preview[b-0ilrypk298] {
    background: white;
    border-radius: 4px;
    padding: 1rem;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8kdliby4lz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8kdliby4lz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8kdliby4lz] {
    font-size: 1.1rem;
    margin-left: 1rem;
}

.oi[b-8kdliby4lz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8kdliby4lz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8kdliby4lz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8kdliby4lz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8kdliby4lz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        transition: all 0.3s ease;
    }

.nav-item[b-8kdliby4lz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8kdliby4lz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.welcome-div[b-8kdliby4lz] {
    text-align: center;
    color: white;
    margin: 15px;
    max-height: 24px;
    overflow: hidden;
    transition: all 0s ease 0.3s;
}

.welcome-label[b-8kdliby4lz] {
    display: block;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-text[b-8kdliby4lz] {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
}

.container-fluid[b-8kdliby4lz] {
    flex-flow: nowrap;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8kdliby4lz] {
        display: block;
    }

    .collapse[b-8kdliby4lz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .navbar-brand[b-8kdliby4lz] {
        opacity: 0;
        visibility: hidden;
        max-width: 0;
        transition: opacity 0s ease 0.3s, visibility 0s ease 0.3s, max-width 0s ease 0.3s;
    }

    .top-row:not(.shrunk) .navbar-brand[b-8kdliby4lz] {
        opacity: 1;
        visibility: visible;
        max-width: 120px;
    }

    .top-row.shrunk .navbar-brand[b-8kdliby4lz] {
        opacity: 0;
        visibility: hidden;
        max-width: 0;
        position: absolute;
        transition: none;
    }

    .shrunk .welcome-label[b-8kdliby4lz] {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        overflow: hidden;
    }

    .shrunk .welcome-div[b-8kdliby4lz] {
        margin: 15px 0;
        padding: 0;
    }

    .shrunk .welcome-div[b-8kdliby4lz]  button {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        overflow: hidden;
    }

    .shrunk .nav-text[b-8kdliby4lz] {
        opacity: 0;
        visibility: hidden;
        width: 0;
        overflow: hidden;
    }

    .shrunk .nav-item[b-8kdliby4lz]  a {
        justify-content: center;
        padding: 0;
    }

    .shrunk .nav-item[b-8kdliby4lz]  a i {
        margin: 0 !important;
    }

    .shrunk .nav-item[b-8kdliby4lz] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 640.98px) {
    .shrunk[b-8kdliby4lz] {
        /* Shrunk state doesn't apply on small screens */
    }
}
