﻿::deep .navbar {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 999;
}


.logo {
    height: 35px;
    width: 35px;
    margin-bottom: 50px;
    margin-top: 10px;
}


::deep .navbar-sm {
    width: 100%;
    height: 60px;
}

::deep .navbar.toggled {
    width: 160px;
}

    ::deep .navbar.toggled ::deep ::deep .navbar-item {
        height: 40px;
        width: 140px;
        padding-left: 15px;
    }

::deep .navbar ::deep ::deep .navbar-item p {
    display: none;
}

::deep .navbar.toggled ::deep ::deep .navbar-item p {
    display: block;
}

::deep .navbar:not(.toggled) ::deep ::deep .navbar-item > div {
    margin-left: auto;
    margin-right: auto;
}

::deep ::deep .navbar-item {
    height: 40px;
    width: 40px;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration:none;   
}

    ::deep ::deep .navbar-item.active {
        background-color: #e5f0ff;
        color: var(--bs-primary);
        cursor: default;
    }

    ::deep ::deep .navbar-item i {
        font-size: 18px;
    }

    ::deep .navbar-item:hover {
        background-color: #e5f0ff;
    }

::deep ::deep .navbar-item:not(.active) i,
::deep ::deep .navbar-item:not(.active) p {
    color: #9ca9c3;
}
