

*{
  outline: 0 !important;
  outline-offset:0 !important;
}

/* Меняем цвет панели */
.gc-account-leftbar,
.gc-account-leftbar .gc-account-user-menu li a,
.gc-account-leftbar .gc-account-user-menu,
.gc-account-leftbar .toggle-link,
.gc-page-nav-items-menu a,
.gc-account-leftbar.expanded .toggle-link 
{
  background-color: transparent;
}
.gc-account-leftbar {
  background: linear-gradient(180deg, #201C20 37.8%, #4B1117 71.45%, #640A11 85.24%, #8A0009 100%);
  border-radius: 0px 0px 0px 0px !important;
}
/* Граница панели*/
.gc-account-leftbar,
.gc-account-leftbar .gc-account-user-submenu-bar,
.gc-account-user-menu,
.gc-account-leftbar .gc-account-user-menu li:first-child a {
  border-radius: 0px 0px 0px 0px;
}
.gc-account-leftbar .gc-account-user-menu li a {transition: .3s linear;}
.gc-account-leftbar .gc-account-user-menu li:first-child a {
  border-radius: 0 0px 0 0;
}
.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a {
}
/* Меняем цвет меню и пунктов на панели */
.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-leftbar .gc-account-user-menu li.selected:hover a
{
  background-color: #8A0009; 
  border-radius: 0 0px 0 0;
}
.gc-account-leftbar .gc-account-user-menu li.active a, 
.gc-account-leftbar .gc-account-user-menu li.selected a {
  background: #8A0009; 
  border-radius: 0 0px 0 0;
}
.gc-account-leftbar .gc-account-user-submenu-bar {
	background: #8A0009; 
}
.gc-account-leftbar .gc-account-user-menu li.active:first-child a, 
.gc-account-leftbar .gc-account-user-menu li.selected:first-child  a {
  border-radius: 0;
}
/**** Иконки на панели *****/

/* Скрывает стандартные иконки, кроме первого пункта */
.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a img {
  display: none;
  position: relative;
  z-index: 1;
}
/* Убираем названия у пунктов */
.custom-menu .gc-account-leftbar .menu-item-label {
  display: none;
}
/* Убираем нижнюю границу у пунктов */
.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}
/* Добавляем свои иконки */

