@import '_content/RGrid/RGrid.bundle.scp.css';

/* _content/RoachSite/Pages/Compenents/ActionButton.razor.rz.scp.css */
.circle-button[b-oadiky2iyb] {
    margin-right: 5px;
    float: left;
    border-bottom-left-radius: 20px !important;
}
/* _content/RoachSite/Pages/Compenents/ActionButtonGroup.razor.rz.scp.css */
.circle-group[b-zpepokthzs] {
}
/* _content/RoachSite/Pages/Compenents/CardTitle.razor.rz.scp.css */
.card-title[b-dz2bp9nry0] {
    display: inline-block;
    padding-top: 5px;
}
/* _content/RoachSite/Pages/Compenents/CellButton.razor.rz.scp.css */
.btn-cell[b-3feld2lay2] {
    width: 2rem;
}
/* _content/RoachSite/Pages/Compenents/FormSubLabel.razor.rz.scp.css */
.input-tip[b-folcyltixs] {
    color: lightgray;
    padding-top: 3px;
    font-size: 0.8rem;
}
/* _content/RoachSite/Pages/RNavbar.razor.rz.scp.css */
.navbar[b-kil7irdivs] {
    background-color: #444444;        
}
/* _content/RoachSite/Shared/ErrorBox.razor.rz.scp.css */
#error-box[b-k4lfmo57db] {
    margin-top: 85px;
}

button[b-k4lfmo57db] {
    font-size: 8px;
}
/* _content/RoachSite/Shared/MainLayout.razor.rz.scp.css */
.page[b-1yx0ae4038] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-1yx0ae4038] {
    flex: 1;
}

.sidebar[b-1yx0ae4038] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1yx0ae4038] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1yx0ae4038]  a, .top-row .btn-link[b-1yx0ae4038] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1yx0ae4038] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1yx0ae4038] {
        display: none;
    }

    .top-row.auth[b-1yx0ae4038] {
        justify-content: space-between;
    }

    .top-row a[b-1yx0ae4038], .top-row .btn-link[b-1yx0ae4038] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1yx0ae4038] {
        flex-direction: row;
    }

    .sidebar[b-1yx0ae4038] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1yx0ae4038] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-1yx0ae4038] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
