

.fa.fa-edit {
    font-family: 'Font Awesome 6 Free'!important;
    font-weight: 400;
}
.gcray-user-social-media-copy-icon {
  display: none!important;
}

/* УБИРАЕМ НЕНУЖНЫЕ ЭЛЕМЕНТЫ НА СТРАНИЦАХ ============================================================ */
/* Блок "задачи" наверху страницы */
.gc-tasks-block {
    display: none !important;
}

/* Раздел "поиск" в боковом меню */
.menu-item-search {
    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;
}

/* Фикс когда пропадает папка под количество оставшегося места в видео */
.gc-file-dialog .file-dialog-layout .file-dialog-size-progress {
    bottom: 0 !important;
}

/* Фикс для дроп-меню, когда он не перекрывается кнопками для взаимодействия с блоком */
.block-set-editor .lite-block .lite-block-actions {
    z-index: auto;
}

.dropdown-menu {
    z-index: 999;
}

/* РАЗНЫЕ УЛУЧШЕНИЯ ============================================================ */
/* Показываем кнопки с настройками блока */
.lite-block-actions {
    display: block !important;
}

/* Окно сохранения настроек всегда при себе в модальных окнах */
.code-editor-modal .modal-header,
.gc-modal .modal-header,
.popover-title {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Меняем цвет для строк в таблицах с данными */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* ------------- 
content start - webinarZakrp
------------- */

.comments-tree {
  position: relative;
  margin-right: 0;
}
#pinned-message {
  position: absolute;
  min-width: 100%;
  max-width: 100%;
}
#pinned-message label {
  display: block;
  min-width: 100%;
  max-width: 100%;
  padding: 5px 10px;
  background: rgb(233,216,150);
  background: linear-gradient(345deg, rgba(233,216,150,1) 0%, rgba(242,236,214,1) 57%);
  cursor: pointer;
}
#pinned-message input + div {
  font-weight: bold;
}
#pinned-message .pinned-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-height: 1.55em;
  max-width: calc(100% - 100px);
  transition: max-height 1s;
}
#pinned-message input:checked ~ .pinned-text {
  overflow: hidden;
  white-space: normal;
  max-height: 700px;
  max-width: calc(100% - 100px);
}
#pinned-message input,
#pinned-close-cb {
  display:none;
}
.pinned-close {
  cursor: pointer;
  padding: 0 5px;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 16px;
  opacity: .3;
}
#pinned-close-cb:not(:checked) ~ #pinned-message,
#pinned-close-cb:not(:checked) ~ .pinned-close,
#pinned-close-cb:not(:checked) ~ .comments-container .pinned-filler {
  display: none;
}
.pinned-filler {
  height: 60px;
}

/* ------------- 
content finish - webinarZakrp
------------- */
