

.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,
span.menu-item-label {
    display: none!important;
}

.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px;
  border-radius: 6px;
}

.gc-account-leftbar .gc-account-user-menu li.active .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:hover .menu-item-icon {
  filter: invert(97%) sepia(51%) saturate(5379%) hue-rotate(295deg) brightness(96%) contrast(77%);
}

.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;
}

/* если решите оставить иконку видную при обращении к ней */

.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 .user-balance p {
    color: #000;
}

/* оставьте это в стилях, если хотите, чтобы всегда была подмена, но уберите отмену фильтра, чтобы сохранить выделение*/
/*.gc-account-user-menu .menu-item-profile img.menu-item-icon {
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/592425/sc/52/h/de2df4a1557672b950480c0249c7e291.png");
}*/


@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;
  }
}
