@import '_content/Just.Core.Blazor/Just.Core.Blazor.nk9z3qfyhn.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /AdminLayout.razor.rz.scp.css */
main[b-c4s45zzyyy] {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100vh;
}

[b-c4s45zzyyy] .glass-pane {
    background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*border-right: 2px solid rgba(226, 226, 226, 1);*/
}

.just-header[b-c4s45zzyyy] {
    display: flex;
    color: var(--just-darkgray);
    padding: 0;
    font-size: 1.2rem;
    height: var(--just-header-height);
    background: var(--header-background);
    backdrop-filter: blur(15px);
    will-change: filter;
    width: 100%;
    align-items: center;
    z-index: 3;
    position: fixed;
    margin-left: 256px;
}

[b-c4s45zzyyy] .header-section-outlet {
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 700;
    gap: 32px;
}

@media (max-width: 767.98px) {
    [b-c4s45zzyyy] .header-section-outlet {
        flex: 0 1 auto;
        font-weight: 700;
        margin-left: 0;
        gap: 32px;
    }

    .just-header[b-c4s45zzyyy] {
        border-bottom: none;
    }
}

#blazor-error-ui[b-c4s45zzyyy] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-c4s45zzyyy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: var(--just-primary-darker);
}

[b-c4s45zzyyy] .icon-button {
    font-size: 25px;
    padding: 16px;
    margin: -16px;
    background: none;
    border: none;
    color: var(--just-darkgray);
}

@media (max-width: 767.98px) {
    [b-c4s45zzyyy] .icon-button {
        padding: 10px 16px;
    }
}

