

/* ПОДКЛЮЧЕНИЕ ШРИФТОВ */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ */
.gc-tasks-block,
.menu-item-search, .top-notification-revenue-structure {
	display: none !important;
}

/* ФИКС ДЛЯ ПЕРЕНОСА ФИЛЬТРОВ В ДАШБОРДАХ */
.metrika-date-filter-wrapper {
	max-width: 1200px;
}

/* ПОКАЗЫВАЕМ КНОПКИ С НАСТРОЙКАМИ БЛОКОВ */
.lite-block-actions {
	display: block !important;
}

/* МЕНЯЕМ ЦВЕТ ДЛЯ СТРОК В ТАБЛИЦЕ */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* ЦВЕТ ВСЕХ СТРАНИЦ АККАУНТА */
body {
	background-color: #f7f9f9;
}


  

/* ------------- 
content start - leftbar
------------- */

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.gc-account-leftbar .gc-account-user-menu {
    margin: 0 3px;
}

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 10px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  margin-top: 10px;
}

.menu-item.menu-item-marathon {
  display: none;
}


.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px;
  border-radius: 5px;
}


.gc-account-leftbar .notify-count.with-label {
    height: 21px;
}


.gc-account-leftbar li.menu-item.menu-item-profile  img {
    border-radius: 5px;
}

/* черный текст в балансах */
.gc-account-user-submenu-bar .user-balance p {
    color: #000;
}

/* оставьте это в стилях, если хотите, чтобы всегда была подмена, но уберите отмену фильтра, чтобы сохранить выделение*/
.gc-account-user-menu .menu-item-profile img.menu-item-icon {
    content:url("https://fs.getcourse.ru/fileservice/file/download/a/623291/sc/140/h/6ceb349205f7d3b70e5abe23e7481611.png");
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    width: 240px;
}
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a {
   padding-top: 19px;
   padding-bottom: 19px;
   text-transform: lowercase;
   font-family: 'Nunito';
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 108.5%;
   padding-left: 35px;
}
.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: #0364a5;
   border-top-right-radius: 16px;
   border-bottom-right-radius: 16px;
}

.gc-account-user-submenu-bar h3 {
   font-family: 'Nunito';
   font-style: normal;
   font-weight: 600;
   font-size: 28px;
   line-height: 49px;
   padding-left: 35px;
}
.gc-account-leftbar .gc-account-user-submenu-bar {
   display: flex;
   flex-direction: column;
}



@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;
  }
}
/* ------------- 
content finish - leftbar
------------- */
