

/* Шрифты в подменю */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display+SC:wght@700&display=swap');

.gc-account-user-submenu-bar h3 {
  font-family:"Playfair Display SC";
  font-size:20px!important;
}

a.subitem-link {
  font-family:"Montserrat";
  font-size:14px!important;
}

/* Закончилось меню */

.gc-account-leftbar .gc-account-user-menu li a {
  background:inherit;
}

.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}

/* Фоновый цвет*/
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
background: #FFD9DA!important;

}

/* Цвет фона подменю */
.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-leftbar .gc-account-user-submenu-bar,
.gc-account-leftbar .gc-account-user-menu li.selected a,
.gc-account-leftbar .gc-account-user-menu li.active a  {background:#ffe8ed!important;
}


/* Фон панели на мобильной версии */

@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu,
  .gc-account-leftbar .toggle-link {
background: #FFD9DA!important;
    }
}


/* Прячем старые иконки */
.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-cms img.menu-item-icon,
.menu-item-user img.menu-item-icon,
.menu-item-tasks img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-sales img.menu-item-icon,
.menu-item-chatium img.menu-item-icon
 {
  display:none !important;
}

/* Уведомления */
li.menu-item-notifications_button_small a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/144/h/8f71764515f248ac1500bea8e019d6dc.png) !important;}

/* Сайт */
li.menu-item-cms a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/152/h/a71057824f807d1af80d9162aa87ea9f.svg) !important; }

/* Обучение */
li.menu-item-teach a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/129/h/1070b6d8113b752a3e4a18ece0e256d6.svg) !important; }

/* Пользователи */
li.menu-item-user a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/236/h/d6f32954e4e8f855dce6b39bc98757e9.svg) !important; }

/* Задачи */
li.menu-item-tasks a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/68/h/0e0c52732915c2426dcc78655ff7f977.svg) !important; }

/* Сообщения */
li.menu-item-notifications a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/236/h/94f9942ace2ffe84d48f497268b93e6f.svg) !important; }

/* Продажи */
li.menu-item-sales a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/158221/sc/230/h/abee0502b781146881f17b5de1dc6d0d.svg) !important; }


/* Прячем пункт меню чатиума */
li.menu-item-chatium {
    display: none!important;
}


a.subitem-link:after {display:none;}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a,
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
  border-top:none!important;
}

.notice-top-panel
{
    background:#2F2F2F!important;
}
.notice-top-panel .btn {
    margin-left: 15px;
    background: #FFE0DE;
    border-color: #FFE0DE;
    color: #333333;
}


