@import '_content/DialedIn.Shared/DialedIn.Shared.bundle.scp.css';

/* _content/DialedIn.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w09exlr2f0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w09exlr2f0] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-w09exlr2f0] {
        flex-direction: row;
    }
}
/* _content/DialedIn.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-k2j6z0igzq] {
    background: #35333e;
    transition: width 0.3s;
    z-index: 2;
}

    .sidebar.hide[b-k2j6z0igzq] {
        min-width: 80px;
    }

        .sidebar.hide .nav-item > div > span[b-k2j6z0igzq] {
            display: none
        }

.d-notification-nav-item-count[b-k2j6z0igzq] {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .d-notification-nav-item-count > span[b-k2j6z0igzq] {
        color: white;
        font-size: 9px;
        font-weight: bold;
        line-height: normal;
    }

    .navbar-brand[b-k2j6z0igzq] {
        height: auto;
        background-color: #e8eae9;
        margin-right: unset;
    }

.navbar img.img-logo[b-k2j6z0igzq] {
    width: 120px;
}

.navbar img.img-sm-logo[b-k2j6z0igzq] {
    width: 60px;
}

.navbar-toggler:checked ~ .nav-scrollable[b-k2j6z0igzq] {
    display: block;
}

.nav-scrollable[b-k2j6z0igzq] {
    display: none;
}

.navbar-toggler[b-k2j6z0igzq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: none;
    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 #35333e;
}

    .navbar-toggler:checked[b-k2j6z0igzq] {
        opacity: 0.3;
    }

.nav-scrollable .nav-item[b-k2j6z0igzq] {
    margin-bottom: 0.5rem;
}

.nav-scrollable .nav-item:first-child[b-k2j6z0igzq] {
    padding-top: 0.5rem;
}

.nav-scrollable .nav-item > div[b-k2j6z0igzq] {
    padding: 2px 10px;
    font-size: 15px;
    font-weight: 500;
}

.nav-scrollable .nav-item > div:hover[b-k2j6z0igzq] {
    background-color: #3f3d47;
    cursor: pointer;
}

.nav-scrollable .nav-item > div > img[b-k2j6z0igzq] {
    width: 36px;
}

.nav-scrollable .nav-item > div.disabled[b-k2j6z0igzq] {
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}

.nav-scrollable .nav-item > div.disabled:hover[b-k2j6z0igzq] {
    background-color: transparent;
    cursor: default;
}

.nav-scrollable .nav-item > div > span[b-k2j6z0igzq] {
    color: var(--white-text);
}

div.nav-wrapper[b-k2j6z0igzq] {
    position: relative;
    display: block;
    flex: 1;
}

div.nav-overlay[b-k2j6z0igzq] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.img-user-bg[b-k2j6z0igzq] {
    background-color: #aaa9aa;
}

.border-available[b-k2j6z0igzq] {
    border-color: #0bcc39 !important;
}

.border-busy[b-k2j6z0igzq] {
    border-color: #ffff00 !important;
}

.border-offline[b-k2j6z0igzq] {
    border-color: #ff0000 !important;
}


.text-available[b-k2j6z0igzq] {
    color: #0bcc39 !important;
}

.text-busy[b-k2j6z0igzq] {
    color: #ffff00 !important;
}

.text-offline[b-k2j6z0igzq] {
    color: #ff0000 !important;
}

.btn-collapse[b-k2j6z0igzq] {
    right: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
    padding: 0.25rem 0.75rem;
}

    .btn-collapse:hover[b-k2j6z0igzq] {
        background-color: #3f3d47;
    }

    .btn-collapse > img[b-k2j6z0igzq] {
        width: 1rem;
    }

@media (min-width: 641px) {
    .sidebar[b-k2j6z0igzq] {
        min-width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .navbar-brand[b-k2j6z0igzq] {
        height: 68px;
    }

    .navbar-toggler[b-k2j6z0igzq] {
        display: none;
    }

    .nav-scrollable[b-k2j6z0igzq] {
        display: block;
    }
}

.disabled-nav[b-k2j6z0igzq] {
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}

.triangle[b-k2j6z0igzq] {
    position: absolute;
    top: -11px;
    right: -11px;
    height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: solid 7px white;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    transform: rotate(45deg);
}

    .triangle:hover[b-k2j6z0igzq] {
        border-bottom: solid 7px red;
    }

.nav-item-dispositions-contextmenu.is-active[b-k2j6z0igzq] {
    background-color: #3f3d47 !important;
}
