

/* шрифт */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .f-header, .f-text, .block-set, input, button, select, textarea, .comments-tree {
    font-family: 'Roboto Condensed', sans-serif !important;
     letter-spacing: .08rem;
}

/* Цвет текста в подменю */
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    color: rgba(11, 11, 11, 1)!important;}

/* Отображению кнопки чата справа */
/*.talks-widget-button {
       display:none !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.menu-item-notifications_button_small a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/54/h/ea53a944b628270870f2a67c459319ca.png) !important;}

/* Сайт */
li.menu-item.menu-item-cms a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/429/h/d3fbd682cdd239cf8d1d1ac3143dc9eb.png) !important; }

/* Обучение */
li.menu-item.menu-item-teach a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/159/h/448c64376dbc2e9209ff0f91719d4c0f.png) !important; }

/* Пользователи */
li.menu-item.menu-item-user a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/286/h/b60e98e0ca72d81c16cd2da59730cbe7.png) !important; }

/* Задачи */
li.menu-item.menu-item-tasks a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/146/h/ca3928ec04ed0349b9c2d7c13524d279.png) !important; }

/* Сообщения */
li.menu-item.menu-item-notifications a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/11/h/5adeb93bfba319aff2bec1e1779e1add.png) !important; }

/* Продажи */
li.menu-item.menu-item-sales a:after { content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/148/h/b6c628aa11ed857947c832b66dc2323e.png) !important; }

/* Прячем старую иконку чатиума полностью*/
li.menu-item.menu-item-chatium a:after  {
  content:url(https://fs.getcourse.ru/fileservice/file/download/a/439737/sc/4/h/63697dd063376272612f32dbbb82707c.png);
}
/* Цвета меню */
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
  background-color: rgba(18, 18, 18, 1)!important;
}

 .gc-account-leftbar .gc-account-user-menu li.menu-item-profile a {
    background:rgba(255,255,255,0.1);  }

      .gc-account-leftbar .gc-account-user-menu li a {
    background: rgba(43, 43, 43, 1);
}
 .gc-account-leftbar .gc-account-user-menu li a:hover {
     background:rgba(90, 90, 90, 1) !important;
}

.menu-item.active {
         background:rgba(90, 90, 90, 1)!important;
    }

.menu-item.selected{
         background:rgba(255,255,255,1);!important;
    }

  @media (max-width: 768px) {.gc-account-leftbar .gc-account-user-menu,
  .gc-account-leftbar .toggle-link {
background-color: rgba(18, 18, 18, 1)!important;
    }
.gc-account-leftbar .gc-account-user-menu li {
    border-bottom: 1px solid  rgba(18, 18, 18, 1)!important;
}
}