.navbar-toggler[b-c4s45zzyyy] {
    appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.nav-menu[b-c4s45zzyyy] {
    width: calc(100% - 256px);
    min-width: 320px;
}

.just-fin[b-c4s45zzyyy] {
    display: flex;
}

.bi[b-c4s45zzyyy] {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    font-size: 1.5rem;
}

.menu[b-c4s45zzyyy]  a {
    font-size: 1rem;
    color: black;
    padding: calc(.5rem + 8px) 16px;
    display: flex;
    align-items: center;
    text-align: right;
}

.menu[b-c4s45zzyyy]  a.active {
    color: black;
}

.menu[b-c4s45zzyyy]  a:hover {
    color: gray;
}

.menu[b-c4s45zzyyy]  a:not(:last-of-type) {
    border-bottom: var(--just-lightgray) solid 2px;
}

.nav-scrollable[b-c4s45zzyyy] {
    background: white;
    border-radius: 11px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    min-width: 35%;
    transform: translateY(-30%);
    margin: 8px
}

.menu[b-c4s45zzyyy] {
    display: none;
    margin-top: 20px;
    background: rgb(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.menu.show[b-c4s45zzyyy] {
    display: flex;
}

/*.menu.show {*/
/*    animation: fadeBackground .35s both;*/
/*}*/

.menu.show .nav-scrollable[b-c4s45zzyyy] {
    animation: fadeInBottom-b-c4s45zzyyy .35s both;
}

@keyframes fadeBackground-b-c4s45zzyyy {
    from {
        background: rgb(255, 255, 255, 0);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
    to {
        background: rgb(255, 255, 255, .35);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

@keyframes fadeInBottom-b-c4s45zzyyy {
    from {
        opacity: 0;
        transform: translateY(-30%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

    .nav-scrollable[b-c4s45zzyyy] {
        /* Never collapse the sidebar for wide screens */
        display: none;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .just-fin[b-c4s45zzyyy] {
        display: none;
    }
}

.just-content-container[b-c4s45zzyyy] {
    padding-top: calc(var(--just-header-height) - 2px + 32px);
    padding-right: 32px;
    padding-left: 32px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.just-content[b-c4s45zzyyy] {
    display: flex;
    flex-direction: column;
}

.sidebar[b-c4s45zzyyy] {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid rgba(226, 226, 226, 1);
    width: 256px;
    position: fixed;
    z-index: 3;
    background: white;
    gap: 8px;
    padding: 0 24px 24px 24px;
}

.sidebar h2[b-c4s45zzyyy] {
    padding-left: 16px;
    padding-bottom: 16px;
}

.sidebar[b-c4s45zzyyy] >  a {
    color: var(--just-darkgray);
    font-weight: 450;
    border-radius: 10px;
    padding: 8px 16px;
}

.sidebar[b-c4s45zzyyy]  a.active {
    color: black;
    background: rgb(248, 248, 250);
}

.sidebar[b-c4s45zzyyy]  a:not(.active):hover {
    color: black;
}

.main-content[b-c4s45zzyyy] {
    margin-left: 256px;
}

@media (max-width: 767.98px) {
    .just-content-container[b-c4s45zzyyy] {
        justify-content: center;
        padding-top: 16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .just-content[b-c4s45zzyyy] {
        height: 100%;
    }

    .main-content[b-c4s45zzyyy] {
        margin-left: 0;
    }

    .sidebar[b-c4s45zzyyy] {
        display: none;
    }
}
/* /Components/Buttons/JButton.razor.rz.scp.css */
.btn[b-etwvhs1znl] {
    max-width: 375px;
    width: 100%;
    background: white;
    border-radius: 11px;
    border: 2px solid transparent;
    color: var(--just-darkgray);
    font-weight: 450;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 40px;
}

td .btn-group .btn[b-etwvhs1znl] {
    padding: 4px 16px;
    font-size: .9rem;
    margin-bottom: -2px !important;
    margin-top: -2px !important;
    min-height: unset;
}

.selected[b-etwvhs1znl]{
    border: 2px solid var(--just-secondary);
    color: var(--just-darkgray);
}

.btn-primary[b-etwvhs1znl] {

    background: var(--just-primary);
    box-shadow: none;
    border: 0 none transparent;
    border-bottom: 4px outset var(--just-primary-dark);
}

.btn-primary.selected[b-etwvhs1znl] {
    border: 0 none transparent;
    border-bottom: 4px outset var(--just-primary);
    background: var(--just-primary-dark);
}

.btn-secondary[b-etwvhs1znl] {
    background: var(--just-secondary);
    box-shadow: none;
    border: 0 none transparent;
    border-bottom: 4px outset var(--just-secondary-dark);
}

.btn-secondary.selected[b-etwvhs1znl] {
    border: 0 none transparent;
    border-bottom: 4px outset var(--just-secondary);
    background: var(--just-secondary-dark);
}

.btn-gray[b-etwvhs1znl] {
    background: #F1F1F1;
}

.btn-gray.selected[b-etwvhs1znl] {
    border: 2px solid transparent;
}

@media (hover:hover) {
    .btn:hover[b-etwvhs1znl] {
        border: 2px solid var(--just-secondary);
        color: var(--just-darkgray);
    }

    .btn-gray:hover[b-etwvhs1znl] {
        border: 2px solid transparent;
    }

    .btn-secondary:hover[b-etwvhs1znl] {
        border: 0 none transparent;
        border-bottom: 4px outset var(--just-secondary);
        background: var(--just-secondary-dark);
    }

    .btn-primary:hover[b-etwvhs1znl] {
        border: 0 none transparent;
        border-bottom: 4px outset var(--just-primary);
        background: var(--just-primary-dark);
    }
}
/* /Components/Modal.razor.rz.scp.css */
.fade[b-ni8t81hf5n] {
    opacity: 0;
    display: none;
    transition: opacity .3s ease, display .3s ease;
    transition-behavior: allow-discrete;

    &.show {
        &.modal {
            opacity: 1;
        }
        &.modal-backdrop[b-ni8t81hf5n] {
            opacity: var(--bs-backdrop-opacity);
        }

        display: block;[b-ni8t81hf5n]
    }
}

@starting-style {
    /* <-- and this line */
    .fade.show[b-ni8t81hf5n] {
        opacity: 0;
    }

    .fade.show .modal-dialog[b-ni8t81hf5n] {
        transform: translate(0, -50px)
    }
}
/* /Features/SearchMatches/Details.razor.rz.scp.css */
.card[b-twq6ldbs03] {
    border: 0;
    background: #fafafa;
}
