a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/

.nav-link::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
/*
ul li a:hover i, ul li a:hover{
    color: #172b4d !important;
    background: #fff;
}
*/
/*
ul li.active > a , a[aria-expanded="true"]{
    color: #fff;
    background: #6d7fcc;
}*/
/*
ul li.active > a{
    color: #fff;
    background: #6d7fcc;
}
*/
ul ul.list-unstyled li a {
    /*background: #1C345D;*/
    /*background: #87B51C;*/

}

ul ul.list-unstyled li a i{
    font-size: 0.9em !important;
    padding-left: 20px !important;
}
/*
ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
*/
ul.navbar-nav a.nav-link:hover, ul.navbar-nav a.nav-link:hover i{
    /*color: #172b4d !important;
    background: #fff;*/
    color: #B5D67C !important;
}

ul.navbar-nav.mb-md-3 strong li a:hover i, ul.navbar-nav.mb-md-3 strong li a:hover{
    /*color: #172b4d !important;
    background: #fff;*/
    color: #B5D67C !important;
}

.navbar-vertical .navbar-nav .nav-link > i {
    font-size: 1.2rem;
    line-height: 1.5rem;
    min-width: 2rem;
    padding-right: 10px;
}