

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {	
	font-family: 'Montserrat', Arial, sans-serif!important;
}
/*Боковое меню*/
.gc-account-leftbar .gc-account-user-menu li a {
  background:inherit;
  padding: 0px;
  margin: auto;
}

.gc-account-leftbar {
  width: 80px;
}
.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
  padding: 5px;
}

/* Фоновое изображение/заливка цветом */
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
background: #252525;
}
/*Настройки пунктов меню и рамочки*/
.gc-account-leftbar .gc-account-user-menu {
	  padding-top: 10px;
	  padding-bottom: 10px;
    margin-top: 30px!important;
    list-style: none;
    border: 1px solid #EB0D30;
    border-radius: 9px;
    box-shadow: 0px 0px 10px #EB0D30;
    margin-left: 5px;
}
/* Цвет фона подменю при наведении/выборе/активности иконки */
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small):not(.menu-item-marathon) a:hover,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small):not(.menu-item-marathon).selected a,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small):not(.menu-item-marathon).active a  {
	background:#4A4949;
	border-radius:16px!important;
    border:1px solid #EB0D30!important;
	width: 56px;
	height: 56px;
	display: block;
	box-shadow: 0px 0px 10px #EB0D30;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a:hover,.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:hover,.gc-account-leftbar .gc-account-user-menu li.menu-item-marathon a:hover,
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.selected a, .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_smal.selected a,.gc-account-leftbar .gc-account-user-menu li.menu-item-marathon.selected a,
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.active a, .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_smal.active a, .gc-account-leftbar .gc-account-user-menu li.menu-item-marathon.active a  {
	background: #252525!important;
}
/*Скрываем базовые иконки*/
.menu-item-profile img.menu-item-icon,
.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.menu-item-profile a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/101/h/18fa9cb95dd41349c0e727c16162454d.png) !important;
  border-radius:16px!important;
  border:1px solid #EB0D30!important;
	width: 56px;
	height: 56px;
	display: block;
	margin: auto;
	box-shadow: 0px 0px 15px rgba(239, 15, 50, 0.5);
}

/* Уведомления */
li.menu-item.menu-item-notifications_button_small a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/110/h/17d73e1d086c8b6142a87ccda9658294.png) !important;}

/* Сайт */
li.menu-item.menu-item-cms a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/87/h/1f0a3557701154920a76ef09fb2f3ae3.png) !important; }

/* Обучение */
li.menu-item.menu-item-teach a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/198/h/1f2463f881bf13d92cdd4b39619cea26.png) !important; }

/* Пользователи */
li.menu-item.menu-item-user a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/138/h/b360ad1205a4326f6bf5247eeec43739.png) !important; }

/* Задачи */
li.menu-item.menu-item-tasks a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/88/h/0670b8752ac07aae186fd625a9a63061.png) !important; }

/* Сообщения */
li.menu-item.menu-item-notifications a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/356/h/2ed757fcce16e7590c58dff6e8fab440.png) !important; }

/* Продажи */
li.menu-item.menu-item-sales a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/270/h/81d70bcf2023b5c41edd60dff3d8105a.png) !important; }

/* APP */
li.menu-item.menu-item-chatium a:before {
  content:url(https://fs.getcourse.ru/fileservice/file/download/a/895713/sc/190/h/ac467b5d10cf7dc5082c5b3347687ca3.png) !important;
  
}
/*Настройки выдыигающегося меню*/
.gc-account-leftbar .gc-account-user-submenu-bar {
	background: #252525;	  
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(50, 50, 50, 0.1);
    border-radius: 9px;
}
.gc-account-leftbar .gc-account-user-submenu-bar:hover {
    box-shadow: 0px 0px 15px rgba(239, 15, 50, 0.5);    
    background: #252525;
    border: 1px solid rgba(239, 15, 50, 0.25);
}
.gc-account-user-submenu-bar h3 {
	  color: #ffffff;
      font-family: 'Montserrat', Arial, sans-serif!important;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
	  color: #ffffff;
	  font-weight: 100;
      font-family: 'Montserrat', Arial, sans-serif!important;
	  transition: 0.3s;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
	  box-shadow: 0px 0px 15px rgba(239, 15, 50, 0.5);
	  border: 1px solid #EB0D30;
	  border-radius: 9px;
	  transform: scale(1.05);
	  background: #4A4949;
}
/*Скрываем подписи иконок*/
	li.menu-item .menu-item-label {
	  display: none;
} 
/* Фон панели на мобильной версии */
@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu,
  .gc-account-leftbar .toggle-link {
background: #252525!important;
    }
}

