/* /Pages/Location.razor.rz.scp.css */
[b-bgqh7n9tr5] .dxbl-grid>.dxbl-grid-top-panel>.dxbl-grid-search-box-container {
    width:auto;
}
/* /Pages/Users.razor.rz.scp.css */
.confirmation-dialog-content[b-n4kiuo3q2r] {
    display: flex;
}

    .confirmation-dialog-content[b-n4kiuo3q2r]  .dxbl-btn:nth-of-type(1) {
        margin-left: auto;
    }

    .confirmation-dialog-content[b-n4kiuo3q2r]  .dxbl-btn:nth-of-type(2) {
        margin-left: 0.5rem;
    }
/* /Shared/LoginDisplay.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ciwllt93r1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ciwllt93r1] {
    flex: 1;
}

.sidebar[b-ciwllt93r1] {
    background-color: var(--stratus_twilight);
}

.top-row[b-ciwllt93r1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ciwllt93r1]  a, .top-row[b-ciwllt93r1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ciwllt93r1]  a:hover, .top-row[b-ciwllt93r1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ciwllt93r1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.footer[b-ciwllt93r1] {
    position: fixed;
    bottom: 0;
    width: calc(100vw - 250px);
    height: 48px;
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    color: black;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ciwllt93r1] {
        display: none;
    }

    .top-row.auth[b-ciwllt93r1] {
        justify-content: space-between;
    }

    .top-row[b-ciwllt93r1]  a, .top-row[b-ciwllt93r1]  .btn-link {
        margin-left: 0;
    }

    .footer[b-ciwllt93r1] {
        width: 100%;
        height: 72px;
    }
}

@media (max-width: 860.20px) {
    .footer[b-ciwllt93r1] {
        height: 72px;
    }
}

@media (min-width: 641px) {
    .page[b-ciwllt93r1] {
        flex-direction: row;
    }

    .sidebar[b-ciwllt93r1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ciwllt93r1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ciwllt93r1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ciwllt93r1], article[b-ciwllt93r1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uengk7gc5c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uengk7gc5c] {
    height: 4.5rem;
}

.navbar-brand[b-uengk7gc5c] {
    font-size: 1.1rem;
}

.oi[b-uengk7gc5c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uengk7gc5c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uengk7gc5c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uengk7gc5c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uengk7gc5c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uengk7gc5c]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-uengk7gc5c]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uengk7gc5c] {
        display: none;
    }

    .collapse[b-uengk7gc5c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-uengk7gc5c] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NotificationContainer.razor.rz.scp.css */
[b-o36r38edx7] .toast-container {
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: flex;
    flex-direction: column;
    min-height: 0vh;
    margin-top: 3.5rem;
}
