html[data-color=light-blue] {
    --menu-shadow: none!important;
    --menu-shadow-navcolor: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
html[data-placement=horizontal] .nav-container .menu-container .menu > li > a,
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu > li a
{
    text-transform: uppercase;
}
html[data-placement=horizontal] .nav-container .menu-container .menu > li > a.aktif {
    background-color: #f9f9f9!important;
    box-shadow: none!important;
    color: #00AFEF!important;
}

html[data-placement=vertical] .nav-container .nav-content .menu-container {
    margin-left: 0rem;
    margin-right: 0rem;
    width: 18rem;
}
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu {
    padding-right: 0rem;
    padding-left: 0rem;
}
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu > li a {
    padding: 1.1rem 1rem;
}
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.aktif {
    background-color: #f9f9f9!important;
    color: #00AFEF!important;
}
html[data-placement=vertical] .nav-container .nav-content .menu-container .menu li a.aktif .icon {
    color: #00AFEF!important;
}
.ic-pos {
    position: absolute;
    top: 13px;
    left: 16px;
    color: rgba(var(--alternate-rgb), 0.5);
    z-index: 1;
}