.main-menu {
    justify-content: right;
}
.righ-menu {
    border: 1px solid var(--midGray);
    border-radius: 25px;
}
.menu-link:hover {
    background: var(--midGray) !important;
    /* color: #2f2f2f !important; */
    /* background: none !important; */
    /* border-top: 1px solid var(--workflow);     */
}
.top-bar {
    background: var(--barColor);
    border-radius: 10px;    
}
.title-service {
    letter-spacing: .3rem;
}
.menu-title {
    color: var(--white) !important;
}
.menu-sub-dropdown {
    background: var(--midGray);
}
.menu-sub-dropdown .menu-link:hover {
    background: none !important;
}
.menu-state-bg .menu-item.show>.menu-link {
    background: var(--midGray);
    color: var(--white) !important;
}
.menu-state-bg .menu-item.show>.menu-link .menu-arrow:after {
    background: var(--white) !important;
}
.menu-active {
    /* background: var(--midGray); */
    border-top: 1px solid var(--workflow);
}
.badge-notif {
    top: 7px !important;
    left: -13px;
}
.top-content {
    background: var(--topContent) !important;
    border-radius: 10px;    
}