

.gc-account-leftbar .gc-account-user-menu {
    margin: 0 6px;
}

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 10px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  margin-top: 25px;
}

/*.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small {
    display: none;
}*/

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 9px;
    right: -5px;
}


.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px!important;
  border-radius: 6px;
}
/*иконка уведомлений*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small img.menu-item-icon {
    display: block!important;
  margin-left: 18px;
}

/*.gc-account-leftbar .gc-account-user-menu li.active .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:hover .menu-item-icon,
.gc-account-leftbar .menu-item-label:hover
{
 filter: invert(82%) sepia(41%) saturate(2042%) hue-rotate(164deg) brightness(96%) contrast(90%);
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile:hover .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li.active .menu-item-icon
{
  filter:none!important;
}*/

.gc-account-leftbar .notify-count.with-label {
    height: 21px;
     top: 20px;
}


/* если решите оставить иконку видную при обращении к ней */

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile:hover .menu-item-icon, 
.gc-account-leftbar .gc-account-user-menu li.active .menu-item-icon {
filter:none}


.gc-account-leftbar li.menu-item.menu-item-profile  img {
    border-radius: 6px;
}



/* черный текст в балансах в лефтбаре*/
.gc-account-user-submenu-bar h3, .gc-account-user-submenu-bar .user-balance p {
    color: #000!important;
}

/* оставьте это в стилях, если хотите, чтобы всегда была подмена, но уберите отмену фильтра, чтобы сохранить выделение*/
/*.gc-account-user-menu .menu-item-profile img.menu-item-icon {
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/119117/sc/493/h/0e43f050e97880be59c34099a3594998.png");
}*/

/*подписи*/
.custom-menu .gc-account-leftbar .menu-item-label {
       font-size: 10px;
       color: #fff;
}
.gc-account-leftbar .menu-item-label {
       margin-top: 8px;
}
.custom-menu .gc-account-leftbar li.active .menu-item-label, .custom-menu .gc-account-leftbar li.selected .menu-item-label {
    color: #2297c9;
}

@media (max-height: 650px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 60px;
  }
  
}
@media (max-height: 550px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 50px;
  }
}




