

/* Общие настройки */
.gc-account-leftbar *,
.gc-account-leftbar::after,
.gc-account-leftbar::before {
	font-family: 'Nunito', "Helvetica Neue", 'Roboto', 'proxima-nova', 'arial', sans-serif !important;
	outline: none;
}

/* Настройки у ячеек иконок */
.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small) a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	        align-content: center;
	min-height: 80px;
	text-decoration: none;
}

/* Настройки значков уведомлений у иконок */
.gc-account-leftbar li.menu-item:not(.menu-item-profile):not(.menu-item-notifications_button_small) .notify-count {
	bottom: unset;
	top: 40%;
}

/* Меняем текст на черный при активной иконке */
.gc-account-user-menu li.active a::after,
.gc-account-user-menu li.selected a::after {
	color: #000;
}

/* Убираем иконку у приложения с qr-кодом */
.gc-account-user-menu>.menu-item-chatium>.sub-icon {
	display: none;
}

/* Настройки надписей у иконок */
.gc-account-user-menu li a::after {
	display: block;
	text-align: center;
	max-width: -webkit-calc(100% + 20px);
	max-width: -moz-calc(100% + 20px);
	max-width: calc(100% + 20px);
	min-height: 1em;
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
	overflow: hidden;
	position: relative;
	margin: 10px -10px 0;
	color: white;
}

/* Надписи у иконок */
.gc-account-user-menu li.menu-item-cms a::after {
	content: "Сайт";
}

.gc-account-user-menu li.menu-item-teach a::after {
	content: "Обучение";
}

.gc-account-user-menu li.menu-item-prolongation a::after {
	content: "Продление";
}

.gc-account-user-menu li.menu-item-user a::after {
	content: "Ученики";
}

.gc-account-user-menu li.menu-item-tasks a::after {
	content: "Процессы";
}

.gc-account-user-menu li.menu-item-notifications a::after {
	content: "Сообщения";
}

.gc-account-user-menu li.menu-item-sales a::after {
	content: "Покупки";
}

.gc-account-user-menu li.menu-item-chatium a::after {
	content: "Mobile";
}

/* ------------- 
content start - Улучшения плаформы
------------- */

/* ПОДКЛЮЧЕНИЕ ШРИФТОВ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ */
.gc-tasks-block,
.menu-item-search,
.top-notification-wrapper > .common-banner-wrapper {
	display: none !important;
}

/* ФИКС ДЛЯ ПЕРЕНОСА ФИЛЬТРОВ В ДАШБОРДАХ */
.metrika-date-filter-wrapper {
	max-width: 1200px;
}

/* ПОКАЗЫВАЕМ КНОПКИ С НАСТРОЙКАМИ БЛОКОВ */
.lite-block-actions {
	display: block !important;
}

/* ИЗМЕНЯЕМ КНОПКИ ДЛЯ ЗАДАЧ ПО ПРОЦЕССАМ */
.task-form .abstract-job-widget input[name="comment"] {
	display: none;
}

.task-form .task-jobs .abstract-job-widget .results-block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
    width: 100%;
	padding: 0px !important;
}

@media (max-width: 576px) {
	.task-form .task-jobs .abstract-job-widget .results-block {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ОКНО СОХРАНЕНИЯ НАСТРОЕК ВСЕГДА ПРИ СЕБЕ В МОДАЛЬНЫХ ОКНАХ */
.code-editor-modal .modal-header,
.gc-modal .modal-header,
.popover-title {
	position: sticky;
	top: 0;
	z-index: 999;
}

/* БЛОК. ЯКОРЬ НА СТРАНИЦЕ. ИСПРАВЛЕНИЯ */
.block-set .lt-anchor {
  height: 0 !important; 
}
/* ------------- 
content finish - Улучшения плаформы
------------- */
