

/* ПОДКЛЮЧЕНИЕ ШРИФТОВ ============================================================ */
/*@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");*/

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ ============================================================ */





/* Баннер слева внизу от GetCourse */
.common-banner-wrapper {
    display: none !important;
}

/* РАЗНЫЕ ФИКСЫ ============================================================ */

/* Перенос фильтров в дашбордах */
.metrika-date-filter-wrapper {
    max-width: 1200px;
}

/* Фикс для блока с эмодзи когда текст заходит под блок */
.emoji-textarea {
    padding-right: 70px !important;
}

/* Фикс для поля ввода ссылки для редиректа, если нет доступа к тренингу */
[name="ParamsObject[not_access_redirect_url]"] {
    width: 100%;
}

/* Блок. Якорь на странице */
.block-set .lt-anchor {
    height: 0 !important;
}

/* РАЗНЫЕ УЛУЧШЕНИЯ ============================================================ */

/* Показываем кнопки с настройками блока */
.lite-block-actions {
    display: block !important;
}

/* Окно сохранения настроек всегда при себе в модальных окнах */
.code-editor-modal .modal-header,
.gc-modal .modal-header,
.modal-content .modal-header,
.popover-title {
    position: sticky;
    top: 0;
    z-index: 999;
}
 {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Меняем цвет для строк в таблицах с данными */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* ФИКСЫ ДЛЯ ПРИЛОЖЕНИЯ */
.chatium_body {
	padding: 0 15px !important;
}