.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a:after {
  content: '';
  position: absolute;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* Добавляем надписи пунктам меню */
.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 7px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: 'Noah', sans-serif;;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  z-index: 2;
  color: #FFFFFF;
}
.gc-account-leftbar .gc-account-user-menu li:not(:first-child):hover a:before,
.gc-account-leftbar .gc-account-user-menu li.active a:before, 
.gc-account-leftbar .gc-account-user-menu li.selected a:before {
  color: #FFFFFF;
}
/* Уведомления */
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height: 70px;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:after {
  width: 27px;
  height: 29px;
  right: calc(50% - 13.5px);
  top: calc(50% - 20px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/172/h/cc90ca239d234522d3271b2a4ff31fb3.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:hover:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-notifications_button_small a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-notifications_button_small a:after {
   background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/431/h/4c72c7a8f18a3dc80b6027cdc9eabfce.svg') no-repeat 50% 50%/contain; 
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:before {content: '';text-transform: uppercase;}

/*Сайт*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:after {
  width: 32px;
  height: 32px;
  right: calc(50% - 16px);
  top: calc(50% - 23px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/145/h/98a0d6bfb429168a210b52d77b3d686a.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-cms:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-cms a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-cms a:after {
 background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/362/h/fabba5e689e1a8fe5ad9384a7965ed75.svg') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:before {
  content: 'Сайт';text-transform: uppercase;
}
/*Обучение*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:after {
  width: 29px;
  height: 29px;
  right: calc(50% - 14.5px);
  top: calc(50% - 18.5px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/129/h/c1b23ed1314d8a68a21f4b76306ae427.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-teach:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-teach a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-teach a:after {
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/445/h/6f9fdc88fdab6aeb5ea7034df254df08.svg') no-repeat 50% 50%/contain; 
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:before {content: 'Обучение';text-transform: uppercase;}
/*Пользователи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:after {
  width: 32px;
  height: 32px;
  right: calc(50% - 16px);
  top: calc(50% - 22.5px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/255/h/28c7965c4eb448dda40f747d3bec375d.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-user:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-user a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-user a:after {
 background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/487/h/e42be9701249379ae3a7000ad0300414.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:before {content: 'Ученики';text-transform: uppercase;}
/*Задачи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:after {
  width: 23px;
  height: 29px;
  right: calc(50% - 11.5px);
  top: calc(50% - 18.5px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/62/h/f949c3dc0c9a629b182d1d7837931326.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-tasks a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-tasks a:after {
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/205/h/3449f08cde317f56f012ce9f6ad8c562.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:before {
  content: 'Задачи';text-transform: uppercase;
}
/*Сообщения*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:after {
  width: 29px;
  height: 29px;
  right: calc(50% - 14.5px);
  top: calc(50% - 22px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/154/h/ea7dc43f4752f5f052db8a6436257e73.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-notifications a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-notifications a:after {
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/135/h/baa8b02316a75da07e9c73818523df04.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:before {content: 'Сообщения';text-transform: uppercase;}
/*Продажи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:after {
  width: 32px;
  height: 39px;
  right: calc(50% - 16px);
  top: calc(50% - 26px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/205/h/789fab6ac09be7052e58730a794ea38b.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-sales:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-sales a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-sales a:after {
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/249/h/6b892ca2a9c1ba229a489ac67bac6968.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:before {content: 'Продажи';text-transform: uppercase;}
/*Чатиум*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:after {
  width: 25px;
  height: 38px;
  right: calc(50% - 12.5px);
  top: calc(50% - 24px);
  background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/244/h/c4fab924fd158d8b73c458b16b456da2.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-chatium a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-chatium a:after {
 background: url('https://fs.getcourse.ru/fileservice/file/download/a/92158/sc/238/h/1069a3c05bb92fcf5a433c96cbd594c4.svg') no-repeat 50% 50%/contain;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:before {content: 'Mobile';
  text-transform: uppercase;}
.gc-account-leftbar .qr-link {display: none;}
/* Стилизуем уведомления */
.gc-account-leftbar .notify-count {
  /*background:none !important;*/
  background: #FFFFFF !important;
  border-radius: 50px;
  z-index: 2;
  bottom: 45px;
  right: 5px;
  /*color: var(--white);*/
  color: #000000;
  font-family: 'Noah', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 2px 7px;  
  /*border: 1px solid #8EE4FF;*/
  border-radius: 30px;
  
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications .notify-count {
  width: fit-content;
  bottom: 21px/*calc(50% + 14px)*/;
  right: 10px/*calc(50% - 27.5px)*/;
  top: auto;
  left: auto;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
  /* width: 55px; */
  width: fit-content;
  bottom: 6px/*calc(50% + 12px)*/;
  right: calc(50% - 12px);
  top: auto;
  left: auto;
}
.gc-account-leftbar .notify-count.with-label {
  top: auto !important;
  left: auto !important;
}
.subitem-link .notify-count {
  bottom:8px;
  right: 5px;
}

/* Задаем свой шрифт */
.gc-account-user-submenu-bar h3 {
  font-family: 'Noah', sans-serif;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}

.gc-account-user-submenu, 
.user-balance,
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .no-notifications-message {
  font-family: 'Noah', sans-serif;
  color: #FFFFFF;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  color: #FFFFFF;
  font-family: 'Noah', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  transition: .3s linear;
  
}
/* Добавляем стили для подменю при наведении */
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  font-family: 'Noah', sans-serif;
  font-weight: 400;
  color: #FFFFFFFF;
  transition: 0.5s all;
  background-color: transparent;
  background: #000000;
}
/*виджет*/
.talks-widget-button {
  background: linear-gradient(180deg, #E31E24 0%, #8A0009 100%);
}

