/* /Components/ModalDialog/AtanaModalDialog.razor.rz.scp.css */
.atana-modal[b-82nalpvajf] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 100; /* Sit on top - higher than any other z-index in your site*/
}

/* Modal Content */
.atana-modal-content[b-82nalpvajf] {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    min-height:100%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8dbl1064yr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8dbl1064yr] {
    flex: 1;
}


.top-row[b-8dbl1064yr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8dbl1064yr]  a, .top-row[b-8dbl1064yr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8dbl1064yr]  a:hover, .top-row[b-8dbl1064yr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8dbl1064yr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8dbl1064yr] {
        display: none;
    }

    .top-row.auth[b-8dbl1064yr] {
        justify-content: space-between;
    }

    .top-row[b-8dbl1064yr]  a, .top-row[b-8dbl1064yr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8dbl1064yr] {
        flex-direction: row;
    }

    .sidebar[b-8dbl1064yr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8dbl1064yr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8dbl1064yr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8dbl1064yr], article[b-8dbl1064yr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
