

<!--Настройка бокового меню-->

<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.gc-account-user-submenu-bar h3 {
color: #FFF9E8 !important;
}

a.subitem-link {
  font-family:"Montserrat";
  /*font-size:20px!important;*/
color: #FFF9E8 !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: #5D684F;
}
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;
}
/* Фон панели на мобильной версии */
@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu,
  .gc-account-leftbar .toggle-link {
background: #5D684F;
    }
}

/* Цвет фона подменю */
.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: #8D9484; color: #FFF9E8;
}

</style>



<style>
.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/26633/sc/25/h/10595008160c52af220fcb414bfc3735.png) !important;}

/* Сайт */
li.menu-item-cms a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/26633/sc/384/h/905c3456edbab3cab56f48dc372cebf6.png) !important; }

/* Обучение */
li.menu-item-teach a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/26633/sc/145/h/414f929f600c659dac44f6cd1401f47a.png) !important; }

/* Пользователи */
li.menu-item-user a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/26633/sc/485/h/4ad2066cdc88f0960980b27167629983.png) !important; }

/* Задачи */
li.menu-item-tasks a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/26633/sc/116/h/1c28db736f280b98f4c46663e63c90e8.png) !important; }

/* Сообщения */
li.menu-item-notifications a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/26633/sc/49/h/163528e668c50cb9d3e13b3a088822f1.png) !important; }

/* Продажи*/
li.menu-item-sales a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/26633/sc/81/h/3651130112bbf872d686f0c7340ac9ba.png) !important; } 

/* Прячем старую иконку чатиума полностью*/


li.menu-item-chatium {
  display:none;
}
</style>

<!-- ДОБАВЛЕНИЕ ПОДПИСЕЙ ПУНКТОВ МЕНЮ-->
<style>
.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small) a,
.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small).active a, 
.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small).selected a {
 background-position: 50% 30%!important;
  display: flex!important;
  flex-direction: column-reverse!important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration:none;
}

.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small) a {
  min-height: 70px;
}

.gc-account-leftbar li:not(.menu-item-profile):not(.menu-item-notifications_button_small) .notify-count { 
  bottom: unset;
  top: 40%;
}

.gc-account-user-menu li.active a:before, 
.gc-account-user-menu li.selected a:before,
.gc-account-user-menu li:hover a:before {
  color: #FFF9E8!important;
}

.gc-account-user-menu li a:before {
  display: block;
  text-align: center;
  max-width: calc(100% + 20px);
  min-height: 1em;
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
  margin: 5px -10px 0; 
  color: #8D9484;
font-weight: 700;
  /* 
  Если вы заменяете иконки через фон ссылки, 
  а не через :after, то используйте эти свойства: */
  /*
  position: absolute;
  bottom: 8px; 
  left: 0; 
  */
}

.gc-account-user-menu li.menu-item-cms a:before {
  content: "Страницы";
}
.gc-account-user-menu li.menu-item-teach a:before {
  content: "Обучение";
}
.gc-account-user-menu li.menu-item-user a:before {
  content: "Ученики";
}
.gc-account-user-menu li.menu-item-tasks a:before {
  content: "Задачи";
}
.gc-account-user-menu li.menu-item-notifications a:before {
  content: "Сообщения";
}
.gc-account-user-menu li.menu-item-sales a:before {
  content: "Покупки";
}
.gc-account-user-menu li.menu-item-chatium a:before,
.gc-account-user-menu li.menu-item.new-chatium-icon a:before {
  content: "Chatium";
}
</style>




