#sidebar-wrapper li {
    list-style: none;
    border-radius:12px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: rgba(100, 116, 139, 1);
    line-height: 22.4px;
}

.setting-content li a {
    display: block;
    text-decoration: none;
    color: rgba(100, 116, 139, 1);
    line-height: 22.4px;
}

.setting-content li a .menu-text {
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;

}

.sidebar-nav li a .menu-text {
    align-items: center;
    /* font-size: 14px; */
    letter-spacing: 1px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: rgba(100, 116, 139, 1);
    background: rgba(255, 255, 255, 0.2);

}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: rgba(100, 116, 139, 1);
    background: none;
}

.sidebar-title {
    position: absolute;
    top: 1.5rem;
    left: 1.9rem;
}

.sidebar-title h4 {
    color: rgba(148, 163, 184, 1);
    line-height: 19.2px;
    text-transform: uppercase;
}

.sidebar-nav {
    transition: width 0.3s ease;
    padding-left:1rem;
    padding-right:1rem;
}

#sidebar-wrapper ul li:hover {
    background-color: rgba(248, 250, 252, 1);
    color: #265073;

}


#sidebar-wrapper ul li a:hover {
    color: #265073;

}

#sidebar-wrapper ul li a .menu-text:hover {
    font-weight: bold;

}

svg:hover svg path {
    stroke: blue;
    /* Change to your desired color */
}


#sidebar-wrapper {
    transition: width 0.3s ease;
    /* height: 93vh; */
    height: 100vh;
}

#content-wrapper {
    /* height: 93vh; */
    height: 100vh;
}

.col-2.narrow {
    width: 85px;
}

.col-10.narrow-content {
    width: 93.33%;
    transition: width 0.3s ease;
}

.setting-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    /* padding-bottom: 4rem; */
}

.menu-text {
    display: initial;
}

.hide-text {
    display: none;
}

li:hover svg,
li:hover svg path {
    fill: #265073;
}

svg {
    /* width: 25px;
    height: 25px; */
    fill: #64748B;
}
.sidebar-height{
    height: calc(100vh - 70px) !important;
}
.sidebar-menu::-webkit-scrollbar{
    width: 4px;
}
