

/* ПОДКЛЮЧЕНИЕ ШРИФТОВ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ */
.gc-tasks-block,
.menu-item-search {
	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;
}


/* МЕНЯЕМ ПОЛЯ ДЛЯ СЕГМЕНТОВ И Т.Д. */
ul.select2-results[role="listbox"] {
    max-height: 400px;
}

form[action='/pl/sales/deal/index'] div.pull-left[style='min-width: 350px'] {
	width: 500px;
}


/* УБИРАЕМ ЛИШНИЕ СПОСОБЫ ПО ОТПРАВКЕ ПИСЕМ */
#ParamsObject_send_to input#ParamsObject_send_to_1,
#ParamsObject_send_to label[for='ParamsObject_send_to_1'],
#ParamsObject_send_to input#ParamsObject_send_to_2,
#ParamsObject_send_to label[for='ParamsObject_send_to_2'] {
	display: none;
}


/* УБИРАЕМ ВОЗМОЖНОСТЬ ВКЛЮЧИТЬ DOUBLE-OPT-IN */
.field-useraccountsettingsform-auto_send_invite_message,
.field-useraccountsettingsform-invite_message_content {
    display: none !important;
}

.field-useraccountsettingsform-invite_message_subject::before {
	content: 'НИКОГДА НЕ ВКЛЮЧАЙ ЭТУ НАСТРОЙКУ В ПРОЕКТЕ. НЕ НАДО ВРЕДИТЬ';
	display: block;
	margin-bottom: 5px;
	color: red;
	font-weight: 400;
    font-size: 20px;
}

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

/* Общие настройки */
.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 finish - leftbar
------------- */
