/* _content/AllTheVersionsBlazor/Components/ConfigTabServices.razor.rz.scp.css */
.service-grid[b-b5vxqdlzb0]{
    animation: fade-animation ease-in-out 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    
    height: 95%;
}
/* _content/AllTheVersionsBlazor/Components/ConfigTabTenants.razor.rz.scp.css */
.tenant-grid[b-309yseh4ps] {
    animation: fade-animation ease-in-out 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

    height: 95%;
}
/* _content/AllTheVersionsBlazor/Components/LoadingIndicator.razor.rz.scp.css */
.loading-wrapper[b-3cxsmu3ivr]{
    animation: fade-animation ease-in-out 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.loading-indicator[b-3cxsmu3ivr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    box-shadow: none;
    background-color: var(--rz-layout-body-background-color);
}
/* _content/AllTheVersionsBlazor/Components/NoDataAvailableCard.razor.rz.scp.css */
.nodata-wrapper[b-rmn73spzzj]{
    animation: fade-animation ease-in-out 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.nodata-content[b-rmn73spzzj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    box-shadow: none;
    border: none;
    background-color: var(--rz-layout-body-background-color);
}

.nodata-border[b-rmn73spzzj]{
    border: var(--rz-border-base);
    border-radius: var(--rz-border-radius);
}
/* _content/AllTheVersionsBlazor/Components/ServiceDatagrid.razor.rz.scp.css */
.tenant-datagrid[b-whmmt4pylq] {
    width: 100%;
    border-radius: var(--rz-border-radius);
    border: var(--rz-border-normal);
    box-shadow: none !important;
    overflow: hidden;
}
/* _content/AllTheVersionsBlazor/Components/TenantAccordion.razor.rz.scp.css */
.tenant-accordion[b-oer0bgh175] {
    width: 100%;
    border-radius: var(--rz-border-radius);
    border: var(--rz-border-normal);
    box-shadow: none !important;
    overflow: hidden;
}

.tenant-accordion-wrapper[b-oer0bgh175] {
    height: 93%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: var(--rz-border-radius);
}

.tenant-accordion-wrapper[b-oer0bgh175]::-webkit-scrollbar {
    width: 0;
}
/* _content/AllTheVersionsBlazor/Pages/All.razor.rz.scp.css */
.grid-wrapper > div.rz-data-grid[b-vmoqwxtiy8] {
    height: 100%;
}
/* _content/AllTheVersionsBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-h1sv21n1x3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h1sv21n1x3] {
    flex: 1;
}

.sidebar[b-h1sv21n1x3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h1sv21n1x3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h1sv21n1x3]  a, .top-row .btn-link[b-h1sv21n1x3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h1sv21n1x3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h1sv21n1x3] {
        display: none;
    }

    .top-row.auth[b-h1sv21n1x3] {
        justify-content: space-between;
    }

    .top-row a[b-h1sv21n1x3], .top-row .btn-link[b-h1sv21n1x3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h1sv21n1x3] {
        flex-direction: row;
    }

    .sidebar[b-h1sv21n1x3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h1sv21n1x3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h1sv21n1x3], article[b-h1sv21n1x3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
