/* _content/Rooms/Shared/LoadSpinner.razor.rz.scp.css */
.lds-spinner-overlay[b-ephtf0vi8c]{
    position:fixed;
    inset:0;
    background-color:#00000080;
    z-index:10000;
    display:flex;
    justify-content:center;
    align-items:center;
}

.lds-spinner[b-ephtf0vi8c] {
    color: darkred;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div[b-ephtf0vi8c] {
        transform-origin: 40px 40px;
        animation: lds-spinner-b-ephtf0vi8c 1.2s linear infinite;
    }

        .lds-spinner div[b-ephtf0vi8c]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1)[b-ephtf0vi8c] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2)[b-ephtf0vi8c] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3)[b-ephtf0vi8c] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4)[b-ephtf0vi8c] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5)[b-ephtf0vi8c] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6)[b-ephtf0vi8c] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7)[b-ephtf0vi8c] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8)[b-ephtf0vi8c] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9)[b-ephtf0vi8c] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10)[b-ephtf0vi8c] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11)[b-ephtf0vi8c] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12)[b-ephtf0vi8c] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner-b-ephtf0vi8c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* _content/Rooms/Shared/MainLayout.razor.rz.scp.css */
.page[b-3hswg1im3g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3hswg1im3g] {
    flex: 1;
}

.sidebar[b-3hswg1im3g] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3hswg1im3g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3hswg1im3g]  a, .top-row .btn-link[b-3hswg1im3g] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3hswg1im3g] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3hswg1im3g] {
        display: none;
    }

    .top-row.auth[b-3hswg1im3g] {
        justify-content: space-between;
    }

    .top-row a[b-3hswg1im3g], .top-row .btn-link[b-3hswg1im3g] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3hswg1im3g] {
        flex-direction: row;
    }

    .sidebar[b-3hswg1im3g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3hswg1im3g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3hswg1im3g], article[b-3hswg1im3g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Rooms/Shared/PanelLayout.razor.rz.scp.css */
.page[b-e4o3cnv6xh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-e4o3cnv6xh] {
    flex: 1;
}

.sidebar[b-e4o3cnv6xh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-e4o3cnv6xh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e4o3cnv6xh]  a, .top-row .btn-link[b-e4o3cnv6xh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-e4o3cnv6xh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e4o3cnv6xh] {
        display: none;
    }

    .top-row.auth[b-e4o3cnv6xh] {
        justify-content: space-between;
    }

    .top-row a[b-e4o3cnv6xh], .top-row .btn-link[b-e4o3cnv6xh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e4o3cnv6xh] {
        flex-direction: row;
    }

    .sidebar[b-e4o3cnv6xh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e4o3cnv6xh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-e4o3cnv6xh], article[b-e4o3cnv6xh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
