@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.bundle.scp.css';
@import '_content/Nucleus.Client.Blazor.GUI/Nucleus.Client.Blazor.GUI.bundle.scp.css';
@import '_content/Nucleus.Common.Client.Blazor/Nucleus.Common.Client.Blazor.bundle.scp.css';
@import '_content/Nucleus.TestDoc.Client.Blazor/Nucleus.TestDoc.Client.Blazor.bundle.scp.css';

/* /MainLayout.razor.rz.scp.css */
.page[b-nvhttz2ct9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

    .top-row[b-nvhttz2ct9]  a:hover, .top-row[b-nvhttz2ct9]  .btn-link:hover {
        text-decoration: underline;
    }

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



    .selectedTetra[b-nvhttz2ct9] {
        background-color: #243b9f !important;
    }

    .selectedTetra > td[b-nvhttz2ct9] {
        color: lightgray !important;
    }

    .selectedTetra > td .mud-input[b-nvhttz2ct9] {
        color: lightgray !important;
    }

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

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

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

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

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

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

    .top-row.auth[b-nvhttz2ct9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

    .mud-card-media[b-nvhttz2ct9] {
        background-size: unset !important
    }

    .mud-table-dense * .mud-table-row .mud-table-cell[b-nvhttz2ct9] {
        padding: inherit;
        padding-inline-start: 4px;
        padding-inline-end: 4px;
    }

    .mud-elevation-1[b-nvhttz2ct9] {
        box-shadow: var(--mud-elevation-2);
    }

    .mud-table-cell[b-nvhttz2ct9] {
        padding: 8px;
    }

    td > button.mud-button[b-nvhttz2ct9] {
        min-width: initial;
    }


    .form-commands[b-nvhttz2ct9] {
        text-align: right;
        padding-right: 15px;
    }
}
