

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/* кружок обратной связи */
.gc-account-leftbar .menu-item-label {
  display:none;
}
/* Цвет фона бокового меню */
.gc-account-leftbar {
    background: linear-gradient(346deg, #181818 0%, #000 100%);
}

.gc-account-leftbar .gc-account-user-menu li {
    border-bottom: 0 !important;
}

.gc-account-leftbar .gc-account-user-menu li.selected a {
    background: linear-gradient(180deg, #181818 0%, #1a1a1a 100%);
}
.menu-item-profile .menu-item-icon {
  border-radius: 100px; 
  width: 50px;
  border: 3px solid #BFE602;
}
.gc-account-leftbar .gc-account-user-menu li.active a {
    background: linear-gradient(180deg, #bee302 0%, #d4ff00 100%);
}

.gc-account-leftbar .gc-account-user-menu li.active a img {
    filter: brightness(0);
}

.gc-account-leftbar .gc-account-user-menu li a {
    background: transparent;
    transition: .3s;
}

.gc-account-leftbar .gc-account-user-menu li a img {
    filter: brightness(10);
}

.gc-account-leftbar .gc-account-user-menu li a:hover img {
    filter: brightness(0);
}

.gc-account-leftbar .gc-account-user-menu li:hover a {
    background: linear-gradient(180deg, #bee302 0%, #d4ff00 100%);
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    background: #BFE602;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    text-transform: inherit;
    color: var(--color-text-4);
    font-family: Manrope;
    font-weight: 400;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: #ffffff;
    color: var(--color-text-1);
}

.gc-account-user-submenu-bar h3 {
    color: var(--color-text-4);
    font-family: var(--font-Gilroy);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a {
    border-top: 1px solid #0003 !important;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 54px;
}
.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-chatium img.menu-item-icon {
  display: none !important;
}
li.menu-item.menu-item-notifications_button_small a:after {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/384220/sc/177/h/b79849b265abf8599dd522b6826f8b9a.png") !important;
}
/* Замена картинки бокового меню "Обучение" */
li.menu-item.menu-item-teach a:after {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/384220/sc/234/h/fc33c2fa56e6dbbc9022673b84085e0a.png") !important;
}
li.menu-item.menu-item-notifications a:after {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/384220/sc/296/h/27856abd01fa680fede5a8556db9a90d.png") !important;
}
li.menu-item.menu-item-chatium a:after {
 content: url("https://fs.getcourse.ru/fileservice/file/download/a/384220/sc/301/h/6f6eb2a4ff65056ca6563ff3389eabb6.png") !important;
}
/* Адаптивность */
@media (max-width: 768px) {
html .gc-account-leftbar .toggle-link,
html .gc-account-leftbar.expanded .toggle-link {
background: #181818;
}
html .gc-account-leftbar .gc-account-user-menu {
background: #181818; 
}
html .gc-page-nav-items-menu a {
font-family: var(--font), Manrope, sans-serif;
font-weight: 700;
font-size: 11px;
color: #fff;
background: #181818;
}
.talks-widget-button {
background: #181818;
}
html .gc-account-leftbar .gc-account-user-menu li {
border-bottom: 0;
}
html .gc-page-nav-items-menu {
left: 70px;
}

