

/*Убираем непонятный лейбл внизу меню*/
div#gl-widget-cont {
    display: none!important;
}


/*Скругляем аватар*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a img {
    max-width: 85%;
    margin: 5px;
    border-radius: 50%;

}



/*Текст уведомлений*/
.custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
    font-weight: 700!important;
    color: #1E1E1E;
}

/*двигаем значок с количеством*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small  .notify-count{
    bottom: 10px;
    right: 5px;

}

/*Подпись для уведомлений*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small > a:before {
    bottom: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small .notify-count {
    bottom: 30px;
    right: 5px;
}


li.menu-item.menu-item-notifications_button_small a {
    position: relative;
    height: 70px!important;
    padding-bottom: 20px;
}

li.menu-item.menu-item-notifications_button_small a:after {
    content: "Уведомления";
    position: absolute;
    color: #fff;
    bottom:10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 500;
}

li.menu-item.menu-item-notifications_button_small a:hover:after {
    color:#1E1E1E;
}


/*Скрываем светлые иконки у активного меню*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item:not(.menu-item-profile) a:hover > img,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.active:not(.menu-item-profile) img,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item:not(.menu-item-profile) a:active > img,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.selected:not(.menu-item-profile) img
{
    display:none;
}

/*Фон выделения активного пункта меню */
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item:not(.menu-item-profile) a:hover,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.active:not(.menu-item-profile),
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item:not(.menu-item-profile) a:active,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.selected:not(.menu-item-profile),
.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a,
.custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a
{
    background-color: #ffffff;
    border-radius: 10px;
    width: 65px;
    margin-top: 5px;
    margin-bottom: 5px;

}

/*Правим написание основного меню*/
.gc-account-leftbar span,
.menu-item-user .menu-item-label:before,
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-profile,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.active > a > span.menu-item-label,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.selected > a > span.menu-item-label{
    font-weight: 400!important;
    font-size: 10px!important;
}

/*Меняем цвет текста надписи при наведении*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item:not(.menu-item-profile) a:hover .menu-item-label,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.active:not(.menu-item-profile) .menu-item-label,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item:not(.menu-item-profile) a:active .menu-item-label,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.selected:not(.menu-item-profile) .menu-item-label{
    color: #1E1E1E!important; 
    font-size: 10px!important;
    font-weight: 600!important;
}


/*Меняем иконки у акивного меню на белые*/

/*уведомления*/



#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/509/h/69111b249108e8b042ac1e664393fb74.png");

}


#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications_button_small.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/474/h/4e1803397ed98dbabf5fd3cbbbcbf2a0.png");
}

/*сайт*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-cms:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-cms.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-cms.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/172/h/f336da4d1a20ea5d80b0ff233614633e.png");
}

/*тренинги*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-teach:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-teach.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-teach.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/123/h/4de80a2e32f0934241021ccfb74d22d4.png");
}

/*ученики*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-user:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-user.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-user.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/257/h/9b86640ee619612b619a0ee1c7ed9fef.png");
}

/*CRM*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-tasks:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-tasks.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-tasks.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/100/h/d9fa13d8745bdc6fb973519804141c02.png");
}

/*сообщения*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-notifications.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/189/h/a4513de8fc33ed6907f2273f247d02ab.png");
}

/*продажи*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-sales:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-sales.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-sales.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/288/h/b93a80e0c2bc965d14afb526c9fde732.png");
}

/*приложение*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-chatium:hover > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-chatium.active > a:before,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-chatium.selected > a:before{
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/496752/sc/91/h/bd94b96a9446273dfdb3b7540600a016.png");


}
