/* 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
============================================================================ */
.event_view .event-label {
  font-size: 12px;
  color: #8C8C8C;
}
.event_view .event-info label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}
.event_view .event-info .info-item {
  margin-bottom: 12px;
}
.event_view .event-actions {
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin: 18px 0 30px;
}
@media (max-width: 1024px) {
  .event_view .event-actions {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .event_view .event-actions a:first-of-type {
    margin-right: 10px;
  }
  .event_view .event-actions a:last-of-type {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .event_view .event-actions {
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .event_view .event-actions a:first-of-type {
    margin-right: 0;
  }
  .event_view .event-actions a:last-of-type {
    margin-left: 0;
  }
}

/* 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
============================================================================ */
.explore_page {
  background-color: #0B0B0B;
  color: #FFF;
}
.explore_page .explore-title-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.explore_page .select2-container {
  color: #1A1A1A;
}
@media (max-width: 1024px) {
  .explore_page .page-wrapper {
    padding-bottom: 40px;
  }
}
.explore_page .toolbar-wrap {
  margin-bottom: 64px;
}
.explore_page .toolbar-wrap .toolbar {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .explore_page .toolbar-wrap {
    margin-bottom: 48px;
  }
  .explore_page .toolbar-wrap .toolbar {
    margin: 0;
  }
}
.explore_page .title-wrap {
  margin-bottom: 24px;
}
.explore_page .title-wrap .section-title {
  margin-bottom: 0;
}
.explore_page .btn.see-all {
  color: #1A1A1A;
  background-color: #D0D2D3;
  padding: 7px 22px;
  position: relative;
  z-index: 5;
}
.explore_page .btn.see-all i {
  color: #1A1A1A;
  margin-left: 6px;
}
.explore_page .btn.see-all:hover {
  background-color: #EB212E;
}
.explore_page a {
  text-decoration: none;
}
.explore_page a:hover {
  color: #EB212E;
}
.explore_page h1,
.explore_page h2,
.explore_page h3,
.explore_page h4,
.explore_page h5,
.explore_page h6,
.explore_page a {
  color: #FFF;
}
.explore_page h1 {
  font-size: 18px;
}
.explore_page h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}
.explore_page .trending-communities,
.explore_page .popular-tags,
.explore_page .popular-users {
  padding-right: 90px;
}
@media (max-width: 767px) {
  .explore_page .trending-communities,
  .explore_page .popular-tags,
  .explore_page .popular-users {
    padding-right: 60px;
  }
}
.explore_page .popular-pages .two-column {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .explore_page .popular-pages .two-column {
    width: 50%;
  }
}
.explore_page .popular-chatrooms .two-column {
  display: -ms-flex;
  display: flex;
  padding-right: 12px;
  padding-bottom: 8px;
}
.explore_page .popular-chatrooms .two-column:nth-child(even) {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 12px;
  padding-right: 0;
}
.explore_page .popular-chatrooms .two-column > .flex {
  width: 100%;
  max-width: 340px;
}
.explore_page .popular-chatrooms .two-column a.chatroom {
  position: relative;
  padding-right: 16px;
}
.explore_page .popular-chatrooms .two-column a.chatroom:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  line-height: 1.2;
  top: 50%;
  transform: translateY(-40%);
}
.explore_page .popular-pages > .flex {
  margin-left: -12px;
  margin-right: -12px;
}
.explore_page .page {
  margin-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.explore_page .page:hover a {
  background: #1A1A1A;
  background-image: none !important;
}
.explore_page .page a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  border-radius: 10px;
  color: #FFF;
  background-size: cover;
  background-position: center;
  font-weight: 700;
  height: 69px;
  position: relative;
  z-index: 5;
}
.explore_page .page a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.explore_page .chatroom .chatroom {
  padding-left: 16px;
  display: inline-block;
}
.explore_page .slide-index {
  font-size: 12px;
  margin-bottom: 23px;
}
.explore_page .trending-communities-slider .community-banner-image {
  opacity: 0.39;
}
.explore_page .trending-communities-all {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
}
.explore_page .trending-communities-all .trending-community {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .explore_page .trending-communities-all {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .explore_page .trending-communities-all {
    margin-top: 40px;
  }
  .explore_page .trending-communities-all .trending-community {
    margin-bottom: 40px;
  }
}
.explore_page .trending-communities-slider,
.explore_page .trending-communities-all {
  margin-bottom: 32px;
}
.explore_page .trending-communities-slider .slick-slide > .inner,
.explore_page .trending-communities-all .slick-slide > .inner {
  padding-right: 13px;
  padding-left: 13px;
}
.explore_page .trending-communities-slider .community-banner-image,
.explore_page .trending-communities-all .community-banner-image {
  display: block;
  aspect-ratio: 800/400;
  max-height: 600px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
  transition: all 0.2s linear;
}
.explore_page .trending-communities-slider .slick-current .community-banner-image,
.explore_page .trending-communities-all .slick-current .community-banner-image {
  border-radius: 10px 10px 0 0;
  opacity: 1;
}
.explore_page .trending-communities-slider .slider-progress,
.explore_page .trending-communities-all .slider-progress {
  display: none;
}
.explore_page .trending-communities-slider .slick-current .slider-progress,
.explore_page .trending-communities-all .slick-current .slider-progress {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #8C8C8C;
  max-width: 100%;
  margin: 0 auto;
}
.explore_page .trending-communities-slider .slick-current .slider-progress .progress,
.explore_page .trending-communities-all .slick-current .slider-progress .progress {
  width: 0%;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.explore_page .trending-communities-slider .slick-arrow.slick-prev,
.explore_page .trending-communities-all .slick-arrow.slick-prev {
  left: 90px;
  top: 33%;
}
.explore_page .trending-communities-slider .slick-arrow.slick-next,
.explore_page .trending-communities-all .slick-arrow.slick-next {
  right: 90px;
  top: 33%;
}
@media (max-width: 767px) {
  .explore_page .trending-communities-slider .slick-slide > .inner,
  .explore_page .trending-communities-all .slick-slide > .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .explore_page .trending-communities-slider .slick-arrow.slick-prev,
  .explore_page .trending-communities-all .slick-arrow.slick-prev {
    left: -6px;
  }
  .explore_page .trending-communities-slider .slick-arrow.slick-next,
  .explore_page .trending-communities-all .slick-arrow.slick-next {
    right: -6px;
  }
}
@media (max-width: 500px) {
  .explore_page .trending-communities-slider .slick-arrow.slick-prev,
  .explore_page .trending-communities-all .slick-arrow.slick-prev {
    left: 0;
  }
  .explore_page .trending-communities-slider .slick-arrow.slick-next,
  .explore_page .trending-communities-all .slick-arrow.slick-next {
    right: 0;
  }
}
.explore_page .community-info {
  -ms-align-items: center;
  align-items: center;
}
.explore_page .community-info a {
  color: #FFF;
}
.explore_page .community-info .name-block {
  margin-left: 11px;
}
.explore_page .community-info .name {
  font-size: 16px;
  font-weight: 700;
}
.explore_page .community-info .members,
.explore_page .community-info .username {
  font-size: 12px;
}
.explore_page .community-info .join-btn,
.explore_page .community-info .follow-topic,
.explore_page .community-info .follow-subtopic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFF;
}
.explore_page .community-info .join-btn:hover,
.explore_page .community-info .follow-topic:hover,
.explore_page .community-info .follow-subtopic:hover {
  border: 1px solid #EB212E;
}
.explore_page .community-about {
  max-width: 400px;
  margin-top: 24px;
  font-size: 12px;
}
.explore_page .community-about p {
  font-size: 12px;
}
.explore_page .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: none;
  outline: none;
  padding: 0;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 2;
}
.explore_page .slick-arrow:hover:after {
  transform: scale(1.25);
}
.explore_page .slick-arrow:after {
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.explore_page .slick-arrow.slick-prev {
  left: 0;
}
.explore_page .slick-arrow.slick-prev:after {
  content: '\f104';
}
.explore_page .slick-arrow.slick-next {
  right: 0;
}
.explore_page .slick-arrow.slick-next:after {
  content: '\f105';
}
.explore_page .trending-communities {
  overflow: hidden;
  position: relative;
}
.explore_page .trending-communities:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #0b0b0b 0%, rgba(11, 11, 11, 0) 100%);
  pointer-events: none;
}
.explore_page .trending-communities .trending-communities-second-slider .trending-community {
  padding-left: 10px;
  padding-right: 10px;
}
.explore_page .trending-communities .trending-communities-second-slider .slick-track {
  margin-right: -10px;
  margin-left: -10px;
}
.explore_page .trending-communities .community-banner-image {
  display: block;
  aspect-ratio: 280/184;
  border-radius: 10px;
  margin-bottom: 12px;
}
.explore_page .trending-communities .trending-community {
  min-width: 250px;
}
.explore_page .explore-section {
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 0;
  border-top: 1px solid #8C8C8C;
}
.explore_page .explore-section ul.friend-list {
  padding: 0;
  margin: 0;
}
.explore_page .explore-section ul.friend-list li {
  padding: 15px 0;
}
.explore_page .explore-section ul.friend-list .img-wrap {
  margin-right: 8px;
}
.explore_page .explore-section ul.friend-list .img-wrap,
.explore_page .explore-section ul.friend-list .user-links {
  width: auto;
}
.explore_page .explore-section ul.friend-list a.display-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.07;
}
.explore_page .explore-section ul.friend-list a.user-name {
  font-size: 12px;
  line-height: 1.25;
}
.explore_page .explore-section ul.friend-list .mutual-friends {
  font-size: 12px;
  color: #A6A6A6;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  display: block;
}
.explore_page .explore-section ul.friend-list .send-friend-request {
  margin-top: 10px;
}
.explore_page .explore-section ul.friend-list .request-btn {
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  border: 1px solid #8C8C8C;
  margin-top: 10px;
  display: -ms-flex;
  display: flex;
  transition: all 0.2s linear;
}
.explore_page .explore-section ul.friend-list .request-btn:first-of-type {
  margin-right: 8px;
}
.explore_page .explore-section ul.friend-list .request-btn:hover {
  border-color: #FFF;
  transition: all 0.2s linear;
}
.explore_page .explore-section ul.friend-list .request-btn:hover:after {
  color: #FFF;
  transition: all 0.2s linear;
}
.explore_page .explore-section ul.friend-list .request-btn.decline-request:hover {
  border-color: #EB212E;
  transition: all 0.2s linear;
}
.explore_page .explore-section ul.friend-list .request-btn.decline-request:hover:after {
  color: #EB212E;
  transition: all 0.2s linear;
}
.explore_page .explore-section ul.friend-list .request-btn:after {
  font-family: 'Font Awesome 6 Pro';
  font-size: 14px;
  color: #A6A6A6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
.explore_page .explore-section ul.friend-list .request-btn.accept-request:after {
  content: '\f00c';
}
.explore_page .explore-section ul.friend-list .request-btn.decline-request:after {
  content: '\f00d';
}
.explore_page .popular-tags a {
  flex-shrink: 0;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 21px 24px;
  font-size: 14px;
  color: #FFF;
  background-color: #EB212E;
  text-decoration: none;
  line-height: 1;
  border-radius: 10px;
  font-weight: 400;
}
.explore_page .popular-tags a:last-of-type {
  margin-right: 0;
}
.explore_page .popular-tags a:hover {
  background-color: #FFF;
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .explore_page .popular-tags {
    padding-left: 0;
  }
  .explore_page .popular-tags a {
    margin-right: 15px;
  }
}
.explore_page .popular-users-all {
  margin-top: 40px;
  margin-left: -8px;
  margin-right: -8px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.explore_page .popular-users-all .popular-user {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  margin-bottom: 16px;
}
.explore_page .popular-users-all .popular-user > .inner {
  background-color: #292525;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
}
.explore_page .popular-users-all .popular-user .follow-user {
  position: absolute;
  left: 50%;
  top: 112px;
  transform: translateX(-50%);
  padding: 10px;
  width: 100px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
}
.explore_page .popular-users-all .popular-user .follow-user:hover {
  color: #FFF;
}
.explore_page .popular-users-all .popular-user .avatar {
  margin: 0 auto 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 9999px;
}
.explore_page .popular-users-all .popular-user .user-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explore_page .popular-users-all .popular-user a:not(.btn):hover {
  color: #EB212E;
}
.explore_page .popular-users-all .popular-user .followers {
  font-size: 12px;
  font-weight: 300;
  color: #D0D2D3;
}
.explore_page .popular-users-inner {
  position: relative;
  display: block;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 52px;
}
.explore_page .popular-users-inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .explore_page .popular-users-inner {
    padding-left: 0;
  }
}
.explore_page .popular-users {
  overflow: hidden;
  position: relative;
}
.explore_page .popular-users:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #0b0b0b 0%, rgba(11, 11, 11, 0) 100%);
  pointer-events: none;
}
.explore_page .popular-users .popular-user {
  position: relative;
  padding-right: 16px;
  display: inline-block;
  margin-right: -4px;
  text-align: center;
}
.explore_page .popular-users .popular-user:last-of-type {
  padding-right: 0;
}
.explore_page .popular-users .popular-user:last-of-type .follow-user {
  left: 50%;
}
.explore_page .popular-users .popular-user > .inner {
  background-color: #292525;
  padding: 16px;
  border-radius: 10px;
  width: 156px;
}
.explore_page .popular-users .popular-user .follow-user {
  position: absolute;
  left: calc(50% - 8px);
  top: 112px;
  transform: translateX(-50%);
  padding: 10px;
  width: 100px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
}
.explore_page .popular-users .popular-user .follow-user:hover {
  color: #FFF;
}
.explore_page .popular-users .popular-user .avatar {
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 9999px;
}
.explore_page .popular-users .popular-user .user-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explore_page .popular-users .popular-user a:not(.btn):hover {
  color: #EB212E;
}
.explore_page .popular-users .popular-user .followers {
  font-size: 12px;
  font-weight: 300;
  color: #D0D2D3;
}
.explore_page .trending-slider {
  position: relative;
  display: block;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 52px;
}
.explore_page .trending-slider::-webkit-scrollbar {
  display: none;
}
.explore_page .trending-slider > div {
  display: inline-block;
}
@media (max-width: 767px) {
  .explore_page .trending-slider {
    padding-left: 0;
  }
}
.explore_page .view-all a {
  font-size: 12px;
  font-weight: 700;
}
.explore_page .toolbar {
  text-align: right;
}
.explore_page .toolbar select {
  background-color: #FFF;
  color: #1A1A1A;
}
.explore_page .toolbar .select-wrap:after {
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .explore_page .toolbar {
    text-align: center;
  }
}
.explore_page .bootstrap-pagination {
  text-align: center;
  margin-bottom: 40px;
}
.explore_page .bootstrap-pagination p {
  font-size: 12px;
}
.explore_page .bootstrap-pagination nav {
  -ms-justify-content: center;
  justify-content: center;
}
.explore_page .bootstrap-pagination nav > div > div {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
.explore_page .bootstrap-pagination a:hover,
.explore_page .bootstrap-pagination a[aria-label="Next &raquo;"]:hover,
.explore_page .bootstrap-pagination a[aria-label="&laquo; Previous"]:hover {
  color: #EB212E !important;
}
.explore_page .bootstrap-pagination a,
.explore_page .bootstrap-pagination span[aria-current="page"] > span,
.explore_page .bootstrap-pagination span[aria-disabled="true"] > span {
  background-color: transparent !important;
  color: #FFF !important;
  border: 1px solid #8C8C8C !important;
  height: 21px;
  width: 21px;
  padding: 0 !important;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 8px;
}
.explore_page .bootstrap-pagination span[aria-current="page"] > span {
  color: #1A1A1A !important;
  background-color: #FFF !important;
  border: 1px solid #FFF !important;
}
.explore_page .bootstrap-pagination span[aria-label="&laquo; Previous"] > span,
.explore_page .bootstrap-pagination span[aria-label="Next &raquo;"] > span,
.explore_page .bootstrap-pagination span[aria-label="&laquo; Previous"] > span,
.explore_page .bootstrap-pagination a[aria-label="Next &raquo;"],
.explore_page .bootstrap-pagination a[aria-label="&laquo; Previous"],
.explore_page .bootstrap-pagination span[aria-label="Next &raquo;"] > span {
  background-color: transparent !important;
  border: none !important;
  font-size: 18px;
}

/* 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
============================================================================ */
/****************Reactions and Followers popup*****************/
.modal .reactions-followers-popup {
  background-color: #292B2E;
  color: white;
}
.modal .reactions-followers-popup .modal-title {
  color: #8C8C8C;
}
.modal .reactions-followers-popup .modal-header {
  margin-bottom: 5px;
}
.modal .reactions-followers-popup .btn-close {
  filter: grayscale(1) invert(1);
}
.modal .reactions-followers-popup .modal-body {
  max-width: 100%;
  max-height: 90vh;
  overflow-y: scroll;
}
.modal .reactions-followers-popup a,
.modal .reactions-followers-popup button {
  text-decoration: none;
  color: white;
}
.modal .reactions-followers-popup .tab-bar {
  display: block;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 40px;
}
.modal .reactions-followers-popup .tab-bar::-webkit-scrollbar {
  height: 7px;
}
.modal .reactions-followers-popup .tab-bar::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}
.modal .reactions-followers-popup .tab-bar li {
  min-width: 70px;
}
.modal .reactions-followers-popup .tab {
  color: #8C8C8C;
  display: block;
  padding: 10px 12px 18px 10px;
}
.modal .reactions-followers-popup .tab.active {
  color: white;
}
.modal .reactions-followers-popup .tab i {
  font-style: normal;
}
.modal .reactions-followers-popup .tab-body {
  padding-top: 10px;
}
.modal .reactions-followers-popup .tab-body .user {
  margin-bottom: 20px;
}
.modal .reactions-followers-popup .tab-body .avatar {
  width: 33px;
  height: 33px;
  margin-right: 7px;
}
.modal .reactions-followers-popup .tab-body .display-name {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.modal .reactions-followers-popup .tab-body .username {
  font-size: 12px;
  display: block;
  line-height: 1.2;
}
.modal .reactions-followers-popup .tab-body .followers {
  font-size: 12px;
  display: block;
  line-height: 1.2;
  color: #8C8C8C;
}
.modal .reactions-followers-popup .tab-body .follow-user,
.modal .reactions-followers-popup .tab-body .send-friend-request {
  border: 1px solid white;
  border-radius: 9999px;
  display: block;
  padding: 8px 15px;
  font-size: 12px;
}
.modal .share-to-conversation-popup .tab-body li {
  margin-bottom: 10px;
}
.modal .share-to-conversation-popup .tab-body .chatroom-sidebar-list li {
  margin-bottom: 15px;
}
.modal .share-to-conversation-popup .tab-body .avatar {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.modal .share-to-conversation-popup .tab-body button {
  margin: 0;
}
.modal .share-to-conversation-popup .tab-body .chatroom-topics {
  margin-left: 45px;
  padding-top: 10px;
}

/* 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
============================================================================ */
.poll-wrapper {
  padding: 16px;
}
.poll-wrapper .poll-results li {
  margin-bottom: 15px;
}
.poll-wrapper .poll-results .percentage-gauge {
  display: block;
  height: 10px;
  width: 100%;
  background-color: #DEDEE5;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.poll-wrapper .poll-results .percentage-gauge .percent {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background-color: black;
  border-radius: 10px;
}
.poll-wrapper .change-vote-form {
  padding: 15px 0;
}
.poll-wrapper .poll-totals {
  padding-bottom: 15px;
}
.poll-wrapper .vote-now-btn {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .poll-wrapper {
    padding: 16px 0;
  }
}

/* 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
============================================================================ */
.tutorial-open {
  overflow: hidden;
}
.tutorial-overlay {
  position: fixed;
  z-index: 1000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(22, 9, 9, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.tutorial-overlay .tutorial-step {
  position: fixed;
  width: 356px;
  max-width: calc(100% - 32px);
  left: 50%;
  top: 50%;
}
.tutorial-overlay .tutorial-step h2 {
  font-size: 32px;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 16px;
}
.tutorial-overlay .tutorial-step h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #1A1A1A;
}
.tutorial-overlay .tutorial-step p,
.tutorial-overlay .tutorial-step span {
  font-size: 14px;
  line-height: 1.5;
}
.tutorial-overlay .tutorial-step .tutorial-row {
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tutorial-overlay .tutorial-step .tutorial-row i {
  margin-right: 8px;
  font-size: 18px;
}
.tutorial-overlay .tutorial-step .tutorial-row.flex {
  -ms-align-items: center;
  align-items: center;
}
.tutorial-overlay .tutorial-step .arrow {
  position: absolute;
}
.tutorial-overlay .tutorial-step .arrow:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  position: absolute;
  z-index: 1;
}
.tutorial-overlay .tutorial-step .arrow .arrow-inner:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #FFF transparent;
  transform: rotate(0deg);
  position: absolute;
  z-index: 2;
  top: 1px;
}
.tutorial-overlay .tutorial-step .buttons {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  margin-top: 16px;
}
.tutorial-overlay .tutorial-step a.cancel-tutorial {
  text-decoration: none;
  margin-right: 4px;
}
.tutorial-overlay .tutorial-step a.btn {
  margin-left: 4px;
}
.tutorial-overlay .tutorial-step a.close-tutorial {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background-color: #FFF;
  font-size: 18px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #1A1A1A;
  line-height: 1;
}
.tutorial-overlay .tutorial-step a.close-tutorial:hover {
  background-color: #1A1A1A;
  color: #FFF;
}
.tutorial-overlay .tutorial-step .inner {
  border-radius: 12px;
  padding: 24px;
  background-color: #FFF;
  box-shadow: 0px 2px 12px 0px #78787833, 0px 0px 0px 4px #FFFFFF66;
  border: 1px solid #160909;
}
.tutorial-overlay .tutorial-step.center-popup {
  top: 50%;
  left: 50%;
  width: 660px;
  max-width: calc(100% - 32px);
  transform: translate(-50%, -50%);
}
.tutorial-overlay .tutorial-step.center-popup .inner {
  padding: 32px 24px;
  border-radius: 10px;
  height: 369px;
  text-align: center;
  position: relative;
}
.tutorial-overlay .tutorial-step.center-popup .inner h2 {
  margin-top: 72px;
}
.tutorial-overlay .tutorial-step.center-popup .inner p {
  max-width: 400px;
  margin: 0 auto;
}
.tutorial-overlay .tutorial-step.center-popup .inner .buttons {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tutorial-overlay .tutorial-step.center-popup .inner {
    padding: 24px;
    height: 300px;
  }
  .tutorial-overlay .tutorial-step.center-popup .inner h2 {
    margin-top: 48px;
  }
  .tutorial-overlay .tutorial-step.center-popup .inner .buttons {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 500px) {
  .tutorial-overlay .tutorial-step.center-popup {
    left: 50% !important;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 500px) {
  .tutorial-overlay .tutorial-step {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    left: 16px !important;
    transform: none !important;
  }
}
.tutorial-overlay .tutorial-elements .tutorial-element.active {
  box-shadow: 0px 0px 0px 4px #FFFFFF66;
  border-radius: 8px;
  text-align: center;
  max-width: calc(100% - 20px);
}
.tutorial-overlay .tutorial-elements .tutorial-element.active * {
  pointer-events: none;
}
.tutorial-overlay .tutorial-elements .logo-wrap {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  background-color: #000;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
}
.tutorial-overlay .tutorial-elements .logo-wrap a {
  pointer-events: none;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-right: 19px;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 9px;
  transform: rotate(180deg);
}
.tutorial-overlay .tutorial-elements .logo-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker-dropdown {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 30px;
  left: 10px;
  z-index: 450;
  width: 160px;
  display: block;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker-dropdown a {
  text-decoration: none;
  pointer-events: none;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker-dropdown li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0px;
  border-top: 1px solid gray;
  background-color: #000;
  font-size: 14px;
  color: #FFF;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker-dropdown li:first-of-type {
  border-top: none;
}
.tutorial-overlay .tutorial-elements .logo-wrap .site-picker-dropdown li a {
  padding: 10px;
  display: block;
  color: white;
  z-index: 2;
  position: relative;
}
.tutorial-overlay .tutorial-elements .site-logo > img {
  max-width: 50px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-create-post,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-explore,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-search,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-help-center,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-dm,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-notifications,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-manage-feeds,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder {
  position: relative;
  display: inline-block;
  height: 60px;
  background-color: #000;
  line-height: 60px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-create-post a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-explore a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-search a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-help-center a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-dm a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-notifications a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-manage-feeds a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder a,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-create-post button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-explore button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-search button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-help-center button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-dm button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-notifications button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-manage-feeds button,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder button {
  display: -ms-flex;
  display: flex;
  text-decoration: none;
  padding: 0 15px;
  color: #FFF;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
  pointer-events: none;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-create-post i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-explore i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-search i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-help-center i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-dm i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-notifications i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-manage-feeds i,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder i {
  font-size: 30px;
  color: #FFF;
  transition: color 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-create-post .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-explore .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-search .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-help-center .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-dm .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-notifications .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .menu-manage-feeds .explore-icon,
.tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder .explore-icon {
  transition: opacity 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .avatar:after {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  position: absolute;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting label,
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type label {
  color: #8C8C8C;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  display: block;
  -webkit-font-smoothing: auto;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting select,
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1A1A1A;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFF;
  border-radius: 10px;
  padding-left: 8px;
  height: 26px;
  cursor: pointer;
  padding-right: 22px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting .select-wrap,
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type .select-wrap {
  position: relative;
  display: inline-block;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting .select-wrap:hover:after,
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type .select-wrap:hover:after {
  color: #EB212E;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting .select-wrap:after,
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type .select-wrap:after {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  color: #FFF;
  font-weight: 700;
  font-size: 8px;
  pointer-events: none;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting {
  padding-right: 20px;
  padding-left: 16px;
  order: 0;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting .secondary-select {
  display: block;
  margin-top: 6px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting,
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type,
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode {
  background-color: #FFF;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode {
  order: 2;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  background-color: #1A1A1A;
  border-radius: 7px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a i {
  color: #FFF;
  font-size: 14px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a.active {
  background-color: #EB212E;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a.active {
  color: #EB212E;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a.mbl-view-mode-trigger {
  display: none;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .post-type {
  order: 1;
  padding-right: 20px;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav > li {
  position: relative;
  display: -ms-flex;
  display: flex;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav > li:hover i {
  color: #707070;
  transition: color 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav a,
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav button {
  display: -ms-flex;
  display: flex;
  text-decoration: none;
  padding: 0 15px;
  color: #FFF;
  -ms-align-items: center;
  align-items: center;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav i {
  font-size: 30px;
  color: #FFF;
  transition: color 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav .explore-icon {
  transition: opacity 0.2s linear;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav > li:hover .explore-icon {
  opacity: 0.45;
}
.tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav .avatar:after {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  position: absolute;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav {
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav img {
    max-width: 20px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav i {
    font-size: 20px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .fun-main-nav a {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder {
    position: relative;
    display: inline-block;
    height: 45px;
    background-color: #000;
    line-height: 45px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder a,
  .tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder button {
    display: -ms-flex;
    display: flex;
    text-decoration: none;
    padding: 0;
    color: #FFF;
    -ms-align-items: center;
    align-items: center;
    height: 45px;
    line-height: 45px;
    pointer-events: none;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active > .account-dropdown-holder .avatar:after {
    right: -10px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting {
    padding-right: 0;
    padding-left: 0;
    margin-right: 8px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .post-sorting,
  .tutorial-overlay .tutorial-elements .tutorial-element.active .post-type,
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode {
    order: 2;
    padding: 8px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background-color: #1A1A1A;
    border-radius: 7px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a i {
    color: #FFF;
    font-size: 14px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a.active {
    background-color: #EB212E;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a.active {
    color: #EB212E;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .view-mode a.mbl-view-mode-trigger {
    display: inline-block;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .post-type {
    padding-right: 0;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .left-sidebar-toggle {
    background-color: black;
    border-radius: 5px;
    color: white;
    width: 30px;
    height: 26px;
    line-height: 0;
    cursor: pointer;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-left: 16px;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .left-sidebar-toggle:after {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
  }
  .tutorial-overlay .tutorial-elements .tutorial-element.active .left-sidebar-toggle.sidebar-open:after {
    content: '\f00d';
  }
}
.tutorial-overlay .tutorial-elements .sidebar-inner {
  top: 100px;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.tutorial-overlay .tutorial-elements .sidebar-inner h5 {
  font-size: 16px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .feed-buttons {
  margin-bottom: 15px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .feed-buttons .left-side {
  padding-right: 5px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .feed-buttons .right-side {
  padding-left: 5px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .feed-buttons .btn {
  width: 100%;
}
.tutorial-overlay .tutorial-elements .sidebar-inner a {
  text-decoration: none;
  pointer-events: none;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .fs-tta {
  overflow: hidden;
  border-radius: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .fs-tta a:not(.dark-btn) {
  color: #FFF;
  transition: all 0.2s linear;
  text-align: left;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .fs-tta a:not(.dark-btn):hover {
  color: #EB212E;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul ul {
  margin-left: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul.social-list a.display-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.07;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul.social-list a.user-name {
  font-size: 12px;
  line-height: 1.25;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul.social-list .mutual-friends {
  font-size: 12px;
  color: #A6A6A6;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  display: block;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul.social-list > li {
  padding-bottom: 17px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner ul.social-list > li:last-of-type {
  padding-bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .group-invites .group-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-col {
  margin-bottom: 25px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-col-title {
  font-size: 12px;
  color: #A6A6A6;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn {
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  border: 1px solid #8C8C8C;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn:hover {
  border-color: #FFF;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn:hover:after {
  color: #FFF;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn.decline-request:hover {
  border-color: #EB212E;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn.decline-request:hover:after {
  color: #EB212E;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn:after {
  font-family: 'Font Awesome 6 Pro';
  font-size: 14px;
  color: #A6A6A6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn.accept-request:after {
  content: '\f00c';
}
.tutorial-overlay .tutorial-elements .sidebar-inner .request-btn.decline-request:after {
  content: '\f00d';
}
.tutorial-overlay .tutorial-elements .sidebar-inner .avatar {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .mobile-tab-title {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #292B2E;
  padding: 14px 10px;
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #707070;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .mobile-tab-title:first-of-type {
  border-top: none;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .mobile-tab-title:after {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 8px;
  width: 20px;
  text-align: center;
  line-height: 40px;
  transition: transform 0.4s;
  transform: rotate(180deg);
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar {
  position: relative;
  padding-left: 0;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  word-wrap: normal;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar::-webkit-scrollbar {
  height: 6px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D6D6D6;
  margin: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar::-webkit-scrollbar-thumb {
  background-color: #1A1A1A;
  border-radius: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar:after {
  content: '';
  position: absolute;
  background-color: #707070;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar.scroll-list {
  overflow-x: scroll;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar.scroll-list:after {
  content: none;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar.scroll-list li a.active:after {
  content: none;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li a {
  display: block;
  padding: 7px 20px;
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  position: static;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li a:after {
  content: none;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li:first-of-type a {
  padding: 7px 20px 7px 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li:last-of-type a {
  padding: 7px 0 7px 20px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li a.active {
  color: #FFF;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li a.active:after {
  content: '';
  position: absolute;
  width: 56px;
  max-width: 90%;
  height: 4px;
  background-color: #FFF;
  left: 20px;
  right: unset;
  top: unset;
  bottom: 0;
  transform: translateY(0);
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li a.has-results {
  color: #1A1A1A;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li:first-of-type a.active:after {
  left: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-bar li:last-of-type a.active:after {
  left: unset;
  right: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-body {
  padding: 10px;
  background-color: #292B2E;
  color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0;
  display: none;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .tab-body p {
  font-size: 12px;
  color: #A6A6A6;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .no-joined-communities {
  padding: 30px 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .create-link {
  color: #FFF;
  background-color: transparent;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  margin-right: 20px;
  padding: 5px 0;
  line-height: 1;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .create-link i {
  line-height: 1;
  font-size: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .create-link:hover {
  color: #EB212E;
  background-color: transparent;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner li > a,
.tutorial-overlay .tutorial-elements .sidebar-inner li > .pages-inner > a {
  color: #FFF;
  display: block;
  flex-grow: 1;
  position: relative;
  transition: all 0.2s linear;
  padding: 9px 25px 9px 0;
  font-size: 12px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner li > a:hover {
  color: #EB212E;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner li > a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tutorial-overlay .tutorial-elements .sidebar-inner .event-label {
  font-size: 12px;
  color: #8C8C8C;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .event-name {
  margin-bottom: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .event-request-wrapper {
  margin-bottom: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .event-header-row {
  margin-bottom: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list.scroll-list ul {
  max-height: 194px;
  overflow-y: scroll;
  padding-right: 24px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list .input-wrap {
  line-height: 1;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
  transition: all 0.2s linear;
  position: relative;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list .input-wrap i {
  position: absolute;
  line-height: 1;
  right: 15px;
  color: #8C8C8C;
  top: 50%;
  transform: translateY(-50%);
}
.tutorial-overlay .tutorial-elements .sidebar-inner .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;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list input {
  height: 30px;
  border-radius: 99px;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #707070;
  color: #A3A3A3;
  position: relative;
  width: 82px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list input:focus {
  width: 100%;
  z-index: 6;
  background-color: #292b2e;
  transition: all 0.2s linear;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list li {
  margin-bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list li:last-of-type {
  margin-bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list::-webkit-scrollbar {
  width: 6px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #FFF;
  margin: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .filter-list::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 8px;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li:last-of-type {
  margin-bottom: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li.today .name {
  font-weight: 700;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li.today:not(:has(~ .today)) {
  padding-bottom: 8px;
  border-bottom: 1px solid #8C8C8C;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li .name {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li .date {
  flex-shrink: 0;
}
.tutorial-overlay .tutorial-elements .sidebar-inner .birthdays li .date img {
  margin-right: 4px;
}
@media (max-width: 1200px) {
  .tutorial-overlay .tutorial-elements .sidebar-inner .request-col-title {
    margin-left: 6px;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner .mutual-friends,
  .tutorial-overlay .tutorial-elements .sidebar-inner .group-name {
    margin-bottom: 6px;
  }
}
@media (max-width: 1024px) {
  .tutorial-overlay .tutorial-elements .sidebar-inner {
    order: 1;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.sidebar-dark-right {
    order: 0;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner .mutual-friends,
  .tutorial-overlay .tutorial-elements .sidebar-inner .group-name {
    margin-bottom: 0;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.sidebar-dark-right {
    display: block;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.visible {
    display: block;
    position: fixed;
    top: 132px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    height: auto;
    padding-top: 0;
    overflow-y: scroll;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.visible .sidebar-inner {
    padding-top: 10px;
    z-index: 2;
    position: relative;
    border-radius: 0;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.visible .sidebar-inner > .tbl-text-center {
    background-color: #292B2E;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.visible .overlay {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner.visible .fs-tta {
    border-radius: 0;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner .accordion {
    margin-bottom: 0;
    border-bottom: 2px solid #8C8C8C;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner .accordion .accordion-title {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner .create-link {
    font-size: 14px;
    padding: 3px 8px;
  }
  .tutorial-overlay .tutorial-elements .sidebar-inner .sidebar-inner {
    position: unset;
    top: unset;
  }
}
@media (max-width: 767px) {
  .tutorial-overlay .tutorial-elements .sidebar-inner.visible {
    top: 95px;
  }
}
@media (max-width: 767px) {
  .tutorial-overlay .tutorial-elements .site-logo > img {
    max-width: 30px;
  }
  .tutorial-overlay .tutorial-elements .logo-wrap .site-picker-dropdown {
    display: none;
  }
  .tutorial-overlay .tutorial-elements .logo-wrap .site-picker {
    font-size: 16px;
    font-weight: 800;
  }
  .tutorial-overlay .tutorial-elements .logo-wrap .site-picker i {
    top: 4px;
  }
}
.disable-tutorial-form {
  position: absolute;
  right: 10px;
  font-weight: 400;
  top: 12px;
}
.disable-tutorial-form button {
  background-color: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
}
.disable-tutorial-form button:hover {
  color: #EB212E;
}
.right-sidebar.home-right {
  padding-top: 70px;
}

/* 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
============================================================================ */
.view_user_follows .main-column {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 50px;
}
.view_user_follows .main-column > .inner {
  background-color: #FFF;
  border-radius: 10px;
  padding: 17px;
}
.view_user_follows .tab-bar {
  border-bottom: 1px solid #1A1A1A;
}
.view_user_follows .tab-bar li {
  display: inline-block;
  position: relative;
}
.view_user_follows .tab-bar li a {
  display: block;
  padding: 40px 40px 12px 0;
  color: #707070;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.view_user_follows .tab-bar li a.active {
  color: #1A1A1A;
}
.view_user_follows .tab-bar li a.active:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 8px;
  background-color: #1A1A1A;
  left: 0;
  bottom: 0;
}
.view_user_follows .tab-bar li a.has-results {
  color: #1A1A1A;
}
.view_user_follows .tab-bodies .users {
  padding-top: 30px;
}
.view_user_follows .tab-bodies .user {
  margin-bottom: 30px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.view_user_follows .tab-bodies .user .name-block {
  margin-left: 6px;
}
.view_user_follows .tab-bodies .user .name {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
}
.view_user_follows .tab-bodies .user .username {
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .view_user_follows .main-column {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1024px) {
  .view_user_follows .main-column {
    padding-right: 0;
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .view_user_follows .main-column {
    padding: 17px 0;
  }
  .view_user_follows .tab-bodies .users {
    padding-top: 17px;
  }
  .view_user_follows .tab-bodies .user {
    margin-bottom: 17px;
  }
}


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