/* _content/OtoBlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iwts8qpqkb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iwts8qpqkb] {
    flex: 1;
}

.b-4[b-iwts8qpqkb] {
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 641px) {
    .page[b-iwts8qpqkb] {
        flex-direction: row;
    }

    .sidebar[b-iwts8qpqkb] {
        width: 250px;
        position: sticky;
        top: 0;
    }

    .top-row[b-iwts8qpqkb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

.btn-purple[b-iwts8qpqkb] {
    color: white;
    background-color: #8237ff;
    border-radius: 8px;
    cursor: pointer;
}

.btn-outline-purple[b-iwts8qpqkb] {
    color: #8237ff;
    background-color: white;
    border: 1px solid #8237ff !important;
    border-radius: 8px;
    cursor: pointer;
}

    .btn-outline-purple:hover[b-iwts8qpqkb] {
        background-color: #8237ff;
        color: white;
    }

@media (max-width: 1320px) {
    .icon[b-iwts8qpqkb] {
        width: 16px;
        height: 16px;
        margin-inline-end: 1px;
    }

    .nav-text[b-iwts8qpqkb] {
        font-size: 0.8rem;
    }
}

@media(max-width: 996px) {
    .nav-text[b-iwts8qpqkb] {
        text-align: left;
        width: 100%;
        font-size: 0.8rem;
        background-color: #d6d5d5 !important;
        border: 0px !important;
        color: black !important;
        border-radius: 0px;
    }
}

#blazor-error-ui[b-iwts8qpqkb] {
    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-iwts8qpqkb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OtoBlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zfznjpo5bo] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    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-zfznjpo5bo] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zfznjpo5bo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zfznjpo5bo] {
    font-size: 1.1rem;
}

.bi[b-zfznjpo5bo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.sidebar[b-zfznjpo5bo] {
    
    border-right: 1px solid #ddd;
}

.sidebar h6[b-zfznjpo5bo] {
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.sidebar a[b-zfznjpo5bo] {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
}

.sidebar a:hover[b-zfznjpo5bo] {
    background: #e9ecef;
}

.b-4[b-zfznjpo5bo] {
    border-radius: 8px;
    overflow: hidden;
}

.purple-bg[b-zfznjpo5bo] {
    background-color: #8237ff;
}

.outlined-purple[b-zfznjpo5bo] {
    color: #8237ff;
    background-color: white;
    border: 1px solid #8237ff !important;
    border-radius: 8px;
    cursor: pointer;
}

.outlined-purple:hover[b-zfznjpo5bo] {
    background-color: #8237ff;
    color: white;
}


.nav-item[b-zfznjpo5bo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zfznjpo5bo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zfznjpo5bo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zfznjpo5bo]  .nav-link {
        text-decoration:none;
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }



.nav-item[b-zfznjpo5bo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zfznjpo5bo]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zfznjpo5bo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zfznjpo5bo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zfznjpo5bo] {
        display: none;
    }

    .nav-scrollable[b-zfznjpo5bo] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
