

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



body {
   --background: #32B9B0;
   --accent: #FA0466;
  --hover-item: #24A098;
  --line:#ffffff; /*Цвет черточки*/
   --font-family1: 'Inter', sans-serif;/*Шрифт акцентный*/
  --font-family2: 'Inter';/*Шрифт обычный*/
  --logo: url("https://fs17.getcourse.ru/fileservice/file/download/a/57136/sc/84/h/a29bdf32813981aa111b116ff763f440.png"); /*Логотип*/
 --number-color: #fff; /*Цвет цифры уведомлений*/
}

/* Фон панели */
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
background: var(--background)!important;
  border-right:none;
}

  /* Фон панели мобильный*/
.toggle-link.without-icon {
background: var(--background)!important;
}

.toggler-item {background:var(--background)!important;}

@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu,
  .gc-account-leftbar .toggle-link {
background: var(--background)!important;
 
} }

/*Значки уведомлений*/
.notify-count {background:var(--accent)!important;
z-index:1!important;
color:var(--number-color)!important;
 }

.gc-account-leftbar .notify-count {
  bottom:8px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a {
  padding: 15px 5px 10px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile .menu-item-icon {
  border-radius: 50%;
}

.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a {
  border-bottom: 1px solid var(--line);
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height: 50px;
}

@media (max-height: 650px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 60px;
  }
}
@media (max-height: 550px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 50px;
  }
}
 

.mark-viewed-all {font-size:13px!important;
top:5px;
position:relative;}

.gc-account-leftbar .gc-account-user-submenu-bar {
   background:white;  
}


.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a:first-letter {
   text-transform: uppercase;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a:hover {
   color: var(--background);
   border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;
}

  .gc-account-leftbar .gc-account-user-submenu-bar {
   display: flex;
   flex-direction: column;
}


.gc-account-leftbar .gc-account-user-submenu-bar:after {
   content: "";
   display: block;
   height: 110px;
   background: var(--logo) center / contain no-repeat;
   margin-top: auto;
   margin-bottom: 20px;
}


  

.gc-account-user-submenu-bar h3 {
    font-family: var(--font-family1); 
  font-size:24px!important;
  color:#222!important;
   font-weight:normal!important;

}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a {
   padding-top: 19px;
   padding-bottom: 19px;
   text-transform: lowercase;
    font-family: var(--font-family2); 
   font-style: normal;
   font-weight: 300!important;
   font-size: 20px;
   line-height: 108.5%;
   padding-left: 25px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    font-family: var(--font-family2); 
   color:#222!important;
  font-weight:normal!important;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    color:#444!important;
}

a.subitem-link {
    font-family: var(--font-family1); 
  font-size:14px!important;
}

.gc-account-leftbar .gc-account-user-menu li a {
  background:inherit;
   transform: scale(0.9)!important;
}

.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}




/* скрыть старые иконки */
.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 a:hover {background: var(--hover-item)!important;
 border-radius:5px;
  
}

li.menu-item a {transition:all 0.3s ease;
}
 
 
li.menu-item a:hover:after, 
li.menu-item.selected a:after,
li.menu-item.active a:after { 
}

li.menu-item.active a, li.menu-item.selected a {
 border-radius:5px;
background: var(--hover-item)!important;
}



li.menu-item a:hover:after { 
 
}
 


li.menu-item a:after { 
filter: /*invert(100%)*/ sepia(100%) saturate(0%) hue-rotate(257deg) brightness(103%) contrast(102%);
}




/* Уведомления */
li.menu-item-notifications_button_small a:after { content:url(https://fs02.getcourse.ru/fileservice/file/download/a/658668/sc/366/h/1fc66216133b5de2d6cc6b0fe04eebab.svg) !important;
 transition:all 0.1s; 
}



/* Сайт */
li.menu-item-cms a:after { content:url(https://fs18.getcourse.ru/fileservice/file/download/a/658668/sc/138/h/d82ac40740ddc65390c0a9c3471d68e1.svg) !important;  

}



/* Обучение */
li.menu-item-teach a:after { content:url(https://fs02.getcourse.ru/fileservice/file/download/a/658668/sc/162/h/51dfb9ef63828b1845e03870ac36e68f.svg) !important; 
}

/* Пользователи */
li.menu-item.menu-item-user a:after { content:url(https://fs23.getcourse.ru/fileservice/file/download/a/658668/sc/270/h/5f99be3096d8aa99d6b33fa5b99f3d27.svg) !important; }

/* Задачи */
li.menu-item-tasks a:after { content:url(https://fs24.getcourse.ru/fileservice/file/download/a/658668/sc/194/h/f5e8104f6b4309d8318f5a8f43aa3bb5.svg) !important; 
padding-bottom:4px;
padding-top:10px;}

/* Сообщения */
li.menu-item.menu-item-notifications a:after { content:url(https://fs24.getcourse.ru/fileservice/file/download/a/658668/sc/261/h/c38a839958a5beff1d9ce1170f952cc8.svg) !important;
}

/* Продажи */
li.menu-item-sales a:after { content:url(https://fs18.getcourse.ru/fileservice/file/download/a/658668/sc/69/h/01a018666c0a3c2770d1eb1b5e23651d.svg) !important; 
padding-bottom:4px;
padding-top:10px;}

/* Application */
li.menu-item-chatium a:after { content:url(https://fs01.getcourse.ru/fileservice/file/download/a/658668/sc/503/h/492bdc86ba01c773221332231f929c72.svg) !important; 
padding-bottom:4px;
padding-top:10px;}

.menu-item-label {display:none!important;}

