

.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: 10px;
}


.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px!important;
  border-radius: 6px;
}

/* есть еще класс selected - его вы тоже можете использовать для макета и оформления*/

.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(36%) sepia(88%) saturate(914%) hue-rotate(342deg) brightness(130%) contrast(103%);
}

.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-menu .menu-item-profile img.menu-item-icon {
  content:url("https://fs.getcourse.ru/fileservice/file/download/a/617643/sc/107/h/17a97e610fc85c4f8c18f249b0605a84.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;
  }
}
@media (max-width:850px) {
   /*Увеличила ширину менюшки для мобильных устройств*/
    .gc-account-leftbar {
    width: 83px!important;
}
    .gc-account-leftbar .gc-account-user-submenu-bar {
    left: 83px!important;
    }
}
