.nav-tabs .nav-link {

    padding: 10px !important;
}
.sidebar-area .cate-box ul li {
    padding: 10px !important;
}


/* Style the main menu */
.toolbar-share-icon ul {
    list-style-type: none;
    padding: 0;
}

/* Style the top-level menu items */
.toolbar-share-icon ul>li {
    display: inline-block;
    position: relative;
    /* Needed for submenu positioning */
}



/* Style the submenu */
.toolbar-share-icon ul ul {
    display: none;
    /* Hide submenu by default */
    position: absolute;
    top: 100%;
    /* Position below the parent item */
    right: 0;
    background-color: #1aaeae;
    /* Border for separation */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Add a shadow for depth */
    z-index: 99;
    /* Ensure the submenu appears on top */
    width: 200px;
}
.toolbar-share-icon ul ul li::after {
   display: none;
}
.toolbar-share-icon ul li.has-submenu:hover::after {
    color: #ae191d !important;
}

.toolbar-share-icon ul li.has-submenu::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    font-size: 14px;
    margin-left: 4px;
    color: #fff;
}
.toolbar-share-icon ul li.has-submenu ul li{
    border-bottom: 1px solid #fff;
    width:100%;
    text-align: left;
    margin: 0 0 !important;
}
/* Style the submenu items */
.toolbar-share-icon ul ul li {
    display: block;
    clear: both;
    padding: 5px 10px;
    /* Add padding to submenu items */
}

.toolbar-share-icon ul ul li a {
    color: #fff;
    /* Change submenu text color as needed */
    text-decoration: none;
}

/* Style for active menu item */
.toolbar-share-icon ul li.active a {
    color: #ff0000;
    /* Change the color of the active menu item */
}