/* 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
============================================================================ */
body.fun_app_explore {
  background-color: #0B0B0B;
  color: #FFF;
}
body.fun_app_explore .site-nav {
  padding: 0 0 64px;
  text-align: center;
}
body.fun_app_explore .site-nav > .inner .current-site {
  font-size: 55px;
  font-weight: 700;
  cursor: pointer;
  padding-right: 24px;
  line-height: 1;
}
body.fun_app_explore .site-nav > .inner .current-site:after {
  content: '\f2ec';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25%) rotate(180deg);
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  font-size: 16px;
}
body.fun_app_explore .site-nav .site-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1A1A1A;
  border-radius: 10px;
  padding: 0;
  min-width: 160px;
  z-index: 50;
}
body.fun_app_explore .site-nav .site-list ul {
  width: 100%;
}
body.fun_app_explore .site-nav .site-list li {
  border-top: 1px solid gray;
  font-size: 14px;
  display: block;
}
body.fun_app_explore .site-nav .site-list li:first-of-type {
  border-top: none;
}
body.fun_app_explore .site-nav .site-list li a {
  padding: 10px;
  display: block;
}
@media (max-width: 1024px) {
  body.fun_app_explore .site-nav {
    padding: 32px 0;
  }
  body.fun_app_explore .site-nav > .inner .current-site {
    font-size: 45px;
  }
  body.fun_app_explore .site-nav > .inner .current-site:after {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  body.fun_app_explore .site-nav {
    padding: 24px 0;
  }
  body.fun_app_explore .site-nav > .inner .current-site {
    font-size: 32px;
  }
  body.fun_app_explore .site-nav > .inner .current-site:after {
    font-size: 12px;
  }
}
body.fun_app_explore .site-info {
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px 0 80px;
}
body.fun_app_explore .site-info > div {
  padding-left: 40px;
  padding-right: 40px;
}
body.fun_app_explore .site-info .description {
  font-size: 14px;
}
@media (max-width: 1024px) {
  body.fun_app_explore .site-info {
    margin-left: -16px;
    margin-right: -16px;
    padding: 40px 0;
  }
  body.fun_app_explore .site-info > div {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  body.fun_app_explore .site-info .tagline {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  body.fun_app_explore .site-info {
    padding: 32px 0;
  }
  body.fun_app_explore .site-info .tagline {
    margin-bottom: 16px;
  }
  body.fun_app_explore .site-info .description {
    margin-bottom: 16px;
  }
}
body.fun_app_explore .tab-bar {
  border-bottom: 1px solid #FFF;
}
body.fun_app_explore .tab-bar a {
  padding: 16px 0;
  display: inline-block;
  position: relative;
}
body.fun_app_explore .tab-bar a.active {
  font-weight: 700;
}
body.fun_app_explore .tab-bar a.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  width: 60px;
  height: 4px;
}
body.fun_app_explore .tab-bar li:last-of-type a.active:after {
  left: unset;
  right: 0;
}
body.fun_app_explore .main-column {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  body.fun_app_explore .page-wrapper {
    padding-bottom: 40px;
  }
}
body.fun_app_explore a {
  text-decoration: none;
}
body.fun_app_explore a:hover {
  color: #EB212E;
}
body.fun_app_explore h1,
body.fun_app_explore h2,
body.fun_app_explore h3,
body.fun_app_explore h4,
body.fun_app_explore h5,
body.fun_app_explore h6,
body.fun_app_explore a {
  color: #FFF;
}
body.fun_app_explore h1 {
  font-size: 18px;
}
body.fun_app_explore h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}
body.fun_app_explore .trending-communities,
body.fun_app_explore .popular-tags,
body.fun_app_explore .popular-users {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 767px) {
  body.fun_app_explore .trending-communities,
  body.fun_app_explore .popular-tags,
  body.fun_app_explore .popular-users {
    padding-left: 60px;
    padding-right: 60px;
  }
}
body.fun_app_explore .popular-pages .two-column {
  width: 33.3333%;
}
@media (max-width: 767px) {
  body.fun_app_explore .popular-pages .two-column {
    width: 50%;
  }
}
body.fun_app_explore .popular-chatrooms .two-column {
  display: -ms-flex;
  display: flex;
  padding-right: 12px;
  padding-bottom: 8px;
}
body.fun_app_explore .popular-chatrooms .two-column:nth-child(even) {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 12px;
  padding-right: 0;
}
body.fun_app_explore .popular-chatrooms .two-column > .flex {
  width: 100%;
  max-width: 340px;
}
body.fun_app_explore .popular-chatrooms .two-column a.chatroom {
  position: relative;
}
body.fun_app_explore .popular-chatrooms .two-column a.chatroom:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.fun_app_explore .popular-pages > .flex {
  margin-left: -12px;
  margin-right: -12px;
}
body.fun_app_explore .page {
  margin-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
body.fun_app_explore .page:hover a {
  background: #1A1A1A;
  background-image: none !important;
}
body.fun_app_explore .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;
}
body.fun_app_explore .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%);
}
body.fun_app_explore .chatroom .chatroom {
  padding-left: 16px;
  display: inline-block;
}
body.fun_app_explore .slide-index {
  font-size: 12px;
  margin-bottom: 23px;
}
body.fun_app_explore .trending-communities-slider .community-banner-image {
  opacity: 0.39;
}
body.fun_app_explore .trending-communities-all {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
}
body.fun_app_explore .trending-communities-all .trending-community {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  body.fun_app_explore .trending-communities-all {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  body.fun_app_explore .trending-communities-all {
    margin-top: 40px;
  }
  body.fun_app_explore .trending-communities-all .trending-community {
    margin-bottom: 40px;
  }
}
body.fun_app_explore .trending-communities-slider,
body.fun_app_explore .trending-communities-all {
  margin-bottom: 80px;
}
body.fun_app_explore .trending-communities-slider .slick-slide > .inner,
body.fun_app_explore .trending-communities-all .slick-slide > .inner {
  padding-right: 13px;
  padding-left: 13px;
}
body.fun_app_explore .trending-communities-slider .community-banner-image,
body.fun_app_explore .trending-communities-all .community-banner-image {
  display: block;
  aspect-ratio: 800/485;
  border-radius: 10px;
  margin-bottom: 24px;
  transition: all 0.2s linear;
}
body.fun_app_explore .trending-communities-slider .slick-current .community-banner-image,
body.fun_app_explore .trending-communities-all .slick-current .community-banner-image {
  border-radius: 10px 10px 0 0;
  opacity: 1;
}
body.fun_app_explore .trending-communities-slider .slider-progress,
body.fun_app_explore .trending-communities-all .slider-progress {
  display: none;
}
body.fun_app_explore .trending-communities-slider .slick-current .slider-progress,
body.fun_app_explore .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;
}
body.fun_app_explore .trending-communities-slider .slick-current .slider-progress .progress,
body.fun_app_explore .trending-communities-all .slick-current .slider-progress .progress {
  width: 0%;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
body.fun_app_explore .trending-communities-slider .slick-arrow.slick-prev,
body.fun_app_explore .trending-communities-all .slick-arrow.slick-prev {
  left: 90px;
  top: 33%;
}
body.fun_app_explore .trending-communities-slider .slick-arrow.slick-next,
body.fun_app_explore .trending-communities-all .slick-arrow.slick-next {
  right: 90px;
  top: 33%;
}
@media (max-width: 767px) {
  body.fun_app_explore .trending-communities-slider .slick-slide > .inner,
  body.fun_app_explore .trending-communities-all .slick-slide > .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.fun_app_explore .trending-communities-slider .slick-arrow.slick-prev,
  body.fun_app_explore .trending-communities-all .slick-arrow.slick-prev {
    left: -6px;
  }
  body.fun_app_explore .trending-communities-slider .slick-arrow.slick-next,
  body.fun_app_explore .trending-communities-all .slick-arrow.slick-next {
    right: -6px;
  }
}
@media (max-width: 500px) {
  body.fun_app_explore .trending-communities-slider .slick-arrow.slick-prev,
  body.fun_app_explore .trending-communities-all .slick-arrow.slick-prev {
    left: 0;
  }
  body.fun_app_explore .trending-communities-slider .slick-arrow.slick-next,
  body.fun_app_explore .trending-communities-all .slick-arrow.slick-next {
    right: 0;
  }
}
body.fun_app_explore .community-info {
  -ms-align-items: center;
  align-items: center;
}
body.fun_app_explore .community-info a {
  color: #FFF;
}
body.fun_app_explore .community-info .name-block {
  margin-left: 11px;
}
body.fun_app_explore .community-info .name {
  font-size: 16px;
  font-weight: 700;
}
body.fun_app_explore .community-info .members,
body.fun_app_explore .community-info .username {
  font-size: 12px;
}
body.fun_app_explore .community-info .join-btn,
body.fun_app_explore .community-info .follow-topic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFF;
}
body.fun_app_explore .community-info .join-btn:hover,
body.fun_app_explore .community-info .follow-topic:hover {
  border: 1px solid #EB212E;
}
body.fun_app_explore .community-about {
  max-width: 400px;
  margin-top: 24px;
  font-size: 12px;
}
body.fun_app_explore .community-about p {
  font-size: 12px;
}
body.fun_app_explore .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;
}
body.fun_app_explore .slick-arrow:hover:after {
  transform: scale(1.25);
}
body.fun_app_explore .slick-arrow:after {
  font-family: 'Font Awesome 6 Pro';
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.2s linear;
}
body.fun_app_explore .slick-arrow.slick-prev {
  left: 0;
}
body.fun_app_explore .slick-arrow.slick-prev:after {
  content: '\f104';
}
body.fun_app_explore .slick-arrow.slick-next {
  right: 0;
}
body.fun_app_explore .slick-arrow.slick-next:after {
  content: '\f105';
}
body.fun_app_explore .trending-communities {
  overflow: hidden;
  position: relative;
}
body.fun_app_explore .trending-communities .trending-communities-second-slider .trending-community {
  padding-left: 10px;
  padding-right: 10px;
}
body.fun_app_explore .trending-communities .trending-communities-second-slider .slick-track {
  margin-right: -10px;
  margin-left: -10px;
}
body.fun_app_explore .trending-communities .community-banner-image {
  display: block;
  aspect-ratio: 290/190;
  border-radius: 10px;
  margin-bottom: 40px;
}
body.fun_app_explore .explore-section {
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 0;
  border-top: 1px solid #8C8C8C;
}
body.fun_app_explore .explore-section ul.friend-list {
  padding: 0;
  margin: 0;
}
body.fun_app_explore .explore-section ul.friend-list li {
  padding: 15px 0;
}
body.fun_app_explore .explore-section ul.friend-list .img-wrap {
  margin-right: 8px;
}
body.fun_app_explore .explore-section ul.friend-list .img-wrap,
body.fun_app_explore .explore-section ul.friend-list .user-links {
  width: auto;
}
body.fun_app_explore .explore-section ul.friend-list a.display-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.07;
}
body.fun_app_explore .explore-section ul.friend-list a.user-name {
  font-size: 12px;
  line-height: 1.25;
}
body.fun_app_explore .explore-section ul.friend-list .mutual-friends {
  font-size: 12px;
  color: #A3A3A3;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  display: block;
}
body.fun_app_explore .explore-section ul.friend-list .send-friend-request {
  margin-top: 10px;
}
body.fun_app_explore .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;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn:first-of-type {
  margin-right: 8px;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn:hover {
  border-color: #FFF;
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn:hover:after {
  color: #FFF;
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn.decline-request:hover {
  border-color: #EB212E;
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn.decline-request:hover:after {
  color: #EB212E;
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn:after {
  font-family: 'Font Awesome 6 Pro';
  font-size: 14px;
  color: #A3A3A3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-section ul.friend-list .request-btn.accept-request:after {
  content: '\f00c';
}
body.fun_app_explore .explore-section ul.friend-list .request-btn.decline-request:after {
  content: '\f00d';
}
body.fun_app_explore .popular-tags a {
  display: block;
  padding: 5px 30px;
  margin-right: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #FFF;
  border-radius: 999px;
  background-color: transparent;
  transition: all 0.2s linear;
}
body.fun_app_explore .popular-tags a:last-of-type {
  margin-right: 0;
}
body.fun_app_explore .popular-tags a:hover {
  background-color: #FFF;
  color: #1A1A1A;
}
@media (max-width: 767px) {
  body.fun_app_explore .popular-tags {
    padding-left: 0;
  }
  body.fun_app_explore .popular-tags a {
    margin-right: 15px;
  }
}
body.fun_app_explore .popular-users-all {
  margin-top: 40px;
}
body.fun_app_explore .popular-users-all .popular-user {
  margin-bottom: 80px;
}
body.fun_app_explore .popular-users,
body.fun_app_explore .popular-users-all {
  overflow: hidden;
  position: relative;
}
body.fun_app_explore .popular-users .avatar-wrap,
body.fun_app_explore .popular-users-all .avatar-wrap {
  text-align: center;
}
body.fun_app_explore .popular-users .avatar,
body.fun_app_explore .popular-users-all .avatar {
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  margin: 0 auto;
}
body.fun_app_explore .popular-users .user-info,
body.fun_app_explore .popular-users-all .user-info {
  text-align: center;
}
body.fun_app_explore .popular-users .display-name,
body.fun_app_explore .popular-users-all .display-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 17px;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
}
body.fun_app_explore .popular-users .display-name:hover,
body.fun_app_explore .popular-users-all .display-name:hover {
  color: #EB212E;
}
body.fun_app_explore .popular-users .username,
body.fun_app_explore .popular-users-all .username,
body.fun_app_explore .popular-users .followers,
body.fun_app_explore .popular-users-all .followers {
  font-size: 12px;
  margin-top: 3px;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
}
body.fun_app_explore .popular-users .username:hover,
body.fun_app_explore .popular-users-all .username:hover,
body.fun_app_explore .popular-users .followers:hover,
body.fun_app_explore .popular-users-all .followers:hover {
  color: #EB212E;
}
body.fun_app_explore .popular-users .slick-slide,
body.fun_app_explore .popular-users-all .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}
body.fun_app_explore .popular-users .slick-track,
body.fun_app_explore .popular-users-all .slick-track {
  margin-left: -35px;
  margin-right: -35px;
}
@media (max-width: 1024px) {
  body.fun_app_explore .popular-users,
  body.fun_app_explore .popular-users-all {
    margin-bottom: 40px;
  }
}
body.fun_app_explore .trending-slider {
  max-width: 900px;
  margin: 0 auto 40px;
  position: static;
}
body.fun_app_explore .trending-slider:after {
  content: '';
  height: 100%;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, #0b0b0b 0%, rgba(0, 0, 0, 0) 100%);
}
body.fun_app_explore .trending-slider .slick-list {
  overflow: visible;
}
body.fun_app_explore .view-all a {
  font-size: 12px;
  font-weight: 700;
}
body.fun_app_explore .toolbar {
  text-align: right;
}
body.fun_app_explore .toolbar select {
  background-color: #FFF;
  color: #1A1A1A;
}
body.fun_app_explore .toolbar .select-wrap:after {
  color: #1A1A1A;
}
@media (max-width: 767px) {
  body.fun_app_explore .toolbar {
    text-align: center;
  }
}
body.fun_app_explore .bootstrap-pagination {
  text-align: center;
  margin-bottom: 40px;
}
body.fun_app_explore .bootstrap-pagination p {
  font-size: 12px;
}
body.fun_app_explore .bootstrap-pagination nav {
  -ms-justify-content: center;
  justify-content: center;
}
body.fun_app_explore .bootstrap-pagination nav > div > div {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
body.fun_app_explore .bootstrap-pagination a:hover,
body.fun_app_explore .bootstrap-pagination a[aria-label="Next &raquo;"]:hover,
body.fun_app_explore .bootstrap-pagination a[aria-label="&laquo; Previous"]:hover {
  color: #EB212E !important;
}
body.fun_app_explore .bootstrap-pagination a,
body.fun_app_explore .bootstrap-pagination span[aria-current="page"] > span,
body.fun_app_explore .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;
}
body.fun_app_explore .bootstrap-pagination span[aria-current="page"] > span {
  color: #1A1A1A !important;
  background-color: #FFF !important;
  border: 1px solid #FFF !important;
}
body.fun_app_explore .bootstrap-pagination span[aria-label="&laquo; Previous"] > span,
body.fun_app_explore .bootstrap-pagination span[aria-label="Next &raquo;"] > span,
body.fun_app_explore .bootstrap-pagination span[aria-label="&laquo; Previous"] > span,
body.fun_app_explore .bootstrap-pagination a[aria-label="Next &raquo;"],
body.fun_app_explore .bootstrap-pagination a[aria-label="&laquo; Previous"],
body.fun_app_explore .bootstrap-pagination span[aria-label="Next &raquo;"] > span {
  background-color: transparent !important;
  border: none !important;
  font-size: 18px;
}
body.fun_app_explore h1 {
  border-bottom: 1px solid #1A1A1A;
  line-height: 1;
  padding-bottom: 26px;
  margin-bottom: 40px;
}
body.fun_app_explore .explore-title {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
  margin-bottom: ;
}
body.fun_app_explore .explore-topics {
  margin-left: -12px;
  margin-right: -12px;
}
body.fun_app_explore .explore-topic {
  padding: 0 12px 34px;
  margin-bottom: 24px;
}
body.fun_app_explore .explore-topic .inner {
  overflow: hidden;
  line-height: 0;
}
body.fun_app_explore .explore-topic:nth-of-type(n-4) {
  padding: 0 12px;
}
body.fun_app_explore .topic-title {
  color: #FFF;
  position: absolute;
  bottom: 17px;
  left: 17px;
  font-weight: 700;
  z-index: 3;
  line-height: 1;
  font-size: 18px;
}
body.fun_app_explore .topic-box {
  width: 100%;
  height: 170px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.2s linear;
}
body.fun_app_explore .topic-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
body.fun_app_explore .topic-box:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-lists {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 70px;
}
body.fun_app_explore .explore-list {
  padding-left: 12px;
  padding-right: 12px;
}
body.fun_app_explore .explore-list .inner {
  background-color: #292B2E;
  padding: 14px 9px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.fun_app_explore .explore-list h3 {
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
body.fun_app_explore .explore-list select {
  width: 100%;
  margin-bottom: 17px;
  background-color: #121212;
  border: none;
  height: 26px;
  color: #FFF;
  cursor: pointer;
}
body.fun_app_explore .explore-list ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
body.fun_app_explore .explore-list ul li {
  margin-bottom: 10px;
}
body.fun_app_explore .explore-list ul li:last-of-type {
  margin-bottom: 0;
}
body.fun_app_explore .explore-list ul li > a {
  color: #FFF;
  font-size: 13px;
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-list ul li > a:hover {
  color: #EB212E;
  transition: all 0.2s linear;
}
body.fun_app_explore .explore-list .img-wrap:hover + a {
  color: #EB212E;
}
body.fun_app_explore .explore-list .avatar {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  body.fun_app_explore .topic-box {
    height: 125px;
  }
}
@media (max-width: 1024px) {
  body.fun_app_explore .topic-box {
    height: 170px;
  }
}
@media (max-width: 767px) {
  body.fun_app_explore .topic-box {
    height: 125px;
  }
}
.explore_topic_view .explore-topic-header {
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.explore_topic_view .explore-topic-header .subtitle {
  color: #8C8C8C;
  font-size: 12px;
  margin-bottom: 3px;
}
.explore_topic_view .explore-topic-header h1,
.explore_topic_view .explore-topic-header a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.explore_topic_view .main-column {
  padding-top: 50px;
}
.explore_topic_view .explore-topic-communities {
  margin-left: -12px;
  margin-right: -12px;
}
.explore_topic_view .explore-topic-community {
  padding: 0 12px 34px;
}
.explore_topic_view .explore-topic-community .inner {
  overflow: hidden;
  line-height: 0;
  display: block;
}
.explore_topic_view .topic-box {
  width: 100%;
  height: 170px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.2s linear;
}
.explore_topic_view .topic-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.explore_topic_view .topic-box:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.explore_topic_view .community-info {
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
  z-index: 3;
  line-height: 1;
  font-size: 18px;
  -ms-align-items: center;
  align-items: center;
}
.explore_topic_view .community-info .avatar {
  margin-right: 8px;
}

/* 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
============================================================================ */
body.search_results {
  background-color: #FFF;
  overflow-x: hidden;
}
body.search_results form.search-form {
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
body.search_results form.search-form input {
  border: none;
}
body.search_results form.search-form button {
  height: auto !important;
}
body.search_results .user-list {
  min-width: 100%;
  margin-left: -48px;
  margin-right: -48px;
  margin-bottom: 32px;
  overflow: hidden;
}
body.search_results .user-list .result-wrap {
  padding-left: 48px;
  padding-right: 48px;
}
body.search_results .user-list .avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 8px;
}
body.search_results .user-list .user-info {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
body.search_results .user-list .user-info a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  word-break: break-all;
  text-align: center;
}
body.search_results .user-list .user-info a.display-name {
  font-weight: 700;
}
@media (max-width: 1024px) {
  body.search_results .user-list {
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
  }
  body.search_results .user-list .result-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 850px) {
  body.search_results .user-list .result-wrap {
    width: 25%;
  }
}
@media (max-width: 767px) {
  body.search_results .user-list .result-wrap {
    width: 33.3333%;
  }
  body.search_results .user-list .avatar {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 500px) {
  body.search_results .user-list {
    margin-left: -16px;
    margin-right: -16px;
  }
  body.search_results .user-list .result-wrap {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* 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
============================================================================ */
body.view_user_profile .page-wrapper {
  padding: 0;
}
body.view_user_profile .profile-wrapper {
  height: calc(100vh - 60px);
  position: relative;
}
@media (max-width: 1024px) {
  body.view_user_profile .profile-wrapper {
    height: auto;
    min-height: calc(100vh - 60px);
  }
}
@media (max-width: 767px) {
  body.view_user_profile .profile-wrapper {
    height: calc(100vh - 45px);
  }
}
body.view_user_profile .edit-profile {
  position: absolute;
  right: 40px;
  bottom: 40px;
  border: 1px solid #FFF;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  color: #FFF;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body.view_user_profile .edit-profile:hover {
  color: #EB212E;
  border-color: #EB212E;
}
body.view_user_profile .profile-sidebar {
  height: 100%;
  padding: 24px 0 24px 24px;
  z-index: 101;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: visibility 0.5s linear;
}
body.view_user_profile .profile-sidebar .large-profile-image-details {
  width: 100%;
  height: calc(40% - 28px);
  background-color: transparent;
  -webkit-backdrop-filter: blur(42px) brightness(77%);
          backdrop-filter: blur(42px) brightness(77%);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 8px;
  position: relative;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 1;
}
body.view_user_profile .profile-sidebar .large-profile-image-details > .inner {
  width: 100%;
}
body.view_user_profile .profile-sidebar .large-profile-image-details .avatar {
  aspect-ratio: 1;
  width: 50%;
  height: auto;
  max-height: 132px;
  max-width: 132px;
  margin: 0 auto;
  border-radius: 9999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.view_user_profile .profile-sidebar .large-profile-image-details .user-info {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
body.view_user_profile .profile-sidebar .large-profile-image-details .user-info span {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.view_user_profile .profile-sidebar .large-profile-image-details .user-info .display-name {
  margin: 8% 0 2%;
  font-size: 16px;
}
body.view_user_profile .profile-sidebar .large-profile-image-details .user-info .username {
  font-size: 14px;
}
body.view_user_profile .profile-sidebar > .inner {
  background-color: transparent;
  -webkit-backdrop-filter: blur(42px) brightness(77%);
          backdrop-filter: blur(42px) brightness(77%);
  width: 100%;
  height: calc(60% - 28px);
  border-radius: 10px;
  padding: 32px 16px 16px;
  position: relative;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 1;
}
body.view_user_profile .profile-sidebar > .inner a {
  color: white;
}
body.view_user_profile .profile-sidebar > .inner .site-list {
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.view_user_profile .profile-sidebar > .inner .site-list li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0;
  line-height: 1;
  display: inline-block;
  transition: all 0.2s linear;
}
body.view_user_profile .profile-sidebar > .inner .site-list li a:hover,
body.view_user_profile .profile-sidebar > .inner .site-list li a.active {
  color: #EB212E;
}
body.view_user_profile .profile-sidebar > .inner .site-list li a .all {
  background-color: black;
  border-radius: 7px;
  display: inline-block;
  padding: 7px 12px;
  color: white;
}
body.view_user_profile .profile-sidebar > .inner .site-list li a .all:hover {
  background-color: #EB212E;
}
body.view_user_profile .profile-sidebar > .inner .externals {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 16px 16px;
  width: 100%;
}
body.view_user_profile .profile-sidebar > .inner .externals .socials {
  padding: 8px 0 0;
}
body.view_user_profile .profile-sidebar > .inner .externals .socials a {
  display: inline-block;
  padding: 4px;
  margin-right: 2px;
  transition: all 0.2s linear;
}
body.view_user_profile .profile-sidebar > .inner .externals .socials a:hover {
  color: #EB212E;
}
body.view_user_profile .profile-sidebar > .inner .externals a {
  text-decoration: none;
  color: white;
}
@media (max-height: 850px) {
  body.view_user_profile .profile-sidebar .large-profile-image-details .avatar {
    max-height: 100px;
    max-width: 100px;
  }
  body.view_user_profile .profile-sidebar > .inner {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1500px) {
  body.view_user_profile .profile-sidebar {
    width: 25%;
  }
  body.view_user_profile .profile-sidebar .large-profile-image-details .avatar {
    width: 33.3333%;
    min-width: 80px;
  }
  body.view_user_profile .profile-sidebar .large-profile-image-details .user-info .display-name {
    margin: 4% 0 1%;
  }
}
@media (max-width: 1400px) {
  body.view_user_profile .profile-sidebar > .inner {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  body.view_user_profile .profile-sidebar {
    width: 33.3333%;
    height: auto;
    min-height: calc(100vh - 60px);
  }
  body.view_user_profile .profile-sidebar.popup-open {
    visibility: hidden;
    transition: visibility 0.5s linear;
  }
  body.view_user_profile .profile-sidebar > .inner {
    height: auto;
    padding: 48px 16px 120px;
  }
  body.view_user_profile .profile-sidebar .large-profile-image-details {
    height: auto;
  }
}
@media (max-width: 767px) {
  body.view_user_profile .profile-sidebar {
    min-height: calc(100vh - 45px);
  }
}
@media (max-width: 600px) {
  body.view_user_profile .profile-sidebar {
    width: 100%;
    padding: 24px;
  }
  body.view_user_profile .profile-sidebar .large-profile-image-details {
    padding: 32px 16px;
  }
}
body.view_user_profile .site-popup {
  z-index: 100;
  position: absolute;
  display: -ms-flex;
  display: flex;
  max-width: 1130px;
  width: calc(20% - 24px);
  left: 16px;
  top: 0;
  height: 100%;
  padding: 24px 0;
  max-height: calc(100vh - 60px);
  overflow: hidden;
  transition: all 0.5s linear;
}
body.view_user_profile .site-popup.open {
  left: calc(20% + 8px);
  width: 66.6667%;
  overflow: auto;
  transition: all 0.5s linear;
}
body.view_user_profile .site-popup.open .site-popup-cols {
  border-radius: 10px;
}
body.view_user_profile .site-popup .close-popup {
  right: 8px;
  top: 8px;
  cursor: pointer;
  padding: 8px;
  color: #FFF;
  z-index: 200;
}
body.view_user_profile .site-popup .close-popup:hover {
  color: #EB212E;
}
body.view_user_profile .site-popup .mobile-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 8px 8px 16px;
  -ms-align-items: center;
  align-items: center;
}
body.view_user_profile .site-popup .mobile-actions .close-popup {
  position: static;
}
body.view_user_profile .site-popup .mobile-actions .app-profile-back-1,
body.view_user_profile .site-popup .mobile-actions .app-profile-back-2 {
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}
body.view_user_profile .site-popup .mobile-actions .app-profile-back-1:hover,
body.view_user_profile .site-popup .mobile-actions .app-profile-back-2:hover {
  color: #EB212E;
}
body.view_user_profile .site-popup .mobile-actions .app-profile-back-1:before,
body.view_user_profile .site-popup .mobile-actions .app-profile-back-2:before {
  content: '\f053';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 6px;
}
body.view_user_profile .site-popup ::-webkit-scrollbar {
  width: 0px;
}
body.view_user_profile .site-popup ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  margin: 0;
}
body.view_user_profile .site-popup ::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}
body.view_user_profile .site-popup .site-popup-cols {
  background-color: transparent;
  -webkit-backdrop-filter: blur(42px) brightness(77%);
          backdrop-filter: blur(42px) brightness(77%);
  position: relative;
  width: 100%;
  border-radius: 10px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 33.3333%;
  border-right: 1px solid #A3A3A3;
  padding: 16px;
  position: relative;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info > .inner {
  width: 100%;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .profile-title {
  margin-bottom: 24px;
  font-size: 14px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .avatar {
  aspect-ratio: 1;
  width: 50%;
  height: auto;
  max-height: 132px;
  max-width: 132px;
  margin: 0 auto;
  border-radius: 9999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-info {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info a:not(.btn):hover {
  color: #EB212E;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info a:not(.btn),
body.view_user_profile .site-popup .site-popup-cols > .user-info div,
body.view_user_profile .site-popup .site-popup-cols > .user-info p,
body.view_user_profile .site-popup .site-popup-cols > .user-info span {
  color: #FFF;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .display-name {
  margin: 32px 0 8px;
  font-size: 16px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .username {
  font-size: 14px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message {
  margin-top: 24px;
  margin-bottom: 12px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message a {
  margin-right: 8px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message a:hover {
  color: #FFF;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message form,
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message a:not(:first-of-type),
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message .chatroom {
  margin-left: 8px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message form i,
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message a:not(:first-of-type) i,
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message .chatroom i {
  color: #FFF;
  background-color: #1A1A1A;
  border-radius: 9999px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: 0;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message form i:hover,
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message a:not(:first-of-type) i:hover,
body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message .chatroom i:hover {
  background-color: #EB212E;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats {
  margin-bottom: 32px;
  margin-top: 24px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats a,
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats span {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #DEDEE5;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 400;
  flex-shrink: 0;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats a .count,
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats span .count {
  font-weight: 700;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats a:last-child,
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats span:last-child {
  border-right: none;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats a span,
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats span span {
  display: block;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections {
  position: relative;
  padding: 16px 0;
  width: 100%;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections.pre-load {
  max-height: 280px;
  overflow: hidden;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections .collection-title {
  margin-bottom: 8px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections .collection-list.scroll-list {
  max-height: 220px;
  overflow-y: scroll;
  padding-right: 16px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections .collection-list.scroll-list::-webkit-scrollbar {
  width: 6px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections .collection-list.scroll-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #FFF;
  margin: 0;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections .collection-list.scroll-list::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections:before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  background-color: #A3A3A3;
  height: 1px;
  width: calc(100% + 32px);
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections li > a {
  padding: 12px 0;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 14px;
}
body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections li > a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.view_user_profile .site-popup .posts {
  overflow-y: scroll;
  width: 66.6667%;
  padding: 16px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
}
body.view_user_profile .site-popup .posts.all-sites-view {
  width: 100%;
  left: 0;
}
@media (min-width: 767px) {
  body.view_user_profile .site-popup .posts.all-sites-view {
    padding-right: 45px;
  }
}
body.view_user_profile .site-popup .posts.all-sites-view .masonry-item {
  padding: 0px 5px 10px 5px;
}
body.view_user_profile .site-popup .posts.all-sites-view .masonry-item .post {
  margin-bottom: 0;
  max-width: 100%;
}
@media (max-width: 1600px) {
  body.view_user_profile .site-popup .posts.all-sites-view .masonry-item {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  body.view_user_profile .site-popup .posts.all-sites-view .masonry-item {
    width: 100%;
  }
}
body.view_user_profile .site-popup .posts .site-icon {
  color: #1A1A1A;
  background-color: #D0D2D3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 16px;
  border-radius: 9999px;
  display: inline-block;
  margin: 0 0 16px 16px;
}
body.view_user_profile .site-popup .post {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 665px;
  width: 100%;
}
body.view_user_profile .site-popup .post.community-card:not(.external, .repost) .post-body > *:not(.post-type) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
body.view_user_profile .site-popup .post.community-card:not(.external, .repost) .post-body > *:not(.post-type):first-child {
  display: -webkit-box;
}
body.view_user_profile .site-popup .post.community-card:not(.external, .repost) .post-body > .post-title-text {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
body.view_user_profile .site-popup .post.community-card.external .external-excerpt > * {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
body.view_user_profile .site-popup .post.community-card.external .external-excerpt > *:first-child {
  display: -webkit-box;
}
@media (max-width: 1500px) {
  body.view_user_profile .site-popup {
    width: calc(25% - 24px);
  }
  body.view_user_profile .site-popup.open {
    left: calc(25% + 8px);
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .profile-title {
    margin-bottom: 12px;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .avatar {
    width: 33.3333%;
    min-width: 80px;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .display-name {
    margin: 12px 0 6px;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .follow-message {
    margin-top: 12px;
    margin-bottom: 6px;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .user-follow-stats {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections {
    padding: 12px 0;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections.pre-load {
    max-height: 172px;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info .user-collections .collection-list.scroll-list {
    max-height: 120px;
  }
}
@media (max-width: 1024px) {
  body.view_user_profile .site-popup {
    width: calc(33.3333% - 24px);
  }
  body.view_user_profile .site-popup.open {
    left: 24px;
    width: calc(100% - 48px);
    z-index: 102;
  }
}
@media (max-width: 767px) {
  body.view_user_profile .site-popup {
    left: -100%;
    height: auto;
    min-height: calc(100vh - 45px);
  }
  body.view_user_profile .site-popup .site-popup-cols {
    overflow: auto;
  }
  body.view_user_profile .site-popup .site-popup-cols > .user-info {
    width: 100%;
    border-right: none;
    z-index: 103;
  }
  body.view_user_profile .site-popup .posts {
    width: 100%;
    position: absolute;
    left: -100%;
    padding: 48px 16px 16px;
    z-index: 104;
    transition: all 0.5s linear;
  }
  body.view_user_profile .site-popup .view-posts {
    margin: 48px 0;
  }
  body.view_user_profile .site-popup.open-2 .site-popup-cols > .user-info,
  body.view_user_profile .site-popup.open-2 .app-profile-back-1,
  body.view_user_profile .site-popup.open-2 .site-popup-cols > .close-popup {
    visibility: hidden;
  }
  body.view_user_profile .site-popup.open-2 .posts {
    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
============================================================================ */
.post-card.social-card .post-card-header {
  padding-left: 16px;
  padding-right: 50px;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.post-card.social-card .post-card-header .meta {
  margin-top: 0;
  line-height: 1;
}
.post-card.social-card .post-card-header .name-block .link-wrap {
  line-height: 1;
}
.post-card.social-card .post-title-block .post-body {
  margin: 0 0 12px 0;
}
.post-card.social-card .post-title-block .post-body a {
  text-decoration: none;
}
.post-card.social-card .post-title-block .post-body a:hover {
  color: #8C8C8C;
}
.post-card.social-card .card-crumbs {
  padding: 0 15px 0 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.post-card.social-card .card-crumbs .circle-icon {
  margin-right: 8px;
}
.post-card.social-card .card-crumbs .circle-icon i {
  color: #8C8C8C;
}
.post-card.social-card .card-crumbs .post-icons {
  padding-right: 0;
}
.post-card.social-card .card-crumbs .post-icons i {
  color: #8C8C8C;
}
.post-card.social-card .card-crumbs .spoiler-icon {
  margin: 0 8px 0 0;
}
.post-card.social-card .floating-menu-holder.post-floating-menu {
  top: 10px;
  right: 10px;
}
.post-card.social-card .floating-menu-holder.post-floating-menu i {
  font-weight: 400;
}
.post-card.social-card .post-media {
  margin-bottom: 20px;
}
.post-card.social-card .post-body {
  padding: 0;
}
.post-card.social-card .post-body p:last-of-type {
  margin-bottom: 0;
}
.post-card.social-card .emojis-wrap {
  padding-top: 0;
}
.post-card.social-card .emojis-wrap .emojis {
  margin-bottom: 15px;
}
.post-card.social-card .post-bottom {
  padding-top: 0;
}
.post-card.social-card.repost .post-title-block {
  margin: 12px 0;
}
@media (max-width: 767px) {
  .post-card.social-card .post-card-header {
    padding-left: 0;
  }
}
.post-card.social-card .post-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.post-card.social-card .post-media .gallery-grid-img {
  position: absolute;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.post-card.social-card .post-media .image-num-1,
.post-card.social-card .post-media .image-num-2 {
  aspect-ratio: 215/265;
  width: 50%;
}
.post-card.social-card .post-media .image-num-1 {
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card.social-card .post-media .image-num-2 {
  right: 0;
  top: 0;
}
.post-card.social-card .post-media .image-num-3,
.post-card.social-card .post-media .image-num-4,
.post-card.social-card .post-media .image-num-5 {
  aspect-ratio: 143.3/165;
  width: 33.3333%;
  border-top: 1px solid #FFF;
}
.post-card.social-card .post-media .image-num-3 {
  left: 0;
  bottom: 0;
}
.post-card.social-card .post-media .image-num-4 {
  left: 33.3333%;
  bottom: 0;
  border-left: 1px solid #FFF;
}
.post-card.social-card .post-media .image-num-5 {
  right: 0;
  bottom: 0;
  border-left: 1px solid #FFF;
}
.post-card.social-card .post-media.image-1 {
  aspect-ratio: unset;
}
.post-card.social-card .post-media.image-1 .single-image-wrap {
  display: block;
  width: 100%;
  background-color: #1A1A1A;
}
.post-card.social-card .post-media.image-1 img {
  max-height: 800px;
  width: auto;
  margin: 0 auto;
}
.post-card.social-card .post-media.image-2 .gallery-grid-img {
  aspect-ratio: 2;
  width: 100%;
}
.post-card.social-card .post-media.image-2 .image-num-1 {
  top: 0;
  left: 0;
  border: none;
}
.post-card.social-card .post-media.image-2 .image-num-2 {
  bottom: 0;
  left: 0;
  right: unset;
  top: unset;
  border-top: 1px solid #FFF;
}
.post-card.social-card .post-media.image-3 .gallery-grid-img {
  position: absolute;
  width: 50%;
}
.post-card.social-card .post-media.image-3 .image-num-1 {
  aspect-ratio: 0.5;
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card.social-card .post-media.image-3 .image-num-2,
.post-card.social-card .post-media.image-3 .image-num-3 {
  aspect-ratio: 1;
}
.post-card.social-card .post-media.image-3 .image-num-2 {
  right: 0;
  top: 0;
}
.post-card.social-card .post-media.image-3 .image-num-3 {
  right: 0;
  bottom: 0;
  left: unset;
  border-top: 1px solid #FFF;
}
.post-card.social-card .post-media.image-4 .gallery-grid-img {
  position: absolute;
  width: 50%;
}
.post-card.social-card .post-media.image-4 .image-num-1 {
  aspect-ratio: 0.5;
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card.social-card .post-media.image-4 .image-num-2,
.post-card.social-card .post-media.image-4 .image-num-3,
.post-card.social-card .post-media.image-4 .image-num-4 {
  aspect-ratio: 1.5;
  border-left: none;
}
.post-card.social-card .post-media.image-4 .image-num-2 {
  right: 0;
  top: 0;
}
.post-card.social-card .post-media.image-4 .image-num-3 {
  right: 0;
  left: unset;
  top: 33.3333%;
  border-top: 1px solid #FFF;
}
.post-card.social-card .post-media.image-4 .image-num-4 {
  right: 0;
  bottom: 0;
  left: unset;
  border-top: 1px solid #FFF;
}
@media (max-width: 767px) {
  .post-card.social-card .post-media.image-1 img {
    max-height: 665px;
  }
}
@media (max-width: 500px) {
  .post-card.social-card .post-media.image-1 img {
    max-height: 495px;
  }
}
@media (max-width: 400px) {
  .post-card.social-card .post-media.image-1 img {
    max-height: 375px;
  }
}
.post-card.social-card .img-count {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background-color: #A3A3A3;
  color: #FFF;
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  bottom: 16px;
  right: 12px;
  top: unset;
  padding: 0;
}
@media (max-width: 767px) {
  .post-card.social-card .spoiler-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.view_mode_masonry .post.post-card .post-bottom {
  padding-top: 17px;
}
body.view_mode_titles .post .author-block .name-block {
  margin-left: 16px;
}
@media (max-width: 767px) {
  body.view_mode_titles .post .author-block .name-block {
    margin-left: 0;
  }
}


/*# sourceMappingURL=funapp-styles-1.css.map*/