﻿@charset "UTF-8";
.wrapper {
  background-color: var(--color-light);
  padding-left: var(--cui-sidebar-occupy-start);
}

.button-red {
  background-color: var(--red);
  color: white;
}

.button-red:hover {
  background-color: var(--red);
  color: white;
}

.button-red:active {
  background-color: var(--red);
  color: white;
}

.singin-container .logo {
  text-align: center;
  width: 150px;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.breadcrumb .breadcrumb-item a {
  color: var(--cui-body-color);
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.dropdown-item {
  cursor: pointer;
}

.header-brand.logo img {
  text-align: center;
  width: 20px;
  margin-bottom: 2px;
}

.news-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #615F61;
  margin-bottom: 8px;
}

.news-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1A1924;
  margin-bottom: 8px;
}

.news-description {
  font-style: normal;
  font-weight: 400;
  max-width: 1000px;
  font-size: 16px;
  line-height: 130%;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1A1924;
}

.line-limit-length {
  position: relative;
  max-height: 40px;
  overflow: hidden;
}
.line-limit-length:after {
  content: "…";
  position: absolute;
  top: 1.3em;
  right: 5px;
  width: 3em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
  text-align: right;
  vertical-align: bottom;
}

.avatar-news {
  max-height: 200px;
  max-width: 200px;
}

.image-photo-perot {
  max-height: 200px;
  max-width: 200px;
  display: grid;
}

.unscroll {
  overflow-y: unset;
}

.image-button {
    cursor: pointer;
}

.image-view-middle {
    width: 90px;
    height: 90px;
}

.ck-editor__top,
.ck-editor__top .ck-toolbar,
.ck-editor__top .ck-toolbar__items {
    position: sticky !important;
    top: 114px !important; /* пример отступа */
    z-index: 9999 !important;
}