@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.navbar-toggler[b-ead0ox156o] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    margin-right: 0.5rem;
}

.navbar-toggler:checked[b-ead0ox156o] {
    background-color: rgba(255, 255, 255, 0.5);
}

.app-banner[b-ead0ox156o] {
    background-color: #ba0c2f;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
    position: relative;
    z-index: 10;
}

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

.page[b-ead0ox156o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ead0ox156o] {
    flex: 1;
}

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

    .sidebar[b-ead0ox156o]  { 
        min-width: 160px;
        width: 160px;
        position: sticky;
        top: 0;
        margin-left: 15px;
    }

    .main > div[b-ead0ox156o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5bmjsg114c] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-5bmjsg114c] {
        background-color: rgba(255, 255, 255, 0.5);
    }

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

    .nav[b-5bmjsg114c] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
}
/* /Components/Shared/ErrorBox.razor.rz.scp.css */
.error-box[b-v2m8p5dvyi] {
    position: fixed;
    bottom: 0%;
    width: fit-content;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #f44336;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.error-message[b-v2m8p5dvyi] {
    margin-right: 10px;
}

.warning-box[b-v2m8p5dvyi] {
    position: fixed;
    bottom: 0%;
    width: fit-content;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #fff3cd;
    color: #664d03;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* /Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-559h7es3fy] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-559h7es3fy] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-559h7es3fy]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-559h7es3fy] {
    visibility: visible;
}
