@import '_content/Hideez.Foundation.Components/Hideez.Foundation.Components.0sha9uulzt.bundle.scp.css';

/* _content/Hideez.Cloud.Console/Shared/MainLayout.razor.rz.scp.css */
.page[b-shcgekydby] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-shcgekydby] {
    flex: 1;
    overflow-x: hidden;
}

.content[b-shcgekydby] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .page[b-shcgekydby] {
        flex-direction: row;
    }

    .sidebar[b-shcgekydby] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* _content/Hideez.Cloud.Console/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6gihgdze3l] {
    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%2833, 37, 41, 0.75%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:focus[b-6gihgdze3l] {
        box-shadow: 0 0 0 0;
    }

.nav-item[b-6gihgdze3l]  a {
    color: #212529;
    background-color: #F8F9FA;
    margin: 2px;
}

    .nav-item[b-6gihgdze3l]  a:not(.active):hover {
        background-color: #f3f5f6;
    }

.nav-scrollable[b-6gihgdze3l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6gihgdze3l] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-6gihgdze3l] {
        display: none;
    }

    .nav-scrollable[b-6gihgdze3l] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.icon-dropdown-arrow[b-6gihgdze3l] {
    height: 12px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='black' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.nav-link.collapsed > .icon-dropdown-arrow[b-6gihgdze3l] {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate( 180deg);
    transform: rotate(180deg);
}

.nav-link > .icon-dropdown-arrow[b-6gihgdze3l] {
    transition: all .2s ease-out;
}
