/* /Pages/Index.razor.rz.scp.css */
.gsi-material-button[b-ufl0qyxcrx] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-ufl0qyxcrx] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-ufl0qyxcrx] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-ufl0qyxcrx] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-ufl0qyxcrx] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-ufl0qyxcrx] {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents[b-ufl0qyxcrx] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-ufl0qyxcrx] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-ufl0qyxcrx],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-ufl0qyxcrx] {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-ufl0qyxcrx] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-ufl0qyxcrx] {
            background-color: #303030;
            opacity: 8%;
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-59hi56nct5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-59hi56nct5] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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