

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
:root {
    --font: "Geologica", sans-serif;
    --akcent1:#E50046;/*ярко красный*/
    --akcent11:#8E172F;/*бордовый*/
    --akcent2:#212C52;/*синий*/
    --akcent22:#171B37;/*темно-темно синий*/
}

.gc-account-leftbar .gc-account-user-menu {
    margin: 0 6px;
}

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 5px;
}

.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: 15px;
}*/

/*возвращение иконки оповещений при наличии непрочитанных сообщений*/
.menu-item.menu-item-notifications_button_small .menu-item-icon {
    display: block!important;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.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 {
  filter: invert(99%) sepia(98%) saturate(2%) hue-rotate(129deg) brightness(109%) contrast(101%);
}

.gc-account-leftbar .gc-account-user-menu li.selected .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:hover.selected .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:hover.active .menu-item-icon {
  filter: invert(99%) sepia(98%) saturate(2%) hue-rotate(129deg) brightness(109%) contrast(101%);
}

.gc-account-leftbar .menu-item.menu-item-notifications_button_small .notify-count {
  width: 25px;
  padding: 0px 0px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    right: 17px;
}

.gc-account-leftbar .notify-count.with-label {
    height: 21px;
}

.gc-account-leftbar li.menu-item.menu-item-profile  img {
    border-radius: 6px;
}

/* черный текст в балансах */
.gc-account-user-submenu-bar .user-balance p {
    color: #333333;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.menu-item-profile a:hover {
    background-color: transparent!important;
}

/* оставьте это в стилях, если хотите, чтобы всегда была подмена, но уберите отмену фильтра, чтобы сохранить выделение*/
.menu-item-profile .menu-item-icon[src="/public/img/default_profile_50.png"]  {
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/352206/sc/275/h/0bf8c3871c51ea03e7c706b7ead2f20b.png");
}

/*подменю*/

.gc-account-user-submenu-bar .gc-account-user-submenu li {
    position: relative;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    position: relative !important;
    z-index: 9999;
    transition: all 0.1s;
    font-family: var(--font);
    /*text-transform: capitalize;*/
    font-size: 15px;
    font-weight: 400;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    background: var(--bel);
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/352206/sc/173/h/012fdc138de61b05142f4f29e40ba19b.svg);
    background-repeat: no-repeat !important;
    background-position: bottom 25px right 0px !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 .gc-account-user-submenu li a:hover {
    color:#ffffff;
}
.gc-account-user-submenu-bar h3 {
    font-family: var(--font)!important;
    font-size: 22px!important;
    font-weight: 300!important;
 }















