.left-inner nav ul li.active li a {
    color: #58595b;
}
.b-left-menu nav ul li.active li a:hover, .left-inner nav ul li ul li.active a {
    color: #146e38;
    text-decoration: none!important;
}

.left-inner nav li.has_childs > a::after {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
    top: 6px;
}

.b-left-menu nav .active.has_childs > a {
    color: #146e38;
}

.left-inner nav li.has_childs > a {
    position: relative;
    padding-right: 15px;
}

.left-inner nav .active li a {
    background: none;
    padding-left: 16px !important;
}

.b-left-menu nav .active a {
    display: block;
    background: #fff !important;
    padding: 0;
    color: #146e38;
    text-decoration: none!important;
}