/* 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
============================================================================ */
.admin-section {
  background-color: white;
  padding: 20px;
}
.admin-dashboard-page-list > div {
  padding-top: 20px;
}
.admin-dashboard-page-list ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.admin-dashboard-page-list ul a {
  font-weight: bold;
  display: block;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid gray;
}
.admin-dashboard-page-list ul li:first-child a {
  border-top: 1px solid gray;
}
body.admin_area form .field {
  padding-bottom: 20px;
}
body.manage_help_center .help-center-site {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.manage_help_center .help-center-site .field {
  padding: 5px;
}
body.manage_help_center .help-center-site .field > div {
  padding: 0 5px;
}
body.manage_help_center .help-center-site .help-center-page-title {
  text-decoration: none;
  font-weight: bold;
}
body.manage_help_center .help-center-site .field.odd {
  background-color: #efefef;
}
body.manage_help_center .help-center-site .row-move:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

/* 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
============================================================================ */
/********** Account Login **********/
body.fun_app_homepage,
body.account_login {
  background-image: url('/images/login-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.account_login .page-wrapper {
  padding-top: 170px;
}
body.account_login .site-width > .inner {
  background-color: #FFF;
  border-radius: 10px;
  padding: 32px;
  max-width: 450px;
  margin: auto;
  text-align: center;
}
body.account_login .site-width > .inner .img-wrap {
  margin-bottom: 30px;
}
body.account_login h1 {
  font-size: 18px;
  font-weight: 700;
}
body.account_login label {
  text-align: left;
}
body.account_login .waitlist-link,
body.account_login .no-account,
body.account_login .remember-wrap,
body.account_login .forgot-password {
  font-size: 12px;
  color: #8C8C8C;
}
body.account_login .password-field {
  margin-top: 16px;
}
body.account_login .remember-forgot {
  margin: 16px 0 24px;
}
body.account_login .remember-forgot label {
  margin-bottom: 0;
}
body.account_login .remember-wrap input {
  margin-right: 8px;
  accent-color: #EB212E;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
body.account_login .actions {
  margin-bottom: 24px;
}
body.account_login .actions button {
  display: block;
  width: 100%;
  font-weight: normal;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
}
body.account_login hr {
  margin: 24px 0;
}
@media (max-width: 767px) {
  body.account_login .site-width > .inner {
    padding: 24px;
  }
}
body.forgot_password,
body.reset_password {
  background-color: #FFF;
  background-image: none;
}
body.forgot_password .page-wrapper,
body.reset_password .page-wrapper {
  padding: 100px 0;
}
body.account_login .forgot-text,
body.forgot_password .forgot-text,
body.reset_password .forgot-text {
  max-width: 515px;
  margin: auto;
}
body.account_login form,
body.forgot_password form,
body.reset_password form {
  max-width: 515px;
  margin: auto;
}
@media (max-width: 767px) {
  body.account_login .page-wrapper,
  body.forgot_password .page-wrapper,
  body.reset_password .page-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 500px) {
  body.account_login .page-wrapper,
  body.forgot_password .page-wrapper,
  body.reset_password .page-wrapper {
    height: calc(100vh - 50px);
  }
}
.account_screen .page-wrapper .site-width {
  max-width: 100%;
}
.account_screen .page-wrapper {
  background-color: black;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .account_screen .page-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.account_screen .account-sidebar {
  background-color: #292B2E;
  border-radius: 10px;
  min-height: calc(100vh - 270px);
}
.account_screen .main-column {
  padding-left: 15px;
  min-height: calc(100vh - 270px);
}
@media (max-width: 1024px) {
  .account_screen .main-column {
    padding-left: 0;
    order: 1;
  }
}
.account_screen .main-column .main-column-inner {
  background-color: white;
  border-radius: 10px;
  padding: 95px;
  height: 100%;
}
@media (max-width: 1024px) {
  .account_screen .main-column .main-column-inner {
    padding: 35px;
  }
}
@media (max-width: 643px) {
  .account_screen .main-column .main-column-inner {
    padding: 35px 15px;
  }
}
.account_screen .main-column .main-column-inner h1 {
  font-size: 24px;
}
.account_screen .main-column .main-column-inner .section {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .account_screen .page-title {
    color: #FFF;
  }
  .account_screen .page-title.black {
    color: #1A1A1A;
  }
  .account_screen .main-column {
    min-height: auto;
  }
  .account_screen .account-sidebar {
    min-height: unset;
  }
}
.account_screen {
  background-color: black;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .post-type-form) select,
.account_screen .page-wrapper form:not(.post-sorting-form, .post-type-form) input[type="tel"] {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
.account_screen .page-main .page-wrapper {
  background-color: black;
}
.account-sidebar .inner {
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-sidebar .section-label {
  color: #A3A3A3;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 15px;
}
.account-sidebar hr {
  border-top: 1px solid #707070;
}
.account-sidebar ul {
  list-style: none;
  list-style-type: none;
  padding: 0 15px;
}
.account-sidebar ul .accordion {
  margin-bottom: 0;
}
.account-sidebar ul li > a,
.account-sidebar ul li > a.accordion-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  transition: all 0.2s linear;
  display: block;
  padding: 7px 0;
  position: relative;
}
.account-sidebar ul .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);
}
.account-sidebar ul .accordion-title.open:after {
  transform: rotate(0deg);
}
.account-sidebar ul li > a:hover {
  transition: all 0.2s linear;
  color: #EB212E;
}
@media (max-width: 1024px) {
  .account-sidebar {
    margin-top: 16px;
    margin-bottom: 16px;
    order: 2;
  }
}
.page-wrapper .notifications-form .notifications-wrap .no-bottom-margin {
  margin-bottom: 0;
  margin-left: 6px;
}
.page-wrapper .notifications-form .row {
  border-bottom: 1px solid #A3A3A3;
  padding: 10px 0;
  margin-bottom: 0;
}
.page-wrapper .notifications-form .row:last-of-type {
  border-bottom: none;
}
.page-wrapper .notifications-form .actions {
  text-align: right;
}
.page-wrapper .notifications-form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.page-wrapper .notifications-form input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  border: 1px solid #1A1A1A;
  cursor: pointer;
}
.page-wrapper .notifications-form input[type="radio"]:checked {
  background-color: #1A1A1A;
}
@media (max-width: 767px) {
  .page-wrapper .notifications-form .sm-flex-start {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .page-wrapper .notifications-form .sm-flex-start > div {
    margin-right: 12px;
  }
  .page-wrapper .notifications-form input[type="radio"] {
    width: 16px;
    height: 16px;
  }
}
.notifications-wrap {
  margin-bottom: 40px;
}
.notifications-wrap .row:last-of-type {
  margin-bottom: 0 !important;
}
.drafted_posts_view .page-wrapper {
  background-color: #000000;
  padding-top: 15px;
}
.drafted_posts_view hr {
  margin: 18px 0;
  border-color: #DEDEE5;
}
.drafted_posts_view .drafted-posts {
  background-color: white;
  border-radius: 10px;
  padding: 95px;
  height: 100%;
  min-height: calc(100vh - 270px);
}
.drafted_posts_view .date {
  color: #8C8C8C;
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}
.drafted_posts_view .draft-title {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 400;
}
.drafted_posts_view .edit-draft {
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 400;
  text-decoration: none;
  margin-left: 16px;
}
.drafted_posts_view .edit-draft:hover {
  color: #EB212E;
}
.drafted_posts_view h1 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .drafted_posts_view .drafted-posts {
    padding: 35px;
    min-height: auto;
  }
}
@media (max-width: 643px) {
  .drafted_posts_view .drafted-posts {
    padding: 35px 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
============================================================================ */
.view_user_page .main-column {
  padding-top: 50px;
}
.view_user_page .view-posts-bottom {
  margin-top: 30px;
}
.user_invitation_keys_page .invitation-keys-table {
  width: 100%;
}
.user_invitation_keys_page .invitation-keys-table:not(.custom-keys) td {
  min-width: 75px;
}
.user_invitation_keys_page .invitation-keys-table th {
  padding: 0 0 10px 0;
  font-size: 10px;
  color: #8C8C8C;
  font-weight: 700;
  min-width: 60px;
}
.user_invitation_keys_page .invitation-keys-table thead tr {
  border-bottom: none;
}
.user_invitation_keys_page .invitation-keys-table tr {
  border-bottom: 1px solid #A3A3A3;
}
.user_invitation_keys_page .invitation-keys-table tr:last-of-type {
  border-bottom: none;
}
.user_invitation_keys_page .invitation-keys-table td {
  border: none;
  padding: 10px 0;
  font-size: 14px;
  min-width: 60px;
}
.user_invitation_keys_page .invitation-keys-table td a {
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 500px) {
  .user_invitation_keys_page .invitation-keys-table:not(.custom-keys) td {
    max-width: 200px;
  }
  .user_invitation_keys_page .invitation-keys-table td,
  .user_invitation_keys_page .invitation-keys-table th {
    padding-right: 8px;
  }
  .user_invitation_keys_page .invitation-keys-table td:not(.text-left) {
    text-align: center;
  }
  .user_invitation_keys_page .invitation-keys-table td {
    vertical-align: top;
  }
  .user_invitation_keys_page .invitation-keys-table td a {
    margin-top: 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
============================================================================ */
.sidebar-dark .feed-buttons {
  margin-bottom: 15px;
}
.sidebar-dark .feed-buttons .left-side {
  padding-right: 5px;
}
.sidebar-dark .feed-buttons .right-side {
  padding-left: 5px;
}
.sidebar-dark .feed-buttons .btn {
  width: 100%;
}
.sidebar-dark .tutorial-button {
  padding-bottom: 16px;
}
.sidebar-dark a {
  text-decoration: none;
}
.sidebar-dark .sidebar-inner {
  position: sticky;
  top: 100px;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-dark .sidebar-inner h5 {
  font-size: 16px;
}
.sidebar-dark .fs-tta {
  overflow: hidden;
  border-radius: 10px;
}
.sidebar-dark .fs-tta a:not(.dark-btn) {
  color: #FFF;
  transition: all 0.2s linear;
}
.sidebar-dark .fs-tta a:not(.dark-btn):hover {
  color: #EB212E;
  transition: all 0.2s linear;
}
.sidebar-dark ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-dark ul ul {
  margin-left: 10px;
}
.sidebar-dark .avatar {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.sidebar-dark .mobile-tab-title {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #292B2E;
  padding: 14px 10px;
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #707070;
}
.sidebar-dark .mobile-tab-title:first-of-type {
  border-top: none;
}
.sidebar-dark .mobile-tab-title:after {
  content: '\f2ec';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 8px;
  width: 20px;
  text-align: center;
  line-height: 40px;
  transition: transform 0.4s;
  transform: rotate(180deg);
}
.sidebar-dark .mobile-tab-title.active:after {
  transform: rotate(0deg);
}
.sidebar-dark .tab-bar {
  position: relative;
  padding-left: 0;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  word-wrap: normal;
}
.sidebar-dark .tab-bar::-webkit-scrollbar {
  height: 6px;
}
.sidebar-dark .tab-bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D6D6D6;
  margin: 0;
}
.sidebar-dark .tab-bar::-webkit-scrollbar-thumb {
  background-color: #1A1A1A;
  border-radius: 10px;
}
.sidebar-dark .tab-bar:after {
  content: '';
  position: absolute;
  background-color: #707070;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sidebar-dark .tab-bar.scroll-list {
  overflow-x: scroll;
}
.sidebar-dark .tab-bar.scroll-list:after {
  content: none;
}
.sidebar-dark .tab-bar.scroll-list li a.active:after {
  content: none;
}
.sidebar-dark .tab-bar li {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.sidebar-dark .tab-bar li a {
  display: block;
  padding: 7px 20px;
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  position: static;
}
.sidebar-dark .tab-bar li a:after {
  content: none;
}
.sidebar-dark .tab-bar li:first-of-type a {
  padding: 7px 20px 7px 0;
}
.sidebar-dark .tab-bar li:last-of-type a {
  padding: 7px 0 7px 20px;
}
.sidebar-dark .tab-bar li a.active {
  color: #FFF;
}
.sidebar-dark .tab-bar li a.active:after {
  content: '';
  position: absolute;
  width: 56px;
  max-width: 90%;
  height: 4px;
  background-color: #FFF;
  left: 20px;
  right: unset;
  top: unset;
  bottom: 0;
  transform: translateY(0);
}
.sidebar-dark .tab-bar li a.has-results {
  color: #1A1A1A;
}
.sidebar-dark .tab-bar li:first-of-type a.active:after {
  left: 0;
}
.sidebar-dark .tab-bar li:last-of-type a.active:after {
  left: unset;
  right: 0;
}
.sidebar-dark .tab-body {
  padding: 10px;
  background-color: #292B2E;
  color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0;
}
.sidebar-dark .tab-body p {
  font-size: 12px;
  color: #A3A3A3;
}
.sidebar-dark .no-joined-communities {
  padding: 30px 0;
}
.sidebar-dark .create-link {
  color: #FFF;
  background-color: transparent;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  margin-right: 20px;
  padding: 5px 0;
  line-height: 1;
  transition: all 0.2s linear;
}
.sidebar-dark .create-link i {
  line-height: 1;
  font-size: 10px;
}
.sidebar-dark .create-link:hover {
  color: #EB212E;
  background-color: transparent;
  transition: all 0.2s linear;
}
.sidebar-dark li > a,
.sidebar-dark li > .pages-inner > a {
  color: #FFF;
  display: block;
  flex-grow: 1;
  position: relative;
  transition: all 0.2s linear;
  padding: 9px 25px 9px 0;
  font-size: 12px;
}
.sidebar-dark .nsfw {
  background-color: #EB212E;
  color: white;
  margin-left: 10px;
  line-height: 1;
  border-radius: 999px;
  display: inline-block;
  padding: 3px 5px;
}
.sidebar-dark li > a:hover {
  color: #EB212E;
  transition: all 0.2s linear;
}
.sidebar-dark li > a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-dark .event-label {
  font-size: 12px;
  color: #8C8C8C;
}
.sidebar-dark .event-name {
  margin-bottom: 10px;
}
.sidebar-dark .event-request-wrapper {
  margin-bottom: 10px;
}
.sidebar-dark .event-header-row {
  margin-bottom: 10px;
}
.sidebar-dark .filter-list.scroll-list ul {
  max-height: 194px;
  overflow-y: scroll;
  padding-right: 24px;
}
.sidebar-dark .filter-list .input-wrap {
  line-height: 1;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
  transition: all 0.2s linear;
  position: relative;
}
.sidebar-dark .filter-list .input-wrap i {
  position: absolute;
  line-height: 1;
  right: 15px;
  color: #8C8C8C;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-dark .filter-list .input-wrap:after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 60px;
  top: 9px;
  font-size: 12px;
  z-index: 5;
  color: #8C8C8C;
}
.sidebar-dark .filter-list input {
  height: 30px;
  border-radius: 99px;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #707070;
  color: #A3A3A3;
  position: relative;
  width: 82px;
}
.sidebar-dark .filter-list input:focus {
  width: 100%;
  z-index: 6;
  background-color: #292b2e;
  transition: all 0.2s linear;
}
.sidebar-dark .filter-list ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-dark .filter-list li {
  margin-bottom: 0;
}
.sidebar-dark .filter-list li:last-of-type {
  margin-bottom: 0;
}
.sidebar-dark .filter-list::-webkit-scrollbar {
  width: 6px;
}
.sidebar-dark .filter-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #FFF;
  margin: 0;
}
.sidebar-dark .filter-list::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
.sidebar-dark .birthdays li {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 8px;
}
.sidebar-dark .birthdays li:last-of-type {
  margin-bottom: 0;
}
.sidebar-dark .birthdays li.today .name {
  font-weight: 700;
}
.sidebar-dark .birthdays li.today:not(:has(~ .today)) {
  padding-bottom: 8px;
  border-bottom: 1px solid #8C8C8C;
}
.sidebar-dark .birthdays li .name {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.sidebar-dark .birthdays li .date {
  flex-shrink: 0;
}
.sidebar-dark .birthdays li .date img {
  margin-right: 4px;
}
@media (max-width: 1200px) {
  .sidebar-dark .request-col-title {
    margin-left: 6px;
  }
  .sidebar-dark .mutual-friends,
  .sidebar-dark .group-name {
    margin-bottom: 6px;
  }
}
@media (max-width: 1024px) {
  .sidebar-dark {
    order: 1;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sidebar-dark.sidebar-dark-right {
    order: 0;
  }
  .sidebar-dark .mutual-friends,
  .sidebar-dark .group-name {
    margin-bottom: 0;
  }
  .sidebar-dark.sidebar-dark-right {
    display: block;
  }
  .sidebar-dark.visible {
    display: block;
    position: fixed;
    top: 132px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    height: auto;
    padding-top: 0;
    overflow-y: scroll;
  }
  .sidebar-dark.visible .sidebar-inner {
    padding-top: 10px;
    z-index: 2;
    position: relative;
    border-radius: 0;
  }
  .sidebar-dark.visible .sidebar-inner > .tbl-text-center {
    background-color: #292B2E;
  }
  .sidebar-dark.visible .overlay {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1;
  }
  .sidebar-dark.visible .fs-tta {
    border-radius: 0;
  }
  .sidebar-dark .accordion {
    margin-bottom: 0;
    border-bottom: 2px solid #8C8C8C;
  }
  .sidebar-dark .accordion .accordion-title {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .sidebar-dark .create-link {
    font-size: 14px;
    padding: 3px 8px;
  }
  .sidebar-dark .sidebar-inner {
    position: unset;
    top: unset;
  }
}
@media (max-width: 767px) {
  .sidebar-dark.visible {
    top: 95px;
  }
}

/* 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
============================================================================ */
.sidebar-light {
  padding-top: 50px;
}
.sidebar-light .overlay {
  z-index: -1;
}
.sidebar-light a {
  text-decoration: none;
}
.sidebar-light .floating-menu-holder {
  display: inline-block;
}
.sidebar-light .floating-menu-holder .floating-menu {
  left: unset;
  right: 0;
  top: 70%;
}
.sidebar-light .edit-user {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sidebar-light .chatroom {
  font-size: 14px;
}
.sidebar-light .follow-collection {
  margin-top: 10px;
}
.sidebar-light .chatroom i,
.sidebar-light i.fa-rectangle-history,
.sidebar-light i.fa-paper-plane,
.sidebar-light .dm-link 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;
}
.sidebar-light .chatroom i:hover,
.sidebar-light i.fa-rectangle-history:hover,
.sidebar-light i.fa-paper-plane:hover,
.sidebar-light .dm-link i:hover {
  background-color: #EB212E;
}
.sidebar-light .chatroom i {
  font-size: 14px;
}
.sidebar-light i.fa-rectangle-history {
  font-size: 16px;
}
.sidebar-light .about-accordion-section.user-social-networks .about-accordion-section-body a {
  display: inline-block;
  padding: 3px;
  font-size: 20px;
  color: #1A1A1A;
}
.sidebar-light .about-accordion-section ul.fun-profiles {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
}
.sidebar-light .about-accordion-section ul.fun-profiles li {
  width: 50%;
  padding: 3px;
  margin-bottom: 0;
}
.sidebar-light .about-accordion-section ul.fun-profiles a {
  background-color: #1A1A1A;
  color: #FFF;
  border-radius: 10px;
  height: 55px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.sidebar-light .about-accordion-section ul.fun-profiles a:hover {
  background-color: #EB212E;
  color: #FFF;
}
.sidebar-light .about-accordion-section {
  padding-bottom: 24px;
}
.sidebar-light .about-accordion-section:last-of-type {
  padding-bottom: 0;
}
.sidebar-light .about-accordion-section .about-accordion-section-title {
  font-weight: bold;
  padding-bottom: 8px;
  font-size: 12px;
  color: #1A1A1A;
}
.sidebar-light .about-accordion-section .about-accordion-section-body {
  color: #8C8C8C;
}
.sidebar-light .about-accordion-section .about-accordion-section-body a {
  color: #8C8C8C;
}
.sidebar-light .about-accordion-section .about-accordion-section-body a:hover {
  color: #EB212E;
}
.sidebar-light .about-accordion {
  margin-top: 20px;
}
.sidebar-light .accordion {
  margin-bottom: 0;
}
.sidebar-light .accordion .accordion-title {
  background-color: transparent;
  color: #1A1A1A;
  border-top: 1px solid #707070;
  padding: 14px 10px 14px 0;
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.sidebar-light .accordion .accordion-title i {
  transition: transform 0.4s;
  font-size: 8px;
  transform: rotate(180deg);
  line-height: 1;
}
.sidebar-light .accordion .accordion-title.open i {
  transform: rotate(0deg);
}
.sidebar-light .accordion .accordion-body {
  font-size: 16px;
  color: #8C8C8C;
  padding: 16px 0;
}
.sidebar-light .flair-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.sidebar-light .flair-list li {
  display: inline-block;
}
.sidebar-light .inner {
  background-color: #FFF;
  border-radius: 10px;
  padding: 16px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 750px;
  margin: 0 auto;
}
.sidebar-light .sidebar-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  left: 50%;
  width: 167px;
  height: 167px;
  border-radius: 9999px;
  transform: translate(-50%, -54%);
}
.sidebar-light .sidebar-image .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;
}
.sidebar-light .sidebar-image .unblur:hover {
  cursor: pointer;
}
.sidebar-light .avatar {
  display: block;
  width: 167px;
  height: 167px;
  overflow: hidden;
  border-radius: 9999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  background-color: #FFF;
}
.sidebar-light .avatar a {
  display: flex;
  width: 100px;
  height: 100px;
}
.sidebar-light .avatar a img {
  margin: auto;
}
.sidebar-light .avatar.nsfw {
  filter: blur(60px);
}
.sidebar-light .display-name {
  margin-bottom: 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar-light .display-name {
  margin-bottom: 2px;
}
.sidebar-light .spoiler-icon {
  margin: 5px 0;
  background-color: #EB212E;
  color: white;
  position: relative;
  z-index: 2;
}
.sidebar-light .username {
  margin: 0;
  word-break: break-word;
}
.sidebar-light .username,
.sidebar-light .website {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
}
.sidebar-light .tagline {
  margin: 12px 0;
  color: #8C8C8C;
}
.sidebar-light .user-info {
  margin-top: 16px;
  padding-bottom: 32px;
}
.sidebar-light .user-info > .follow-message > * {
  margin-right: 14px;
}
.sidebar-light .user-info > .follow-message > *:last-child {
  margin-right: 0;
}
.sidebar-light .user-follow-stats {
  padding: 32px 0 0;
  border-top: 1px solid #1A1A1A;
  margin-bottom: 16px;
}
.sidebar-light .user-follow-stats > a,
.sidebar-light .user-follow-stats > span {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #DEDEE5;
  padding-left: 7px;
  padding-right: 7px;
}
.sidebar-light .user-follow-stats > a:last-child,
.sidebar-light .user-follow-stats > span:last-child {
  border-right: none;
}
.sidebar-light .user-follow-stats > a span,
.sidebar-light .user-follow-stats > span span {
  font-weight: 700;
  display: block;
}
.sidebar-light .view-follows,
.sidebar-light .view-friends {
  margin: 5px 0;
  display: block;
}
.sidebar-light .accordion-avatar {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 50px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-light .website {
  margin: 0 0 20px;
  margin: 0;
  word-wrap: break-word;
}
.sidebar-light .user-pages {
  margin-bottom: 16px;
}
.sidebar-light .floating-menu-holder {
  right: 6px;
  top: 10px;
}
.sidebar-light .floating-menu-holder .toggle {
  margin-right: 0;
}
.sidebar-light .floating-menu-holder .toggle i {
  transform: rotate(90deg);
}
.sidebar-light .sidebar-title {
  margin-bottom: 5px;
}
.sidebar-light .page-info {
  margin-bottom: 25px;
  -ms-align-items: center;
  align-items: center;
}
.sidebar-light .member-count {
  font-size: 14px;
  padding-right: 5px;
}
.sidebar-light .join-btn {
  margin-bottom: 25px;
}
.sidebar-light .accordion-body li {
  margin-bottom: 5px;
}
.sidebar-light .topic-list,
.sidebar-light .subtopic-list {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-light .tutorial-button {
  padding-bottom: 16px;
}
.sidebar-light .fs-tta ::-webkit-scrollbar {
  height: 4px;
  paddding-top: 4px;
}
.sidebar-light .fs-tta ::-webkit-scrollbar-track {
  height: 4px;
}
.sidebar-light .fs-tta ::-webkit-scrollbar-thumb {
  height: 4px;
  cursor: pointer;
}
.sidebar-light .fs-tta .sidebar-title {
  color: #8C8C8C;
  font-size: 12px;
}
.sidebar-light .view-all > a {
  font-size: 14px;
  font-weight: 700;
}
.sidebar-light .tab-bar {
  position: relative;
  padding-left: 0;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  word-break: normal;
}
.sidebar-light .tab-bar:after {
  content: '';
  position: absolute;
  background-color: #1A1A1A;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sidebar-light .tab-bar.scroll-list {
  overflow-x: scroll;
}
.sidebar-light .tab-bar.scroll-list:after {
  content: none;
}
.sidebar-light .tab-bar.scroll-list li a.active:after {
  content: none;
}
.sidebar-light .tab-bar li {
  display: inline-block;
  position: relative;
}
.sidebar-light .tab-bar li a {
  display: block;
  padding: 7px 20px;
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.sidebar-light .tab-bar li:first-of-type a {
  padding: 7px 20px 7px 0;
}
.sidebar-light .tab-bar li:last-of-type a {
  padding: 7px 0 7px 20px;
}
.sidebar-light .tab-bar li a.active {
  color: #1A1A1A;
}
.sidebar-light .tab-bar li a.active:after {
  content: '';
  position: absolute;
  width: 56px;
  max-width: 90%;
  height: 4px;
  background-color: #1A1A1A;
  left: 20px;
  bottom: 0;
}
.sidebar-light .tab-bar li a.has-results {
  color: #1A1A1A;
}
.sidebar-light .tab-bar li:first-of-type a.active:after {
  left: 0;
}
.sidebar-light .tab-bar li:last-of-type a.active:after {
  left: unset;
  right: 0;
}
.sidebar-light .tab-bodies {
  margin-top: 25px;
}
.sidebar-light .tab-bodies .small-btn {
  border-radius: 9999px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .sidebar-light .sidebar-image {
    transform: none;
    margin: 0 20px 0 0;
    width: 116px;
    height: 116px;
    left: 0;
  }
  .sidebar-light .sidebar-image .avatar {
    width: 116px;
    height: 116px;
  }
  .sidebar-light .tab-body label {
    font-size: 10px;
    color: #707070;
  }
  .sidebar-light .tab-body p {
    font-size: 14px;
  }
  .sidebar-light .tab-bar li a {
    font-size: 12px;
  }
}
.sidebar-light .accordion-body .channel-banner,
.sidebar-light .accordion-body .collection-banner,
.sidebar-light .accordion-body .subtopic-banner,
.sidebar-light .accordion-body .topic-banner,
.sidebar-light .trending-topic {
  margin-bottom: 6px;
  position: relative;
}
.sidebar-light .accordion-body .channel-banner a,
.sidebar-light .accordion-body .collection-banner a,
.sidebar-light .accordion-body .subtopic-banner a,
.sidebar-light .accordion-body .topic-banner a,
.sidebar-light .trending-topic 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;
}
.sidebar-light .accordion-body .channel-banner a:after,
.sidebar-light .accordion-body .collection-banner a:after,
.sidebar-light .accordion-body .subtopic-banner a:after,
.sidebar-light .accordion-body .topic-banner a:after,
.sidebar-light .trending-topic 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%);
}
.sidebar-light .accordion-body .channel-banner a:hover:after,
.sidebar-light .accordion-body .collection-banner a:hover:after,
.sidebar-light .accordion-body .subtopic-banner a:hover:after,
.sidebar-light .accordion-body .topic-banner a:hover:after,
.sidebar-light .trending-topic a:hover:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.sidebar-light .accordion-body .channel-banner a .avatar,
.sidebar-light .accordion-body .collection-banner a .avatar,
.sidebar-light .accordion-body .subtopic-banner a .avatar,
.sidebar-light .accordion-body .topic-banner a .avatar,
.sidebar-light .trending-topic a .avatar {
  position: static;
  transform: none;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 9999px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-light .accordion-body .collection-banner {
  padding-left: 3px;
  padding-right: 3px;
}
.sidebar-light .accordion-body .collection-list {
  margin-left: -3px;
  margin-right: -3px;
}
@media (max-width: 1024px) {
  .sidebar-light {
    order: 0;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .sidebar-light .user-info .floating-menu {
    left: 50%;
    transform: none;
  }
  .sidebar-light .floating-menu-holder .floating-menu {
    left: 0;
    right: 0;
    top: unset;
  }
}
@media (max-width: 1024px) {
  .collection_view .right-sidebar.sidebar-light.has-avatar .inner .about-accordion {
    position: relative;
    z-index: 2;
  }
}
.right-sidebar.sidebar-light.has-avatar .inner {
  padding: 86px 16px 16px;
}
@media (max-width: 1024px) {
  .right-sidebar.sidebar-light.has-avatar {
    margin-top: -64px;
  }
  .right-sidebar.sidebar-light.has-avatar .inner {
    padding: 16px;
    background-color: transparent;
    margin-bottom: 16px;
  }
  .right-sidebar.sidebar-light.has-avatar .inner .tagline,
  .right-sidebar.sidebar-light.has-avatar .inner > .user-info,
  .right-sidebar.sidebar-light.has-avatar .inner .sidebar-image,
  .right-sidebar.sidebar-light.has-avatar .inner .sidebar-title,
  .right-sidebar.sidebar-light.has-avatar .inner .member-count,
  .right-sidebar.sidebar-light.has-avatar .inner .display-name,
  .right-sidebar.sidebar-light.has-avatar .inner .username,
  .right-sidebar.sidebar-light.has-avatar .inner .chatroom,
  .right-sidebar.sidebar-light.has-avatar .inner .page-title-small,
  .right-sidebar.sidebar-light.has-avatar .inner .avatar,
  .right-sidebar.sidebar-light.has-avatar .inner .tbl-community-links,
  .right-sidebar.sidebar-light.has-avatar .inner .group-links {
    position: relative;
    z-index: 2;
  }
  .right-sidebar.sidebar-light.has-avatar .inner .page-title-small {
    margin-top: 8px;
  }
  .right-sidebar.sidebar-light.has-avatar .inner > .user-info {
    padding-bottom: 0;
  }
  .right-sidebar.sidebar-light.has-avatar .inner .user-sidebar-top,
  .right-sidebar.sidebar-light.has-avatar .inner .page-info,
  .right-sidebar.sidebar-light.has-avatar .inner .floating-menu-holder {
    z-index: 2;
  }
  .right-sidebar.sidebar-light.has-avatar .inner .mbl-follow-stats {
    border-top: none;
    padding-top: 0;
  }
  .right-sidebar.sidebar-light.has-avatar .inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px) brightness(1.1);
            backdrop-filter: blur(10px) brightness(1.1);
    background-color: rgba(255, 255, 255, 0.35);
    z-index: 1;
  }
  .right-sidebar.sidebar-light.has-avatar.no-banner {
    margin-top: 0;
  }
}
.right-sidebar.sidebar-light .inner,
.user-right-sidebar.sidebar-light .inner {
  margin-bottom: 24px;
  padding: 24px 16px;
}
.right-sidebar.sidebar-light .inner .sidebar-title,
.user-right-sidebar.sidebar-light .inner .sidebar-title {
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
}
.right-sidebar.sidebar-light .inner .sidebar-trending-topics > a,
.user-right-sidebar.sidebar-light .inner .sidebar-trending-topics > a,
.right-sidebar.sidebar-light .inner .sidebar-trending-tags > a,
.user-right-sidebar.sidebar-light .inner .sidebar-trending-tags > a {
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  display: inline-block;
}
.right-sidebar.sidebar-light .inner .sidebar-trending-tags a,
.user-right-sidebar.sidebar-light .inner .sidebar-trending-tags a {
  border: 1px solid #1A1A1A;
  border-radius: 10px;
  padding: 8px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 1;
}
.right-sidebar.sidebar-light .inner.lower-inner,
.user-right-sidebar.sidebar-light .inner.lower-inner,
.right-sidebar.sidebar-light .about-media-tabs,
.user-right-sidebar.sidebar-light .about-media-tabs {
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 24px 16px;
}
.right-sidebar.sidebar-light .inner.lower-inner .sidebar-title,
.user-right-sidebar.sidebar-light .inner.lower-inner .sidebar-title,
.right-sidebar.sidebar-light .about-media-tabs .sidebar-title,
.user-right-sidebar.sidebar-light .about-media-tabs .sidebar-title {
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
}
.right-sidebar.sidebar-light .inner.lower-inner .sidebar-trending-topics > a,
.user-right-sidebar.sidebar-light .inner.lower-inner .sidebar-trending-topics > a,
.right-sidebar.sidebar-light .about-media-tabs .sidebar-trending-topics > a,
.user-right-sidebar.sidebar-light .about-media-tabs .sidebar-trending-topics > a,
.right-sidebar.sidebar-light .inner.lower-inner .sidebar-trending-tags > a,
.user-right-sidebar.sidebar-light .inner.lower-inner .sidebar-trending-tags > a,
.right-sidebar.sidebar-light .about-media-tabs .sidebar-trending-tags > a,
.user-right-sidebar.sidebar-light .about-media-tabs .sidebar-trending-tags > a {
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  display: inline-block;
}
.right-sidebar.sidebar-light .inner.lower-inner .sidebar-trending-tags a,
.user-right-sidebar.sidebar-light .inner.lower-inner .sidebar-trending-tags a,
.right-sidebar.sidebar-light .about-media-tabs .sidebar-trending-tags a,
.user-right-sidebar.sidebar-light .about-media-tabs .sidebar-trending-tags a {
  border: 1px solid #1A1A1A;
  border-radius: 10px;
  padding: 8px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 1;
}
.right-sidebar.sidebar-light .inner.lower-inner .user-follow-stats,
.user-right-sidebar.sidebar-light .inner.lower-inner .user-follow-stats,
.right-sidebar.sidebar-light .about-media-tabs .user-follow-stats,
.user-right-sidebar.sidebar-light .about-media-tabs .user-follow-stats {
  border-top: none;
  padding-top: 0;
}
.right-sidebar.sidebar-light .inner.lower-inner .about-accordion,
.user-right-sidebar.sidebar-light .inner.lower-inner .about-accordion,
.right-sidebar.sidebar-light .about-media-tabs .about-accordion,
.user-right-sidebar.sidebar-light .about-media-tabs .about-accordion {
  margin-top: 0;
}
.right-sidebar.sidebar-light .inner.lower-inner > .accordion:first-of-type .accordion-title,
.user-right-sidebar.sidebar-light .inner.lower-inner > .accordion:first-of-type .accordion-title,
.right-sidebar.sidebar-light .about-media-tabs > .accordion:first-of-type .accordion-title,
.user-right-sidebar.sidebar-light .about-media-tabs > .accordion:first-of-type .accordion-title {
  border-top: none;
}
.right-sidebar.sidebar-light .inner.lower-inner .website.hide,
.user-right-sidebar.sidebar-light .inner.lower-inner .website.hide,
.right-sidebar.sidebar-light .about-media-tabs .website.hide,
.user-right-sidebar.sidebar-light .about-media-tabs .website.hide {
  display: none;
}
.right-sidebar.sidebar-light .inner.lower-inner .website.tbl-display-inline-block,
.user-right-sidebar.sidebar-light .inner.lower-inner .website.tbl-display-inline-block,
.right-sidebar.sidebar-light .about-media-tabs .website.tbl-display-inline-block,
.user-right-sidebar.sidebar-light .about-media-tabs .website.tbl-display-inline-block {
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .right-sidebar.sidebar-light .inner,
  .user-right-sidebar.sidebar-light .inner {
    margin-top: 24px;
  }
  .right-sidebar.sidebar-light .inner .sidebar-title,
  .user-right-sidebar.sidebar-light .inner .sidebar-title {
    margin-top: 8px;
  }
  .right-sidebar.sidebar-light .website.tbl-hide,
  .user-right-sidebar.sidebar-light .website.tbl-hide {
    display: none;
  }
  .right-sidebar.sidebar-light .about-media-tabs .website.tbl-display-inline-block,
  .user-right-sidebar.sidebar-light .about-media-tabs .website.tbl-display-inline-block {
    display: inline-block;
  }
  .right-sidebar.sidebar-light .tagline.tbl-display-inline-block,
  .user-right-sidebar.sidebar-light .tagline.tbl-display-inline-block {
    width: 100%;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .right-sidebar.sidebar-light .user-follow-stats,
  .user-right-sidebar.sidebar-light .user-follow-stats {
    border-top: none;
    padding: 0;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden {
    display: none;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden.visible,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden.visible {
    display: block;
    position: fixed;
    top: 132px;
    background-color: transparent;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    height: auto;
    padding: 0;
    overflow-y: scroll;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden.visible .overlay,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden.visible .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden.about-media-tabs.inner,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden.about-media-tabs.inner {
    padding: 0;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden.about-media-tabs.inner .user-collections,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden.about-media-tabs.inner .user-collections {
    margin-top: 16px;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden .mobile-inner,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden .mobile-inner {
    background-color: #FFF;
    border-radius: 0;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 24px;
    padding: 24px 16px;
    z-index: 2;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden .mobile-inner .user-info,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden .mobile-inner .user-info {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .right-sidebar.sidebar-light .inner,
  .user-right-sidebar.sidebar-light .inner {
    margin-top: 16px;
  }
  .right-sidebar.sidebar-light .right-sidebar-hidden.visible,
  .user-right-sidebar.sidebar-light .right-sidebar-hidden.visible {
    top: 95px;
  }
}
@media (max-width: 1024px) {
  .right-sidebar.home-sidebar {
    order: 3;
    margin-top: 0;
    display: none;
  }
  .right-sidebar.home-sidebar.visible {
    display: block;
    position: fixed;
    top: 132px;
    background-color: #292B2E;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    height: auto;
    padding-top: 15px;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media (max-width: 767px) {
  .right-sidebar.home-sidebar.visible {
    top: 95px;
  }
}
.view_group .right-sidebar.sidebar-light.has-avatar {
  margin-top: 0;
}


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