@charset "UTF-8";
/* percent lighten bgc on btn */
/* colors */
/* font color */
/* border color */
/* fonts */
/* buttons */
/* border-radius */
/* transition */
/* mobile */
/* icons */
/* buttons */
/* vote btn */
/* inputs */
.content-body.forum-posts .post.important {
  background-color: #ffede1;
}

.content-body.forum-posts .post.birthday {
  background: url("/images-y/forum/msg/birthday.jpg") repeat;
}

.content-body.forum-posts .post .post__content_wrap .post__content .post__body .fme__user-mention {
  color: #0974BA;
  text-decoration: none;
  font-weight: 500;
  background-color: aliceblue;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body .fme__user-mention:hover {
  background-color: #d7ecff;
}

.content-body.forum-posts .post .post__author .author__info .author__status {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background-color: #fff;
  padding: 0 5px;
  border-radius: 3px;
}
.content-body.forum-posts .post .post__author .author__info .author__status .author__status-icon {
  display: block;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-body.forum-posts .post .post__author .author__info .author__status .author__status-title {
  font-size: 11px;
  line-height: 12px;
}

.post__reply.disabled {
  opacity: 0.2 !important;
  pointer-events: none;
  cursor: default;
}
.post__reply.disabled:hover {
  background-color: inherit;
  border-color: inherit;
}

.recommend-user-btn {
  color: #0974BA;
  background-color: aliceblue;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
}
.recommend-user-btn.cancel {
  color: #8E241F;
  background-color: #ffede1;
}

.recommendation-title {
  display: flex;
  align-items: baseline;
  gap: 5px;
  justify-content: center;
}

.content-sub-wrapper {
  display: flex;
}
.content-sub-wrapper::before {
  content: "\f268";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 30px;
  margin-right: 10px;
  color: #888888;
}

.btn-gray {
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #f4f4f4;
  color: #888;
}

.count-msg {
  display: flex;
  flex-direction: column;
  line-height: 22px;
}
.count-msg .title {
  color: #a2a2a2;
}
.count-msg .count {
  color: #0974BA;
  font-size: 22px;
  font-weight: 600;
}

.theme-author-wrap {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.forum-sections .forum-section {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.forum-sections .forum-section .forum-section-title-wrap {
  display: flex;
  align-items: center;
  flex: 4;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-icon {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(9, 116, 186, 0.15);
  padding: 5px;
  margin: 0 15px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .forum-section-theme-title {
  display: flex;
  align-items: center;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title a {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .desc {
  opacity: 0.7;
  font-size: 14px;
  color: #919191;
  line-height: 16px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .desc .theme-author-wrap .last-msg {
  font-weight: normal;
  margin: 0 !important;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .desc .theme-author-wrap .last-msg:hover {
  text-decoration: none;
  opacity: 0.7;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .theme-pages {
  display: flex;
  align-items: center;
  gap: 5px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .theme-pages::before {
  content: "|";
  margin-right: 2px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .theme-pages-title {
  font-size: 11.5px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .theme-pages-items {
  display: flex;
  align-items: center;
  gap: 5px;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .theme-pages-items a.theme-pages-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #f4f4f4;
  color: #888;
}
.forum-sections .forum-section .forum-section-title-wrap .forum-section-title .theme-pages-items a.theme-pages-item:hover {
  background-color: aliceblue;
  color: #0974BA;
}
.forum-sections .forum-section .count-msg-wrap {
  display: flex;
  align-items: center;
  flex: 0.5;
  justify-content: flex-end;
}
.forum-sections .forum-section .count-msg-wrap .forum-section-count-msg {
  border-radius: 3px;
  color: #0974BA;
  background-color: aliceblue;
  padding: 2px 7px;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.forum-sections .forum-section .count-msg-wrap .forum-section-count-msg::after {
  content: "\f24b";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-left: 3px;
  font-size: 11px;
  opacity: 0.5;
}
.forum-sections .forum-section .last-msg-wrap {
  display: flex;
  flex: 1.5;
  margin-left: 20px;
  align-items: center;
}
.forum-sections .forum-section .last-msg-wrap .author {
  margin-right: 10px;
}
.forum-sections .forum-section .last-msg-wrap .author:hover {
  opacity: 0.7;
}
.forum-sections .forum-section .last-msg-wrap .author.guest:hover {
  opacity: 1;
}
.forum-sections .forum-section .last-msg-wrap .author img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.forum-sections .forum-section .last-msg-wrap .last-msg {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  line-height: 15px;
}
.forum-sections .forum-section .last-msg-wrap .last-msg .theme-title {
  font-weight: 500;
}
.forum-sections .forum-section.theme {
  padding: 10px 0;
  margin-bottom: 5px;
}
.forum-sections .forum-section.theme .forum-section-title-wrap {
  flex: 30;
}
.forum-sections .forum-section.theme.top-theme {
  background-color: #ffede1;
  border-bottom: none;
}
.forum-sections .forum-section.theme.top-theme::before {
  content: "\f4ec";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #EC6504;
  position: absolute;
  font-size: 1rem;
  margin-left: 4px;
}
.forum-sections .forum-section.theme.top-theme .count-msg-wrap .forum-section-count-msg {
  background-color: #ffd8bd;
  color: #b04b03;
}
.forum-sections .forum-section.theme.top-theme .forum-section-title-wrap .forum-section-title .theme-pages-items a.theme-pages-item {
  background-color: #fed9be;
  color: #fc9e5a;
}
.forum-sections .forum-section.theme.top-theme .forum-section-title-wrap .forum-section-title .theme-pages-items a.theme-pages-item:hover {
  background-color: #fdbb8c;
  color: #EC6504;
}
.forum-sections .forum-section.theme .forum-section-title-wrap {
  padding-left: 20px;
}
.forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title {
  gap: 3px;
}
.forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title a {
  font-size: 14.5px;
}
.forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title .desc {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title .desc .author a {
  margin-left: 2px;
  font-size: 12px;
}
.forum-sections .forum-section.theme .last-msg-wrap {
  min-width: 180px;
}

.msg-info .msg-date {
  color: #919191;
  font-size: 11px;
}

.short-author-msg {
  background-color: #f4f4f4;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  padding: 0 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.short-author-msg:hover {
  opacity: 0.7;
}
.short-author-msg.guest:hover {
  opacity: 1;
}
.short-author-msg img {
  vertical-align: top;
}

.forum_user_aside {
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  padding: 15px;
}
.forum_user_aside h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.forum_user_aside h5.birthday::before {
  content: "\f8e9";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.forum_user_aside h5.calendar::before {
  content: "\f1fe";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.forum_user_aside.awarded h5::before {
  content: "\f154";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.forum_user_aside.awarded ul.user-list li {
  display: flex;
  justify-content: space-between;
}
.forum_user_aside.awarded ul.user-list li .awarded_user a {
  font-weight: 500;
  margin-left: 5px;
}
.forum_user_aside ul.user-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style-type: disc;
  margin-left: 15px;
}
.forum_user_aside ul.user-list li {
  color: #b7b7b7;
}
.forum_user_aside.white h5 {
  color: #0974BA;
}
.forum_user_aside.white ul {
  list-style-type: none;
  margin-left: 0;
}
.forum_user_aside.primary {
  border: 1px solid #95d2fa;
  background-color: #fafdff;
}
.forum_user_aside.primary h5 {
  color: #0974BA;
}
.forum_user_aside.secondary {
  border: 1px solid #fdac73;
  background-color: #fff6f0;
}
.forum_user_aside.secondary h5 {
  color: #EC6504;
}

.award_list {
  background-color: #e7e7e7;
  border-radius: 3px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.award_list-item {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.award_list-item:hover {
  opacity: 0.7;
}

/*** POSTS ***/
.content-body.forum-posts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.content-body.forum-posts .post {
  display: flex;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.content-body.forum-posts .post.ai-post {
  border-color: #bea3e8;
  box-shadow: 0 6px 18px rgba(143, 98, 216, 0.1);
}
.content-body.forum-posts .post.ai-post .post__author {
  background: linear-gradient(180deg, #fdfcff, #f4edff);
  border-right-color: #dbccf2;
}
.content-body.forum-posts .post.ai-post .post__content_wrap {
  background: linear-gradient(135deg, white 0%, #ffffff 82%), linear-gradient(90deg, rgba(143, 98, 216, 0.08), transparent 42%);
}
.content-body.forum-posts .post.ai-post .post__content_wrap .post__content .post__body blockquote {
  border-color: #8f62d8;
  background-color: #faf7ff;
}
.content-body.forum-posts .post.ai-post .post__content_wrap .post__content .post__body blockquote:before {
  color: #8f62d8;
}
.content-body.forum-posts .post.ai-post .post__content_wrap .post__bottom .signature {
  color: #9e76dd;
}
.content-body.forum-posts .post.aleks-request-post {
  border-color: #d5c4f0;
  box-shadow: 0 4px 14px rgba(143, 98, 216, 0.06);
}
.content-body.forum-posts .post.aleks-request-post .post__content_wrap {
  position: relative;
  background: linear-gradient(135deg, rgba(143, 98, 216, 0.055), rgba(9, 116, 186, 0.025) 42%, #ffffff 78%);
}
.content-body.forum-posts .post.aleks-request-post .post__content_wrap .post__content .post__top .post__date::after {
  content: "Вопрос Алексу";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: rgba(143, 98, 216, 0.1);
  color: #7841d0;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
  padding: 2px 11px;
  margin-left: 10px;
}
.content-body.forum-posts .post.aleks-request-post .post__content_wrap .post__content .post__body {
  color: #444;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body .msg-adm {
  margin-right: 3px;
  padding: 3px 10px;
  background-color: #e4caca;
  border-radius: 3px;
  color: #bf1616;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body video {
  display: block;
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
  overflow: hidden;
}
.content-body.forum-posts .post.important .post__content_wrap .post__content .post__top .post__like .press-btn.like, .content-body.forum-posts .post.important .post__content_wrap .post__content .post__top .post__like .press-btn.dislike {
  background-color: #fff3eb;
}
.content-body.forum-posts .post.important .post__content_wrap .post__content .post__body blockquote {
  border-color: #EC6504;
  background-color: #fff9f5;
}
.content-body.forum-posts .post.important .post__content_wrap .post__content .post__body blockquote:before {
  color: #EC6504;
}
.content-body.forum-posts .post.hidden .post__author {
  opacity: 0.5;
}
.content-body.forum-posts .post.hidden .post__content_wrap .post__content {
  opacity: 0.5;
}
.content-body.forum-posts .post.hidden .post__content_wrap .post__content .post__body .reason-title {
  color: #8E241F;
  font-style: italic;
}
.content-body.forum-posts .post.hidden .post__content_wrap .post__content .post__body .reason {
  background-color: #f9e6e6;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
}
.content-body.forum-posts .post.hidden .post__content_wrap .post__content .post__body .reason .reason-subtitle {
  color: #8E241F;
  font-weight: 500;
  margin-bottom: 5px;
}
.content-body.forum-posts .post .post__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 20px 10px 5px 10px;
  min-width: 160px;
  flex: 1;
  background-color: #f4f4f4;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.content-body.forum-posts .post .post__author .author__avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-body.forum-posts .post .post__author .author__info {
  width: 100%;
  text-align: center;
}
.content-body.forum-posts .post .post__author .author__info .author__name {
  text-align: center;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.content-body.forum-posts .post .post__author .author__info .author__name .guest {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #888;
  font-weight: normal;
  font-style: italic;
}
.content-body.forum-posts .post .post__author .author__info .author__name .deleted {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9em;
  color: #888;
  font-weight: normal;
  font-style: italic;
}
.content-body.forum-posts .post .post__author .author__info ul.author__details {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  padding: 0;
  margin: 10px 0 0 0;
}
.content-body.forum-posts .post .post__author .author__info ul.author__details li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  line-height: 12px;
}
.content-body.forum-posts .post .post__author .author__info ul.author__details li::before {
  display: none;
}
.content-body.forum-posts .post .post__content_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 9;
  gap: 15px;
  padding: 10px;
}
.content-body.forum-posts .post .post__content_wrap .post__content {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__date {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 12px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__date::before {
  content: "\f292";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 3px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like {
  display: flex;
  align-items: center;
  gap: 5px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like {
  display: flex;
  padding: 1px 10px;
  background-color: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like::before {
  content: "\f407";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.active, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.disabled {
  background-color: aliceblue;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.active::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.disabled::before {
  content: "\f406";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.active.disabled, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.disabled.disabled {
  cursor: default;
  background-color: #f4f4f4;
  opacity: 0.7;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.filled::before {
  margin-right: 3px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.disabled::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.active::before {
  font-size: 15px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like.like.active {
  color: #0974BA;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.like:not(.disabled):hover {
  background-color: #d7ecff;
  color: #0974BA;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike {
  display: flex;
  padding: 1px 10px;
  background-color: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike::before {
  content: "\f405";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.active, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.disabled {
  background-color: aliceblue;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.active::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.disabled::before {
  content: "\f404";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.active.disabled, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.disabled.disabled {
  cursor: default;
  background-color: #f4f4f4;
  opacity: 0.7;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.filled::before {
  margin-right: 3px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.disabled::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.active::before {
  font-size: 15px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike.dislike.active {
  color: #0974BA;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.dislike:not(.disabled):hover {
  background-color: #d7ecff;
  color: #0974BA;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like {
  display: flex;
  padding: 1px 10px;
  background-color: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like::before {
  content: "\f588";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.active, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.disabled {
  background-color: aliceblue;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.active::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.disabled::before {
  content: "\f586";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.active.disabled, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.disabled.disabled {
  cursor: default;
  background-color: #f4f4f4;
  opacity: 0.7;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.filled::before {
  margin-right: 3px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.disabled::before, .content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.active::before {
  font-size: 15px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.admin-like.active {
  color: #0974BA;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like:not(.disabled):hover {
  background-color: #d7ecff;
  color: #0974BA;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.liked {
  background-color: inherit !important;
  cursor: default;
  color: #e1e148 !important;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__top .post__like > .press-btn.admin-like.liked:hover {
  background-color: inherit;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body blockquote {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
  opacity: 0.8;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body .sticker {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body .add-message {
  margin-top: 10px;
  font-size: 12px;
  color: #919191;
  padding: 0 5px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body a.bi-icon.file {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 0 8px;
  border-radius: 3px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body a.bi-icon.file.file-pdf::before {
  content: "\f63e";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: red;
  font-size: 14px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body a.bi-icon.file.file-doc::before {
  content: "\f38d";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #40649a;
  font-size: 14px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body a.bi-icon.file.file-xls::before {
  content: "\f368";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #1f7246;
  font-size: 14px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body a.bi-icon.file.file-txt::before {
  content: "\f38b";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #000;
  font-size: 14px;
}
.content-body.forum-posts .post .post__content_wrap .post__content .post__body a.bi-icon.file.file-zip::before {
  content: "\f391";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #fd7e14;
  font-size: 14px;
}
.content-body.forum-posts .post .post__content_wrap .post__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.content-body.forum-posts .post .post__content_wrap .post__bottom .buttons_reply {
  display: flex;
  gap: 5px;
}
.content-body.forum-posts .post .post__content_wrap .post__bottom .buttons_reply .btn {
  opacity: 0.5;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
}
.content-body.forum-posts .post .post__content_wrap .post__bottom .buttons_reply .btn:hover {
  opacity: 1;
}
.content-body.forum-posts .post .post__content_wrap .post__bottom .signature {
  font-style: italic;
  font-size: 12.5px;
  font-weight: 300;
  color: #777777;
}
.content-body.forum-posts .post .post__content_wrap .changed {
  display: flex;
  color: #777777;
  font-size: 12px;
  margin-left: 10px;
  font-style: italic;
  background-color: whitesmoke;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content-body.forum-posts .post .post__content_wrap .changed::before {
  content: "\f4c8";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 5px;
}

.icon-actions {
  display: flex;
  gap: 5px;
}
.icon-actions .badge {
  font-size: 14px;
}
.icon-actions.little {
  gap: 3px;
}
.icon-actions.little .badge {
  font-size: 10px;
}

/* TOP THEME PANEL */
.sub-top-panel .vote-btn {
  display: flex;
  padding: 1px 10px;
  background-color: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  padding: 1px 10px;
  background-color: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.sub-top-panel .vote-btn.favorite-theme::before {
  content: "\f588";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.sub-top-panel .vote-btn.favorite-theme.active, .sub-top-panel .vote-btn.favorite-theme.disabled {
  background-color: aliceblue;
}
.sub-top-panel .vote-btn.favorite-theme.active::before, .sub-top-panel .vote-btn.favorite-theme.disabled::before {
  content: "\f586";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.sub-top-panel .vote-btn.favorite-theme.active.disabled, .sub-top-panel .vote-btn.favorite-theme.disabled.disabled {
  cursor: default;
  background-color: #f4f4f4;
  opacity: 0.7;
}
.sub-top-panel .vote-btn.favorite-theme.filled::before {
  margin-right: 3px;
}
.sub-top-panel .vote-btn.favorite-theme::before, .sub-top-panel .vote-btn.favorite-theme.disabled::before, .sub-top-panel .vote-btn.favorite-theme.active::before {
  font-size: 15px;
}
.sub-top-panel .vote-btn.favorite-theme.active {
  color: #0974BA;
}
.sub-top-panel .vote-btn:not(.disabled):hover {
  background-color: #d7ecff;
  color: #0974BA;
}
.sub-top-panel .vote-btn.close-theme::before {
  content: "\f627";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.sub-top-panel .vote-btn.close-theme.active, .sub-top-panel .vote-btn.close-theme.disabled {
  background-color: aliceblue;
}
.sub-top-panel .vote-btn.close-theme.active::before, .sub-top-panel .vote-btn.close-theme.disabled::before {
  content: "\f626";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
}
.sub-top-panel .vote-btn.close-theme.active.disabled, .sub-top-panel .vote-btn.close-theme.disabled.disabled {
  cursor: default;
  background-color: #f4f4f4;
  opacity: 0.7;
}
.sub-top-panel .vote-btn.close-theme.filled::before {
  margin-right: 3px;
}
.sub-top-panel .vote-btn.close-theme::before, .sub-top-panel .vote-btn.close-theme.disabled::before, .sub-top-panel .vote-btn.close-theme.active::before {
  font-size: 15px;
}
.sub-top-panel .vote-btn.close-theme.active {
  color: #0974BA;
}
.sub-top-panel .vote-btn:not(.disabled):hover {
  background-color: #d7ecff;
  color: #0974BA;
}
.sub-top-panel .vote-btn.close-theme, .sub-top-panel .vote-btn.close-theme.active {
  background-color: #ffede1;
  color: #8E241F;
}
.sub-top-panel .vote-btn.close-theme:hover, .sub-top-panel .vote-btn.close-theme.active:hover {
  background-color: #ffceae;
  color: #8E241F;
}

/* MODERATOR PANEL */
.moder_panel {
  background-color: #ededed;
  border-radius: 3px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
}
.moder_panel ul.moder_panel__list {
  display: flex;
  align-items: center;
}
.moder_panel ul.moder_panel__list li {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.moder_panel ul.moder_panel__list li::before {
  display: none;
}
.moder_panel ul.moder_panel__list li::after {
  content: "|";
  margin: 0 5px;
  color: #919191;
}
.moder_panel ul.moder_panel__list li:first-child {
  margin-left: 0;
}
.moder_panel ul.moder_panel__list li:last-child::after {
  display: none;
}
.moder_panel ul.moder_panel__list.buttons {
  gap: 5px;
}
.moder_panel ul.moder_panel__list.buttons li::after {
  content: none;
}
.moder_panel ul.moder_panel__list.buttons li span {
  cursor: pointer;
  font-size: 15px;
  padding: 3px 10px;
}

blockquote.fme__post-mention {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  padding: 2.5rem 1rem 1rem 1rem;
  transition: height 0.3s ease;
}
blockquote.fme__post-mention.inner {
  height: auto;
}
blockquote.fme__post-mention.inner::after {
  display: none;
}
blockquote.fme__post-mention::before {
  display: none;
}
blockquote.fme__post-mention::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 0;
  transition: height 0.3s ease;
}
blockquote.fme__post-mention .fme__post-mention-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 6px;
  background-color: rgba(179, 179, 179, 0.2);
  font-size: 11px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
blockquote.fme__post-mention .fme__post-mention-header > *:last-child {
  margin-right: 20px;
}
blockquote.fme__post-mention .fme__post-mention-header .post__date::before {
  content: "\f292";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 5px;
  vertical-align: sub;
}
blockquote.fme__post-mention .fme__post-mention-header .post__link::before {
  content: "\f1c5";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 0.7rem;
  margin-right: 6px;
}
blockquote.fme__post-mention .fme__post-mention-header::before {
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  position: absolute;
  right: 5px;
}
blockquote.fme__post-mention .fme__post-mention-footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 1rem;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
blockquote.fme__post-mention .fme__post-mention-footer .btn-toggle-post-mention i {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  color: #0974BA;
  font-size: 1.2rem;
  transform: rotate(0deg);
  will-change: transform;
}
blockquote.fme__post-mention.--open::after {
  height: 0;
}
blockquote.fme__post-mention.--open .fme__post-mention-footer .btn-toggle-post-mention i {
  transform: rotate(180deg);
}

.participants-list__item:nth-child(1) {
  z-index: 10;
}

.participants-list__item:nth-child(2) {
  z-index: 9;
}

.participants-list__item:nth-child(3) {
  z-index: 8;
}

.participants-list__item:nth-child(4) {
  z-index: 7;
}

.participants-list__item:nth-child(5) {
  z-index: 6;
}

.participants-list__item:nth-child(6) {
  z-index: 5;
}

.participants-list__item:nth-child(7) {
  z-index: 4;
}

.participants-list__item:nth-child(8) {
  z-index: 3;
}

.participants-list__item:nth-child(9) {
  z-index: 2;
}

.participants-list__item:nth-child(10) {
  z-index: 1;
}

.participants-list__wrap {
  position: relative;
}
.participants-list__wrap ul.participants-list {
  display: flex;
}
.participants-list__wrap ul.participants-list .participants-list__item {
  display: flex;
  margin-left: -13px;
  transition: all 0.3s ease;
}
.participants-list__wrap ul.participants-list .participants-list__item > * {
  background-color: #fff;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.participants-list__wrap ul.participants-list .participants-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.participants-list__wrap ul.participants-list .participants-list__item.count {
  z-index: 20;
}
.participants-list__wrap ul.participants-list .participants-list__item.count span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  border: none;
  line-height: 28px;
  text-align: center;
  box-shadow: -7px 0px 9px 0px rgba(66, 68, 90, 0.25);
}

.users-list-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 25;
  display: flex;
  gap: 5px;
  padding: 10px;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.25);
  scrollbar-width: thin;
  width: 200px;
  max-height: 200px;
}
/* KARMA BTNS */
.karma-wrap {
  display: flex;
  align-items: center;
}
.karma-wrap .karma-value {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.karma-wrap .karma-btn {
  cursor: pointer;
  padding: 5px;
  opacity: 0.5;
}
.karma-wrap .karma-btn:hover {
  opacity: 1;
}
.karma-wrap .karma-btn.increase {
  color: #2D7301;
}
.karma-wrap .karma-btn.increase::before {
  content: "\f139";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
  font-size: 14px;
}
.karma-wrap .karma-btn.decrease {
  color: #D32F2F;
}
.karma-wrap .karma-btn.decrease::before {
  content: "\f118";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0;
  font-size: 14px;
}

.survey-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.survey-wrap.total .survey-body {
  flex-direction: row;
  gap: 20px;
}
.survey-wrap.total table.total-table tr th {
  vertical-align: middle;
  white-space: nowrap;
}
.survey-wrap .total-rate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.survey-wrap .total-rate label.control-label {
  margin-bottom: 0;
}
.survey-wrap .total-rate input.form-control {
  width: 100px;
  text-align: center;
}

.survey-title {
  font-weight: 500;
}

.relative-date {
  font-size: 12px;
  color: #777777;
  margin-bottom: 10px;
}

.survey-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.survey-body .answer {
  display: flex;
  gap: 10px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.survey-body .answer .progress-wrap {
  width: 100%;
  flex: 4;
}
.survey-body .answer .progress-wrap .progress {
  margin: 0;
}
.survey-body .answer .progress-wrap .progress.vote {
  cursor: pointer;
}
.survey-body .answer .progress-wrap .progress.vote:hover {
  opacity: 0.7;
}
.survey-body .answer .custom-control {
  flex: 1;
}

.btn-recommend-list {
  cursor: pointer;
  display: flex;
  background-color: #e3e3e3;
  border-radius: 3px;
  padding: 1px 3px;
}
.btn-recommend-list::before {
  content: "\f4d0";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  margin-left: 0;
  font-size: 1rem;
}

.content-header .content-title {
  margin-bottom: 0.5rem;
}
.content-header .content-info {
  font-size: 1.2rem;
  padding-bottom: 0.7rem;
}

/* MEDIA QUERIES */
@media (max-width: 1199.98px) {
  .sub-top-panel {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
  }
  .sub-top-panel .sub-top-panel__buttons {
    gap: 10px;
  }
  .sub-top-panel .sub-top-panel__buttons a {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .content-body.forum-posts .post .post__author .author__avatar img {
    min-width: 55px;
    min-height: 55px;
    max-height: 55px;
    max-width: 55px;
  }
  .content-body.forum-posts .post .post__content .post__body img {
    display: inline-block;
  }
  .page-content .page-title {
    font-size: 1.6rem;
    line-height: 1.85rem;
  }
  .fme__post-mention-header .post__date {
    line-height: 14px;
  }
  .fme__post-mention-header .post__link {
    white-space: nowrap;
  }
  .options_btn-mobile {
    display: flex;
    padding: 6px 9px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background: white;
    cursor: pointer;
  }
  .options_btn-mobile.active {
    background: aliceblue;
    border: 1px solid #bde0ff;
  }
  .dropdown-author-details-mobile {
    display: block;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    right: 10px;
    width: 90%;
    border: 1px solid #c4c4c4;
    z-index: 50;
    border-radius: 3px;
    margin-top: 5px;
  }
  .moder_panel {
    flex-direction: column-reverse;
    gap: 5px;
    padding: 10px;
  }
  .moder_panel .moder_panel__list {
    flex-wrap: wrap;
  }
  .moder_panel .moder_panel__list.ids li::after {
    margin: 0;
  }
  .moder_panel .moder_panel__list.ids li span {
    font-size: 10px;
  }
  .post_list .forum-posts .post {
    flex-direction: column;
  }
  .post_list .forum-posts .post .post__author {
    position: relative;
    flex-direction: row;
    gap: 10px;
    align-items: unset;
    padding: 10px;
  }
  .post_list .forum-posts .post .post__author .author__info {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .post_list .forum-posts .post .post__author .author__info .author__name {
    text-align: left;
    margin-left: 10px;
  }
  .post_list .forum-posts .post .post__author .award_list {
    display: none;
  }
  .forum-sections .forum-section {
    flex-direction: column;
  }
  .forum-sections .forum-section.theme {
    padding: 10px 4px;
    margin-bottom: 5px;
    flex-direction: inherit;
  }
  .forum-sections .forum-section.theme .forum-section-title-wrap {
    padding: 0;
  }
  .forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title {
    gap: 8px;
  }
  .forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title .desc {
    gap: 0;
    flex-direction: column;
  }
  .forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title .desc .theme-author-wrap .author::before {
    display: none;
  }
  .forum-sections .forum-section.theme .forum-section-title-wrap .forum-section-title .desc .theme-author-wrap .date {
    font-size: 11px;
  }
  .forum-sections .forum-section.theme.top-theme::before {
    display: none;
  }
  .forum-sections .forum-section .last-msg-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
  .forum-sections .forum-section .last-msg-wrap .author {
    display: none;
  }
  .forum-sections .forum-section .last-msg-wrap .last-msg {
    font-size: 12px;
    flex-direction: column;
    align-items: baseline;
  }
  .forum-sections .forum-section .last-msg-wrap .last-msg .msg-info {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: row-reverse;
  }
  .forum-sections .forum-section .last-msg-wrap .last-msg .msg-info .short-author-msg {
    display: flex;
    flex-wrap: nowrap;
  }
}
