/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
/****************Modals*****************/
.modal img {
  max-height: 80vh;
}
.modal.full-screen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.modal.full-screen .modal-content {
  border: none;
  border-radius: 10px;
  background-color: transparent;
  max-width: 1200px;
  padding: 0;
}
.modal.full-screen .modal-header {
  border-bottom: none;
  position: absolute;
  top: 15px;
  right: 20px;
  margin-bottom: unset;
  padding: 0;
  width: 16px;
  height: 16px;
}
.modal.full-screen .modal-header .btn-close {
  padding: 0;
  margin: 0;
  opacity: 1;
  color: #1A1A1A;
  transition: opacity 0.2s linear;
}
.modal.full-screen .modal-header .btn-close:hover,
.modal.full-screen .modal-header .btn-close:active,
.modal.full-screen .modal-header .btn-close:focus {
  outline: none;
  background-color: transparent;
  border: none;
  opacity: 0.5;
  transition: opacity 0.2s linear;
}
.modal.full-screen .modal-content .modal-title {
  margin-bottom: 60px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.modal.full-screen .modal-body {
  padding: 0;
}
.modal.full-screen textarea {
  padding-top: 25px;
  padding-left: 20px;
  border: 1px solid #1A1A1A;
}
.modal.full-screen textarea #placeholder {
  color: #707070;
}
.modal.full-screen .actions {
  padding-left: 0;
  margin-top: 25px;
}
.modal:not(.full-screen) ul:not(.slick-dots),
.modal:not(.full-screen) li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.modal:not(.full-screen) .modal-content {
  padding: 32px 24px;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0px #78787833, 0px 0px 0px 4px #FFFFFF66;
  border: 1px solid #160909;
}
.modal:not(.full-screen) .modal-content .modal-title {
  font-size: 24px;
  margin: 0;
}
.modal:not(.full-screen) .modal-content label {
  color: #1A1A1A;
  padding: 0;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 500;
}
.modal:not(.full-screen) .modal-content .choice {
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
}
.modal:not(.full-screen) .modal-content .choice label {
  font-size: 12px;
}
.modal:not(.full-screen) .modal-content textarea {
  height: 85px;
}
.modal:not(.full-screen) ul.scroll-list {
  max-height: 200px;
  overflow-y: scroll;
}
.modal:not(.full-screen) ul.scroll-list::-webkit-scrollbar {
  width: 6px;
}
.modal:not(.full-screen) ul.scroll-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D6D6D6;
}
.modal:not(.full-screen) ul.scroll-list::-webkit-scrollbar-thumb {
  background-color: #1A1A1A;
  border-radius: 10px;
}
.modal:not(.full-screen) form button {
  margin-top: 12px;
}
.modal:not(.full-screen) form:not(.post-sorting-form, .post-type-form, .comment-sorting-form) .row,
.modal:not(.full-screen) form:not(.post-sorting-form, .post-type-form, .comment-sorting-form) .fs-tta {
  margin-bottom: 12px;
}
.modal:not(.full-screen) form:not(.post-sorting-form, .post-type-form, .comment-sorting-form) .row:last-of-type,
.modal:not(.full-screen) form:not(.post-sorting-form, .post-type-form, .comment-sorting-form) .fs-tta:last-of-type {
  margin-bottom: 0;
}
.modal:not(.full-screen) .modal-footer {
  border-top: none;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 15px 0 0;
}
.modal:not(.full-screen) h5 {
  margin: 12px 0;
}
.modal#add-post-to-collection-modal .modal-header {
  margin: 0;
}
.modal#add-post-to-collection-modal .modal-body {
  max-height: 100vh;
  overflow-y: scroll;
}
.modal#add-post-to-collection-modal .modal-content {
  padding: 0;
}
.modal#add-post-to-collection-modal .bookmark-header {
  padding: 16px 32px;
  background-color: #F9F9F9;
  border-radius: 10px 10px 0 0;
}
.modal#add-post-to-collection-modal .bookmark-header .bookmark-icon i {
  color: #8C8C8C;
  cursor: pointer;
  font-size: 20px;
  padding: 2px 4px;
}
.modal#add-post-to-collection-modal .bookmark-header .bookmark-icon.active i {
  color: #EB212E;
}
.modal#add-post-to-collection-modal .bookmark-header h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.modal#add-post-to-collection-modal .bookmark-header .bookmark-subheader {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #8C8C8C;
}
.modal#add-post-to-collection-modal .create-collection-header {
  margin-bottom: 12px;
}
.modal#add-post-to-collection-modal .create-collection-header h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.modal#add-post-to-collection-modal .create-collection-header .create-collection-link {
  color: #EB212E;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.modal#add-post-to-collection-modal .create-collection-header .create-collection-link:hover {
  color: #1A1A1A;
}
.modal#add-post-to-collection-modal .create-collection-fields input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #DEDEE5;
  border-radius: 0;
  margin-bottom: 12px;
}
.modal#add-post-to-collection-modal .create-collection-fields select {
  margin-bottom: 10px;
}
.modal#add-post-to-collection-modal .create-collection-fields .cancel-new-collection {
  margin-bottom: 32px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.modal#add-post-to-collection-modal .form-content {
  padding: 16px 32px;
}
.modal#add-post-to-collection-modal .form-content .collection-status {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #8C8C8C;
}
.modal#add-post-to-collection-modal .form-content .collection-list.scroll-list {
  max-height: 274px;
}
.modal#add-post-to-collection-modal .form-content .collection-list li {
  margin-bottom: 16px;
  position: relative;
  padding-right: 32px;
}
.modal#add-post-to-collection-modal .form-content .collection-list li:last-of-type {
  margin-bottom: 0;
}
.modal#add-post-to-collection-modal .form-content .collection-list label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
.modal#add-post-to-collection-modal .form-content .avatar {
  margin-right: 12px;
  width: 42px;
  height: 42px;
}
.modal#add-post-to-collection-modal .form-content .collection-plus {
  width: 24px;
  height: 24px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal#add-post-to-collection-modal .form-content .collection-plus:hover i {
  color: #EB212E;
}
.modal#add-post-to-collection-modal .form-content .collection-plus i {
  font-size: 20px;
}
.modal#add-post-to-collection-modal .form-content .collection-plus i.fa-square-check {
  font-size: 24px;
}
.modal#add-post-to-collection-modal .buttons {
  padding-top: 16px;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 16px;
  border-top: 1px solid #DEDEE5;
}
.modal#add-post-to-collection-modal .buttons .button-wrap {
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
}
.modal#add-post-to-collection-modal .buttons .button-wrap button {
  width: 100%;
  padding: 13px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.modal#delete-topic-modal .modal-header {
  margin-bottom: 0;
}
.modal#delete-topic-modal .btn-primary {
  margin-top: 0;
}
.modal#delete-topic-modal label {
  color: #1A1A1A;
  font-size: 12px;
}
.modal#delete-topic-modal hr {
  margin: 12px 0 8px;
}
.modal#delete-topic-modal li:before {
  content: '\2022';
  margin-right: 4px;
}
.modal#delete-topic-modal .modal-body {
  font-size: 12px;
  line-height: 1.5;
}
.modal#delete-topic-modal .modal-title {
  margin-top: 0;
}
.modal#delete-topic-modal .modal-title,
.modal#delete-topic-modal strong {
  font-size: 12px;
}
.modal#delete-topic-modal .modal-body,
.modal#delete-topic-modal .modal-title {
  text-align: center;
}
.modal:not(.post-create-v2):not(#media-library-modal) .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.modal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 24px;
}
.modal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  padding: 6px;
  right: 12px;
  top: 12px;
  font-size: 12px;
  color: #1A1A1A;
  transition: opacity 0.2s linear;
}
.modal .modal-header .btn-close:hover,
.modal .modal-header .btn-close:active,
.modal .modal-header .btn-close:focus {
  outline: none;
  background-color: transparent;
  border: none;
  opacity: 0.5;
  transition: opacity 0.2s linear;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-content {
  max-width: 440px;
  padding: 15px 60px 20px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.modal .modal-content .modal-title {
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
}
@media (max-width: 500px) {
  .modal.full-screen .modal-title {
    margin-bottom: 24px;
  }
}
#message-image-modal .modal-dialog {
  width: auto;
  height: auto;
}
#message-image-modal .modal-content {
  max-width: 100%;
}
#post-preview-modal .modal-body {
  padding: 24px;
}
#post-preview-modal .modal-content {
  max-width: 697px;
  width: 100%;
}
.video-modal-window {
  position: relative;
  max-width: 900px;
  margin: auto;
  background-color: transparent;
  padding: 0;
  line-height: 0;
}
.video-modal-window .mfp-close {
  background-color: #EB212E;
  color: white;
}
.video-modal-window .mfp-close:hover {
  background-color: #EB212E !important;
  opacity: 1;
}
.video-modal-window video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
}
.video-modal-window .mfp-video-bottom-bar {
  padding-top: 5px;
  padding-left: 5px;
}
#site-rules-modal ul {
  list-style: disc;
  padding-left: 26px;
}
#site-rules-modal li {
  list-style: disc;
  padding-bottom: 5px;
}
.user_profile_images .mfp-wrap {
  z-index: 2000;
}
.user_profile_images .mfp-bg {
  z-index: 1054;
  opacity: 1;
}
.post-card-modal .modal-header {
  margin: 0;
}
.post-card-modal .modal-header .btn-close {
  color: white;
  font-size: 23px;
  top: 0;
  right: 0;
  background: none;
}
.post-card-modal .post-modal-nav {
  padding-top: 10px;
  text-align: center;
  display: block;
}
.post-card-modal .post-modal-nav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}
.post-card-modal .modal-content {
  padding: 35px !important;
  max-width: 665px;
  display: block;
  background-color: transparent;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.post-card-modal .modal-content .post {
  border-radius: 10px;
  margin-bottom: 0;
}
.post-card-modal .modal-content .post .post-media:not(.slick-initialized) a {
  display: none;
}
.post-card-modal .modal-content .post .post-media:not(.slick-initialized) a:first-child {
  display: block;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post_grid_view:not(.user_posts_view):not(.organization_view) .flex.align-items-center .link-wrap {
  margin-bottom: 20px;
}
.floating-menu-holder.post-floating-menu {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
  z-index: 150;
}
.floating-menu-holder.post-floating-menu .toggle {
  font-size: 20px;
}
.floating-menu-holder.post-floating-menu .toggle i {
  transform: rotate(90deg);
}
.floating-menu-holder.post-floating-menu .floating-menu {
  width: auto;
  min-width: 200px;
  right: 15px;
  left: unset;
  top: 70%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.floating-menu-holder .toggle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #1A1A1A;
  font-size: 24px;
  margin-right: 15px;
}
.floating-menu-holder .floating-menu {
  position: absolute;
  display: none;
  color: white;
  background-color: #292B2E;
  border-radius: 10px;
  overflow: hidden;
  width: 180px;
  right: 0;
  top: 70%;
  z-index: 150;
}
.floating-menu-holder .floating-menu .floating-menu-section {
  padding: 7px 10px;
  font-weight: bold;
  font-size: 10px;
  color: #A3A3A3;
  font-weight: 700;
  display: block;
  border-top: 1px solid gray;
  text-align: left;
}
.floating-menu-holder .floating-menu ul,
.floating-menu-holder .floating-menu li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.floating-menu-holder .floating-menu ul a,
.floating-menu-holder .floating-menu ul button,
.floating-menu-holder .floating-menu ul button:active,
.floating-menu-holder .floating-menu ul button:focus,
.floating-menu-holder .floating-menu ul span {
  color: #FFF;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  width: 100%;
  padding: 7px 10px;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
.floating-menu-holder .floating-menu ul select {
  max-width: 80%;
  margin: 0 auto 10px auto;
}
.floating-menu-holder .floating-menu ul a:hover,
.floating-menu-holder .floating-menu ul button:hover {
  background-color: #333333;
  transition: background-color 0.2s linear;
}
.floating-menu-holder .floating-menu ul li:first-child a,
.floating-menu-holder .floating-menu ul li:first-child button,
.floating-menu-holder .floating-menu ul li:first-child span {
  border-top: none;
}
.floating-menu-holder .floating-menu-bg-close {
  display: none;
}
@media (max-width: 767px) {
  .floating-menu-holder.post-floating-menu {
    position: absolute;
    right: 5px;
    top: 10px;
  }
}
@media (max-width: 500px) {
  .floating-menu-holder.post-floating-menu .floating-menu {
    position: fixed;
    border-radius: 0;
    width: 100%;
    bottom: 55px;
    left: 0;
    right: 0;
    top: unset;
  }
  .floating-menu-holder .floating-menu {
    position: fixed;
    border-radius: 0;
    width: 100%;
    bottom: 55px;
    left: 0;
    right: 0;
    top: unset;
  }
  .floating-menu-holder .floating-menu .floating-menu-section {
    font-size: 12px;
  }
  .floating-menu-holder .floating-menu ul a,
  .floating-menu-holder .floating-menu ul button,
  .floating-menu-holder .floating-menu ul button:active,
  .floating-menu-holder .floating-menu ul button:focus,
  .floating-menu-holder .floating-menu ul span {
    font-size: 14px;
    padding: 9px 10px;
  }
  .floating-menu-holder .floating-menu-bg-close {
    display: none;
    background-color: rgba(41, 43, 46, 0.5);
    overflow: hidden;
    z-index: 149;
    position: fixed;
    height: calc(100vh - 100px);
    width: 100%;
    bottom: 55px;
    left: 0;
    right: 0;
  }
}
.post-actions .floating-menu-holder .toggle {
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: inherit;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
@media (max-width: 767px) {
  body.message_view_mobile {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
.conversation_view,
.chatroom_view,
.direct_message_view {
  background-image: none;
}
.conversation_view .page-wrapper,
.chatroom_view .page-wrapper,
.direct_message_view .page-wrapper {
  display: -ms-flex;
  display: flex;
  padding: 25px 17px;
  background-color: #0B0B0B;
}
.conversation_view a,
.chatroom_view a,
.direct_message_view a {
  text-decoration: none;
}
.conversation_view .filter-list .input-wrap,
.chatroom_view .filter-list .input-wrap,
.direct_message_view .filter-list .input-wrap {
  line-height: 1;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
  transition: all 0.2s linear;
  position: relative;
}
.conversation_view .filter-list .input-wrap i,
.chatroom_view .filter-list .input-wrap i,
.direct_message_view .filter-list .input-wrap i {
  position: absolute;
  line-height: 1;
  right: 15px;
  color: #8C8C8C;
  top: 50%;
  transform: translateY(-50%);
}
.conversation_view .filter-list .input-wrap:after,
.chatroom_view .filter-list .input-wrap:after,
.direct_message_view .filter-list .input-wrap:after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 60px;
  top: 9px;
  font-size: 12px;
  z-index: 5;
  color: #8C8C8C;
}
.conversation_view .filter-list input,
.chatroom_view .filter-list input,
.direct_message_view .filter-list input {
  height: 30px;
  border-radius: 99px;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #707070;
  color: #A3A3A3;
  position: relative;
  width: 82px;
}
.conversation_view .filter-list input:focus,
.chatroom_view .filter-list input:focus,
.direct_message_view .filter-list input:focus {
  width: 100%;
  z-index: 6;
  background-color: #292b2e;
  transition: all 0.2s linear;
}
.conversation_view .conversations-window > .inner,
.chatroom_view .conversations-window > .inner,
.direct_message_view .conversations-window > .inner {
  background-color: #FFF;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.conversation_view .people-in-conversation .avatar,
.chatroom_view .people-in-conversation .avatar,
.direct_message_view .people-in-conversation .avatar {
  width: 22px;
  height: 22px;
  margin-left: -10px;
}
.conversation_view .people-in-conversation .avatar:first-child,
.chatroom_view .people-in-conversation .avatar:first-child,
.direct_message_view .people-in-conversation .avatar:first-child {
  margin-left: 0;
}
.conversation_view .people-in-conversation .accordion,
.chatroom_view .people-in-conversation .accordion,
.direct_message_view .people-in-conversation .accordion {
  margin: 0 0 0 10px;
}
.conversation_view .people-in-conversation .accordion-title,
.chatroom_view .people-in-conversation .accordion-title,
.direct_message_view .people-in-conversation .accordion-title {
  background-color: transparent;
  color: #8C8C8C;
  font-weight: 400;
  padding: 0;
}
.conversation_view .people-in-conversation .accordion-title:after,
.chatroom_view .people-in-conversation .accordion-title:after,
.direct_message_view .people-in-conversation .accordion-title:after {
  content: '\f2ec';
  font-weight: 700;
  font-family: 'Font Awesome 6 Pro';
  color: #1A1A1A;
  margin-left: 10px;
  font-size: 8px;
  transform: rotate(180deg);
}
.conversation_view .people-in-conversation .accordion-body,
.chatroom_view .people-in-conversation .accordion-body,
.direct_message_view .people-in-conversation .accordion-body {
  background-color: white;
  border: 1px solid #8C8C8C;
  width: 250px;
  padding: 0;
  top: 20px;
}
.conversation_view .people-in-conversation .accordion-body li,
.chatroom_view .people-in-conversation .accordion-body li,
.direct_message_view .people-in-conversation .accordion-body li {
  border-top: 1px solid #8C8C8C;
  position: relative;
}
.conversation_view .people-in-conversation .accordion-body li:first-child,
.chatroom_view .people-in-conversation .accordion-body li:first-child,
.direct_message_view .people-in-conversation .accordion-body li:first-child {
  border-top: none;
}
.conversation_view .people-in-conversation .accordion-body li a:not(.flex-grow-1),
.chatroom_view .people-in-conversation .accordion-body li a:not(.flex-grow-1),
.direct_message_view .people-in-conversation .accordion-body li a:not(.flex-grow-1),
.conversation_view .people-in-conversation .accordion-body li form,
.chatroom_view .people-in-conversation .accordion-body li form,
.direct_message_view .people-in-conversation .accordion-body li form {
  position: absolute;
  right: 0;
  top: 0;
}
.conversation_view .people-in-conversation .accordion-body a.flex-grow-1,
.chatroom_view .people-in-conversation .accordion-body a.flex-grow-1,
.direct_message_view .people-in-conversation .accordion-body a.flex-grow-1 {
  padding: 5px 30px 5px 5px;
}
.conversation_view .people-in-conversation .accordion-body a,
.chatroom_view .people-in-conversation .accordion-body a,
.direct_message_view .people-in-conversation .accordion-body a,
.conversation_view .people-in-conversation .accordion-body form,
.chatroom_view .people-in-conversation .accordion-body form,
.direct_message_view .people-in-conversation .accordion-body form {
  display: block;
  padding: 5px;
}
.conversation_view .sidebar,
.chatroom_view .sidebar,
.direct_message_view .sidebar {
  width: 76px;
  padding-right: 8px;
}
.conversation_view .sidebar > .inner,
.chatroom_view .sidebar > .inner,
.direct_message_view .sidebar > .inner {
  background-color: #292B2E;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.conversation_view .sidebar ul,
.chatroom_view .sidebar ul,
.direct_message_view .sidebar ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.conversation_view .sidebar ul > li,
.chatroom_view .sidebar ul > li,
.direct_message_view .sidebar ul > li {
  position: relative;
  margin-bottom: 8px;
}
.conversation_view .sidebar ul > li:last-of-type,
.chatroom_view .sidebar ul > li:last-of-type,
.direct_message_view .sidebar ul > li:last-of-type {
  margin-bottom: 0;
}
.conversation_view .sidebar ul > li > a,
.chatroom_view .sidebar ul > li > a,
.direct_message_view .sidebar ul > li > a {
  padding: 15px 0;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #FFF;
  flex-grow: 1;
  font-size: 20px;
  position: relative;
  transition: color 0.2s linear;
  border-radius: 9999px;
  border: 1px solid #707070;
}
.conversation_view .sidebar ul > li > a:hover,
.chatroom_view .sidebar ul > li > a:hover,
.direct_message_view .sidebar ul > li > a:hover {
  background-color: #8C8C8C;
}
.conversation_view .sidebar ul > li.active > a,
.chatroom_view .sidebar ul > li.active > a,
.direct_message_view .sidebar ul > li.active > a {
  background-color: #8C8C8C;
}
.conversation_view .messages-col,
.chatroom_view .messages-col,
.direct_message_view .messages-col {
  width: 340px;
  background-color: #292B2E;
  border-radius: 10px;
  padding: 16px;
  min-height: calc(100vh - 270px);
  position: relative;
}
.conversation_view .messages-col button.btn-link,
.chatroom_view .messages-col button.btn-link,
.direct_message_view .messages-col button.btn-link {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #FFF;
  border: 1px solid #707070;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.conversation_view .messages-col button.btn-link:hover,
.chatroom_view .messages-col button.btn-link:hover,
.direct_message_view .messages-col button.btn-link:hover {
  border-color: #FFF;
}
.conversation_view .messages-col .floating-menu button.btn-link,
.chatroom_view .messages-col .floating-menu button.btn-link,
.direct_message_view .messages-col .floating-menu button.btn-link {
  width: 100%;
  border-radius: 10px;
  text-align: left;
  background-color: #1A1A1A;
  display: inline-block;
  right: unset;
  top: unset;
  border: none;
  position: relative;
}
.conversation_view .messages-col h6,
.chatroom_view .messages-col h6,
.direct_message_view .messages-col h6 {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
}
.conversation_view .messages-col ul.scroll-list,
.chatroom_view .messages-col ul.scroll-list,
.direct_message_view .messages-col ul.scroll-list {
  max-height: 460px;
  overflow-y: scroll;
  margin-bottom: 0;
}
.conversation_view .messages-col .message-list .message-list-title,
.chatroom_view .messages-col .message-list .message-list-title,
.direct_message_view .messages-col .message-list .message-list-title {
  font-size: 16px;
  font-weight: 700;
}
.conversation_view .messages-col .message-list .chatroom-back-button,
.chatroom_view .messages-col .message-list .chatroom-back-button,
.direct_message_view .messages-col .message-list .chatroom-back-button {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 16px;
  display: inline-block;
}
.conversation_view .messages-col .message-list .chatroom-back-button:hover,
.chatroom_view .messages-col .message-list .chatroom-back-button:hover,
.direct_message_view .messages-col .message-list .chatroom-back-button:hover {
  color: #EB212E;
}
.conversation_view .messages-col .message-list .floating-menu-holder,
.chatroom_view .messages-col .message-list .floating-menu-holder,
.direct_message_view .messages-col .message-list .floating-menu-holder {
  margin: 0;
  right: 16px;
  top: 10px;
  left: unset;
  position: absolute;
  color: #A3A3A3;
}
.conversation_view .messages-col .message-list .floating-menu-holder .toggle,
.chatroom_view .messages-col .message-list .floating-menu-holder .toggle,
.direct_message_view .messages-col .message-list .floating-menu-holder .toggle {
  margin: 0;
  color: #A3A3A3;
}
.conversation_view .messages-col .message-list ul,
.chatroom_view .messages-col .message-list ul,
.direct_message_view .messages-col .message-list ul {
  padding: 0;
  margin: 0;
  list-type: none;
  list-style-type: none;
}
.conversation_view .messages-col .message-list ul > li,
.chatroom_view .messages-col .message-list ul > li,
.direct_message_view .messages-col .message-list ul > li {
  margin-bottom: 24px;
}
.conversation_view .messages-col .message-list li > a,
.chatroom_view .messages-col .message-list li > a,
.direct_message_view .messages-col .message-list li > a {
  color: #A3A3A3;
  font-size: 16px;
  font-weight: 400;
}
.conversation_view .messages-col .message-list li .unread-dot,
.chatroom_view .messages-col .message-list li .unread-dot,
.direct_message_view .messages-col .message-list li .unread-dot {
  position: static;
  margin-left: 10px;
}
.conversation_view .messages-col .message-list li.online,
.chatroom_view .messages-col .message-list li.online,
.direct_message_view .messages-col .message-list li.online {
  position: relative;
}
.conversation_view .messages-col .message-list li.online:after,
.chatroom_view .messages-col .message-list li.online:after,
.direct_message_view .messages-col .message-list li.online:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #00FE26;
  border-radius: 9999px;
  left: -6px;
  top: 0;
  position: absolute;
}
.conversation_view .messages-col .message-list li.is-unread > a,
.chatroom_view .messages-col .message-list li.is-unread > a,
.direct_message_view .messages-col .message-list li.is-unread > a {
  font-weight: 700;
  color: #FFF;
}
.conversation_view .messages-col .filter-list .input-wrap,
.chatroom_view .messages-col .filter-list .input-wrap,
.direct_message_view .messages-col .filter-list .input-wrap {
  margin-bottom: 16px;
}
.conversation_view .messages-col .avatar,
.chatroom_view .messages-col .avatar,
.direct_message_view .messages-col .avatar {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .conversation_view .messages-col,
  .chatroom_view .messages-col,
  .direct_message_view .messages-col {
    padding: 16px 16px 16px 32px;
  }
  .conversation_view .messages-col .mbl-conversation-back,
  .chatroom_view .messages-col .mbl-conversation-back,
  .direct_message_view .messages-col .mbl-conversation-back {
    position: absolute;
    left: 12px;
    top: 17px;
  }
}
@media (max-width: 500px) {
  .conversation_view .messages-col,
  .chatroom_view .messages-col,
  .direct_message_view .messages-col {
    width: calc(100% - 76px);
  }
  .conversation_view .messages-col ul.scroll-list,
  .chatroom_view .messages-col ul.scroll-list,
  .direct_message_view .messages-col ul.scroll-list {
    max-height: 388px;
    overflow-y: scroll;
  }
  .conversation_view .messages-col .message-list ul > li,
  .chatroom_view .messages-col .message-list ul > li,
  .direct_message_view .messages-col .message-list ul > li {
    margin-bottom: 16px;
  }
  .conversation_view .messages-col .message-list .floating-menu ul > li,
  .chatroom_view .messages-col .message-list .floating-menu ul > li,
  .direct_message_view .messages-col .message-list .floating-menu ul > li {
    margin-bottom: 0;
  }
  .conversation_view .messages-col .floating-menu button.btn-link,
  .chatroom_view .messages-col .floating-menu button.btn-link,
  .direct_message_view .messages-col .floating-menu button.btn-link {
    background-color: transparent;
    height: auto;
  }
}
.conversation_view .conversations-window,
.chatroom_view .conversations-window,
.direct_message_view .conversations-window {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 416px);
  padding-left: 16px;
  padding-right: 16px;
  min-height: calc(100vh - 270px);
}
.conversation_view .conversations-window > p,
.chatroom_view .conversations-window > p,
.direct_message_view .conversations-window > p {
  padding: 20px;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  display: block;
  color: #1A1A1A;
}
.conversation_view .conversations-window > .inner,
.chatroom_view .conversations-window > .inner,
.direct_message_view .conversations-window > .inner {
  padding: 17px 0 17px;
  width: 100%;
  position: relative;
}
.conversation_view .conversations-window .conversation,
.chatroom_view .conversations-window .conversation,
.direct_message_view .conversations-window .conversation {
  padding: 0 16px;
  height: calc(100% - 160px);
}
.conversation_view .conversations-window .conversation button.small-btn,
.chatroom_view .conversations-window .conversation button.small-btn,
.direct_message_view .conversations-window .conversation button.small-btn {
  margin-bottom: 10px;
}
.conversation_view .conversations-window .conversation-title,
.chatroom_view .conversations-window .conversation-title,
.direct_message_view .conversations-window .conversation-title {
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 501px) {
  .conversation_view .conversations-window .floating-menu-holder,
  .chatroom_view .conversations-window .floating-menu-holder,
  .direct_message_view .conversations-window .floating-menu-holder {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  .conversation_view .conversations-window .floating-menu-holder .toggle,
  .chatroom_view .conversations-window .floating-menu-holder .toggle,
  .direct_message_view .conversations-window .floating-menu-holder .toggle {
    width: 18px;
    height: 18px;
    margin: 0;
  }
  .conversation_view .conversations-window .floating-menu-holder .toggle i,
  .chatroom_view .conversations-window .floating-menu-holder .toggle i,
  .direct_message_view .conversations-window .floating-menu-holder .toggle i {
    font-size: 18px;
  }
  .conversation_view .conversations-window .floating-menu-holder .floating-menu,
  .chatroom_view .conversations-window .floating-menu-holder .floating-menu,
  .direct_message_view .conversations-window .floating-menu-holder .floating-menu {
    right: 0;
    left: auto;
    top: 26px;
  }
}
.conversation_view .conversations-window .conversation-message,
.chatroom_view .conversations-window .conversation-message,
.direct_message_view .conversations-window .conversation-message {
  margin-top: 10px;
}
.conversation_view .conversations-window .conversation-message .inner > .flex,
.chatroom_view .conversations-window .conversation-message .inner > .flex,
.direct_message_view .conversations-window .conversation-message .inner > .flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.conversation_view .conversations-window .add-image,
.chatroom_view .conversations-window .add-image,
.direct_message_view .conversations-window .add-image {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  font-size: 30px;
  position: relative;
}
.conversation_view .conversations-window .add-image:before,
.chatroom_view .conversations-window .add-image:before,
.direct_message_view .conversations-window .add-image:before {
  position: absolute;
  content: '\f03e';
  font-family: 'Font Awesome 6 Pro';
  top: -3px;
  left: 0;
}
.conversation_view .conversations-window .add-image.edit:before,
.chatroom_view .conversations-window .add-image.edit:before,
.direct_message_view .conversations-window .add-image.edit:before {
  display: none;
}
.conversation_view .conversations-window .add-image:after,
.chatroom_view .conversations-window .add-image:after,
.direct_message_view .conversations-window .add-image:after {
  display: none;
}
.conversation_view .conversations-window .add-image.previewing:before,
.chatroom_view .conversations-window .add-image.previewing:before,
.direct_message_view .conversations-window .add-image.previewing:before {
  display: none;
}
.conversation_view .conversations-window .add-image.previewing img,
.chatroom_view .conversations-window .add-image.previewing img,
.direct_message_view .conversations-window .add-image.previewing img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
}
.conversation_view .conversations-window .people-in-conversation,
.chatroom_view .conversations-window .people-in-conversation,
.direct_message_view .conversations-window .people-in-conversation {
  margin-bottom: 15px;
  line-height: 1.5;
}
.conversation_view .conversations-window .people-in-conversation h5,
.chatroom_view .conversations-window .people-in-conversation h5,
.direct_message_view .conversations-window .people-in-conversation h5 {
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 6px;
  margin-bottom: 0;
}
.conversation_view .conversations-window .people-in-conversation .separator:last-child,
.chatroom_view .conversations-window .people-in-conversation .separator:last-child,
.direct_message_view .conversations-window .people-in-conversation .separator:last-child {
  display: none;
}
@media (max-width: 1024px) {
  .conversation_view .conversations-window,
  .chatroom_view .conversations-window,
  .direct_message_view .conversations-window {
    min-height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .conversation_view .conversations-window,
  .chatroom_view .conversations-window,
  .direct_message_view .conversations-window {
    min-height: calc(100vh - 150px);
  }
}
.conversation_view .conversation-messages,
.chatroom_view .conversation-messages,
.direct_message_view .conversation-messages {
  max-height: calc(100vh - 220px);
  height: 100%;
  overflow-y: scroll;
  border-top: 1px solid #1A1A1A;
  padding: 10px;
  margin-top: 20px;
}
.conversation_view .conversation-messages::-webkit-scrollbar,
.chatroom_view .conversation-messages::-webkit-scrollbar,
.direct_message_view .conversation-messages::-webkit-scrollbar {
  width: 6px;
}
.conversation_view .conversation-messages::-webkit-scrollbar-track,
.chatroom_view .conversation-messages::-webkit-scrollbar-track,
.direct_message_view .conversation-messages::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D6D6D6;
  margin: 30px 0;
}
.conversation_view .conversation-messages::-webkit-scrollbar-thumb,
.chatroom_view .conversation-messages::-webkit-scrollbar-thumb,
.direct_message_view .conversation-messages::-webkit-scrollbar-thumb {
  background-color: #1A1A1A;
  border-radius: 10px;
}
.conversation_view .conversation-messages .conversation-message .user,
.chatroom_view .conversation-messages .conversation-message .user,
.direct_message_view .conversation-messages .conversation-message .user {
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 23px;
}
.conversation_view .conversation-messages .conversation-message .user .avatar,
.chatroom_view .conversation-messages .conversation-message .user .avatar,
.direct_message_view .conversation-messages .conversation-message .user .avatar {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.conversation_view .conversation-messages .conversation-message .message-name-date,
.chatroom_view .conversation-messages .conversation-message .message-name-date,
.direct_message_view .conversation-messages .conversation-message .message-name-date {
  margin-bottom: 6px;
  font-size: 10px;
}
.conversation_view .conversation-messages .conversation-message .message-name-date .username,
.chatroom_view .conversation-messages .conversation-message .message-name-date .username,
.direct_message_view .conversation-messages .conversation-message .message-name-date .username {
  font-weight: 700;
  color: #707070;
  position: relative;
  margin-right: 2px;
  display: -ms-flex;
  display: flex;
  flex-shrink: 0;
}
.conversation_view .conversation-messages .conversation-message .message-name-date .message-time,
.chatroom_view .conversation-messages .conversation-message .message-name-date .message-time,
.direct_message_view .conversation-messages .conversation-message .message-name-date .message-time {
  font-weight: 400;
  color: #707070;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.conversation_view .conversation-messages .conversation-message .message,
.chatroom_view .conversation-messages .conversation-message .message,
.direct_message_view .conversation-messages .conversation-message .message {
  position: relative;
}
.conversation_view .conversation-messages .conversation-message.mine .inner .message,
.chatroom_view .conversation-messages .conversation-message.mine .inner .message,
.direct_message_view .conversation-messages .conversation-message.mine .inner .message {
  background-color: #FFF;
  color: #1A1A1A;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}
.conversation_view .conversation-messages .conversation-message.yours .inner .message,
.chatroom_view .conversation-messages .conversation-message.yours .inner .message,
.direct_message_view .conversation-messages .conversation-message.yours .inner .message {
  background-color: #1A1A1A;
  color: #FFF;
  border-radius: 10px;
}
.conversation_view .conversation-messages .conversation-message.yours .inner .message a:not(.toggle),
.chatroom_view .conversation-messages .conversation-message.yours .inner .message a:not(.toggle),
.direct_message_view .conversation-messages .conversation-message.yours .inner .message a:not(.toggle) {
  color: #FFF;
}
.conversation_view .conversation-messages .conversation-message.yours .inner .message .username,
.chatroom_view .conversation-messages .conversation-message.yours .inner .message .username,
.direct_message_view .conversation-messages .conversation-message.yours .inner .message .username {
  color: #707070;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 501px) {
  .conversation_view .conversation-messages .conversation-message.mine .emoji-floating-menu .floating-menu,
  .chatroom_view .conversation-messages .conversation-message.mine .emoji-floating-menu .floating-menu,
  .direct_message_view .conversation-messages .conversation-message.mine .emoji-floating-menu .floating-menu {
    right: 0;
    left: unset;
    top: calc(100% + 1px);
  }
  .conversation_view .conversation-messages .conversation-message.yours .emoji-floating-menu .floating-menu,
  .chatroom_view .conversation-messages .conversation-message.yours .emoji-floating-menu .floating-menu,
  .direct_message_view .conversation-messages .conversation-message.yours .emoji-floating-menu .floating-menu {
    right: -18px;
    left: unset;
    top: calc(100% + 1px);
  }
}
.conversation_view .conversation-messages .conversation-message.mine .floating-menu-holder.emoji-floating-menu,
.chatroom_view .conversation-messages .conversation-message.mine .floating-menu-holder.emoji-floating-menu,
.direct_message_view .conversation-messages .conversation-message.mine .floating-menu-holder.emoji-floating-menu {
  display: inline-block;
  position: absolute;
  top: 0 !important;
  right: calc(100% + 8px);
}
.conversation_view .conversation-messages .conversation-message.mine .floating-menu-holder.emoji-floating-menu a,
.chatroom_view .conversation-messages .conversation-message.mine .floating-menu-holder.emoji-floating-menu a,
.direct_message_view .conversation-messages .conversation-message.mine .floating-menu-holder.emoji-floating-menu a {
  color: #8C8C8C;
}
.conversation_view .conversation-messages .conversation-message.yours .floating-menu-holder.emoji-floating-menu,
.chatroom_view .conversation-messages .conversation-message.yours .floating-menu-holder.emoji-floating-menu,
.direct_message_view .conversation-messages .conversation-message.yours .floating-menu-holder.emoji-floating-menu {
  display: inline-block;
  position: absolute;
  top: 0 !important;
  left: calc(100% + 8px);
}
.conversation_view .conversation-messages .conversation-message.yours .floating-menu-holder.emoji-floating-menu a,
.chatroom_view .conversation-messages .conversation-message.yours .floating-menu-holder.emoji-floating-menu a,
.direct_message_view .conversation-messages .conversation-message.yours .floating-menu-holder.emoji-floating-menu a {
  color: #8C8C8C;
}
.conversation_view .conversation-messages .conversation-message .image-modal,
.chatroom_view .conversation-messages .conversation-message .image-modal,
.direct_message_view .conversation-messages .conversation-message .image-modal {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.conversation_view .conversation-messages .conversation-message .message,
.chatroom_view .conversation-messages .conversation-message .message,
.direct_message_view .conversation-messages .conversation-message .message {
  width: inherit;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.conversation_view .conversation-messages .conversation-message .message img,
.chatroom_view .conversation-messages .conversation-message .message img,
.direct_message_view .conversation-messages .conversation-message .message img {
  width: inherit;
  height: inherit;
}
.conversation_view .conversation-messages .conversation-message .floating-menu-holder.emoji-floating-menu .toggle,
.chatroom_view .conversation-messages .conversation-message .floating-menu-holder.emoji-floating-menu .toggle,
.direct_message_view .conversation-messages .conversation-message .floating-menu-holder.emoji-floating-menu .toggle {
  margin-right: 0;
}
.conversation_view .conversation-messages .conversation-message .floating-menu-holder.emoji-floating-menu i,
.chatroom_view .conversation-messages .conversation-message .floating-menu-holder.emoji-floating-menu i,
.direct_message_view .conversation-messages .conversation-message .floating-menu-holder.emoji-floating-menu i {
  font-style: normal;
  font-size: 20px;
}
.conversation_view .conversation-messages .conversation-message .emojis-wrap,
.chatroom_view .conversation-messages .conversation-message .emojis-wrap,
.direct_message_view .conversation-messages .conversation-message .emojis-wrap {
  margin-top: 8px;
}
.conversation_view .conversation-messages .conversation-message .emojis-wrap i,
.chatroom_view .conversation-messages .conversation-message .emojis-wrap i,
.direct_message_view .conversation-messages .conversation-message .emojis-wrap i {
  font-style: normal;
  font-size: 14px;
}
.conversation_view .conversation-messages .conversation-message .emojis-wrap .emoji-count,
.chatroom_view .conversation-messages .conversation-message .emojis-wrap .emoji-count,
.direct_message_view .conversation-messages .conversation-message .emojis-wrap .emoji-count {
  font-size: 15px;
  color: #707070;
}
.conversation_view .conversation-messages .conversation-message .inner .justify-end,
.chatroom_view .conversation-messages .conversation-message .inner .justify-end,
.direct_message_view .conversation-messages .conversation-message .inner .justify-end {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.conversation_view .conversation-messages .conversation-message .inner .message,
.chatroom_view .conversation-messages .conversation-message .inner .message,
.direct_message_view .conversation-messages .conversation-message .inner .message {
  padding: 7px;
  max-width: 325px;
  word-break: break-word;
  text-align: left;
  min-width: 75px;
}
.conversation_view .conversation-messages .conversation-message .message-body.has-image,
.chatroom_view .conversation-messages .conversation-message .message-body.has-image,
.direct_message_view .conversation-messages .conversation-message .message-body.has-image {
  padding-bottom: 5px;
}
.conversation_view .messenger,
.chatroom_view .messenger,
.direct_message_view .messenger {
  background-color: #FFF;
  padding: 16px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.conversation_view .messenger input,
.chatroom_view .messenger input,
.direct_message_view .messenger input {
  height: 42px;
  background-color: #F0F0F0;
  color: #8C8C8C;
  padding-left: 15px;
}
.conversation_view .messenger button,
.chatroom_view .messenger button,
.direct_message_view .messenger button {
  width: 90px;
}
.conversation_view .chatroom-topics ul,
.chatroom_view .chatroom-topics ul,
.direct_message_view .chatroom-topics ul {
  list-style: none;
  list-style-type: none;
  padding-left: 10px;
}
@media (max-width: 1400px) {
  .conversation_view .conversations-window,
  .chatroom_view .conversations-window,
  .direct_message_view .conversations-window {
    padding-left: 10px;
    padding-right: 10px;
  }
  .conversation_view .conversation-messages,
  .chatroom_view .conversation-messages,
  .direct_message_view .conversation-messages {
    padding: 20px 30px 60px 30px;
  }
}
@media (max-width: 1024px) {
  .conversation_view .conversations-window,
  .chatroom_view .conversations-window,
  .direct_message_view .conversations-window {
    width: 100%;
  }
  .conversation_view .conversations-window .conversation-title,
  .chatroom_view .conversations-window .conversation-title,
  .direct_message_view .conversations-window .conversation-title {
    padding-left: 30px;
    margin-bottom: 16px;
  }
  .conversation_view .mbl-back-button,
  .chatroom_view .mbl-back-button,
  .direct_message_view .mbl-back-button {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 12px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .conversation_view .page-wrapper,
  .chatroom_view .page-wrapper,
  .direct_message_view .page-wrapper {
    min-height: calc(100vh - 100px);
  }
  .conversation_view footer,
  .chatroom_view footer,
  .direct_message_view footer {
    display: none;
  }
  .conversation_view .conversations-window .inner,
  .chatroom_view .conversations-window .inner,
  .direct_message_view .conversations-window .inner {
    padding: 20px 0 0;
  }
  .conversation_view .conversations-window .conversation,
  .chatroom_view .conversations-window .conversation,
  .direct_message_view .conversations-window .conversation {
    padding: 0 20px;
  }
  .conversation_view .mbl-back-button,
  .chatroom_view .mbl-back-button,
  .direct_message_view .mbl-back-button {
    top: 16px;
  }
  .conversation_view .conversations-window .conversation-title,
  .chatroom_view .conversations-window .conversation-title,
  .direct_message_view .conversations-window .conversation-title {
    margin-bottom: 0;
  }
  .conversation_view .conversations-window .people-in-conversation h5,
  .chatroom_view .conversations-window .people-in-conversation h5,
  .direct_message_view .conversations-window .people-in-conversation h5,
  .conversation_view .conversations-window .people-in-conversation a,
  .chatroom_view .conversations-window .people-in-conversation a,
  .direct_message_view .conversations-window .people-in-conversation a {
    font-size: 14px;
  }
  .conversation_view .conversations-window .ajax-modal,
  .chatroom_view .conversations-window .ajax-modal,
  .direct_message_view .conversations-window .ajax-modal,
  .conversation_view .conversations-window .delete-item-alert button,
  .chatroom_view .conversations-window .delete-item-alert button,
  .direct_message_view .conversations-window .delete-item-alert button {
    font-size: 12px;
  }
  .conversation_view .conversation-messages,
  .chatroom_view .conversation-messages,
  .direct_message_view .conversation-messages {
    padding: 20px 10px 40px 0px;
  }
  .conversation_view .conversation-messages .conversation-message .message,
  .chatroom_view .conversation-messages .conversation-message .message,
  .direct_message_view .conversation-messages .conversation-message .message {
    display: block;
  }
  .conversation_view .conversation-messages .conversation-message .user .avatar,
  .chatroom_view .conversation-messages .conversation-message .user .avatar,
  .direct_message_view .conversation-messages .conversation-message .user .avatar {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .conversation_view .page-wrapper,
  .chatroom_view .page-wrapper,
  .direct_message_view .page-wrapper {
    padding: 20px 0;
  }
  .conversation_view .conversations-window .conversation-message,
  .chatroom_view .conversations-window .conversation-message,
  .direct_message_view .conversations-window .conversation-message {
    max-width: calc(100% - 32px);
  }
  .conversation_view .conversations-window .conversation-message.mine,
  .chatroom_view .conversations-window .conversation-message.mine,
  .direct_message_view .conversations-window .conversation-message.mine {
    margin-left: auto;
  }
  .conversation_view .conversations-window .conversation .floating-menu-holder .toggle,
  .chatroom_view .conversations-window .conversation .floating-menu-holder .toggle,
  .direct_message_view .conversations-window .conversation .floating-menu-holder .toggle {
    margin: 0;
    right: 16px;
    top: 10px;
    left: unset;
    position: absolute;
  }
  .conversation_view .conversations-window .conversation-title,
  .chatroom_view .conversations-window .conversation-title,
  .direct_message_view .conversations-window .conversation-title {
    margin-bottom: 16px;
  }
  .conversation_view .conversation-messages,
  .chatroom_view .conversation-messages,
  .direct_message_view .conversation-messages {
    padding: 10px 10px 40px 0px;
    margin-top: 10px;
  }
  .conversation_view .conversation-messages .conversation-message.mine .inner .message,
  .chatroom_view .conversation-messages .conversation-message.mine .inner .message,
  .direct_message_view .conversation-messages .conversation-message.mine .inner .message {
    max-width: 285px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.comments-holder.comments-holder-top {
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .comments-holder.comments-holder-top {
    padding-bottom: 72px;
  }
}
.comments-holder .leave-comment-btn {
  padding: 16px;
  background-color: #FFF;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
}
.comments-holder .leave-comment-btn a {
  display: block;
  background-color: #f0f0f0;
  border: 2px solid #e0e0e6;
  width: 100%;
  border-radius: 10px;
  color: #8C8C8C;
  font-size: 16px;
  text-align: left;
  padding: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .comments-holder .leave-comment-btn a {
    padding: 16px;
  }
}
.comments-holder .comment-heading {
  font-size: 37px;
  font-family: 'Inter', sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 20px;
}
.comments-holder .comment {
  padding-top: 12px;
}
.comments-holder .comment .comment {
  border-left: 1px solid #d1d1d1;
}
.comments-holder .edited-icon {
  padding-left: 10px;
  color: #707070;
}
.comments-holder .comments-block > .comment {
  box-shadow: none;
  padding-left: 30px;
  padding-right: 0;
}
.comments-holder .comments-block .comments-block {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.comments-holder .comments-block .comments-block > .comment {
  padding-left: 30px;
  margin-bottom: 0;
}
.comments-holder .comment-header {
  margin-bottom: 10px;
  -ms-align-items: center;
  align-items: center;
}
.comments-holder .comment-header .avatar {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.comments-holder .comment-header .commenter-name {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A1A;
  text-decoration: none;
}
.comments-holder .comment-header .comment-time {
  color: #707070;
  font-size: 14px;
}
.comments-holder .comment-header .comment-time:before {
  content: '\f111';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 5px;
  margin-left: 2px;
  font-weight: 600;
  font-size: 5px;
  vertical-align: middle;
}
.comments-holder .comment .body {
  line-height: 1.2;
  margin: 0;
  padding-right: 10px;
}
.comments-holder .comment .body a {
  text-decoration: underline;
}
.comments-holder .comment .body .emojis-wrap a {
  text-decoration: none;
}
.comments-holder .post-media img {
  max-height: 50vh;
}
.comments-holder .comment-footer {
  margin-top: 10px;
}
.comments-holder .comment-footer .post-actions {
  padding-bottom: 5px;
}
.comments-holder .bootstrap-pagination {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .comments-holder .comment-heading {
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 20px 5px;
  }
  .comments-holder .comments-block > .comment {
    padding-left: 20px;
  }
  .comments-holder .comments-block .comments-block > .comment {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .comments-holder {
    margin-top: 0;
  }
  .comments-holder .comments-block > .comment {
    padding-left: 17px;
  }
  .comments-holder .comments-block .comments-block > .comment {
    padding-left: 17px;
  }
  .comments-holder .comment-header .commenter-name {
    font-size: 14px;
    font-weight: 700;
  }
  .comments-holder .comment-header .comment-time {
    color: #707070;
    font-size: 12px;
  }
  .comments-holder .comment .body {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0.434px;
  }
  .comments-holder .post-media img {
    max-height: 400px;
  }
  .comments-holder .comments-block .post-actions {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.leave_comment .page-wrapper {
  padding: 15px 0;
}
.leave_comment .page-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.leave_comment .comment-time {
  color: #707070;
  font-size: 14px;
  margin-bottom: 17px;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.unread-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 32px;
  right: 15px;
  border-radius: 10px;
  background-color: #EB212E;
}
.unread-dot.blue {
  background-color: #3194f1;
}
@media (max-width: 767px) {
  .unread-dot {
    bottom: 10px;
    right: 8px;
  }
}
.fun_app_homepage .site-list .unread-dot {
  top: 10px;
  bottom: auto;
}
.site-picker-wrap .unread-dot {
  top: 5px;
  bottom: auto;
  right: 5px;
  z-index: 2;
}
.site-picker-wrap .unread-dot.blue {
  right: 18px;
}
.notifications-header .notifications-header-dropdown li.unread-message {
  font-weight: bold;
}
.notifications-header .notifications-header-dropdown li a {
  text-decoration: underline;
}
.notifications-header .notifications-header-dropdown li a.accept-group-invite,
.notifications-header .notifications-header-dropdown li a.decline-group-invite,
.notifications-header .notifications-header-dropdown li a.accept-friend-request,
.notifications-header .notifications-header-dropdown li a.decline-friend-request {
  padding: 0;
  display: inline;
}
.notifications-header .notifications-header-dropdown li.view-all-notifications {
  border-top: 1px solid #FFF;
}
.notifications-header .notifications-header-dropdown li.view-all-notifications a {
  text-decoration: none;
  font-weight: 700;
}
.view_all_notifications .page-wrapper {
  background-color: #000000;
  padding-top: 15px;
}
.view_all_notifications form {
  margin-bottom: 40px;
}
.view_all_notifications .view-all-notifications-list {
  background-color: white;
  border-radius: 10px;
  padding: 95px;
  height: 100%;
  min-height: calc(100vh - 270px);
}
.view_all_notifications .view-all-notifications-list i {
  color: #8C8C8C;
  margin-right: 18px;
}
.view_all_notifications .view-all-notifications-list hr {
  margin: 18px 0;
  border-color: #DEDEE5;
}
.view_all_notifications .view-all-notifications-list .message {
  font-size: 14px;
}
.view_all_notifications h1 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .view_all_notifications .view-all-notifications-list {
    padding: 35px;
    min-height: auto;
  }
}
@media (max-width: 643px) {
  .view_all_notifications .view-all-notifications-list {
    padding: 35px 15px;
  }
}


/*# sourceMappingURL=global-styles-3.css.map*/