

/*-- боковая панель геткурс @laro4kaft — начало --*/

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 0px;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  margin-top: 5px;
}

/*уведомления*/
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small a {
       height: 50px !important; 
}

.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px;
}

.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:hover .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.menu-item-profile:hover .menu-item-icon {
  filter:none!important;
}

.gc-account-leftbar .notify-count.with-label {
    height: 21px;
}

.menu-item-profile .menu-item-icon {
    border-radius: 100px;
    width: 50px;
    border:2px solid #ffffff;
    margin-top: 10px;
}

/* черный текст в балансах */
.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://fs20.getcourse.ru/fileservice/file/download/a/52684/sc/128/h/a450b0d534322428e591eba0e4e6ba39.png");
}

.gc-account-user-submenu-bar h3 {
    color:var(--knopka1)!important;
    font-family: var(--family);
    font-size: 18px;
    font-weight: 500;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
    position: relative;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    color: var(--knopka1);
    position: relative !important;
    z-index: 9999;
    transition: all 0.1s;
    font-family: var(--family);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: transparent;
    color: #fff;
    z-index: 1;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li::after {
    content: "";
    background: #FC9A8F;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 0;
}


.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    

  .gc-account-leftbar a.toggle-link::before {
	content: url(https://img.icons8.com/ios-filled/34/FC9A8F/xbox-menu.png);
}

    .gc-account-leftbar .without-icon img {
        display: none;
    }

    .gc-account-leftbar a.toggle-link {
        position: relative;   
    }

    .gc-account-leftbar a.toggle-link::before {
        left: 10px;
        position: relative;
    }
.gc-page-nav-items-menu a {
        background: #FC9A8F;
        color: var(--text2);
  }
}


