

html .gc-account-leftbar .gc-account-user-menu li a svg path {
    fill: #fff;
}
html .gc-account-leftbar .gc-account-user-menu li a:hover svg path,html .gc-account-leftbar .gc-account-user-menu li.active a svg path{
    fill: #1DCEFF;
}
.gc-account-leftbar .gc-account-user-menu li a:hover:after, .gc-account-leftbar .gc-account-user-menu li.selected a:hover:after,.gc-account-leftbar .gc-account-user-menu li a:hover:after {
    color: #1DCEFF;
}


.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-cms img.menu-item-icon,
.menu-item-user img.menu-item-icon,
.menu-item-tasks img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-sales img.menu-item-icon,
.menu-item-chatium img.menu-item-icon,
.gc-account-user-menu .menu-item-chatium a:before
 {
  display:none !important;
}

html .gc-account-leftbar .gc-account-user-menu li a {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    min-width: 2rem;
    margin: 1.3rem 0;
    height: auto;
}
.gc-account-user-menu .menu-item a:after {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 550;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	letter-spacing: -0.035em;
	color: rgba(245, 245, 247, 0.5);
	margin-top: 5px;
	transition: color .3s ease;
}
.gc-account-leftbar .menu-item-label {
    display: none !important;
}
.gc-account-user-menu .menu-item a:after{
    transition: all .3s linear;
}

li.menu-item.menu-item-notifications_button_small {
    &::after {
      display: none;  
    }}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 47px;
}
.gc-account-user-menu .menu-item-notifications_button_small a:after {
	content:'Оповещение';
    color: white ;
    font-size:11px;
}

.gc-account-user-menu .menu-item-cms a:after {
	content:'Сайт';
    color: white ;
}

.gc-account-user-menu .menu-item-teach a:after {
    content: 'Обучение'; /*Код иконки Обучение*/
    color: white ;
}

.gc-account-user-menu .menu-item-user a:after {
    content: 'Люди'; /*Код иконки Пользователи*/
    color: white;
}

.gc-account-user-menu .menu-item-tasks a:after {
    content: 'Задачи'; /*Код иконки Задачи*/
    color: white;
}

.gc-account-user-menu .menu-item-notifications a:after {
    content: 'Сообщения'; /*Код иконки Сообщения*/
    color: white;
}

.gc-account-user-menu .menu-item-sales a:after {
    content: 'Покупки'; /*Код иконки Продажи*/
    color: white;
}

.gc-account-user-menu .menu-item-chatium a:before {
    content: url('/fileservice/file/download/a/305059/sc/166/h/3eb9d0f3b1c9844575f407cb94ed1997.png'); /*Код иконки Чатиум*/
}

.gc-account-user-menu .menu-item-chatium a:after {
    content: 'Chatium'; /*Код иконки Чатиум*/
    color: white;
}

.gc-account-user-submenu-bar-notifications h3 {
    font-size: 19px !important;
}
.gc-account-leftbar .notify-count.with-label {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50px;
    top: 0;
    background: #000!important;
}
.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance p {
    color: grey;
}
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-delimiter a,
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a{
    border: none;
}

.menu-item-notifications_button_small .notify-count {
    width: 20px;
    height: 20px;
    background: #000!important;
    position: absolute;
    top: 0;
    left: 50px;
}
