
    .vertical-menu-item {

        line-height: 40px;
        color: #fff;
        /*background-color: #343a40;*/
        /*background-color: #68c32b;*/
        font-size: 16px;
        max-height: 300px;
    }
    .vertical-menu-item:hover  {
        background-color: #eee;
        text-decoration: none;
        color: #000;

        box-shadow: 0px 0px 4px 0 black;
    }
    .vertical-menu-item img {
        max-height: 170px;
    }

    .vertical-menu-item-12 {

        line-height: 40px;


}

.vertical-menu {
    /*background: linear-gradient(#7fff2a, #5aa02c);*/
    background-color: rgba(0,0,0,0.6);

}
.bg-dark {
    /*background: #023926 !important;*/
}