/* /Shared/BackButton.razor.rz.scp.css */
.back-button[b-pvo4gi72mu] {
    background-color: transparent;
    border: none;
}

.back-button-container[b-pvo4gi72mu] {
    position: relative;
}

.back-button-link[b-pvo4gi72mu] {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

.back-button-icon[b-pvo4gi72mu] {
    width: 3rem;
    height: 3rem;
}
/* /Shared/DraftSearch.razor.rz.scp.css */
.search-container[b-989ybtfn6u] {
    position: relative;
}

.suggestions-container[b-989ybtfn6u] {
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}


.suggestion-item[b-989ybtfn6u] {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion-item:hover[b-989ybtfn6u] {
    background-color: #e8f0fe;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jcyljvw1sy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-jcyljvw1sy] {
    background-image: linear-gradient(180deg, rgb(31, 31, 31) 0%, #6b6b6b 70%);
}

.top-row[b-jcyljvw1sy] {
    /*background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;*/
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-jcyljvw1sy], article[b-jcyljvw1sy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xttl5xw1cc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xttl5xw1cc] {
    height: 3.5rem;
    background-color: #1f1f1f;
}

.navbar-brand[b-xttl5xw1cc] {
    font-size: 1.1rem;
}

.oi[b-xttl5xw1cc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xttl5xw1cc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-xttl5xw1cc] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-xttl5xw1cc] {
    padding-bottom: 1rem;
}

.nav-item[b-xttl5xw1cc]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-xttl5xw1cc]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xttl5xw1cc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xttl5xw1cc] {
        display: none;
    }

    .collapse[b-xttl5xw1cc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-xttl5xw1cc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PriorityIcon.razor.rz.scp.css */
.priority-icon[b-b5qmpxl027] {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
