/* 
    Created on : Nov 7, 2020, 8:51:34 PM
    Author     : LENOVO
*/
.main-menu {
    background-color: #359d05;
}
.navbar { padding: 0; }
a.nav-link {
    padding: 20px 27px !important;
    font-size: 15pt;
    font-weight: bolder;
}

ul.top-menu a.nav-link {
    color: #f1f1f1;
    text-transform: uppercase;
    font-size: 14px;    
}

/*
li.nav-item.active a { color: #FFF !important }
a.nav-link:hover {     color: #FFF; }
*/
.active>a.nav-link,
a.nav-link:hover {
    background: #4dc416;
    color: #FFF !important;
}

a.nav-link i{
    background: #0072bd;
    color: #e8f2f9;
    height: 30px;
    border-radius: 50%;
    margin: -4px -10px;
    width: 30px;
    text-align: center;
    padding-top: 8px;
}

.dropdown-menu.show {
    margin-top: 0px;
    border-radius: 0;
    background-color: #fff;
    padding: 0px;
    min-width: 180px;
}
.dropdown-menu.show li.nav-item:first-child {
    border-top: none;
    padding-top: 0;
}
.dropdown-menu.show li.nav-item:last-child {
    border-bottom: none;
}
.dropdown-menu.show li.nav-item{
    border-bottom: 1px solid #a2acb1;
    border-top: 1px solid #fbfbfb;
    font-size: 13px;    
}

.dropdown-menu.show li.nav-item a.nav-link {
    color: #000;
    font-size: 13px;
    text-transform: none;
    padding: 5px 10px !important;
}
.dropdown-menu.show li.nav-item a.nav-link:hover {
    color: #f69522;
}


@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}

.dropdown-item::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}