

.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: 15px;
}

/*уведомления*/
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small a {
       height: 60px !important; 
}
.gc-account-leftbar .menu-item.menu-item-notifications_button_small a img {
  display:block!important;
  margin-left: 20px;
}

.gc-account-leftbar .menu-item.menu-item-notifications_button_small .notify-count {
  width: 25px;
  padding: 3px 0px;
}


.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px;
  border-radius: 6px;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.menu-item-profile a:hover {
    background-color: transparent!important;
}
/*иконка Приложения системная*/
.menu-item.menu-item-chatium {
  display: none;
}

.gc-account-leftbar .gc-account-user-menu li.active .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li.selected .menu-item-icon,
.custom-menu .gc-account-leftbar .menu-item-teach.selected a img,
.gc-account-leftbar .gc-account-user-menu li:hover .menu-item-icon,
.gc-account-leftbar .menu-item.menu-item-notifications_button_small.selected .menu-item-icon{

filter: invert(65%) sepia(73%) saturate(441%) hue-rotate(174deg) brightness(92%) contrast(88%);
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile:hover .menu-item-icon {
  filter:none!important;
}
.gc-account-leftbar .notify-count.with-label {
    height: 21px;
}
.gc-account-leftbar li.menu-item.menu-item-profile  img {
    border-radius: 50px;
  border:2px solid #ffffff;
}

/* лого в подменю */
.gc-account-leftbar .gc-account-user-submenu-bar {
   
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/818324/sc/476/h/b8b034ea14aafd84cdfa65aec8e47ad7.png);
    background-repeat: no-repeat !important;
    background-position: bottom 25px right 30px !important;
    -webkit-box-shadow: 10px 0 20px rgba(52, 21, 69, 0.2);
    box-shadow: 10px 0 20px rgba(52, 21, 69, 0.2);
}

/* черный текст в балансах */
.gc-account-user-submenu-bar .user-balance p {
    color: #333333;
}

/* оставьте это в стилях, если хотите, чтобы всегда была подмена, но уберите отмену фильтра, чтобы сохранить выделение*/
.menu-item-profile .menu-item-icon[src="/public/img/default_profile_50.png"]  {
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/818324/sc/81/h/334919428bec77758bc9c98489d2d71a.png");
}
.gc-account-user-submenu-bar h3 {
    font-family: var(--second-family)!important;
    
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
    position: relative;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
   font-family: var(--font-family)!important;
    position: relative !important;
    z-index: 9999;
    transition: all 0.1s;
    font-family: ;
    font-size: 15px;
    font-weight: normal;
}


