.submenu .dropdown-item{
    position: relative;
}
@media only screen and (min-width:768.99px){
    .navbar-nav .dropdown-menu{
        min-width: 15rem;
    }
    .menu-item-group {
        display: flex;
        align-items: center;
    }
    .submenu .dropdown-toggle::after{
        top: 9px;
        right: 20px !important;
        position: absolute !important;
        bottom: 0;
        color: #000!important;
    }
    .submenu-clicker{
        width: 20%;
        display: block;
        z-index: 4;
        flex: 1 1 0;
        color: #fff;
        position: relative;
    }
    .submenu:hover,
    .submenu.active{
        position: static!important;
    }
    .submenu:hover .dropdown-menu,
    .submenu.active .dropdown-menu{
        top: -1px;
        left: 98%;
        display: block!important;
        height: 100.9%;
    }
    li.close-submenu {
        display: none;
    }
    .submenu .dropdown-menu {
        padding-top: 10px;
    }
}
@media only screen and (max-width:768.98px){
    #navbarNav {
        border-right: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
    }
    .nav-link.dropdown-toggle::after{
        top: 12px;
        right: 38px !important;
        position: absolute !important;
        bottom: 0;
        color: #000;
    }
    .submenu .dropdown-toggle::after{
        top: 12px;
        right: 38px !important;
        position: absolute !important;
        bottom: 0;
        color: #000;
    }
    .menu-item-group{
        display: flex;
        align-items: center;
    }
    .submenu .dropdown-item.item-link{
        width: 80%;
        position: static;
        border-right: 1px solid #e3e3e3;
    }
    .submenu-clicker{
        width: 20%;
        display: block;
        z-index: 4;
        content: "";
        flex: 1 1 0;
        color: #fff;
        cursor: pointer;
    }
    .submenu.active {
        position: static;
    }
    .submenu.active .dropdown-menu{
        top: -1px;
        left: 0;
        display: block !important;
        height: 100.9%;
        position: absolute;
        width: 100%;
    }
    li.close-submenu {
        text-align: right;
        padding-right: 1.5rem;
        cursor: pointer;
        font-weight: 600;
    }
}
