@import '_content/cks.Ui/cks.Ui.bundle.scp.css';

/* /Pages/Approval.razor.rz.scp.css */
.selected[b-wcwimm62dh] {
    --bs-table-striped-bg: transparent;
    background: rgba(13, 110, 253, 0.1);
}
/* /Pages/Archive.razor.rz.scp.css */
input:disabled[b-ui55lffunv] {
    cursor: not-allowed;
}
/* /Shared/Components/ClickCatcher.razor.rz.scp.css */
div[b-f72s75q6pg] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: fixed;
    left: 0;
    right: 0;
}
/* /Shared/Components/Footer.razor.rz.scp.css */
footer[b-7xixl8bcma] {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/* /Shared/Components/LoginDisplay.razor.rz.scp.css */
.toggle[b-8g7jc8tthd] {
    font-size: 1.5rem;
}

ul.dropdown-menu > li:hover[b-8g7jc8tthd] {
    background: rgba(0, 0, 0, 0.08);
}

#signInModal[b-8g7jc8tthd] {
    z-index: 1041 !important;
}

.dropdown[b-8g7jc8tthd] {
    z-index: 2;
}

#add[b-8g7jc8tthd] {
    display: grid;
    padding: 0 .5rem;
    align-items: center;
    justify-items: center;
}

#add > svg[b-8g7jc8tthd] {
    width: 2.5rem;
    height: 2.5rem;
}
/* /Shared/Components/NavBar.razor.rz.scp.css */
/* ::deep is custom to blazor and extends to the child components when using blazor css isolation */
.nav-item[b-cdxkkzu23a]  a.active {
    font-weight: 600;
    color: #4ba5cc !important;
}

.nav-item[b-cdxkkzu23a]  a:hover {
    font-weight: 600;
    color: #4ba5cc !important;
}
/* /Shared/Components/SearchResult.razor.rz.scp.css */
.selected[b-chq0eeseyd] {
    --bs-table-striped-bg: transparent;
    background: rgba(13, 110, 253, 0.1);
}
/* /Shared/Layouts/CenterLayout.razor.rz.scp.css */
.center[b-p9gkd6rwlf] {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
/* blazor boilerplate css
.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
html[b-7l3wgiyhv5] {
    position: relative;
    min-height: 100%;
}

body[b-7l3wgiyhv5] {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /* Margin top by header / navbar height */
    margin-top: 60px;
}
