/* 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 change height when mobile sidebar is open*****************/
body.sidebar-open,
body.right-sidebar-open {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
/****************External content preview*****************/
.external-shell,
.video-shell {
  margin: 20px 0;
}
.external-shell .external-image-container .external_img {
  margin-left: 0px;
  display: inline;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.external-shell .external-body {
  padding-left: 10px;
}
.external-shell .external-title-container {
  padding-top: 15px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.external-shell .external-title-container .external-title {
  font-weight: 700;
}
.external-shell .external-text-container {
  max-height: 115px;
  overflow: hidden;
  padding-right: 10px;
}
.video-shell iframe {
  width: 100%;
}
/****************Tabs***************/
.tabs-standard .tab-bar {
  position: relative;
  padding-left: 0;
  display: -ms-flex;
  display: flex;
}
.tabs-standard .tab-bar.stretch {
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.tabs-standard .tab-bar:after {
  content: '';
  position: absolute;
  background-color: #1A1A1A;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tabs-standard .tab-bar.scroll-list {
  overflow-x: scroll;
}
.tabs-standard .tab-bar.scroll-list:after {
  content: none;
}
.tabs-standard .tab-bar.scroll-list li a.active:after {
  content: none;
}
.tabs-standard .tab-bar li {
  display: inline-block;
  position: relative;
}
.tabs-standard .tab-bar li a {
  display: block;
  padding: 7px 20px;
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.tabs-standard .tab-bar li:first-of-type a {
  padding: 7px 20px 7px 0;
}
.tabs-standard .tab-bar li:last-of-type a {
  padding: 7px 0 7px 20px;
}
.tabs-standard .tab-bar li a.active {
  color: #1A1A1A;
}
.tabs-standard .tab-bar li a.active:after {
  content: '';
  position: absolute;
  width: 56px;
  max-width: 90%;
  height: 4px;
  background-color: #1A1A1A;
  left: 20px;
  bottom: 0;
}
.tabs-standard .tab-bar li a.has-results {
  color: #1A1A1A;
}
.tabs-standard .tab-bar li:first-of-type a.active:after {
  left: 0;
}
/****************Accordions*****************/
.accordion,
.messenger-accordion {
  margin-bottom: 10px;
}
.accordion .accordion-title,
.messenger-accordion .accordion-title {
  cursor: pointer;
  background-color: #292B2E;
  display: block;
  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;
}
.accordion .accordion-title i,
.messenger-accordion .accordion-title i {
  transition: transform 0.4s;
  font-size: 8px;
  transform: rotate(180deg);
  line-height: 1;
}
.accordion .accordion-title.open i,
.messenger-accordion .accordion-title.open i {
  transform: rotate(0deg);
}
.accordion .accordion-sub-title,
.messenger-accordion .accordion-sub-title {
  cursor: pointer;
  background-color: #292B2E;
  display: block;
  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;
}
/*****************Alert Messages*****************/
.draft-ribbon {
  text-align: center;
  padding: 5px 10px;
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.alert {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.alert a {
  text-decoration: underline;
}
.alert .inner {
  padding-right: 30px;
}
.alert .close-alert {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .alert {
    bottom: 68px;
  }
}
.post-saved-msg .alert {
  position: static;
  margin: 0 0 10px 0;
}
p.character-limit-exceeded {
  font-size: 12px;
  font-style: italic;
}
/*******************Autocomplete********************/
.tag-autocomplete,
.user-autocomplete,
.topic-autocomplete,
.organization-autocomplete {
  max-height: 223px;
  overflow-y: scroll;
}
.tag-autocomplete a:focus,
.user-autocomplete a:focus,
.topic-autocomplete a:focus,
.organization-autocomplete a:focus {
  outline: 1px solid blue;
}
body ::-webkit-scrollbar {
  width: 6px;
}
body ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D6D6D6;
  margin: 0;
}
body ::-webkit-scrollbar-thumb {
  background-color: #1A1A1A;
  border-radius: 10px;
}
body .scroll-bar-white ::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}
body .scroll-bar-white ::-webkit-scrollbar-thumb {
  background-color: #FFF;
}
body .scroll-bar-outline ::-webkit-scrollbar-track {
  background-color: transparent !important;
  border: 1px solid #FFF !important;
}
body .scroll-bar-outline ::-webkit-scrollbar-thumb {
  background-color: #FFF !important;
}
/****************Misc Global Styles*****************/
.img-wrap {
  line-height: 0;
}
.online-dot {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #05FF22;
  display: inline-block;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .post-list {
    margin-top: 15px;
  }
}
.post-topic {
  display: inline-block;
  background-color: #1A1A1A;
  border-radius: 9999px;
  color: #FFF;
  line-height: 1;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.post-topic:hover {
  background-color: #EB212E;
  color: white;
  transition: all 0.2s linear;
}
.post-flair,
.spoiler-icon {
  display: inline-block;
  background-color: #DEDEE5;
  text-decoration: none;
  border-radius: 9999px;
  color: #1A1A1A;
  line-height: 1;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.post-flair:hover,
.spoiler-icon:hover {
  color: #EB212E;
  transition: all 0.2s linear;
}
.post-flair.nsfw,
.spoiler-icon.nsfw {
  background-color: #EB212E;
  color: white;
}
.post.post-card .spoiler-icon {
  background-color: #EB212E;
  color: white;
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.avatar-large {
  width: 150px;
  height: 150px;
  border-radius: 150px;
}
@media (max-width: 500px) {
  .avatar {
    width: 30px;
    height: 30px;
  }
}
.multi-avatars {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.multi-avatars .multi-avatar {
  border-radius: 9999px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.multi-avatars.avatar-count-1 .multi-avatar {
  width: 24px;
  height: 24px;
}
.multi-avatars.avatar-count-2 .multi-avatar:nth-child(1) {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.multi-avatars.avatar-count-2 .multi-avatar:nth-child(2) {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.multi-avatars.avatar-count-3 .multi-avatar:nth-child(1) {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.multi-avatars.avatar-count-3 .multi-avatar:nth-child(2) {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.multi-avatars.avatar-count-3 .multi-avatar:nth-child(3) {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.multi-avatars.avatar-count-4 .multi-avatar:nth-child(1) {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.multi-avatars.avatar-count-4 .multi-avatar:nth-child(2) {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.multi-avatars.avatar-count-4 .multi-avatar:nth-child(3) {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.multi-avatars.avatar-count-4 .multi-avatar:nth-child(4) {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/****************Autocomplete Styles*****************/
.autocomplete-wrapper {
  position: relative;
  z-index: 5;
}
.autocomplete-wrapper > ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.autocomplete-wrapper > ul > li {
  border-left: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  background-color: #FFF;
}
.autocomplete-wrapper > ul > li a {
  display: block;
  padding: 5px 10px;
  font-style: normal;
}
/****************Slick Sliders*****************/
.popup-gallery {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  padding: 0px;
}
.popup-gallery.multiple .slide {
  aspect-ratio: 5/4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.popup-gallery.single-image img {
  max-height: 80vh;
}
.post-card .slick-track {
  display: flex;
  align-items: center;
}
.post-card .slick-initialized .slick-slide {
  display: flex;
  height: 100%;
  float: none;
}
.slick-slider {
  position: relative;
}
.slick-slider:not(.slick-initialized) img {
  display: none;
}
.slick-slider:not(.slick-initialized) .slide:first-child img {
  display: block;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  padding: 0;
  line-height: 35px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  z-index: 15;
  border-radius: 5px;
}
.slick-slider .slick-prev {
  left: 10px;
}
.slick-slider .slick-next {
  right: 10px;
}
.slick-slider .slick-dots {
  list-style: none;
  list-style-type: none;
  padding: 4px 10px;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #A3A3A3;
  border-radius: 5px;
}
.slick-slider .slick-dots li {
  line-height: 0;
}
.slick-slider .slick-dots li button {
  font-size: 0px;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 9999px;
  margin: 0 3px;
  border: 1px solid #A3A3A3;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
}
.post-media.multiple:not(.slick-initialized) img {
  display: none;
}
.post-media.multiple:not(.slick-initialized) .slide:first-child img {
  display: block;
}
/****************Magnific************************/
.mfp-container .mfp-arrow:hover {
  background-color: transparent;
}
.mfp-container .mfp-content a {
  color: white;
  text-decoration: none;
}
.mfp-container .mfp-img:hover {
  cursor: zoom-in;
}
.mfp-container button:focus {
  background-color: transparent;
}
.mfp-container button.mfp-close {
  border-radius: 0;
}
.mfp-container button.mfp-close:hover {
  background-color: transparent;
}
/***************Post Grid Site Width***************/
@media (max-width: 1024px) {
  .main-column {
    order: 2;
    width: 100% !important;
  }
}
.post_grid_view .main-column,
.explore_page .main-column,
.explore_topic_view .main-column,
.post_view .main-column {
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 1200px) {
  .post_grid_view .main-column,
  .explore_page .main-column,
  .explore_topic_view .main-column,
  .post_view .main-column {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1024px) {
  .post_grid_view .main-column,
  .explore_page .main-column,
  .explore_topic_view .main-column,
  .post_view .main-column {
    padding-right: 0;
    padding-left: 0;
    padding-top: 22px;
  }
  .post_grid_view .main-column .post-list,
  .explore_page .main-column .post-list,
  .explore_topic_view .main-column .post-list,
  .post_view .main-column .post-list,
  .post_grid_view .main-column .post-bar-wrap,
  .explore_page .main-column .post-bar-wrap,
  .explore_topic_view .main-column .post-bar-wrap,
  .post_view .main-column .post-bar-wrap,
  .post_grid_view .main-column .toolbar,
  .explore_page .main-column .toolbar,
  .explore_topic_view .main-column .toolbar,
  .post_view .main-column .toolbar {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .post_grid_view .main-column,
  .explore_page .main-column,
  .explore_topic_view .main-column,
  .post_view .main-column {
    padding-right: 0;
    padding-top: 0;
  }
  .post_grid_view .site-width,
  .explore_page .site-width,
  .explore_topic_view .site-width,
  .post_view .site-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post_grid_view .post-bar-wrap,
.explore_page .post-bar-wrap,
.explore_topic_view .post-bar-wrap,
.post_view .post-bar-wrap {
  margin-bottom: 28px;
}
.post_grid_view .post-bar-wrap .inner,
.explore_page .post-bar-wrap .inner,
.explore_topic_view .post-bar-wrap .inner,
.post_view .post-bar-wrap .inner {
  background-color: #FFF;
  border-radius: 10px;
  padding: 8px;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-left: 15px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.post_grid_view .post-bar-wrap .inner .new-post-box,
.explore_page .post-bar-wrap .inner .new-post-box,
.explore_topic_view .post-bar-wrap .inner .new-post-box,
.post_view .post-bar-wrap .inner .new-post-box {
  text-decoration: none;
  padding: 15px 13px;
  background-color: #F5F5F5;
  border: 1px solid #A3A3A3;
  border-radius: 5px;
  width: 100%;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  word-break: break-word;
}
.post_grid_view .post-bar-wrap .inner .new-post-box + .new-post-icon,
.explore_page .post-bar-wrap .inner .new-post-box + .new-post-icon,
.explore_topic_view .post-bar-wrap .inner .new-post-box + .new-post-icon,
.post_view .post-bar-wrap .inner .new-post-box + .new-post-icon {
  margin-left: 8px;
}
.post_grid_view .post-bar-wrap .inner .new-post-icon,
.explore_page .post-bar-wrap .inner .new-post-icon,
.explore_topic_view .post-bar-wrap .inner .new-post-icon,
.post_view .post-bar-wrap .inner .new-post-icon {
  padding-left: 4px;
  padding-right: 4px;
}
.post_grid_view .post-bar-wrap .inner .new-post-icon i,
.explore_page .post-bar-wrap .inner .new-post-icon i,
.explore_topic_view .post-bar-wrap .inner .new-post-icon i,
.post_view .post-bar-wrap .inner .new-post-icon i {
  font-size: 20px;
}
.post_grid_view .post-bar-wrap .avatar-outer .avatar,
.explore_page .post-bar-wrap .avatar-outer .avatar,
.explore_topic_view .post-bar-wrap .avatar-outer .avatar,
.post_view .post-bar-wrap .avatar-outer .avatar {
  overflow: visible;
}
@media (max-width: 767px) {
  .post_grid_view .post-bar-wrap,
  .explore_page .post-bar-wrap,
  .explore_topic_view .post-bar-wrap,
  .post_view .post-bar-wrap {
    margin-bottom: 23px;
    margin-top: 23px;
  }
}
@media (max-width: 500px) {
  .post_grid_view .post-bar-wrap,
  .explore_page .post-bar-wrap,
  .explore_topic_view .post-bar-wrap,
  .post_view .post-bar-wrap {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .post_grid_view .post-bar-wrap .inner,
  .explore_page .post-bar-wrap .inner,
  .explore_topic_view .post-bar-wrap .inner,
  .post_view .post-bar-wrap .inner {
    margin-left: 10px;
  }
  .post_grid_view .post-bar-wrap .inner .new-post-box,
  .explore_page .post-bar-wrap .inner .new-post-box,
  .explore_topic_view .post-bar-wrap .inner .new-post-box,
  .post_view .post-bar-wrap .inner .new-post-box {
    padding: 8px 10px;
    font-size: 14px;
  }
  .post_grid_view .post-bar-wrap .inner .new-post-icon,
  .explore_page .post-bar-wrap .inner .new-post-icon,
  .explore_topic_view .post-bar-wrap .inner .new-post-icon,
  .post_view .post-bar-wrap .inner .new-post-icon {
    padding-left: 4px;
    padding-right: 4px;
  }
  .post_grid_view .post-bar-wrap .inner .new-post-icon i,
  .explore_page .post-bar-wrap .inner .new-post-icon i,
  .explore_topic_view .post-bar-wrap .inner .new-post-icon i,
  .post_view .post-bar-wrap .inner .new-post-icon i {
    font-size: 18px;
  }
  .post_grid_view .post-bar-wrap .avatar-outer .avatar,
  .explore_page .post-bar-wrap .avatar-outer .avatar,
  .explore_topic_view .post-bar-wrap .avatar-outer .avatar,
  .post_view .post-bar-wrap .avatar-outer .avatar {
    width: 40px;
    height: 40px;
  }
}
/***************Author Block Styles***************/
.author-block {
  -ms-align-items: center;
  align-items: center;
}
.author-block .avatar {
  width: 35px;
  height: 35px;
}
.author-block .name-block {
  margin-left: 6px;
}
.author-block .name {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.author-block .username {
  font-size: 12px;
  font-family: 'Inter', sans-serif;
}

/* 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
============================================================================ */
.page-main {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page-main {
    margin-top: 45px;
  }
}
.page-wrapper {
  padding: 66px 0;
}
@media (max-width: 1024px) {
  .page-wrapper {
    padding: 0;
  }
}
body.has_banner .page-wrapper {
  padding: 0 0 66px;
}
@media (max-width: 1024px) {
  body.has_banner .page-wrapper {
    padding: 0 0 30px;
  }
}
@media (max-width: 500px) {
  body.has_banner .page-wrapper {
    padding: 0 0 20px;
  }
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: black;
  z-index: 500;
}
.page-header .site-width {
  max-width: 1160px;
}
.page-header .search-modal .site-width {
  max-width: 1500px;
}
.page-header .fun-navbar {
  height: 60px;
}
@media (max-width: 767px) {
  .page-header .fun-navbar {
    height: 45px;
  }
}
.page-header .fun-main-nav > li {
  position: relative;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-header .fun-main-nav > li.sm-hide {
    display: none;
  }
}
.page-header .fun-main-nav > li:hover i {
  color: #707070;
  transition: color 0.2s linear;
}
.page-header .fun-main-nav a,
.page-header .fun-main-nav button {
  display: -ms-flex;
  display: flex;
  text-decoration: none;
  padding: 0 15px;
  color: #FFF;
  -ms-align-items: center;
  align-items: center;
}
.page-header .fun-main-nav i {
  font-size: 30px;
  color: #FFF;
  transition: color 0.2s linear;
}
.page-header .fun-main-nav .explore-icon {
  transition: opacity 0.2s linear;
}
.page-header .fun-main-nav > li:hover .explore-icon {
  opacity: 0.45;
}
.page-header .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) {
  .page-header .fun-main-nav {
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .page-header .fun-main-nav img {
    max-width: 20px;
  }
  .page-header .fun-main-nav i {
    font-size: 20px;
  }
  .page-header .fun-main-nav a {
    padding: 0 10px;
  }
}
.page-header .dropdown-menu {
  position: absolute;
  width: 250px;
  right: 50%;
  transform: translateX(50%);
  top: 50%;
  border: none;
  border-radius: 10px;
  background-color: #292B2E;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-header .dropdown-menu li.label {
  color: #A3A3A3;
  font-size: 10px;
}
.page-header .dropdown-menu li.top-border {
  border-top: 1px solid #707070;
}
.page-header .dropdown-menu li,
.page-header .dropdown-menu .accordion-title {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  background-color: #292B2E;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  position: relative;
}
.page-header .dropdown-menu .accordion-title:after {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 15px;
  top: 12px;
  font-weight: 600;
  font-size: 9px;
  transform: rotate(180deg);
}
.page-header .dropdown-menu .accordion-title.open:after {
  transform: rotate(0deg);
}
.page-header .dropdown-menu .accordion-body {
  color: #A3A3A3;
}
.page-header .dropdown-menu .accordion-body li {
  padding: 0;
}
.page-header .dropdown-menu .accordion-body li a {
  padding: 7px 0;
  color: #A3A3A3;
}
.page-header .dropdown-menu > li > a,
.page-header .dropdown-menu > li > button {
  color: #FFF;
  display: inline;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 18px;
  transition: color 0.2s linear;
}
.page-header .dropdown-menu > li > a:hover,
.page-header .dropdown-menu > li > button:hover {
  color: #EB212E;
  transition: color 0.2s linear;
}
.page-header .dropdown-menu li:first-child {
  border-top: none;
}
.page-header .account-dropdown.dropdown-menu > li,
.page-header .dropdown-menu.header-create-dropdown > li {
  padding: 0;
}
.page-header .account-dropdown.dropdown-menu > li.label,
.page-header .dropdown-menu.header-create-dropdown > li.label {
  font-weight: 700;
  padding: 18px 18px 8px 18px;
}
.page-header .account-dropdown.dropdown-menu > li a,
.page-header .dropdown-menu.header-create-dropdown > li a {
  padding: 10px 18px;
  display: block;
}
.page-header .account-dropdown.dropdown-menu > li ul,
.page-header .dropdown-menu.header-create-dropdown > li ul {
  margin-left: 25px;
}
.page-header .notifications-header-dropdown li a {
  padding: 0;
}
.page-header .header-inner .logo-wrap {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.page-header .header-inner .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;
}
.page-header .header-inner .logo-wrap .site-picker i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 9px;
  transform: rotate(180deg);
}
.page-header .header-inner .logo-wrap .logo-notification-dot {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #EB212E;
}
.page-header .header-inner .logo-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.page-header .header-inner .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: none;
}
.page-header .header-inner .logo-wrap .site-picker-dropdown.active {
  display: block;
}
.page-header .header-inner .logo-wrap .site-picker-dropdown a {
  text-decoration: none;
}
.page-header .header-inner .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;
}
.page-header .header-inner .logo-wrap .site-picker-dropdown li:first-of-type {
  border-top: none;
}
.page-header .header-inner .logo-wrap .site-picker-dropdown li a {
  padding: 10px;
  display: block;
  color: white;
  z-index: 2;
  position: relative;
}
.page-header .header-inner .logo-wrap .site-picker-dropdown li a:hover {
  color: #1A1A1A;
}
.page-header .header-inner .logo-wrap .site-picker-dropdown li:hover:after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 16px);
  background-color: #D0D2D3;
  position: absolute;
  left: 4px;
  top: 8px;
  z-index: 1;
  border-radius: 3px;
}
.page-header .header-inner .site-logo > img {
  max-width: 50px;
}
@media (max-width: 767px) {
  .page-header .header-inner .mbl-header-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #1A1A1A;
    padding-bottom: 10px;
    height: 55px;
  }
  .page-header .header-inner .notifications-header-dropdown {
    top: unset;
    bottom: 100%;
  }
  .page-header .header-inner div:not(.mobile-header-top) .logo-wrap {
    display: none;
  }
  .page-header .header-inner .dropdown-menu {
    right: 0;
    transform: translateX(0%);
  }
  .page-header .header-inner .dropdown-menu.on-left {
    right: auto;
    left: 0;
  }
  .page-header .header-inner .mobile-header-top .avatar {
    width: 30px;
    height: 30px;
  }
  .page-header .header-inner .site-logo > img {
    max-width: 30px;
  }
  .page-header .header-inner .logo-wrap .site-picker {
    font-size: 16px;
    font-weight: 800;
  }
  .page-header .header-inner .logo-wrap .site-picker i {
    top: 4px;
  }
}
@media (max-width: 500px) {
  .page-header .header-inner .site-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-header .header-inner .logo-wrap .site-picker-dropdown li {
    font-size: 16px;
  }
  .page-header .header-inner .logo-wrap .site-picker-dropdown li a {
    padding: 12px;
  }
}

/* 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
============================================================================ */
.footer {
  background-color: #1A1A1A;
  color: #FFF;
  padding: 30px 0 10px;
  height: 160px;
}
.footer a {
  text-decoration: underline;
  color: #FFF;
  transition: color 0.2s linear;
}
.footer a:hover {
  color: #EB212E;
  transition: color 0.2s linear;
}
.footer .site-logo > img {
  max-width: 200px;
}
.footer .lower {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #565656;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 55px;
  }
}
@media (max-width: 500px) {
  .footer {
    padding: 12px 0;
  }
  .footer .site-logo > img {
    max-width: 125px;
  }
  .footer .footer-logo {
    margin-bottom: 8px;
    text-align: center;
  }
  .footer .lower {
    padding-top: 8px;
    margin-top: 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
============================================================================ */
.image-banner {
  height: 300px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 66px;
  position: relative;
}
.image-banner .unblur {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: black;
  border-radius: 7px;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  padding: 7px 10px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
.image-banner .unblur:hover {
  cursor: pointer;
}
.image-banner .inner {
  height: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-size: cover;
  text-align: center;
  position: relative;
}
.image-banner .inner .edit-banner {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 19px;
  padding: 7px;
  line-height: 1;
  border-radius: 10px;
}
.image-banner.nsfw .inner {
  filter: blur(60px);
}
@media (max-width: 1024px) {
  .image-banner,
  .image-banner .inner {
    margin-bottom: 0;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .image-banner,
  .image-banner .inner {
    height: 150px;
  }
}

/* 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
============================================================================ */
/*******Data Tables*********/
table.dataTable:not(.data-table) {
  table-layout: fixed;
}
.data-table,
.dataTable {
  border-collapse: collapse;
}
.data-table thead th,
.dataTable thead th,
.data-table tbody td,
.dataTable tbody td {
  min-height: 38px;
  border: 1px solid gray;
  padding: 20px;
}
.data-table a,
.dataTable a,
.data-table .btn-link,
.dataTable .btn-link {
  color: blue;
  text-decoration: underline;
}
.dataTables_wrapper {
  padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  padding-bottom: 15px;
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    text-align: left;
  }
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 1.255em;
}
.dataTables_wrapper .dataTables_paginate,
.bootstrap-pagination {
  padding-top: 0.75em;
}
.dataTables_wrapper .dataTables_length select {
  min-width: 60px;
  margin: 0 10px;
}
.dataTables_length > label {
  margin-left: 0;
}
.dataTables_wrapper input {
  width: 100%;
  font-size: 12px;
}
.data-table select {
  width: 100%;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 10px;
}
table.dataTable tbody tr.even {
  background-color: #EEE;
}
.shadow-sm {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  table.dataTable thead th,
  table.dataTable thead td,
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 5px 15px 5px 5px;
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  table.dataTable thead th,
  table.dataTable thead td,
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 2px 15px 2px 2px;
    font-size: 13px;
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFF !important;
  border: 1px solid blue;
  background: blue;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid blue;
  background: blue;
}
@media (max-width: 1024px) {
  table.dataTable tbody td {
    font-size: 14px;
  }
}
.bootstrap-pagination ul.pagination {
  padding-top: 10px;
}
.bootstrap-pagination ul.pagination .page-link {
  font-size: 18px;
  padding: 10px 15px;
}

/* 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
============================================================================ */
html.search-open,
html.search-open body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
html.search-open .search-modal,
html.search-open body .search-modal {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 65px;
}
@media (max-width: 767px) {
  html.search-open .search-modal,
  html.search-open body .search-modal {
    padding-top: 50px;
  }
}
.search-modal {
  position: fixed;
  z-index: 600;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.97);
}
.search-modal form {
  margin-bottom: 15px;
  -ms-align-items: center;
  align-items: center;
}
.search-modal .search-input,
.search-modal .search-input:focus,
.search-modal .search-input:active {
  height: 60px;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 57px;
  font-weight: 500;
  letter-spacing: -2.85px;
}
.search-modal .close-search {
  font-size: 30px;
  color: #1A1A1A;
  position: absolute;
  right: 70px;
  top: 20px;
}
.search-modal .modal-title {
  margin-bottom: 20px;
}
.search-modal .tab-bar {
  border-bottom: 1px solid #1A1A1A;
  border-top: 1px solid #1A1A1A;
}
.search-modal .tab-bar li {
  display: inline-block;
  position: relative;
}
.search-modal .tab-bar li a {
  display: block;
  padding: 40px 40px 12px 0;
  color: #707070;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.search-modal .tab-bar li a.active {
  color: #1A1A1A;
}
.search-modal .tab-bar li a.active:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 8px;
  background-color: #1A1A1A;
  left: 0;
  bottom: 0;
}
.search-modal .tab-bar li a.has-results {
  color: #1A1A1A;
}
.search-modal .tab-bodies {
  margin-top: 30px;
}
.search-modal .tab-bodies .avatar-wrap {
  margin-right: 10px;
}
.search-modal .tab-bodies .nsfw {
  background-color: #EB212E;
  color: white;
  margin-left: 10px;
  line-height: 1;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
}
.search-modal .tab-bodies .search-friend-indicator {
  padding: 3px 11px;
  font-size: 12px;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 7px;
  display: inline-block;
  margin-right: 5px;
}
.search-modal .tab-bodies ul > li a {
  text-decoration: none;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.3333;
  font-weight: 500;
}
.search-modal .tab-bodies ul > li a:hover {
  color: #EB212E;
}
.search-modal .tab-bodies ul > li {
  margin-bottom: 8px;
}
.search-modal .tab-bodies ul > li:last-of-type {
  margin-bottom: 0;
}
.search-modal .tab-bodies .tab-body {
  max-height: 320px;
  overflow-y: scroll;
}
@media (max-width: 1160px) {
  .search-modal .close-search {
    right: 20px;
  }
  .search-modal .tab-bar li a {
    padding: 40px 40px 12px 0;
  }
}
@media (max-width: 767px) {
  .search-modal .search-input,
  .search-modal .search-input:focus,
  .search-modal .search-input:active {
    height: 60px;
    font-size: 40px;
  }
  .search-modal .tab-bar {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .search-modal .tab-bar li a {
    padding: 13px 10px;
    font-size: 14px;
  }
  .search-modal .tab-bar li a.active:after {
    width: 100%;
    height: 6px;
  }
}
@media (max-width: 600px) {
  .search-modal .tab-bar li a {
    font-size: 13px;
  }
  .search-modal .tab-bodies ul > li > a {
    font-size: 15px;
  }
}
body.search_results .search-sidebar li a,
body.user_profile_pages .search-sidebar li a {
  display: block;
  padding: 10px;
  border-top: 1px solid #DCDCDC;
}
body.search_results .search-sidebar li.active a,
body.user_profile_pages .search-sidebar li.active a {
  background-color: #292525;
  color: white;
}
body.search_results .user-list,
body.user_profile_pages .user-list {
  margin-top: 40px;
  margin-left: -8px;
  margin-right: -8px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
body.search_results .user-list .user,
body.user_profile_pages .user-list .user {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  margin-bottom: 16px;
}
body.search_results .user-list .user > .inner,
body.user_profile_pages .user-list .user > .inner {
  background-color: white;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}
body.search_results .user-list .user .follow-user,
body.user_profile_pages .user-list .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;
}
body.search_results .user-list .user .follow-user:hover,
body.user_profile_pages .user-list .user .follow-user:hover {
  color: #FFF;
}
body.search_results .user-list .user .avatar,
body.user_profile_pages .user-list .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;
}
body.search_results .user-list .user .username,
body.user_profile_pages .user-list .user .username {
  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;
}
body.search_results .user-list .user .user-display-name,
body.user_profile_pages .user-list .user .user-display-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
body.search_results .user-list .user a:not(.btn):hover,
body.user_profile_pages .user-list .user a:not(.btn):hover {
  color: #EB212E;
}
body.search_results .user-list .user .nsfw:hover,
body.user_profile_pages .user-list .user .nsfw:hover {
  background-color: #EB212E !important;
  color: white !important;
}
body.search_results .user-list .user .followers,
body.user_profile_pages .user-list .user .followers {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
body.search_results .tag-list .tag,
body.user_profile_pages .tag-list .tag {
  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;
}
body.search_results .community-list,
body.user_profile_pages .community-list {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
}
body.search_results .community-list .community,
body.user_profile_pages .community-list .community {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
}
body.search_results .community-list .community > .inner,
body.user_profile_pages .community-list .community > .inner {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px;
  text-decoration: none;
}
body.search_results .community-list .community > .inner .nsfw,
body.user_profile_pages .community-list .community > .inner .nsfw {
  background-color: #EB212E;
  color: white;
  margin-bottom: 5px;
}
body.search_results .community-list .community > .inner a,
body.user_profile_pages .community-list .community > .inner a {
  text-decoration: none;
}
body.search_results .community-list .community > .inner .name-block,
body.user_profile_pages .community-list .community > .inner .name-block {
  padding-left: 10px;
}
body.search_results .community-list .community-banner-image,
body.user_profile_pages .community-list .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;
}
@media (max-width: 1200px) {
  body.search_results .community-list,
  body.user_profile_pages .community-list {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  body.search_results .community-list,
  body.user_profile_pages .community-list {
    margin-top: 40px;
  }
  body.search_results .community-list .community,
  body.user_profile_pages .community-list .community {
    margin-bottom: 40px;
  }
}


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