﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Comfortaa:wght@300&display=swap");

/*FONTS*/
/*LINER GRADIENT COLORS*/
/*BACKGROUND IMAGES*/
/*COLORS*/
/*LOADER COLOR*/
/*BOX SHADOWS*/
html,
body {
  width: 100%;
  height: 100%;
  height: 100dvh;
  /* Modern mobile viewport */
  padding: 0px;
  padding-bottom: env(safe-area-inset-bottom);
  /* iOS Home Bar Sage Area */
  margin: 0px;
  background-color: #18191A;
  font-family: Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-texts-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* overflow-x: hidden; */
  /* Prevent horizontal scroll */
  /* touch-action: manipulation; */
  /* Faster taps */
}

/* =========================================================================
   ESTILOS CAMPAÃ‘AS/ENCUESTAS - GLASS GRADIENT (GLOBAL PC + MÃ“VIL)
   ========================================================================= */

/* Contenedor principal con borde gradiente */
html body .campaign_lux_glass,
html body .poll_wrapper {
  background:
    linear-gradient(rgba(20, 20, 20, 0.85), rgba(20, 20, 20, 0.85)) padding-box,
    linear-gradient(135deg, #00f2ea 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 60%, #ff00cc 100%) border-box !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 2px solid transparent !important;
  border-radius: 20px !important;
  padding: 15px !important;
  margin-top: 10px !important;
  overflow: visible !important;
  position: relative !important;
  box-shadow:
    0 0 30px rgba(0, 242, 234, 0.15),
    inset 0 0 20px rgba(255, 255, 255, 0.03) !important;
}

/* Figuras internas con borde gradiente */
html body .campaign_lux_glass .campaign_card_figures,
html body .campaign_card_meta .campaign_stat {
  position: relative !important;
  background:
    linear-gradient(rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9)) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 0, 204, 0.5) 100%) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  padding: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 10px !important;
}

/* Barra de progreso de campaÃ±a con gradiente neÃ³n */
html body .campaign_card_progress_bar {
  width: 100% !important;
  height: 12px !important;
  background: #1f2937 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  margin: 12px 0 !important;
}

html body .campaign_card_progress_bar span,
html body .campaign_progress_bar_fill {
  display: block !important;
  height: 100% !important;
  background: linear-gradient(90deg, #00f2ea 0%, #7c3aed 50%, #ff00cc 100%) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 10px rgba(0, 242, 234, 0.5) !important;
}

/* BotÃ³n Donar con gradiente */
html body .campaign_primary_btn {
  background: linear-gradient(90deg, #8a2be2 0%, #00bfff 100%) !important;
  box-shadow: 0 0 20px rgba(138, 43, 226, 0.4), 0 0 10px rgba(0, 191, 255, 0.3) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

html body .campaign_primary_btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 0 30px rgba(138, 43, 226, 0.6), 0 0 15px rgba(0, 191, 255, 0.5) !important;
}

/* Fix: Asegurar que el icono de Propina/Tips sea visible */
html body .in_tips svg,
html body .i_post_item_btn.in_tips svg {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 22px !important;
  height: 22px !important;
  fill: #858fad !important;
  flex-shrink: 0 !important;
}

html body .in_tips:hover svg {
  fill: #f65169 !important;
}

div {
  display: block;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  color: #242526;
  background: #f65169;
}

::selection {
  color: #242526;
  background: #f65169;
}

.flex_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
}

.justify-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.justify-content-align-items-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header {
  width: 100%;
  padding: 16px 22px 12px 22px;
  background: rgba(36, 37, 38, 0.92);
  position: fixed;
  z-index: 16;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.header:before {
  content: "";
  width: 100%;
  height: 0.4rem;
  display: block;
  z-index: 4;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  left: 0px;
  top: 0px;
}

.leftSticky,
.rightSticky {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rightSticky {
  position: relative;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-bottom: var(--rs-space, 0px);
}

.th_middle {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}

/* GLOBAL FIX: Prevent Image Distortion */
img {
  object-fit: cover;
}

/* GLOBAL FIX: Prevent Icon Squashing */
.i_header_item_icon_box,
.i_logo,
.i_header_btn_item,
.volume-icon,
.scroll-btn,
.exit_reels,
.volume-control svg,
.i_s_menu_box svg,
.i_pb_emojis,
.i_pb_premiumPost,
.i_form_buttons,
.i_plus_s,
.i_plus_g,
.userIsOnline,
.userIsOffline {
  flex-shrink: 0 !important;
  -webkit-flex-shrink: 0 !important;
}



.section {
  min-height: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 100%;
  min-height: calc(100vh - 72px);
  min-height: -o-calc(100vh - 72px);
  min-height: -ms-calc(100vh - 72px);
  top: 72px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 52px;
}

.pageMiddle {
  display: inline-block;
  width: 100%;
  max-width: 680px;
  margin: 0px auto;
  padding-top: 25px;
}

.profile_wrapper .th_middle .pageMiddle {
  display: inline-block;
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  padding-top: 25px;
}

.profile_wrapper .pageMiddleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.profile_wrapper .pageMiddleRow .pageMiddleInfo {
  min-height: 1px;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  position: sticky;
  top: 90px;
  align-self: flex-start;
  z-index: 2;
}

.profile_wrapper .pageMiddleRow .pageMiddleInfo.profile_info_stuck_bottom {
  top: auto;
  bottom: 16px;
}

.profile_wrapper .pageMiddleRow .pageMiddlePosts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 740px;
  max-width: 740px;
}

.profile_wrapper .pageMiddleRow #moreType {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 740px;
  max-width: 740px;
}

@media (max-width: 1024px) {
  .profile_wrapper .pageMiddleRow .pageMiddleInfo {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .profile_wrapper .pageMiddleRow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile_wrapper .pageMiddleRow .pageMiddlePosts {
    min-width: 100%;
    max-width: 100%;
  }

  .profile_wrapper .pageMiddleRow #moreType {
    min-width: 100%;
    max-width: 100%;
  }
}

.profile_wrapper .profile_meta_card {
  background: linear-gradient(180deg, #0f172a 0%, #0b1324 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 14px;
}

.profile_wrapper .profile_meta_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile_wrapper .profile_meta_title {
  font-size: 20px;
  font-weight: 800;
  color: #f3f4f6;
  letter-spacing: -0.2px;
}

.profile_wrapper .profile_meta_category {
  font-size: 12px;
  color: #d1d5db;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 7px 12px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.profile_wrapper .profile_meta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 10px;
}

.profile_wrapper .profile_meta_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #e5e7eb;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile_wrapper .profile_meta_row .label {
  color: #9ca3af;
  font-weight: 700;
  display: block;
}

.profile_wrapper .profile_meta_row .value {
  font-weight: 700;
  text-align: left;
  color: #f3f4f6;
  white-space: normal;
}

.profile_wrapper .profile_meta_row:last-child {
  border-bottom: none;
}

.profile_wrapper .profile_meta_bio {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
}

.profile_wrapper .profile_meta_bio_title {
  font-size: 12px;
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 6px;
}

.profile_wrapper .profile_meta_bio_text {
  font-size: 13px;
  color: #cbd5e1;
  line-height: 1.5;
}

.profile_wrapper .profile_meta_social {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
}

.profile_wrapper .profile_meta_social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile_wrapper .profile_meta_social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profile_wrapper .profile_meta_social_link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
}

.profile_wrapper .profile_meta_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile_wrapper .profile_meta_icon svg {
  width: 16px;
  height: 16px;
  fill: #e5e7eb;
}

.profile_wrapper .profile_meta_missing {
  color: #93c5fd;
  font-weight: 600;
  text-decoration: none;
}

.profile_wrapper .profile_meta_missing:hover {
  text-decoration: underline;
}

.profile_wrapper .meta_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  gap: 6px;
  align-self: center;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_wrapper .profile_media_section {
  margin-top: 18px;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.profile_wrapper .profile_media_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.profile_wrapper .profile_media_title {
  font-size: 20px;
  font-weight: 800;
  color: #f3f4f6;
}

.profile_wrapper .profile_media_link {
  font-size: 13px;
  font-weight: 500;
  color: #93c5fd;
  text-decoration: none;
}

.profile_wrapper .profile_media_link:hover {
  text-decoration: underline;
}

.profile_wrapper .profile_media_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.profile_wrapper .profile_media_section_reels .profile_media_grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.profile_wrapper .profile_media_item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 0;
  overflow: hidden;
  display: block;
}

.profile_wrapper .profile_media_thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
}

.profile_wrapper .profile_media_item_reel {
  padding-top: 165%;
}

.profile_wrapper .profile_media_section_reels .profile_media_item {
  border-radius: 0;
}

.profile_wrapper .profile_media_item_reel .profile_media_thumb {
  background-position: center center;
}

.profile_wrapper .profile_media_badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 4px 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.profile_wrapper .profile_media_badge svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

@media (min-width: 721px) {
  .profile_wrapper .profile_media_item:nth-child(1) {
    border-radius: 8px 0 0 0;
  }

  .profile_wrapper .profile_media_item:nth-child(3) {
    border-radius: 0 8px 0 0;
  }

  .profile_wrapper .profile_media_item:nth-child(4) {
    border-radius: 0 0 0 8px;
  }

  .profile_wrapper .profile_media_item:nth-child(6) {
    border-radius: 0 0 8px 0;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(1) {
    border-radius: 8px 0 0 0;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(2) {
    border-radius: 0 8px 0 0;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(5) {
    border-radius: 0 0 0 8px;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(6) {
    border-radius: 0 0 8px 0;
  }
}

@media (max-width: 720px) {
  .profile_wrapper .profile_media_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile_wrapper .profile_media_item:nth-child(1) {
    border-radius: 8px 0 0 0;
  }

  .profile_wrapper .profile_media_item:nth-child(2) {
    border-radius: 0 8px 0 0;
  }

  .profile_wrapper .profile_media_item:nth-child(5) {
    border-radius: 0 0 0 8px;
  }

  .profile_wrapper .profile_media_item:nth-child(6) {
    border-radius: 0 0 8px 0;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(1) {
    border-radius: 8px 0 0 0;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(2) {
    border-radius: 0 8px 0 0;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(5) {
    border-radius: 0 0 0 8px;
  }

  .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(6) {
    border-radius: 0 0 8px 0;
  }
}

.profile_wrapper .profile_follow_section {
  margin-top: 14px;
  padding: 14px;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.profile_wrapper .profile_follow_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

.profile_wrapper .profile_follow_title_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.profile_wrapper .profile_follow_count {
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
}

.profile_wrapper .profile_follow_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.profile_wrapper .profile_follow_item {
  display: block;
  text-decoration: none;
  color: #e5e7eb;
}

.profile_wrapper .profile_follow_thumb {
  width: 100%;
  padding-top: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile_wrapper .profile_follow_name {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #f9fafb;
  line-height: 1.3;
}

@media (max-width: 720px) {
  .profile_wrapper .profile_follow_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.i_header_in {
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.i_logo {
  width: auto;
  height: 45px;
}

.mobile_hamburger,
.mobile_back,
.search_mobile {
  display: none;
}

.search_mobile {
  display: none !important;
}

.i_logo img {
  width: 50px;
  height: 50px;
}

.i_search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 360px;
  flex: 1 1 360px;
  max-width: 540px;
  min-width: 260px;
  padding: 0px 15px;
  width: 100%;
  max-width: 460px;
  min-width: 260px;
}

.svg_active_icon svg {
  fill: #f65169;
}

.i_s_input {
  outline: none;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -o-border-radius: 999px;
  background-color: #2b2c30;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 12px 18px;
  border: 1px solid #3a3c41;
  font-weight: 400;
  font-size: 14px;
  color: #e8eaf0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACyElEQVRIie2WTUhUURTHf+fONFbQQkhLKohKIqFoEUi4LmrahNLkG61NUaTmzl3Bo2UfYKbmVpx5MwgRpH1Ai6JdEBFEtQrsOyKCKFBr3j0t3hsxy+a9ylb9N/ed+849v8u595574b/+kSSqo+u6pm5dw+qvydIqtfbzklTq1eFM5sOCgfuKxfWJku1B2AusmPVLgfugI3519VB3Oj39V8CqKoOed0KREwKpCnEm1Ehrl+Pc/SOwqspFzxtW5EDY5QNjgl5HEy+s+CnBbFU0I9AQ+kwp2tLV1nbtt8ED+fxJkFOh+ciqdY63tz+c6+e6rqndsPGIivYCVcAnEqaxs7X1SWxwX7G43vj2cZjeR8lFyaajmczHXwUZ8LxdKONAArjZ2ZbdWQls5nYkSrYnhPpWrVMJCtCZzd5A6A3NHf2FQmMssOu6Jty9gIz/LL3zBiqVThPsBUS1ORZ4eX39GsIjI9hIm6SsYwcPvkO5B6DKtlhgjFlZ/lSR53HAAIhOBA11scBGdXIGbGVJbDCyNGioWEy+A6eSyZcEFQljdHN8MOUxE7HAYe29D2CV/a7r/rDr59OFXK4JWBtYejsWOBw0AiDQULth45EoUPfWraQRcyY0J5Mi+dhgv7p6iDBVKto7mCvurgStef12CNgeTFjPHc1m38cGd6fT02qkFZgCqlTs2IDnne0bHa2Z63shl2uqef3mDuihmYmLPKgEDSY4j/rz+bQgRWBZOWZ4Tp+pYbEoW5hZ0+80LUZaOhzn6m+BAQaKxU349jyw4xduk4Ke80UeGCVPcFlUhEd6gfQXCo2i2qzKNlHqEL4iPFWV24tEvfKaDhYKe9TqpSjwyE+fqApvqsvAYoUvxsq+jgPOlQUHR4UvCBh+SPuUr7a+u739Zfl/5MoUVx2Oc1WMtBAcS6myqQVj/VQXh0dX9eVyq/8p9L9m6xtdNRQHwoG8EgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 18px 12px;
  padding-left: 54px;
  background-size: 22px;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.i_s_input:focus {
  border: 1px solid #f65169;
  background-color: #1f2023;
  -webkit-box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
}

.i_header_right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
}

.i_one {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 10px;
}

.i_login {
  padding: 10px 18px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  border: 1px solid #dfe4f2;
  color: #303858;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  margin-right: 10px;
}

.i_login:hover {
  color: #ffffff;
  background-color: #fab429;
  border-color: #fab429;
  -webkit-box-shadow: 0 12px 26px rgba(250, 180, 41, 0.3);
  box-shadow: 0 12px 26px rgba(250, 180, 41, 0.3);
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.i_singup {
  padding: 11px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  border: 1px solid transparent;
  background-image: linear-gradient(135deg, #f65169, #fab429);
  cursor: pointer;
  color: #ffffff;
  margin-right: 10px;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, filter 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, filter 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
}

.i_language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #f65169;
}

.i_language svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #242526;
}

.i_modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  z-index: 999999 !important;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: scroll;
  padding: 5px 0px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.i_modal_display {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.i_modal_in {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #242526;
  opacity: 1;
  cursor: auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.i_modal_display .i_modal_in {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_modal_bg .i_modal_in {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display .i_modal_bg .i_modal_in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_modal_forgot .i_modal_content .i_login_box_header .i_welcome_back .i_lBack {
  width: 100%;
  font-weight: 500;
  font-size: 32px;
  color: #f65169;
}

.i_modal_forgot {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: #242526;
  opacity: 1;
  display: none;
  padding: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.i_modal_content {
  width: 100%;
  min-width: 100%;
  display: block;
  position: relative;
}

.i_login_box_header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 25px;
}

.i_login_box_wellcome_icon {
  display: inline-block;
  border-radius: 10px;
  padding: 20px 25px;
  -webkit-border-radius: 19px;
  -webkit-transform: translateY(-3%) rotate(17deg);
  transform: translateY(-3%) rotate(17deg);
  background-color: rgba(106, 143, 203, 0.1);
}

.i_login_box_wellcome_icon svg {
  width: 40px;
  height: 40px;
  fill: #6a8fcb;
}

.i_welcome_back {
  display: inline-block;
  padding: 15px;
}

.i_lBack {
  width: 100%;
  font-weight: 500;
  font-size: 27px;
  color: #f65169;
}

.i_lnot {
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  color: #f65169;
  padding-top: 2px;
}

.i_modal_social_login_content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.i_modal_social_login_content .login-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #f65169;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  line-height: normal;
  position: relative;
  padding-bottom: 0;
  margin: 1rem 2rem 0;
}

.i_modal_social_login_content .login-title::before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background: #18191A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.i_modal_social_login_content .login-title>span {
  background: #242526;
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  font-family: "Noto Sans", sans-serif;
}

.i_modal_social_login_content .i_social-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 2rem 1rem;
}

.i_modal_social_login_content .i_social-btns>div {
  width: 100%;
  padding: 0 0.5rem;
}

.i_modal_social_login_content .i_social-btns>div a {
  border-radius: 3rem;
  color: #242526;
  text-decoration: none;
  padding: 15px;
  font-family: "Noto Sans", sans-serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_modal_social_login_content .i_social-btns>div a.twitter-login {
  background: #14bcec;
}

.i_modal_social_login_content .i_social-btns>div a.twitter-login:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_modal_social_login_content .i_social-btns>div a.twitter-login svg {
  fill: #242526;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.i_modal_social_login_content .i_social-btns>div a.twitter-login span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  font-weight: 400;
}

.i_modal_social_login_content .i_social-btns>div a.google-login {
  background: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_modal_social_login_content .i_social-btns>div a.google-login svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.i_modal_social_login_content .i_social-btns>div a.google-login span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  font-weight: 400;
  color: #ffffff;
}

.i_direct_login {
  margin-top: 15px;
  padding: 25px 0px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 13px;
  color: #f65169;
}

.form_group {
  padding: 3px 25px;
}

.form_group>label {
  font-weight: 500;
  color: #f65169;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  line-height: normal;
  padding-bottom: 0.5rem;
}

.form_group .form-control input {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
}

.i_login_button {
  width: 100%;
  text-align: center;
  color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f65169;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-top: 15px;
}

.i_login_button:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_login_button button {
  outline: none;
  border: 0px solid transparent;
  background-color: transparent;
  width: 100%;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  color: #242526;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.i_warns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #242526;
  padding: 0px 15px;
}

.i_error {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #f87855;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 12px 15px;
  display: none;
  margin-top: 15px;
}

.i_error a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  padding-left: 5px;
}

.i_l_footer {
  background-color: #242526;
  padding: 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f65169;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px;
}

.i_l_footer a {
  color: #f65169;
  font-weight: 700;
  padding: 0 1rem;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  font-size: 15px;
}

.i_l_footer a::after {
  position: absolute;
  width: 50%;
  content: "";
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f65169;
}

.i_l_footer a:hover {
  color: #f65169;
}

/* --- MOBILE HEADER FIX "FIT ON ONE LINE" --- */
@media (max-width: 480px) {

  /* Shrink username slightly */
  .i_post_username a {
    font-size: 13px !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .i_plus_s svg,
  .i_plus_g svg {
    width: 12px !important;
    height: 12px !important;
  }

  /* Super Compact Status Badge */
  .userIsOnline,
  .userIsOffline {
    font-size: 9px !important;
    padding: 1px 4px !important;
    height: 16px !important;
    line-height: 14px !important;
    border-radius: 3px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: 2px !important;
  }
}

/* ------------------------------------------ */

.i_l_footer a:hover::after {
  background: #f65169;
}

.password-reset {
  margin: 2rem auto;
  text-align: center;
  width: 100%;
  display: block;
  color: #242526;
  font-weight: 700;
  position: absolute;
  bottom: -4rem;
  font-size: 14px;
}

.i_modal_close {
  position: absolute;
  padding: 15px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.transition {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_modal_close svg {
  fill: #f65169;
  width: 18px;
  height: 18px;
}

.i_modal_close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_forgot_button {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f65169;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-top: 15px;
}

.i_forgot_button:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_left_container {
  position: sticky;
  width: 100%;
  top: 72px;
  z-index: 2;
}

.i_right_container {
  position: sticky;
  width: 100%;
  z-index: 2;
  padding-top: 0;
}

.leftSidebar_in {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}

.leftSidebarWrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  height: -o-calc(100vh - 60px);
  height: -ms-calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0px;
  top: 0px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px;
}

.leftSidebar_in .leftSidebarWrapper {
  max-width: 300px;
  margin-left: auto;
}

.leftSidebarWrapper a {
  text-decoration: none;
}

.rightSidebar_in {
  height: 100%;
  position: relative;
  z-index: 11;
}

.rightSticky .i_right_container {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  max-height: none;
  transform: var(--rs-shift, translateY(0));
  will-change: transform;
}

.rightSticky .i_right_container.rs-locked {
  position: fixed;
  top: var(--rs-lock-top, 88px);
  left: var(--rs-lock-left, auto);
  width: var(--rs-lock-width, auto);
  transform: none;
  z-index: 11;
}

.rightSticky .leftSidebarWrapper {
  height: auto;
  max-height: none;
  overflow-y: visible;
  overflow-x: visible;
}

.rightSticky .btest {
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
}

.i_left_menu_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 10px 15px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  cursor: pointer;
  margin-bottom: 5px;
}

.i_left_menu_box svg {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 10px;
  fill: #b3b9cc;
}

.i_left_menu_box:hover {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}

.i_left_menu_box:hover svg {
  fill: #f65169;
}

.i_welcomebox {
  display: inline-block;
  width: 100%;
  padding: 35px 25px;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.i_welcomebox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url("img/geometricBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: -1;
}

.i_welcomebox_in {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.i_welcomebox_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
}

.i_welcomebox_slogan {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #858fad;
  font-family: "Noto Sans", sans-serif;
  padding-top: 8px;
}

.i_welcomebox_slogan span {
  font-weight: 600;
}

.i_welcomebox_login_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.i_welcomebox_login_signup a {
  color: #ffffff;
  text-decoration: none;
}

.i_register {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.i_register a {
  color: #858fad;
  text-decoration: none;
}

.i_post_body {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.i_post_body:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
}

.i_post_body_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px;
}

.i_post_user_avatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.i_post_user_avatar img {
  height: 100%;
  width: 100%;
}

.i_post_i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 0px 0px 10px;
  width: 100%;
  position: relative;
}

.i_post_username {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.i_post_username a {
  text-decoration: none;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  align-items: center;
  white-space: nowrap;
}

.i_post_shared_time {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  color: #858fad;
}

.i_plus_g {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_g svg {
  width: 18px;
  height: 18px;
  fill: #512da8;
}

.i_plus_gf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_gf svg {
  width: 18px;
  height: 18px;
  fill: #d81b60;
}

.i_plus_s {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_s svg {
  width: 15px;
  height: 15px;
  fill: #1e88e5;
}

.i_plus_public {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_public svg {
  width: 13px;
  height: 13px;
  fill: #858fad;
}

.i_plus_public::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem;
  background: #858fad;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.i_plus_subs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_subs svg {
  width: 16px;
  height: 16px;
  fill: #858fad;
}

.i_plus_subs::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem;
  background: #858fad;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.i_post_menu {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
}

.i_post_menu_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.i_post_menu_dot:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_post_menu_dot svg {
  width: 23px;
  height: 23px;
  fill: #858fad;
}

.i_post_container {
  display: inline-block;
  width: 100%;
  padding: 0px 15px 10px 15px;
}

.i_post_text {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.35rem;
  word-wrap: break-word;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  overflow: hidden;
}

.i_post_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  display: -webkit-flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 15px 10px 15px;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.i_post_footer_item {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px !important;
}

@media (max-width: 480px) {
  .i_post_footer {
    padding: 6px 0px 6px -5px !important;
    /* Force negative left padding */
    justify-content: flex-start !important;
    margin-left: -5px !important;
    /* Pull container left */
  }

  /* Target FIRST item specifically to pull it hard left */
  .i_post_footer_item:first-child {
    margin-left: -10px !important;
    padding-left: 0 !important;
  }

  .i_post_footer_item {
    margin-right: 2px !important;
    padding: 0 !important;
  }

  .i_post_item_btn {
    padding: 5px !important;
  }

  .i_post_item_btn svg {
    width: 22px !important;
    height: 22px !important;
  }
}

.i_post_footer_item:last-child {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.i_post_item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  position: relative;
  color: #ffffff;
}

.i_post_item_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_post_item_btn svg {
  width: 25px;
  height: 25px;
}

.in_like svg {
  fill: #858fad;
}

.in_like:hover svg {
  fill: #f65169;
}

.in_unlike svg {
  fill: #f65169;
}

.in_unlike:hover svg {
  fill: #858fad;
}

.in_share svg {
  fill: #858fad;
}

.in_share:hover svg {
  fill: #7b1fa2;
}

.in_comment svg {
  fill: #858fad;
}

.in_comment:hover svg {
  fill: #1e88e5;
}

.in_social_share svg {
  fill: #858fad;
}

.in_social_share:hover svg {
  fill: #00897b;
}

.in_save svg {
  fill: #858fad;
}

.in_save:hover svg {
  fill: #0097a7;
}

.in_saved svg {
  fill: #0097a7;
}

.in_saved:hover svg {
  fill: #858fad;
}

.i_post_comments_wrapper {
  padding: 0px 15px;
}

.i_post_comments_box {
  border-top: 1px solid #1a1a1b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.i_comment_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-bottom: 0px;
}

.i_post_user_comment_avatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 8px;
}

.i_post_user_comment_avatar img {
  height: 100%;
  width: 100%;
}

.i_comment_form_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 0px 10px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #1a1a1b;
  position: relative;
}

.i_comment_t_body {
  width: 100%;
}

.comment {
  outline: none;
  resize: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 13px 15px 0px 0px;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_comment_footer {
  padding: 0px 7px 7px 0px;
  position: absolute;
  right: 10px;
  top: 9px;
}

.i_comment_fast_answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.i_fa_body {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 2px;
}

.i_fa_body:hover {
  background-color: #2e2e2e;
}

.i_fa_body svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.i_user_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_u_comment_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 10px;
}

.i_post_user_commented_avatar {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 15px;
  margin-left: 5px;
}

.i_post_user_commented_avatar img {
  height: 100%;
  width: 100%;
}

.i_user_commented_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_user_commented_user_infos {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}

.i_user_commented_user_infos a {
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.i_plus_comment_g {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_comment_g svg {
  width: 13px;
  height: 13px;
  fill: #512da8;
}

.i_plus_comment_gf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_comment_gf svg {
  width: 13px;
  height: 13px;
  fill: #d81b60;
}

.i_plus_comment_s {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_plus_comment_s svg {
  width: 12px;
  height: 12px;
  fill: #1e88e5;
}

.i_user_comment_text {
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-bottom-left-radius: 8px;
  border-top-right-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-bottom-right-radius: 25px;
  background-color: #1a1a1b;
  padding: 9px 12px 9px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.15rem;
  display: inline-block;
  position: relative;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: left;
  display: block;
}

.i_comment_like_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-top: 1px;
}

.i_comment_like_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.i_comment_like_sum {
  padding-left: 5px;
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
}

.i_comment_item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}

.i_comment_item_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_comment_item_btn svg {
  width: 15px;
  height: 15px;
}

.in_like svg {
  fill: #858fad;
}

.in_like:hover svg {
  fill: #f65169;
}

.i_comment_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  color: #ffffff;
}

.i_comment_time::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem;
  background: #858fad;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.i_comment_call_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 5px;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.i_comment_call_popup:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_comment_call_popup svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}

.i_user_comment_header {
  display: inline-block;
  position: relative;
  width: 100%;
}

.i_post_menu_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 5;
  padding: 15px 0px;
  width: 100%;
  min-width: 280px;
  right: 0px;
  top: 45px;
  display: none;
}

.i_post_menu_item_wrapper {
  display: inline-block;
  width: 100%;
}

.i_post_menu_item_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  padding: 15px;
}

.i_post_menu_item_out svg {
  width: 18px;
  height: 18px;
  fill: #858fad;
  margin-right: 8px;
}

.i_post_menu_item_out:hover svg {
  fill: #f65169;
}

.i_post_menu_item_out:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f65169;
}

.i_post_menu_item_out span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_post_menu_item_out span svg {
  width: 18px;
  height: 18px;
  fill: #858fad;
  margin-right: 8px;
}

.i_post_menu_item_out:hover span svg {
  fill: #f65169;
}

.i_post_menu_item_out:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f65169;
}

/* Fix for white circle in SVG icons */
.i_post_menu_item_out svg circle,
.i_post_menu_item_out svg ellipse {
  fill: none !important;
  fill-opacity: 0 !important;
}

.i_post_menu_item_out:hover svg circle,
.i_post_menu_item_out:hover svg ellipse {
  stroke: #f65169 !important;
}

/* Fix rotated icons in menu - reset transform */
.i_post_menu_item_out.wcs svg,
.i_post_menu_item_out.copyUrl svg,
.i_post_menu_item_out svg {
  transform: none !important;
  -webkit-transform: none !important;
}

.i_share_this_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 10 !important;
  padding: 15px 0px;
  width: 100%;
  min-width: 230px;
  right: 0px;
  top: -45px;
  display: none;
}

.i_share_menu_wrapper {
  display: inline-block;
  width: 100%;
}

.dnone {
  display: none;
}

.dblock {
  display: block !important;
}

.dblock_relative {
  position: relative;
  top: 0px;
  right: 0px;
}

.i_comment_menu_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  padding: 15px 0px;
  width: 100%;
  min-width: 180px;
  right: 0px;
  top: -45px;
  display: none;
}

.i_comment_menu_wrapper {
  display: inline-block;
  width: 100%;
}

.i_post_u_images {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_image_one {
  position: relative;
  width: 100%;
  display: inline-block;
}

.i_image_two {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_image_three {
  position: relative;
  width: 100%;
  display: inline-block;
}

.i_image_four {
  position: relative;
  width: 100%;
  display: inline-block;
}

.i_image_five {
  position: relative;
  width: 100%;
  display: inline-block;
}

.i_image_one .i_post_image_swip_wrapper {
  position: relative;
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.i_image_one_full .i_post_image_swip_wrapper {
  padding-top: 0;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none !important;
  overflow: visible;
}

.i_image_one_full .i_p_image {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  opacity: 1;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.i_image_two .i_post_image_swip_wrapper {
  position: relative;
  padding-top: 50%;
  width: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.i_image_two .i_post_image_swip_wrapper:nth-child(2) {
  margin-left: 3px;
}

.i_image_three .i_post_image_swip_wrapper:nth-child(1) {
  position: relative;
  padding-top: 70.6%;
  width: calc(50% - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
}

.i_image_three .i_post_image_swip_wrapper:nth-child(2) {
  position: relative;
  padding-top: 35%;
  width: 50%;
  width: calc(50% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
}

.i_image_three .i_post_image_swip_wrapper:nth-child(3) {
  position: relative;
  padding-top: 35%;
  width: calc(50% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(1) {
  position: relative;
  padding-top: 50%;
  width: calc(100% - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-bottom: 3px;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(2) {
  position: relative;
  padding-top: 32.9%;
  width: 50%;
  width: calc(33.3333333333% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(3) {
  position: relative;
  padding-top: 32.9%;
  width: calc(33.3333333333% - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(4) {
  position: relative;
  padding-top: 32.9%;
  width: calc(33.3333333333% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(1) {
  position: relative;
  padding-top: 50%;
  width: calc(100% - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-bottom: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(2) {
  position: relative;
  padding-top: 24.9%;
  width: 50%;
  width: calc(25% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(3) {
  position: relative;
  padding-top: 24.9%;
  width: calc(25% - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(4) {
  position: relative;
  padding-top: 24.9%;
  width: calc(25% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(5) {
  position: relative;
  padding-top: 24.9%;
  width: calc(25% - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
  float: left;
  margin-left: 3px;
}

.i_p_image {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.i_right_box_header {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.i_topinoras_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.i_topinoras_wrapper a {
  padding-top: 5px;
}

.i_top_inora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  cursor: pointer;
  position: relative;
  border: 1px solid #2a2f3b;
  background: -webkit-gradient(linear, left top, right bottom, from(#1f232d), to(#181b23));
  background: linear-gradient(135deg, #1f232d 0%, #181b23 100%);
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.i_top_inora:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  border-color: #343a48;
}

.i_top_inora_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 38px;
  height: 38px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  z-index: 1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffb55a), to(#f65169));
  background: linear-gradient(135deg, #ffb55a 0%, #f65169 100%);
  -webkit-box-shadow: 0 10px 18px rgba(246, 81, 105, 0.3);
  box-shadow: 0 10px 18px rgba(246, 81, 105, 0.3);
}

.i_top_inora_number span {
  width: auto;
  height: auto;
  display: block;
  padding: 0 6px;
}

.i_top_inora[data-rank="2"] .i_top_inora_number {
  background: -webkit-gradient(linear, left top, right bottom, from(#cdd9ff), to(#7c8ce0));
  background: linear-gradient(135deg, #cdd9ff 0%, #7c8ce0 100%);
  -webkit-box-shadow: 0 10px 18px rgba(124, 140, 224, 0.3);
  box-shadow: 0 10px 18px rgba(124, 140, 224, 0.3);
}

.i_top_inora[data-rank="3"] .i_top_inora_number {
  background: -webkit-gradient(linear, left top, right bottom, from(#ffd9a0), to(#f3a952));
  background: linear-gradient(135deg, #ffd9a0 0%, #f3a952 100%);
  -webkit-box-shadow: 0 10px 18px rgba(243, 169, 82, 0.3);
  box-shadow: 0 10px 18px rgba(243, 169, 82, 0.3);
}

.i_top_inora_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.i_top_inora_avatar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_top_inora_avatar {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #0f1117;
  background-color: #0f1117;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 12px 22px rgba(0, 0, 0, 0.45);
}

.i_top_inora_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_top_inora_user_name_hot_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  font-family: "Noto Sans", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.i_top_inora_user_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}

.i_top_inora_user_name a {
  text-decoration: none;
  color: #ffffff;
  max-width: 100%;
}

.i_top_inora_user_name a:hover {
  color: #f65169;
}

.i_top_inora_hot_name {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: auto;
  font-weight: 600;
  font-size: 12px;
  color: #f65169;
  padding: 5px 12px;
  background-color: rgba(246, 81, 105, 0.15);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.i_top_inora_actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.i_top_inora_actions:empty {
  display: none;
}

.i_top_inora_actions .i_sub_flw {
  margin-left: 0;
}

.i_top_inora_actions .i_follow_me {
  min-height: 36px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 540px) {
  .i_top_inora {
    gap: 10px;
    padding: 10px 12px;
  }

  .i_top_inora_details {
    gap: 8px;
  }

  .i_top_inora_user_name {
    font-size: 14px;
  }

  .i_top_inora_hot_name {
    padding: 4px 10px;
    font-size: 11px;
  }

  .i_top_inora_actions .i_follow_me {
    min-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.i_user_follow_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.i_follow_me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin: 0px auto;
  padding: 8px 12px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f65169;
  border: 1px solid #f65169;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_follow:hover {
  background-color: #f65169;
  color: #242526;
}

.i_hot_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
  padding: 5px;
  background-color: #18191A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_hot_icon svg {
  width: 13px;
  height: 13px;
  fill: #f65169;
}

.i_top_u {
  position: relative;
  display: inline-block;
}

.i_become_creator_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  border: 2px solid transparent;
  background: linear-gradient(#242526, #242526) padding-box,
    linear-gradient(90deg, #00d9e8 0%, #6366f1 35%, #a855f7 70%, #ec4899 100%) border-box;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  overflow: visible;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.i_become_creator_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(90deg, #00d9e8 0%, #6366f1 35%, #a855f7 70%, #ec4899 100%);
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

/* Premium Badge */
.i_become_premium_badge {
  position: absolute;
  top: -17px;
  right: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(90deg, #00d9e8 0%, #6366f1 35%, #a855f7 70%, #ec4899 100%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 217, 232, 0.4);
  z-index: 10;
}

.i_become_premium_badge svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.i_become_premium_badge span {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  text-transform: capitalize;
}

.i_become_creator_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_become_creator_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  padding: 15px 0px;
}

.i_become_title_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  color: #858fad;
  padding-bottom: 5px;
}

.i_become_creator_icon {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 0px;
}

.i_bicome {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin: 0px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_bicome svg {
  width: 100%;
  height: 100%;
  fill: #f65169;
  opacity: 0.1;
}

.i_become_ceator_link {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  z-index: 1;
}

.i_become_ceator_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin: 0px auto;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(90deg, #00d9e8 0%, #6366f1 35%, #a855f7 70%, #ec4899 100%);
  border: 2px solid #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_sponsorad {
  display: inline-block;
  position: relative;
  width: 100%;
}

.i_sponsored_card {
  display: grid;
  grid-template-areas:
    "media media"
    "body action";
  grid-template-columns: 1fr auto;
  width: 100%;
  border: 1px solid #2f3544;
  background: #1a1e27;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
}

.i_sponsored_card:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.i_sponsored_media {
  grid-area: media;
  position: relative;
  width: 100%;
  max-height: 190px;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #232836;
}

.i_sponsored_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.i_sponsored_badge {
  display: none;
}

.i_sponsored_body {
  grid-area: body;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
}

.i_sponsored_title {
  font-weight: 600;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  color: #f9fafb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_sponsored_desc {
  font-weight: 500;
  font-size: 13px;
  color: #c6cbd4;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_sponsored_ads_link {
  font-weight: 500;
  font-size: 13px;
  color: #9ca3af;
  font-family: "Noto Sans", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_sponsored_action {
  grid-area: action;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
}

.i_sponsored_action svg {
  width: 16px;
  height: 16px;
  fill: #9ca3af;
}

.sp_wrp_inline_ads .i_inline_ads_grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.sp_wrp_inline_ads .i_sponsored_card {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #2d3240;
  border-radius: 16px;
  padding: 8px 10px;
  background: #0f1119;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.sp_wrp_inline_ads .i_sponsored_media {
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.sp_wrp_inline_ads .i_sponsored_media img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.sp_wrp_inline_ads .i_sponsored_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.sp_wrp_inline_ads .i_sponsored_title {
  font-weight: 700;
  font-size: 20px;
  color: #e5e7eb;
  line-height: 1.35;
  white-space: normal;
}

.sp_wrp_inline_ads .i_sponsored_desc {
  font-size: 15px;
  color: #a1acc4;
  line-height: 1.5;
}

.sp_wrp_inline_ads .i_sponsored_ads_link {
  font-size: 14px;
  color: #9aa6c0;
  font-weight: 700;
}

.sp_wrp_inline_ads .i_sponsored_action {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}

.sp_wrp_inline_ads .i_sponsored_action svg {
  width: 20px;
  height: 20px;
  fill: #9aa6c0;
}

@media (max-width: 768px) {
  .sp_wrp_inline_ads .i_sponsored_card {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .sp_wrp_inline_ads .i_sponsored_media {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  .sp_wrp_inline_ads .i_sponsored_media img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .sp_wrp_inline_ads .i_sponsored_action {
    align-self: flex-end;
  }
}

.adsense_block {
  margin: 16px 0;
  padding: 12px;
  border: 1px solid #2f333d;
  border-radius: 12px;
  background: #18191a;
  display: flex;
  justify-content: center;
}

.adsense_block.inside_profile {
  margin-top: 0;
}

.adsense_block.adsense_inline {
  margin: 18px 0;
}

.adsense_block.adsense_header {
  margin-top: 0;
}

.adsense_block.adsense_footer {
  margin-bottom: 0;
}

.adsense_block ins {
  display: block;
}

.feed_inline_ad {
  margin: 18px 0;
}

.feed_inline_ad .adsense_block.adsense_inline {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  flex-wrap: nowrap;
}

.feed_inline_ad .adsense_block.adsense_inline>* {
  flex: 1 1 auto;
  min-width: 0;
}

.feed_inline_ad .adsense_block.adsense_inline>a {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  flex-wrap: nowrap;
}

.feed_inline_ad .adsense_block.adsense_inline img {
  width: 200px !important;
  max-width: 40% !important;
  height: 130px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  flex-shrink: 0;
}

.feed_inline_ad .adsense_block.adsense_inline img+* {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width:768px) {

  .feed_inline_ad .adsense_block.adsense_inline,
  .feed_inline_ad .adsense_block.adsense_inline>a {
    flex-direction: column;
    align-items: flex-start;
  }

  .feed_inline_ad .adsense_block.adsense_inline img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.sp_wrp_inline_ads .i_inline_ads_grid a {
  text-decoration: none;
}

.i_sponsorad a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_sponsorad a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_left_menu_profile_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 8px;
}

.i_left_menu_profile_avatar img {
  width: 100%;
  height: auto;
  position: relative;
}

.i_not_found_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 50px 20px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 985px;
  margin: 0px auto;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
}

.i_not_found_page a {
  display: contents;
  font-weight: 600;
  font-size: 15px;
  color: #f65169;
}

.i_not_found_page a:hover {
  text-decoration: underline;
  color: #d81b60;
}

.i_header_btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
  overflow: visible;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #1a1a1b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: transform 0.2s ease, -webkit-box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, -webkit-box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.i_header_btn_item svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}

.i_header_btn_item:hover {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 14px 30px rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.2);
}

.i_general_box_container,
.i_general_box_message_notifications_container,
.i_general_box_notifications_container {
  position: fixed;
  background-color: #242526;
  left: auto;
  right: 10px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  top: 70px;
  width: 360px;
  max-width: min(420px, calc(100vw - 20px));
  min-width: 280px;
  bottom: auto;
  z-index: 9999;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 110px);
  height: -o-calc(100vh - 110px);
  height: -ms-calc(100vh - 110px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  cursor: initial;
}

.i_general_box_search_container {
  position: absolute;
  background-color: #242526;
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  -webkit-transform: translate(-50%, 50px);
  -moz-transform: translate(-50%, 50px);
  -o-transform: translate(-50%, 50px);
  -ms-transform: translate(-50%, 50px);
  width: min(90vw, 420px);
  max-width: 420px;
  right: auto;
  top: 3px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(94vh - 60px);
  height: -o-calc(94vh - 60px);
  height: -ms-calc(94vh - 60px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  cursor: initial;
}

.btest {
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}

.i_user_details {
  display: inline-block;
  width: 100%;
  padding: 10px;
  min-height: 100%;
  scroll-margin-bottom: 60px;
  /*padding-bottom: 60px;*/
}

.footer_container {
  position: sticky;
  bottom: 0px;
  padding: 13px;
  width: 100%;
  left: 0;
  background-color: #242526;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  z-index: 5;
}

.i_u_details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.i_u_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_u_details:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_user_profile_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iu_avatar {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.iu_avatar img {
  width: 100%;
  height: 100%;
}

.i_user_nm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 10px;
}

.i_unm {
  display: inline-block;
  padding-bottom: 5px;
}

.i_see_prof {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #858fad;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: left;
}

.i_header_others_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_header_item_icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #18191A;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 8px;
}

.i_header_others_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_header_others_box {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.i_header_others_box a {
  text-decoration: none;
  color: #ffffff;
}

.i_header_item_icon_box svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #1a1a1b;
  margin: 8px 0px;
}

.footer_menu_item {
  display: inline-block;
  text-align: -webkit-match-parent;
  word-break: break-word;
  font-weight: normal;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8125rem;
}

.footer_menu_item a {
  text-decoration: none;
  color: #ffffff;
}

.footer_menu_item a:hover {
  text-decoration: underline;
}

.footer_menu_item:after {
  width: 3px;
  height: 3px;
  position: relative;
  background-color: #ffffff;
  content: "";
  margin: 5px 5px 2px 5px;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.footer_menu_item:last-of-type:after {
  display: none;
}

.i_message_wrpper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.i_box_messages_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 10px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #242526;
  z-index: 3;
}

.messages a {
  text-align: center;
  text-decoration: none;
  color: #f65169;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.i_message_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_message_wrapper:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_message_owner_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 50px;
  height: 50px;
}

.i_message_avatar {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.i_message_avatar img {
  width: 100%;
  height: 100%;
  position: relative;
}

.i_message_info_container {
  display: -ms-grid;
  display: grid;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 10px;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_message_owner_name {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 3px;
}

.i_message_i {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_message_i svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
}

.i_message_setting {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background-color: #242526;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 10px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
  cursor: pointer;
}

.i_message_setting:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_message_set_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_message_set_icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.i_message_wrpper:hover .i_message_setting {
  display: block;
}

.i_message_set_container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1a1a1b;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 5px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  padding: 15px 0px;
  width: 100%;
  min-width: 240px;
  right: -5px;
  top: -40px;
}

.i_message_full_screen {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  top: 7px;
  right: 9px;
  z-index: 1;
  padding: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.i_message_full_screen a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_message_full_screen:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_message_full_screen svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.i_notifications_count {
  position: absolute;
  z-index: 1;
  color: #242526;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -4px;
  right: -4px;
}

.i_h_in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 12px;
}

.isum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 3px 5px;
  background-color: #f65169;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.notificationsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0px;
  border-radius: 10px;
  background-color: #242526;
}

.notificationsHeader {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 20px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding-bottom: 25px;
}

.i_notification_wrpper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.i_notification_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_notification_wrapper:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_notification_wrpper:hover .i_message_setting {
  display: block;
}

.i_loading {
  width: 100%;
  max-width: 100px;
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  margin: 0px auto;
}

.dot-pulse {
  position: relative;
  left: -9953px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f65169;
  color: #f65169;
  -webkit-box-shadow: 9999px 0 0 -5px #f65169;
  box-shadow: 9999px 0 0 -5px #f65169;
  -webkit-animation: dot-pulse 1.5s infinite linear;
  animation: dot-pulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f65169;
  color: #f65169;
}

.dot-pulse::before {
  -webkit-box-shadow: 9984px 0 0 -5px #f65169;
  box-shadow: 9984px 0 0 -5px #f65169;
  -webkit-animation: dot-pulse-before 1.5s infinite linear;
  animation: dot-pulse-before 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dot-pulse::after {
  -webkit-box-shadow: 10014px 0 0 -5px #f65169;
  box-shadow: 10014px 0 0 -5px #f65169;
  -webkit-animation: dot-pulse-after 1.5s infinite linear;
  animation: dot-pulse-after 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes dot-pulse-before {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #f65169;
    box-shadow: 9984px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 9984px 0 0 2px #f65169;
    box-shadow: 9984px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 9984px 0 0 -5px #f65169;
    box-shadow: 9984px 0 0 -5px #f65169;
  }
}

@keyframes dot-pulse-before {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #f65169;
    box-shadow: 9984px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 9984px 0 0 2px #f65169;
    box-shadow: 9984px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 9984px 0 0 -5px #f65169;
    box-shadow: 9984px 0 0 -5px #f65169;
  }
}

@-webkit-keyframes dot-pulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #f65169;
    box-shadow: 9999px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 9999px 0 0 2px #f65169;
    box-shadow: 9999px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 9999px 0 0 -5px #f65169;
    box-shadow: 9999px 0 0 -5px #f65169;
  }
}

@keyframes dot-pulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #f65169;
    box-shadow: 9999px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 9999px 0 0 2px #f65169;
    box-shadow: 9999px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 9999px 0 0 -5px #f65169;
    box-shadow: 9999px 0 0 -5px #f65169;
  }
}

@-webkit-keyframes dot-pulse-after {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #f65169;
    box-shadow: 10014px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 10014px 0 0 2px #f65169;
    box-shadow: 10014px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 10014px 0 0 -5px #f65169;
    box-shadow: 10014px 0 0 -5px #f65169;
  }
}

@keyframes dot-pulse-after {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #f65169;
    box-shadow: 10014px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 10014px 0 0 2px #f65169;
    box-shadow: 10014px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 10014px 0 0 -5px #f65169;
    box-shadow: 10014px 0 0 -5px #f65169;
  }
}

.nomore {
  display: inline-block;
  width: 100%;
}

.no_more_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #18191A;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.i_postFormContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  border-radius: 8px;
  background-color: #242526;
  margin-bottom: 25px;
}

.i_post_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #18191A;
}

.i_post_form a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_post_form a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.i_post_form_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.i_post_form_textarea textarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 15px 0px 15px;
}

.i_form_buttons {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto minmax(180px, 1fr);
  grid-template-areas: "create emoji premium who" "publish publish publish publish";
  grid-auto-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #1b1c22;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  position: relative;
}

.ws_selected_chip {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 0.6rem 0.95rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #0f1014;
  border: 1px solid #2a2d36;
  color: #e0e2ea;
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  box-shadow: none;
  grid-area: emoji;
  justify-self: center;
}

.ws_selected_chip.ws_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_form_buttons>.i_create_new_toggle {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  grid-area: create;
}

.i_form_buttons>.i_pb_emojis {
  grid-area: emoji;
  justify-self: center;
}

.i_form_buttons>.i_pb_premiumPost {
  grid-area: premium;
  justify-self: center;
}

.i_form_buttons>.form_who_see {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  grid-area: who;
  justify-self: end;
  margin-left: auto;
  width: auto;
}

.i_form_buttons>.publish_btn {
  -ms-grid-column: 1;
  grid-column: 1 / -1;
  -ms-grid-row: 2;
  grid-row: 2;
  grid-area: publish;
  width: 100%;
  margin-left: 0;
}

.i_create_new_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0.6rem 0.95rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #0f1014;
  color: #d6d9e1;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #2f3340;
}

.i_create_new_toggle:hover {
  background: #161822;
}

.create_new_icon {
  font-size: 18px;
  line-height: 1;
}

.i_quick_actions_container {
  display: none;
  grid-column: 1 / -1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(320px, 100%);
  background: #0f1014;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f222c;
  z-index: 6;
}

.i_quick_actions_container.qaVisible {
  display: block;
}

.qa_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  color: #e6e8f0;
  padding: 14px 16px;
  background: #161a23;
}

.qa_close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #2f3340;
  color: #f1f1f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
}

.qa_close:hover {
  background: #353944;
}

.qa_body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px 16px 18px 16px;
  background: #0f1014;
}

.qa_body .form_btn,
.qa_body .i_ai_generate {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  color: #d6d8de;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 14px 12px;
  border-radius: 12px;
  justify-content: center;
}

.qa_body .form_btn form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.qa_body .form_btn .i_image_video_btn,
.qa_body .i_ai_generate .i_pb_aiBox,
.qa_body .i_ai_generate .i_ai_emojis_Box {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qa_body .i_image_video_btn svg {
  width: 24px;
  height: 24px;
  fill: #f65169;
}

.qa_body .i_ai_generate svg {
  width: 24px;
  height: 24px;
  fill: #f65169;
}

.qa_body .qa_label {
  font-size: 13px;
  font-weight: 400;
  color: #f1f1f5;
  line-height: 1.25;
  min-height: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.qa_body .form_btn:hover,
.qa_body .i_ai_generate:hover {
  background: #1b1d27;
  color: #f1f1f5;
}

@media screen and (max-width: 528px) {
  .i_form_buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .publish_btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 720px) {

  .form_btn,
  .form_who_see,
  .i_pb_emojis,
  .i_pb_premiumPost {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 0;
    width: auto;
  }

  .i_form_buttons {
    padding: 10px;
    -ms-grid-columns: minmax(auto, 1fr) auto auto minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr) auto auto minmax(auto, 1fr);
    grid-template-areas: "create emoji premium who" "publish publish publish publish";
  }

  .i_form_buttons .publish_btn {
    -ms-grid-column: 1;
    grid-column: 1 / -1;
    width: 100%;
    margin-left: 0;
  }

  .i_form_buttons .form_who_see {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: end;
    width: auto;
    margin-left: auto;
  }
}

.form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #0f1014;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 140px;
  flex: 1 1 140px;
  min-height: 2.6rem;
  box-shadow: none;
}

.i_image_video_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 5px;
  cursor: pointer;
  margin-right: 6px;
}

.form_btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  line-height: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.i_image_video_btn svg {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #f65169;
}

.form_btn label input {
  display: none;
  opacity: 0;
}

.form_who_see {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #0f1014;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-weight: 500;
  padding: 0.6rem 0.95rem;
  cursor: pointer;
  margin-left: 8px;
  border: 1px solid #2f3340;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 140px;
  flex: 1 1 140px;
  min-height: 2.6rem;
}



.form_who_see .form_who_see_icon_set svg {
  width: 16px !important;
  height: 16px !important;
  fill: #f65169 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-left: 0px;
}

.form_who_see_icon_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 5px;
}

.form_btn:hover,
.form_who_see:hover,
.i_pb_emojis:hover,
.i_pb_premiumPost:hover,
.i_ai_generate:hover {
  background-color: #1b1d27;
}

.form_who_see svg {
  width: 9px !important;
  height: 9px !important;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-left: 5px;
}

.i_choose_ws_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  width: 100%;
  min-width: 200px;
  padding-bottom: 15px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-top: 60px;
  left: 0px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 5;
  display: none;
}

.whoSeeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_whoseech_menu_item_out svg {
  width: 18px !important;
  height: 18px !important;
  fill: #858fad;
  margin-right: 8px;
}

.i_whoseech_menu_item_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 15px;
}

.i_whoseech_menu_item_out svg {
  width: 18px;
  height: 18px;
  fill: #858fad;
  margin-right: 8px;
}

.i_whoseech_menu_item_out:hover svg {
  fill: #f65169;
}

.i_whoseech_menu_item_out:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f65169;
}

.whctt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  background-color: #18191A;
}

.publish_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  background-color: #1e88e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  margin-left: 8px;
  padding: 0.6rem 1rem;
  min-height: 2.6rem;
  text-transform: capitalize;
  cursor: pointer;
}

.publish_btn:hover {
  background-color: #1170c4;
}

.publish svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
  margin-right: 5px;
}

/* Action row alignment */
.i_form_buttons>.i_create_new_toggle,
.i_form_buttons>.form_who_see,
.i_form_buttons>.publish_btn,
.i_form_buttons>.form_btn {
  height: 44px;
  min-height: 44px;
  line-height: 1;
}

.form_who_see {
  padding: 0 14px;
}

.publish_btn {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .i_form_buttons {
    grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
    grid-auto-rows: minmax(44px, auto);
    gap: 8px;
  }

  .i_form_buttons>.publish_btn,
  .i_form_buttons>.i_create_new_toggle,
  .i_form_buttons>.form_who_see,
  .i_form_buttons>.form_btn {
    width: 100%;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .publish_btn {
    min-height: 44px;
  }

  .i_create_new_toggle,
  .form_who_see {
    min-height: 44px;
  }
}

.wselected {
  font-weight: 600;
  color: #f65169;
}

.wselected svg {
  fill: #f65169 !important;
}

.wBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_uploaded_iv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 0px;
  border-top: 1px solid #18191A;
  border-bottom: 1px solid #18191A;
  margin-top: 15px;
  position: relative;
}

.i_uploaded_file_box {
  display: inline-block;
  width: 100%;
  position: relative;
}

.i_uploaded_item {
  position: relative;
  float: left;
  width: calc(25% - 1px);
  width: -moz-calc(100%/4 - 1px);
  padding: 3px;
}

.i_uploaded_file {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  margin: 1px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_file {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.i_uploaded_file:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.i_delete_item_button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
}

.i_delete_item_button svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}

.i_upload_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: -5px;
  height: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  left: 0px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
}

.video_n {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  z-index: 2;
}

.video_n svg {
  width: 15px;
  height: 15px;
  fill: #242526;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1);
}

.v_custom_tumb {
  margin-top: 5px;
  padding: 8px;
  border-radius: 10px;
  width: 100%;
  background-color: #2e2e2e;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
}

.v_custom_tumb {
  margin-top: 5px;
  padding: 8px;
  border-radius: 10px;
  width: 100%;
  background-color: #2e2e2e;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
}

.noPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.noPostIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 300px;
  height: 300px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.noPostIcon svg {
  width: 200px;
  height: 200px;
  fill: #858fad;
}

.noPostNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  color: #858fad;
  font-size: 14px;
  line-height: 1.5rem;
}

.ccounter {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background-color: #f65169;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px;
}

.playbutton {
  cursor: pointer;
  margin: auto auto;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.playbutton svg {
  width: 55px;
  height: 55px;
  fill: #ffffff;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}

.onlySubs {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.i_post_text .onlySubs,
.poll_wrapper .onlySubs {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.onlyPremium {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.onlySubsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.onlySubs_icon {
  margin: 0px auto;
  border: 1px solid #f65169;
  background: rgba(246, 81, 105, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 25px;
}

.onlySubs_icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 60px;
  height: 60px;
  fill: #ffffff;
}

.onlySubs_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-top: 10px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 500;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.onlySubs_note p {
  padding: 3px;
  margin: 0px;
}

.need_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  color: #f65169;
  font-size: 14px;
  background-color: #18191A;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.extensionPost {
  border-top: 8px solid #f65169;
  height: 210px !important;
}

.i_modal_bg_in,
.i_moda_bg_in_form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  z-index: 2000 !important;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: scroll;
  padding: 5px 0px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.i_modal_cover_resize_bg_in,
.i_modal_avatar_resize_bg_in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
  z-index: 2001 !important;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: scroll;
  padding: 5px 0px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.i_modal_cover_resize_bg_in .i_modal_in_in {
  width: 100%;
  max-width: 650px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_modal_cover_resize_bg_in .i_modal_in_in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_modal_avatar_resize_bg_in .i_modal_in_in {
  width: 100%;
  max-width: 650px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_modal_avatar_resize_bg_in .i_modal_in_in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_modal_display_in {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.i_modal_in_in {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #242526;
  opacity: 1;
  cursor: auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.i_modal_display_in .i_modal_in_in {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_modal_bg_in .i_modal_in_in {
  width: 100%;
  max-width: 650px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_modal_bg_in .i_modal_in_in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_moda_bg_in_form .i_modal_in_in {
  width: 100%;
  max-width: 650px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_moda_bg_in_form .i_modal_in_in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.i_modal_g_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #18191A;
  padding: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.i_modal_ac_header {
  display: inline-block;
  width: 100%;
  background-color: #18191A;
  padding: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.i_more_text_wrapper {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.more_textarea {
  outline: none;
  resize: none;
  border: 2px solid #18191A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: transparent;
  min-height: 18px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding: 15px;
  width: 100%;
  font-size: 15px;
}

.i_sharing_post_wrapper {
  display: inline-block;
  width: 100%;
  padding: 20px;
  padding-top: 0px;
}

.i_shared_post_wrapper {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
}

/* Shared post images - show full vertical proportion instead of cropped square */
.i_shared_post_wrapper .i_image_one .i_post_image_swip_wrapper {
  padding-top: 0;
  height: auto;
  background: none !important;
}

.i_shared_post_wrapper .i_image_one .i_p_image {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  opacity: 1;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.i_sharing_post_wrapper_in {
  display: inline-block;
  overflow: hidden;
  border: 2px solid #18191A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 100%;
}

.i_modal_g_footer {
  display: inline-block;
  background-color: #18191A;
  padding: 10px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
}

.shareBtn {
  padding: 13px 20px;
  background-color: #1e88e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  float: right;
}

.shareBtn:hover {
  background-color: #1170c4;
}

.empty_data_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  background-color: #fafafa;
}

.empty_data_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-right: 2px solid #18191A;
  padding: 20px;
}

.empty_data_icon svg {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.empty_data_desc_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.empty_data_desc_title {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 8px;
}

.empty_data_desc_des {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
}

.shareClose,
.coverCropClose {
  position: absolute;
  padding: 15px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.shareClose svg,
.coverCropClose svg {
  fill: #fab429;
  width: 18px;
  height: 18px;
}

.shareClose:hover,
.coverCropClose:hover {
  background-color: #242526;
}

.i_modal_display_in .i_modal_in_in_out {
  -webkit-animation: zoomOut 0.3s ease-in-out 0.3s;
  animation: zoomOut 0.3s ease-in-out 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.i_bottom_left_alert_container {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 15;
  width: 100%;
  max-width: 360px;
}

.warning_alert {
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  border-top: 8px solid #f65169;
}

.notice_alert {
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  border-top: 8px solid #7a0a1b;
}

.i_alert_close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_alert_close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_alert_close svg {
  width: 15px;
  height: 15px;
  fill: #858fad;
}

.i_alert_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: relative;
  padding: 10px 15px;
  padding-top: 30px;
}

.i_alert_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_alert_icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 28px;
  height: 28px;
  fill: #f65169;
}

.i_alert_icon_tick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_alert_icon_tick svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 28px;
  height: 28px;
  fill: #43a047;
}

.i_alert_notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}

.i_alert_title {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  text-align: left;
}

.i_alert_desc {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  text-align: left;
}

.i_warning,
.i_warning_point,
.i_warning_point_two,
.i_warning_prmfl,
.i_warning_unsupported,
.i_warning_ai,
.i_warning_ai_credit,
.i_warning_poll,
.i_warning_poll_edit,
.i_upload_warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #f65169;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  display: none;
  text-align: center;
}

.i_wcs_in {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

.who_can_see_pop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.who_can_see_pop_item:hover {
  background-color: #1a1a1b;
}

.whoCanSeeIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whoCanSeeIcon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.whoCanSeeTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding-left: 10px;
}

.i_whoCC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
  margin-left: auto;
}

.whoCC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  right: 10px;
  top: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -6px;
}

.whoCCbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.whoCCboxActive {
  width: 15px;
  height: 15px;
  background-color: #f65169;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.whoCCboxActive::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid #f65169;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -4px;
  left: -4px;
}

.whoCCboxPassive {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.whoCCboxPassive::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -4px;
  left: -4px;
}

.selectedWhoCanSee {
  background-color: rgba(246, 81, 105, 0.07);
}

.i_delete_post_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 40px 20px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alertBtnRight {
  padding: 13px 20px;
  background-color: #1e88e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  float: right;
}

.alertBtnRight:hover {
  background-color: #1170c4;
}

.alertBtnLeft {
  padding: 13px 20px;
  background-color: #858fad;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  float: right;
  margin-right: 20px;
}

.alertBtnLeft:hover {
  background-color: #f65169;
}

.i_no_post_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.i_post_suggest_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 0px;
  font-weight: 500;
  font-size: 17px;
  font-family: system-ui, -apple-system, sans-serif;
  border-bottom: 1px solid #b3b9cc;
}

.i_post_suggest_title a {
  color: #f65169;
  font-weight: 600;
  text-decoration: none;
  padding: 0px 5px;
}

.i_post_suggest_title a:hover {
  text-decoration: underline;
}

.i_posts_suggestions_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  overflow: auto;
}

.i_suggested_post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  width: calc(33.3333333333% - 0px);
  width: -ms-calc(100% / 3 - 0px);
  padding: 2px;
  float: left;
}

.i_suggested_post_file {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #242526;
}

.onlySubsSuggestion {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  top: 0px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.onlySubsSuggestionWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.onlySubsSuggestion_icon {
  margin: 0px auto;
  border: 1px solid #f65169;
  background: rgba(246, 81, 105, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 15px;
}

.onlySubsSuggestion_icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 30px;
  height: 30px;
  fill: #242526;
}

.i_pined_post {
  position: absolute;
  padding: 5px;
  left: 2px;
  top: -2px;
}

.i_pined_post svg {
  width: 17px;
  height: 17px;
}

.c_in_like svg {
  fill: #858fad;
}

.c_in_like:hover svg {
  fill: #f65169;
}

.c_in_unlike svg {
  fill: #f65169;
}

.c_in_unlike:hover svg {
  fill: #858fad;
}




.i_pb_emojis_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_pb_emojis_Box svg {
  width: 18px;
  height: 18px;
  fill: #f65169;
}

.emojiBox {
  position: absolute;
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  height: 350px;
  background-color: #242526;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-top: 115px;
  overflow-y: scroll;
}

.emojis_Container {
  padding: 5px;
}

.emoji_item,
.emoji_item_c,
.emoji_item_m {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  font-size: 35px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
}

.emoji_item:hover,
.emoji_item_c:hover,
.sticker:hover,
.emoji_item_m:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.emTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  background-color: #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.emojiBoxC {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 350px;
  height: 380px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 1;
  overflow-y: scroll;
}

.stickersContainer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 350px;
  height: 380px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 5;
  overflow-y: scroll;
}

.stickers_wrapper {
  padding: 5px;
}

.stickers_wrapper .sticker {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  width: calc(25% - 5px);
  width: -o-calc(100% / 4 - 5px);
  width: -ms-calc(100% / 4 - 5px);
}

.stickers_wrapper .sticker img {
  position: relative;
  width: 100%;
}

.emptyStickerArea,
.emptyGifArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: relative;
}

.in_gif_wrapper {
  display: inline-block;
  margin-top: 10px;
  margin-left: 50px;
  padding: 0px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}

.in_gif_wrapper img {
  display: block;
}

.in_sticker_wrapper {
  display: inline-block;
  margin-top: 10px;
  margin-left: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.in_sticker_wrapper img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.removeSticker,
.removeGif {
  position: absolute;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #18191A;
  right: 10px;
  top: 8px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.removeSticker:hover,
.removeGif {
  background-color: rgba(255, 255, 255, 0.5);
}

.removeSticker svg,
.removeGif svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}

.comment_file,
.comment_gif_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 8px;
  padding-left: 0px;
}

.comment_file img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.comment_gif_file img {
  width: 100%;
  max-width: 200px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.highlightLink {
  font-weight: 500;
  color: #1e88e5;
}

.i_post_text a {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.i_post_text a:hover {
  text-decoration: underline;
}

.giphy_results_container {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
  display: table-cell;
}

.giphy_results_container img {
  /* Just in case there are inline attributes */
  width: 99% !important;
  height: auto !important;
  margin: 1px;
  border-radius: 8px;
  cursor: pointer;
}

.i_profile_container {
  display: inline-block;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_profile_cover_blur {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 800px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(64px);
  -moz-filter: blur(64px);
  -o-filter: blur(64px);
  -ms-filter: blur(64px);
  filter: blur(64px);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transform-origin: center;
  transform-origin: center;
  overflow: hidden;
}

.i_profile_i_container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  position: relative;
  padding-top: 30px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_profile_infos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #242526;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_profile_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  position: relative;
}

.i_profile_avatar_container {
  position: absolute;
  bottom: -84px;
  width: 100%;
}

.i_profile_avatar_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_profile_avatar {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0px auto;
  border: 3px solid #242526;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #242526;
}

.i_u_profile_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 95px;
  padding-bottom: 20px;
}

.i_u_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_u_name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.i_u_name a:hover {
  text-decoration: underline;
}

.i_u_name_mention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_u_name_mention a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.i_u_name_mention a:hover {
  text-decoration: underline;
}

.i_p_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}

.i_pr_m,
.i_pr_vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 4px 0px;
}

.i_pr_m svg {
  width: 20px;
  height: 20px;
  fill: #512da8;
  margin-left: 4px;
}

.i_pr_vs svg {
  width: 20px;
  height: 20px;
  fill: #1e88e5;
  margin-left: 4px;
}

.i_pr_co svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.profile_wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 100%;
  min-height: calc(100vh - 72px);
  min-height: -o-calc(100vh - 72px);
  min-height: -ms-calc(100vh - 72px);
  top: 72px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}

.creator_badge {
  position: absolute;
  padding: 4px;
  border: 3px solid #242526;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #242526;
  right: 0px;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.creator_badge svg {
  width: 25px;
  height: 25px;
  fill: #f65169;
}

.i_p_lpt_online {
  font-weight: 600;
  font-size: 15px;
  color: #43a047;
  padding: 5px 0px;
}

.i_p_lpt_offline {
  font-weight: 400;
  font-size: 14px;
  color: #f65169;
  padding: 5px 0px;
}

.i_btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px;
  border-radius: 10px;
  -webkit-boder-radius: 10px;
  background-color: #1a1a1b;
  margin-right: 5px;
  cursor: pointer;
}

.i_btn_item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.i_btn_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_btn_item svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.i_btn_like_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 12px;
  border-radius: 10px;
  -webkit-boder-radius: 10px;
  background-color: #1a1a1b;
  margin-right: 5px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
}

.i_btn_like_item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.i_btn_like_item svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_p_items_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.i_btn_become_fun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-boder-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.i_btn_become_fun:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.i_btn_become_fun svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

.i_creator_category {
  background: #18191A;
  border-radius: .4rem;
  color: #ffffff;
  padding: 0.5rem 1rem;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_creator_category a {
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_creator_category svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.i_btn_unsubscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-boder-radius: 30px;
  background: #f65169;
  cursor: pointer;
  color: #242526;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.i_btn_unsubscribe:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.i_btn_unsubscribe svg {
  width: 20px;
  height: 20px;
  fill: #242526;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

.i_p_items_box_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}

.i_btn_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 4px 9px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  background-color: #1a1a1b;
}

.i_btn_item_box:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.i_btn_item_box svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

.i_btn_item_box:last-child {
  margin-right: 0px;
}

.i_p_bio {
  padding: 15px 15px 0px 15px;
  justify-content: center;
  align-self: center;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

.i_sf_box {
  width: 100%;
  max-width: 450px !important;
}

.i_f_cover_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  position: relative;
}

.i_f_avatar_container {
  position: absolute;
  bottom: -40px;
  z-index: 1;
  width: 100%;
  left: 0px;
}

.i_f_avatar {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border: 2px solid #242526;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #242526;
}

.i_f_other {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 55px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.i_s_popup_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
}

.i_advantages_wrapper {
  display: inline-block;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.advantage_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding: 10px 20px;
}

.advantage_box svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  fill: #43a047;
  margin-right: 10px;
}

.i_free_subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.i_free_flw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242526;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #1e88e5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 10px 15px;
  cursor: pointer;
}

.i_free_flw:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.i_free_flw svg {
  width: 20px;
  height: 20px;
  fill: #242526;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

.f_follow {
  cursor: pointer;
}

.i_btn_like_item_flw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 12px;
  border-radius: 10px;
  -webkit-boder-radius: 10px;
  background-color: #f65169;
  color: #ffffff;
  margin-right: 5px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
}

.i_btn_like_item_flw:hover {
  color: #ffffff;
  background-color: #1a1a1b;
}

.i_btn_like_item_flw svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_btn_like_item_flw:hover svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support_not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px 15px 0px 15px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_block_not_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px 0px 10px 0px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_block_not_list {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_block_not_list div {
  padding: 8px 0px;
}

.i_block_not_list li {
  padding: 3px 0px;
}

.i_block_box_footer_container {
  display: inline-block;
  background-color: #18191A;
  padding: 10px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
}

.svAC svg,
.ublk svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: #ffffff;
  margin-right: 5px;
}

.alertBtnRightWithIcon {
  padding: 13px 20px;
  background-color: #1e88e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  cursor: pointer;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.alertBtnRightWithIcon:hover {
  background-color: #1170c4;
}

.alertBtnRightWithIcon svg {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  fill: #ffffff;
}

.i_block_user_nots_wrapper {
  display: inline-block;
  width: 100%;
  padding: 18px;
  padding-top: 0px;
  background: #14151a;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  border: 1px solid #1f2230;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.i_block_user_avatar_cover_wrapper {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
}

.i_blck_in {
  display: inline-block;
  width: 100%;
}

.i_block_i_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 18px;
  margin-top: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #181a22;
  border: 1px solid #1f2230;
  gap: 10px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.i_block_i_item:hover {
  border-color: #2a2f40;
  -webkit-box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.i_redtrict_u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
  font-size: 17px;
  color: #f5f6fb;
  padding: 6px 0 2px 0;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.i_block_choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
  padding-right: 10px;
}

.blockboxActive {
  width: 15px;
  height: 15px;
  background-color: #f65169;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.blockboxActive::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid #f65169;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -4px;
  left: -4px;
}

.blockboxPassive {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #1f2230;
}

.blockboxPassive::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -4px;
  left: -4px;
}

.i_block_not_title_plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 3px 0px 3px 0px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popClose {
  position: absolute;
  padding: 10px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 5;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.popClose svg {
  fill: #242526;
  width: 14px;
  height: 14px;
}

.popClose:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.i_s_popup_title_dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding-left: 15px;
}

.avantage_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding: 10px 0px;
}

.avantage_box svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  fill: #43a047;
  margin-right: 10px;
}

.avantage_box strong {
  padding-left: 5px;
}

.i_prices_subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px 15px;
}

.subscribe_price_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

.subscribe_price_btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.subscribe_price_btn svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 5px;
}

.subscribe_price_btn span svg {
  margin-right: 0px;
  width: 10px;
  height: 10px;
}

.i_prices_subscribe:last-child {
  margin-bottom: 15px;
}

.i_s_popup_title_dark_offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding-left: 15px;
  margin-bottom: 15px;
}

.subscribe_price_btn span {
  padding-left: 5px;
  font-weight: 600;
}

.i_payment_pop_box {
  width: 100%;
  max-width: 650px !important;
  padding: 15px;
}

.i_subscribing {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #18191A;
  border: 2px solid #18191A;
}

.i_subscribing_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_subscribing_note strong {
  padding-left: 5px;
}

.i_credit_card_form {
  display: none;
  position: relative;
  padding: 15px;
  margin-top: 15px;
  background-color: #1a1a1b;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_credit_card_form:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.ElementsApp .InputElement {
  color: #ffffff;
}

.pay_form_group {
  padding: 8px 25px;
}

.pay_method_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.pay_method_selector .pay_provider_toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 11px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #e4e8ff;
  background-color: #2f3344;
  border: 1px solid #3d4155;
  transition: all 0.2s ease;
  box-shadow: none;
}

.pay_method_selector .pay_provider_toggle:hover {
  background-color: #3a4052;
}

.pay_method_selector .pay_provider_toggle.active {
  color: #ffffff;
  background-color: #468cef;
  border-color: #468cef;
  box-shadow: 0 8px 18px rgba(70, 140, 239, 0.35);
}

.pay_method_selector .i_nex_btn_btn {
  float: none;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pay_form_group .form-control {
  position: relative;
}

.pay_form_group>label {
  font-weight: 600;
  color: #f65169;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  line-height: normal;
  padding-bottom: 0.5rem;
}

.pay_form_group .form-control input {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  background-color: #242526;
}

.pay_form_group_plus {
  padding: 8px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay_form_group_plus .i_form_group_plus>label {
  font-weight: 600;
  color: #f65169;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  line-height: normal;
  padding-bottom: 0.5rem;
}

.pay_form_group_plus .i_form_group_plus .form-control input {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
}

.i_form_group_plus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  width: calc(50% - 0px);
  width: -o-calc(100% / 2 - 0px);
  width: -ms-calc(100% / 2 - 0px);
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-right: 15px;
}

.form_control_icon {
  position: absolute;
  padding: 16px;
  z-index: 1;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_control_icon svg {
  width: 20px;
  height: 20px;
  fill: #858fad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_credit_card_form .pay_form_group .form-control .inora_user_input {
  padding-left: 45px;
  color: #ffffff;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus .form-control {
  position: relative;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus .form-control .inora_user_input {
  padding-left: 45px;
  color: #ffffff;
}

.payClose {
  position: absolute;
  padding: 10px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 5;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.payClose svg {
  fill: #f65169;
  width: 14px;
  height: 14px;
}

.pay_subscription,
.pay_subscription_ccbill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #468cef;
  cursor: pointer;
}

.pay_subscription:hover,
.pay_subscription_ccbill:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: #1170c4;
}

.pay_subscription_flutterwave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #121212;
  background-color: #f6a200;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.pay_subscription_flutterwave:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  background-color: #e08b00;
  color: #ffffff;
}

.i_pay_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #f65169;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}

.pay_form_group .form-control #card_number {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  background-color: #242526;
  padding-left: 45px;
}

.i_form_group_plus .form-control #card_expiry {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  background-color: #242526;
  padding-left: 45px;
}

.i_form_group_plus .form-control #card_cvc {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  background-color: #242526;
  padding-left: 45px;
}

.loaderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6;
  left: 0px;
  top: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.loaderContainer {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.loaderContainer .loader .i_loading .dot-pulse {
  left: -9977px;
}

.loaderContainer .loader {
  width: 50px;
}

#paymentResponse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(246, 81, 105, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.bCreatorBg::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: url("img/bg.png") no-repeat;
  background-position: top;
  height: 100%;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.i_become_creator_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  max-width: 750px;
  margin: 0px auto;
  margin-top: 80px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #242526;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}

.i_become_creator_levels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-top-left-radius: 10px;
  -webkit-top-right-radius: 10px;
  background-color: #18191A;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_become_creator_levels_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  padding: 15px 0px;
}

.i_levels_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 15px 15px;
  z-index: 1;
  position: relative;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_levels_container_position {
  content: "";
  position: absolute;
  left: 10%;
  top: 35px;
  width: 80%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.i_levels_container_position_lvl {
  content: "";
  position: absolute;
  left: 10%;
  top: 35px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-color: #f87855;
}

.i_complete_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 2rem;
}

.i_complete_level_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background-color: #2e2e2e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #2e2e2e;
}

.i_complete_level_box svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.i_completed_level_item {
  background-color: #f87855;
}

.i_completed_level_item svg {
  fill: #ffffff;
}

.i_complete_level_name {
  display: block;
  margin: 1rem 0;
  text-align: center;
  color: #ffffff;
}

.i_completed_levet_item_bold {
  font-weight: 600;
  color: #f87855;
}

.i_become_creator_terms_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 15px;
}

.certification_form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.certification_form_title {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 23px;
  padding: 15px 0px;
}

.certification_form_not {
  display: inline-block;
  color: #858fad;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6rem;
}

.certification_form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  padding: 25px 0px;
  padding-bottom: 0px;
}

.certification_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.certification_terms_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43%;
  padding: 15px 0px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.terms_bg {
  height: 250px;
  background-image: url("img/certification.png");
  background-size: cover;
  background-position: center;
}

.pendingTitle {
  font-weight: 700 !important;
  font-size: 23px !important;
}

.verirication_timing_bg {
  height: 203px;
  background-image: url("img/time_management.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.certification_terms_item:nth-child(2) {
  width: 75%;
  padding-left: 35px;
}

.certificate_terms_item_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5rem;
}

.certificate_terms_item_item svg {
  width: 20px !important;
  height: 20px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 5px;
  vertical-align: middle;
}

.certificate_terms_item_item strong {
  display: inline-block;
}

.certificate_terms_item_item a {
  text-decoration: none;
  color: #468cef;
  font-weight: 600;
}

.certification_file_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.certification_file_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.certification_file_box label {
  padding: 10px 12px;
  width: 100%;
  max-width: 160px;
  min-width: 160px;
  color: #ffffff;
  background-color: #f87855;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  outline: none;
  margin-right: 10px;
  cursor: pointer;
}

.certification_file_box label svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 8px;
}

.certificate_file_box_not {
  display: inline-block;
  width: 100%;
  color: #858fad;
  font-weight: 400;
  font-size: 14px;
}

.certification_file_box strong {
  display: contents;
}

.certification_file_box a {
  font-weight: 600;
  padding: 0px 5px;
  text-decoration: none;
  color: #f65169 !important;
}

.i_become_creator_box_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 30px;
  background-color: #18191A;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  position: relative;
}

.i_nex_btn {
  float: right;
  padding: 10px 45px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #468cef;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  cursor: pointer;
  margin-left: auto;
}

.i_nex_btn:hover {
  background-color: #1170c4;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.condition_documentation {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_set_subscription_fee_box {
  display: inline-block;
  padding: 10px 0px;
  position: relative;
}

.i_set_subscription_fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_subscription_form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  padding: 25px 0px;
  padding-bottom: 0px;
}

.i_sub_not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_sub_not label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_sub_not label span {
  margin-right: 5px;
}

.i_sub_not svg {
  width: 17px;
  height: 17px;
  fill: #43a047;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-left: 10px;
}

.weekly_success,
.monthly_success,
.yearly_success {
  display: none;
}

.i_subs_currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #1a1a1b;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.i_subs_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  max-width: 350px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.i_subs_price input {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  border: 1px solid #1a1a1b;
  background-color: #18191A;
  margin: 0px;
}

.i_subs_interval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #1a1a1b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.i_subs_price input:focus {
  border: 1px solid #f87855;
}

.i_sub_not_plus {
  display: inline-block;
  color: #858fad;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2rem;
  padding-bottom: 10px;
}

.i_t_warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  padding-bottom: 15px;
  display: none;
  color: #f65169;
}

.i_t_warning a {
  text-decoration: none;
  font-weight: 600;
  color: #43a047;
}

.pyot .el-radio {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.pyot .el-radio span {
  padding-right: 10px;
}

.i_subs_currency svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_payout_ {
  min-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.i_payout_ input {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #18191A;
  border: 1px solid #1a1a1b;
  margin: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.i_sub_not_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  padding-right: 40px;
  position: relative;
  color: #858fad;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6rem;
}

.i_sub_not_check_box {
  position: absolute;
  right: 0px;
}

.bank_textarea {
  outline: none;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #18191A;
  border: 1px solid #1a1a1b;
  resize: none;
  margin: 0px;
  min-height: 70px;
}

.creator_conguratulation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 120px;
  height: 120px;
  margin: 0px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.creator_conguratulation svg {
  width: 120px;
  height: 120px;
}

.creator_conguratulation_title {
  display: inline-block;
  padding: 30px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding-top: 0px;
}

.creator_conguratulation_note {
  padding: 25px 0px;
  display: inline-block;
  line-height: 1.5rem;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.creator_conguratulation_note a {
  text-decoration: none;
  color: #f65169;
}

.settings_wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.settings_left_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
}

.settings_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_settings_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 400px;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_settings_title {
  display: inline-block;
  padding: 20px;
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 15px;
  text-align: left;
}

.i_s_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_s_menus_title {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 1px;
  text-align: left;
  text-transform: uppercase;
  background-color: #1a1a1b;
}

.i_settings_wrapper_in {
  display: inline-block;
  width: 100%;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border: radius 10px;
  border: radius 10px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.i_settings_wrapper_title {
  display: inline-block;
  width: 100%;
  padding: 25px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #242526;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

.i_settings_wrapper_title_txt {
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_settings_wrapper_title_txt svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #ffffff;
  margin-right: 5px;
}

.i_s_menu_wrapper {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
}

.i_s_menu_wrapper a {
  text-decoration: none;
  color: #ffffff;
}

.i_s_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_s_menu_box:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.active_p {
  color: #f65169;
  font-weight: 600;
}

.i_s_menu_box svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-right: 10px;
}

.active_p svg {
  opacity: 0.8;
  fill: #f65169 !important;
}

.i_settings_wrapper_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_settings_wrapper_item {
  padding: 20px 25px;
  border-bottom: 1px solid #1a1a1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_settings_wrapper_item a {
  text-decoration: none;
  color: #f65169;
}

.i_settings_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 30%;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_settings_item_title_withdraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 30%;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
}

.i_settings_item_title_for {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  padding-left: 20px;
}

.i_settings_item_title_for a {
  text-decoration: none;
  color: #ffffff;
}

.i_settings_item_title_for_withdraw {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}

.modify_avatar_cover,
.account_email {
  cursor: pointer;
}

.settings_edit_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.settings_edit_text {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.settings_edit_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #000000 !important;
  font-weight: 600;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.settings_edit_btn:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.settings_edit_btn:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.settings_edit_btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.i_settings_item_title_for .flnm,
.i_settings_item_title_for_withdraw .flnm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 360px;
}

.box_not {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  font-weight: 400;
  font-size: 13px;
  color: #f65169;
  font-family: system-ui, -apple-system, sans-serif;
  font-style: italic;
}

.box_not span {
  font-weight: 600;
}

.flexBox {
  position: relative;
  padding: 0px 10px;
}

.youare {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexBox label input {
  display: none;
}

.flexBox label span {
  position: relative;
  padding: 13px 28px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexBox label span svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.flexBox label#youarein input:checked~span {
  border: 1px solid #2770dd;
  color: #2770dd;
}

.flexBox label#youare input:checked~span {
  border: 1px solid #2770dd;
  color: #2770dd;
}

.flexBox label#youarein input:checked~span svg {
  fill: #2770dd;
}

.description_ {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  resize: vertical;
  width: 90%;
  min-height: 135px;
  color: #ffffff;
}

.page_category {
  font-size: 1em;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: none;
  background-color: #242526;
  color: #ffffff;
  padding: 0.9em 1.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
  padding-right: 2em;
}

.ib {
  position: relative;
  display: initial;
}

.invalid_username,
.warning_username,
.warning_inuse,
.warning_invalid,
.warning_wrong_password,
.warning_same_email,
.warning_required,
.warning_not_mach,
.warning_not_correct,
.warning_write_current_password,
.no_new_password_wrote,
.minimum_character_not,
.not_contain_whitespace {
  color: #d81b60;
  display: none;
}

.successNot {
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #43a047;
  display: none;
}

.i_nex_btn_btn {
  float: right;
  padding: 10px 45px;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  background-color: #468cef;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  border: none;
}

.i_nex_btn_btn:hover {
  background-color: #1170c4;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_moda_header_nt {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  padding-top: 5px;
}

.coverImageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.avatarImageArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -75px;
  margin-bottom: 20px;
}

.avatarImageWrapper {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0px auto;
}

.avatarImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-webkit: border radius 50%;
  -moz-webkit: border radius 50%;
  -ms-webkit: border radius 50%;
  -o-webkit: border radius 50%;
  border: 2px solid #242526;
}

.newCoverUpload {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
  top: 10px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  cursor: pointer;
}

.newAvatarUpload label,
.newCoverUpload label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newAvatarUpload label svg,
.newCoverUpload label svg {
  fill: #ffffff;
  width: 23px;
  height: 23px;
}

.newAvatarUpload {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0px;
  top: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: relative;
  border: 2px solid #2770dd;
  margin: auto;
  top: 13px;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background: #242526;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.cr-slider-wrap {
  display: none;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/* Cropper helper overlay */
.crop_middle {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "â†º";
}

.cr-rotate-r i:before {
  content: "â†»";
}

.i_tab_container {
  display: inline-block;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_tab_header {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1a1a1b;
}

.border_top {
  border-top: 1px solid #1a1a1b;
}

.border_top_radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
}

.border_bottom_radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
}

.tab_item {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  color: #f65169;
  border-right: 1px solid #1a1a1b;
}

.teb_item:last-child {
  border-right: none;
}

.i_tab_list_item_container {
  display: inline-block;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.i_tab_list_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1a1a1b;
}

.tab_subscriber_avatar {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 10px;
}

.truncated {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab_subscriber_avatar img {
  height: 100%;
  width: 100%;
}

.tabing {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabing_non_justify {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabing__justify {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab_detail_item {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  padding: 10px;
  color: #ffffff;
  border-right: 1px solid #1a1a1b;
}

.tab_detail_item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.tab_detail_item:last-child {
  border-right: none;
}

.i_become_creator_box_footer ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.i_become_creator_box_footer ul li {
  display: inline;
  text-align: center;
}

.i_become_creator_box_footer ul li a {
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  color: #f65169;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}

.i_become_creator_box_footer ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.i_become_creator_box_footer ul li.active a {
  background-color: #f65169;
  color: #242526;
}

.i_become_creator_box_footer ul li.next a,
.i_become_creator_box_footer ul li.prev a {
  font-weight: 600;
}

.tab_detail_item .active {
  background-color: #0097a7;
  color: #242526;
  padding: 5px;
  font-weight: 600;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-borde-radius: 30px;
}

.tab_detail_item .inactive {
  background-color: #f65169;
  color: #242526;
  padding: 5px;
  font-weight: 600;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-borde-radius: 30px;
}

.i_payout_methods_form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-bottom: 0px;
}

.payouts_form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.tab_detail_item .tabing .pending {
  background-color: #f57c00;
}

.tab_detail_item .tabing .success {
  background-color: #43a047;
}

.tab_detail_item .tabing .declined {
  background-color: #e53935;
}

.minimum_amount {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 15px;
  color: #242526;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #fab429;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.minimum_amount svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  fill: #242526;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.method_not {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 15px;
  color: #242526;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #868dac;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.method_not svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  fill: #242526;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.method_not a {
  margin-left: 5px;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.method_not a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}

.next_payout {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.next_payout_title {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.next_payout_not {
  padding-top: 15px;
  color: #ffffff;
}

.your_balance {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px 0px;
}

.withdrawal_box {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

.withdrawal_box input {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  border: 1px solid #1a1a1b;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  min-width: 350px;
  outline: none;
}

.withdrawal_box input:focus {
  border: 1px solid #f65169;
}

.user_current_withdrawal {
  border: 1px solid #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

.current_withdrawal {
  display: inline-block;
  width: 100%;
}

.premium_locked {
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  z-index: 2;
}

.premium_locked:after {
  border-top: 150px solid rgba(0, 0, 0, 0.4);
  border-left: 150px solid transparent;
  display: block;
  content: "";
}

.premium_locked_icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
}

.premium_locked_icon svg {
  width: 35px;
  height: 35px;
  fill: #ffffff;
}

.waiting_approve {
  width: 100%;
  padding: 15px;
  background-color: #1a1a1b;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.waiting_approve svg {
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 10px;
}

.fr_subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-boder-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.fr_subs:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.fr_subs svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

@keyframes signalPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.buyThisPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background: linear-gradient(135deg, #00dbde 0%, #fc00ff 100%);
  border: 2px solid #ffffff;
  cursor: pointer;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  animation: signalPulse 1s infinite;
  align-items: center;
}

@keyframes signalPulseSoft {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.icon-pulse-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: signalPulseSoft 1s infinite !important;
  /* iPhone Fix: Ensure shadow is not clipped */
  overflow: visible !important;
  position: relative;
  z-index: 10;
}

.buyThisPost span {
  font-weight: 600;
  font-size: 22px;
  margin-right: 10px;
}

.buythistext {
  padding-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.purchase_premium_header {
  background-color: #1a1a1b;
  padding: 20px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

.purchase_post_details {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #2e2e2e;
}

.wallet-debit-confirm-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owner_avatar {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1b;
}

.album-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  padding-left: 15px;
}

.album-wanted-point {
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
  padding: 0 1rem;
  font-size: 30px;
  line-height: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.album-wanted-point span {
  color: #2e2e2e;
  width: 100%;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.premium_plans_container {
  width: 100%;
  padding: 20px;
  max-width: 1280px;
  margin: 0px auto;
  z-index: 1;
  font-family: system-ui, -apple-system, sans-serif;
}

.premium_plans_container h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 8rem;
  margin-bottom: 0.5rem;
}

.premium_plans_container h2 {
  text-align: center;
  color: #7a0a1b;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  opacity: 0.8;
  display: block;
}

.buyCreditWrapper {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

.credit_plan_box {
  padding: 0.5rem;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -o-flex: 0 0 30%;
  position: relative;
}

.credit_plan_box.buyFrameGift i::after {
  content: none !important;
  display: none !important;
}

.plan_box {
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan_box:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.plan_name {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #f65169;
  margin-bottom: 0.75rem;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
}

.plan_name::after {
  width: 3rem;
  border-radius: 1rem;
  height: 0.3rem;
  content: "";
  background: #f65169;
  display: block;
  margin: 1.3rem auto;
}

.plan_value {
  position: relative;
  text-align: center;
  width: 100%;
}

.plan_price {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.plan_point {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.plan_point_icon {
  font-size: 3rem;
  margin-left: 0.5rem;
  position: absolute;
  opacity: 0.3;
  right: -1.5rem;
  top: -1rem;
}

.plan_point_icon svg {
  width: 26px;
  height: 26px;
  fill: #2e2e2e;
}

.purchaseButton {
  margin-top: 2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #f65169;
  width: 100%;
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-align: center;
}

.purchaseButton strong .plan_point_icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.purchaseButton strong span svg {
  width: 15px;
  height: 15px;
  fill: #f65169;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.plan_box:hover .purchaseButton {
  border: 1px solid #f65169;
  background-color: #f65169;
  color: #ffffff;
}

.plan_box:hover .purchaseButton strong span svg {
  fill: #ffffff;
}

.foramount {
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 1.2rem;
  margin-top: 0.25rem;
  font-size: 13px;
}

.plan_box:hover .purchaseButton .foramount {
  color: #ffffff;
}

.payment_method_box {
  float: left;
  position: relative;
  width: 100%;
  width: calc(50% - 0px);
  width: -o-calc(100% / 2 - 0px);
  width: -ms-calc(100% / 2 - 0px);
  width: -moz-calc(100% / 2 - 0px);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  cursor: pointer;
}

.payment_method_box:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.payment_method_item {
  width: 100% !important;
  min-height: 64px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 1px solid #3a3b3c;
  background: none !important;
  background-color: #1f1f23 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  text-align: center;
}

.payment_method_label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #e4e6eb;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bitpay {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/bitpay.svg") no-repeat center;
  background-size: cover;
}

.razorpay {
  width: 120px;
  height: 40px;
  background: url("paymentIcons/razorpay-logo.svg") no-repeat center;
  background-size: contain;
}

.paypal {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/paypal.svg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.stripe {
  width: 90px;
  height: 40px;
  background-image: url("paymentIcons/stripe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.paystack {
  width: 120px;
  height: 40px;
  background: url("paymentIcons/paystack-logo.svg") no-repeat center;
  background-size: contain;
}

.iyzico {
  width: 92px;
  height: 40px;
  background: url("paymentIcons/iyzico-logo.svg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.authorize {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/authorize.svg") no-repeat center;
  background-size: contain;
}

.coinpayment {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/cplogo.png") no-repeat center;
  background-size: contain;
}

.point_purchase_not {
  background-color: #f57c00;
  color: #242526;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
}

.point_purchase_not svg {
  width: 30px;
  height: 30px;
  fill: #242526;
  margin-right: 10px;
}

.payment_failed,
.payment_success {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  padding-top: 100px;
}

.payment_result_icon {
  width: 100%;
  max-width: 350px;
  margin: 0px auto;
}

.payment_result_icon svg {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment_result_title {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  color: #f65169;
  font-family: system-ui, -apple-system, sans-serif;
}

.payment_result_description {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #2e2e2e;
  font-family: system-ui, -apple-system, sans-serif;
}

.payment_result_footer {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.payment_result_item {
  width: 100%;
  max-width: 200px;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  padding: 15px 12px;
}

.payment_result_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.payment_result_item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.payment_result_item a:hover {
  color: #f65169;
}

.pay_form_group_plus .i_form_group_plus_extra>label {
  font-weight: 600;
  color: #f65169;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  line-height: normal;
  padding-bottom: 0.5rem;
}

.pay_form_group_plus .i_form_group_plus_extra .form-control input {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
}

.i_form_group_plus_extra {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  width: calc(33.3333333333% - 0px);
  width: -o-calc(100% / 3 - 0px);
  width: -ms-calc(100% / 3 - 0px);
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-right: 15px;
}

.i_form_group_plus_extra .form-control #card_expiry {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  background-color: #242526;
  padding-left: 45px;
}

.i_form_group_plus_extra .form-control #card_cvc {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #ffffff;
  background-color: #242526;
  padding-left: 45px;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus_extra .form-control {
  position: relative;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus_extra .form-control .inora_user_input {
  padding-left: 45px;
  color: #ffffff;
}

.i_form_group_plus_extra:last-child {
  padding-right: 0px;
}

.i_tab_padding {
  padding: 15px;
}

.general_page_footer {
  position: relative;
  padding: 25px 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.i_sub_box_container {
  width: 100%;
  width: calc(50% - 4px);
  width: -ms-calc(50% - 4px);
  width: -o-calc(50% - 4px);
  float: left;
  padding: 8px;
}

.i_sub_box_wrp {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
  border: 1px solid #1a1a1b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
}

.isubavatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #1a1a1b;
}

.isubavatar img {
  height: 100%;
  width: 100%;
}

.i_sub_box_name_time {
  padding-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.i_sub_box_name {
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 5px;
}

.i_sub_box_name a {
  color: #ffffff;
  text-decoration: none;
}

.i_sub_box_name a:hover {
  color: #f65169;
}

.i_sub_box_unm {
  font-weight: 400;
  font-size: 14px;
  color: #b3b9cc;
}

.i_sub_flw {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0px auto;
}

.i_sub_flw .i_btn_like_item_flw {
  margin: 0px auto;
  padding: 8px 12px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #f65169;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_sub_flw .i_btn_like_item_flw:hover {
  color: #ffffff;
  background-color: #1a1a1b;
  border: 1px solid #1a1a1b;
}

.i_sub_flw .i_btn_like_item_flw svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_sub_flw .i_btn_like_item_flw:hover svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_sub_flw .i_btn_like_item {
  margin: 0px auto;
  padding: 8px 12px;
  text-align: center;
  color: #ffffff;
  background-color: #1a1a1b;
  border: 1px solid #1a1a1b;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.i_sub_flw .i_btn_like_item:hover {
  background-color: #f65169;
  color: #242526;
}

.i_sub_flw .i_btn_like_item svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_sub_flw .i_btn_like_item:hover svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 23px;
  height: 23px;
  fill: #242526;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointIN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  outline: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 10px;
  width: 50%;
  background-color: transparent;
}

.point_input_wrapper {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.become_a_creator {
  color: #fab429;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

/*CHAT PAGE STYLES*/
.i_chat_wrapper {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: calc(100vh - 72px);
  min-height: -o-calc(100vh - 72px);
  min-height: -ms-calc(100vh - 72px);
  background-color: #242526;
}

.chat_left_container {
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 360px;
  position: relative;
  min-width: 0px;
  min-height: inherit;
  max-width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.chat_middle_container {
  z-index: 0;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  min-width: 0px;
  min-height: inherit;
  max-width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.chat_left_header {
  padding: 15px 18px 10px 15px;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.chat_left_header_title {
  font-weight: 700;
  font-size: 20px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  text-align: left;
}

.chat_search_box {
  padding: 10px 0px;
  position: relative;
}

.c_search {
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #1a1a1b;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACyElEQVRIie2WTUhUURTHf+fONFbQQkhLKohKIqFoEUi4LmrahNLkG61NUaTmzl3Bo2UfYKbmVpx5MwgRpH1Ai6JdEBFEtQrsOyKCKFBr3j0t3hsxy+a9ylb9N/ed+849v8u595574b/+kSSqo+u6pm5dw+qvydIqtfbzklTq1eFM5sOCgfuKxfWJku1B2AusmPVLgfugI3519VB3Oj39V8CqKoOed0KREwKpCnEm1Ehrl+Pc/SOwqspFzxtW5EDY5QNjgl5HEy+s+CnBbFU0I9AQ+kwp2tLV1nbtt8ED+fxJkFOh+ciqdY63tz+c6+e6rqndsPGIivYCVcAnEqaxs7X1SWxwX7G43vj2cZjeR8lFyaajmczHXwUZ8LxdKONAArjZ2ZbdWQls5nYkSrYnhPpWrVMJCtCZzd5A6A3NHf2FQmMssOu6Jty9gIz/LL3zBiqVThPsBUS1ORZ4eX39GsIjI9hIm6SsYwcPvkO5B6DKtlhgjFlZ/lSR53HAAIhOBA11scBGdXIGbGVJbDCyNGioWEy+A6eSyZcEFQljdHN8MOUxE7HAYe29D2CV/a7r/rDr59OFXK4JWBtYejsWOBw0AiDQULth45EoUPfWraQRcyY0J5Mi+dhgv7p6iDBVKto7mCvurgStef12CNgeTFjPHc1m38cGd6fT02qkFZgCqlTs2IDnne0bHa2Z63shl2uqef3mDuihmYmLPKgEDSY4j/rz+bQgRWBZOWZ4Tp+pYbEoW5hZ0+80LUZaOhzn6m+BAQaKxU349jyw4xduk4Ke80UeGCVPcFlUhEd6gfQXCo2i2qzKNlHqEL4iPFWV24tEvfKaDhYKe9TqpSjwyE+fqApvqsvAYoUvxsq+jgPOlQUHR4UvCBh+SPuUr7a+u739Zfl/5MoUVx2Oc1WMtBAcS6myqQVj/VQXh0dX9eVyq/8p9L9m6xtdNRQHwoG8EgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 12px 7px;
  padding-left: 46px;
  background-size: 20px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.chat_users_wrapper {
  min-height: 0;
  -webkit-perspective-origin: right top;
  perspective-origin: right top;
  overflow-x: hidden;
  scrollbar-width: none;
  overflow-x: hidden;
  position: relative;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform, scroll-position;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 10px;
}

.chat_users_wrapper a {
  text-decoration: none;
  color: #ffffff;
}

.i_message_owner_name .i_plus_g {
  display: initial;
}

.i_message_owner_name .i_plus_g svg {
  width: 14px;
  height: 14px;
}

.chat_empty {
  width: 100%;
  height: 100%;
  background-color: #1a1a1b;
}

.chat_empty_logo {
  width: 100%;
  max-width: 280px;
  height: 280px;
  background-image: url("img/chat.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conversation_box_header {
  width: 100%;
  padding: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  z-index: 5;
}

.conversation_avatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.conversation_avatar img {
  height: 100%;
  width: 100%;
}

.conversation_user_d {
  width: 100%;
}

.conversation_user {
  position: relative;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_u_f_nm {
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
}

.c_u_f_nm a {
  text-decoration: none;
  color: #ffffff;
}

.c_dotdot {
  width: 40px;
  height: 40px;
  position: relative;
}

.c_set {
  position: relative;
  padding: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.c_set:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.c_set svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.cSetc {
  position: absolute;
  width: 100%;
  max-width: 220px;
  min-width: 220px;
  padding: 10px 0px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  right: 0px;
  top: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}

.cSetc .i_post_menu_item_out {
  cursor: pointer;
}

.conversations_container {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  overflow-x: hidden;
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.messages_container {
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.msg_wrapper {
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.message_send_form_wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 54px;
  flex-basis: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0px;
}

.all_messages {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 15px;
}

.all_messages_container {
  position: relative;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.msg {
  position: relative;
  width: 100%;
  padding: 3px 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
}

.msg_me {
  float: right;
  max-width: 500px;
  padding: 12px;
  background-color: rgb(0, 153, 255);
  color: #242526;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
  -ms-border-top-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  position: relative;
}

.msg_with_sticker {
  background-color: transparent !important;
}

.msg_friend {
  float: left;
  max-width: 500px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -o-border-bottom-right-radius: 30px;
  -ms-border-top-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  position: relative;
}

.msg_with_gif {
  padding: 0px !important;
  background-color: transparent !important;
}

.msg_txt {
  display: inline-block;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  color: #ffffff;
}

.msg_friend .msg_o_avatar {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #242526;
  left: -10px;
  top: -10px;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  overflow: hidden;
  background-color: #242526;
}

.msg_me .msg_o_avatar {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #242526;
  right: -10px;
  top: -10px;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  overflow: hidden;
  background-color: #242526;
}

.msg_me img,
.msg_friend img {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.me_btns_cont {
  position: absolute;
  background-color: #242526;
  bottom: 0px;
  right: -10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
}

.me_btns_cont:hover {
  background-color: #1a1a1b;
}

.me_btns_cont_icon {
  position: relative;
  padding: 4px;
}

.me_btns_cont_icon svg {
  width: 10px;
  height: 10px;
  fill: #ffffff;
}

.me_msg_plus {
  position: absolute;
  width: 200px;
  padding: 10px 0px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  top: 20px;
  right: 0px;
  z-index: 2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  display: none;
}

.message_form_items {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0px 2px;
  width: 100%;
}

.message_form_plus {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
}

.message_form_plus:hover {
  background-color: #1a1a1b;
}

.message_pls {
  padding: 10px;
}

.message_pls svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.message_send_text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0px 3px;
}

.message_text_textarea {
  width: 100%;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  background-color: #1a1a1b;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.message_text_textarea textarea {
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0px;
  margin: 0px;
  height: 34px;
  padding: 8px 10px;
}

.message_smiley {
  position: absolute;
  z-index: 5;
  right: 0px;
  bottom: 0px;
}

.message_smiley .message_form_smiley_plus {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
}

.message_smiley .message_form_smiley_plus:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.message_smiley .message_form_smiley_plus .message_pls {
  padding: 8px;
}

.Message_stickersContainer {
  position: relative;
  display: inline-block;
  width: 100%;
  right: 0px;
  top: 0px;
  height: 380px;
  z-index: 1;
}

.Message_stickers_wrapper {
  padding: 5px;
}

.Message_stickers_wrapper .Message_sticker {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  width: calc(25% - 5px);
  width: -o-calc(100% / 4 - 5px);
  width: -ms-calc(100% / 4 - 5px);
}

.Message_stickers_wrapper .Message_sticker img {
  position: relative;
  width: 100%;
}

.giphy_results_container_conversation {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 0px;
  -moz-column-count: 4;
  -moz-column-gap: 0px;
  column-count: 4;
  column-gap: 0px;
  display: table-cell;
}

.giphy_results_container_conversation img {
  /* Just in case there are inline attributes */
  width: 99% !important;
  height: auto !important;
  margin: 1px;
  border-radius: 8px;
  cursor: pointer;
}

.nanos {
  padding: 0px 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  background-color: #242526;
}

.preLoadC {
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.Message_stickers_wrapper .sticker {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.Message_stickers_wrapper .sticker img {
  position: relative;
  width: 100%;
}

.fl_btns {
  position: absolute;
  top: -65px;
  left: 0px;
  overflow: hidden;
}

.ch_fl_btns_container {
  position: relative;
  width: 100%;
  padding-left: 10px;
}

.ch_btn_item {
  padding: 15px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.cimage {
  display: none;
  opacity: 0;
}

.ch_btn_item:nth-child(1) {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-animation: slideInUp 0.1s ease-in-out 0.1s;
  animation: slideInUp 0.1s ease-in-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #9F4EC8;
}

.ch_btn_item:nth-child(2) {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-animation: slideInUp 0.15s ease-in-out 0.15s;
  animation: slideInUp 0.15s ease-in-out 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #DA4F7A;
}

.ch_btn_item:nth-child(3) {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: slideInUp 0.2s ease-in-out 0.2s;
  animation: slideInUp 0.2s ease-in-out 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #5F68C6;
}

.ch_btn_item label .ch_svg svg {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #242526;
}

.msg_txt .mStick {
  width: 80px;
  height: auto;
  display: block;
  position: relative;
}

.msg_txt img.mGifM {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
}

.msg:last-child .msg_me .me_btns_cont .me_msg_plus {
  position: absolute;
  width: 200px;
  padding: 10px 0px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  top: -75px;
  right: 0px;
  z-index: 2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  display: none;
}

.loading_messages {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 15px;
}

.loading_wrapper {
  width: 100%;
  max-width: 80px;
  margin: 0px auto;
  background-color: #242526;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.loading_messages .loading_wrapper .i_loading .dot-pulse {
  left: -9962px;
  top: 0px;
}

.seen_all {
  padding: 20px;
}

.nmore {
  color: #242526;
  background-color: #f65169;
  font-weight: 500;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  max-width: 500px;
  margin: 0px auto;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_uploaded_item_m {
  position: relative;
  float: left;
  width: calc(25% - 1px);
  width: -moz-calc(100%/4 - 1px);
  padding: 3px;
}

.mmi_i {
  background-color: transparent !important;
  padding: 0px !important;
  float: initial;
  margin-left: auto;
}

.msg .mmi_i .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_three .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_four .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_five .i_post_image_swip_wrapper:nth-child(1) {
  border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
}

.msg .mmi_i .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_three .i_post_image_swip_wrapper:nth-child(1) {
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
}

.msg .mmi_i .i_image_four .i_post_image_swip_wrapper:nth-child(2),
.msg .mmi_i .i_image_five .i_post_image_swip_wrapper:nth-child(2) {
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
}

.mmi_if {
  float: initial;
  padding: 0px !important;
  background-color: transparent !important;
}

.msg .mmi_if .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_three .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_four .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_five .i_post_image_swip_wrapper:nth-child(1) {
  border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
}

.msg .mmi_if .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_three .i_post_image_swip_wrapper:nth-child(1) {
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
  -ms-border-bottom-right-radius: 20px;
}

.msg .mmi_if .i_image_four .i_post_image_swip_wrapper:nth-child(2),
.msg .mmi_if .i_image_five .i_post_image_swip_wrapper:nth-child(2) {
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
  -ms-border-bottom-right-radius: 20px;
}

.msg_time_me {
  display: inline-block;
  width: 100%;
  padding: 2px;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
}

.msg_time_fri {
  display: inline-block;
  width: 100%;
  padding: 2px;
  font-weight: 500;
  font-size: 12px;
}

.seenStatus {
  float: right;
}

.notSeen svg {
  width: 15px;
  height: 15px;
  fill: #858fad;
  margin-left: 5px;
}

.seen svg {
  width: 15px;
  height: 15px;
  fill: #f65169;
  margin-left: 5px;
}

.c_u_time {
  font-weight: 400;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  color: #858fad;
}

.typingStyle {
  font-weight: 600;
  color: #f65169;
}

.i_message_not_icon {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #f65169;
  z-index: 1;
  bottom: -5px;
  right: -5px;
  border: 2px solid #242526;
}

.i_message_not_icon svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}

#moreType {
  position: relative;
}

#moreType .loaderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6;
  left: 0px;
  top: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

#moreType .loaderWrapper .loaderContainer {
  top: 100px;
}

.NotLoginYet {
  max-width: 1200px;
  margin: 0px auto;
}

.creators_wrapper {
  max-width: 1280px;
  margin: 0px auto;
  padding: 42px 18px 0;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 18px;
}

.creators_hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  padding: 22px 22px;
  background: linear-gradient(135deg, #0f172a, #111827);
  border: 1px solid #1f2937;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.creators_hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -140px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(246, 81, 105, 0.35), transparent 60%);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.creators_hero_kicker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #1f2937;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.creators_hero_kicker svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.creators_hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.creators_hero_text {
  max-width: 640px;
}

.creators_hero_title {
  margin: 12px 0 6px;
  font-size: 28px;
  line-height: 1.1;
  color: #f9fafb;
}

.creators_hero_subtitle {
  margin: 0;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
}

.creators_hero_highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.creators_hero_chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #1f2937;
  color: #ffffff;
  min-width: 180px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.creators_hero_icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.chip_label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  opacity: 0.95;
}

.chip_value {
  font-size: 15px;
  font-weight: 700;
}

.creators_menu_wrapper {
  display: block;
  width: 100%;
  padding: 4px 0;
  position: relative;
}

.creators_menu_shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 35px;
  padding: 10px 12px;
  overflow: visible;
  position: relative;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.creators_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.creator_item {
  position: relative;
  padding: 10px 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #e5e7ef;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -o-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.creator_item:last-child {
  margin-right: 0px;
}

.creator_item:hover {
  background-color: #1d2534;
  color: #f9fafb;
  border-color: #2f3345;
}

.creator_item a {
  color: inherit;
  text-decoration: none;
}

.creator_item a:hover {
  color: inherit;
}

.creator_item_caret svg {
  width: 8px;
  height: 8px;
}

.creator_item_caret {
  padding-left: 4px;
}

.subcategoryname {
  display: none;
  width: 100%;
  max-width: 260px;
  min-width: 220px;
  background-color: #0f1118;
  padding: 12px;
  -webkit-box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 48px;
  z-index: 12;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  transform: translateX(-50%);
}

.creator_item:hover .subcategoryname {
  display: block;
}

.active_pc {
  background: #1d2534;
  border-color: #2f3345;
}

.active_pc a {
  color: #f9fafb;
  font-weight: 700;
}

.creator_menu_more {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.creator_menu_more_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  border-radius: 999px;
  background: #0f172a;
  border: 1px solid #1f2937;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}

.creator_menu_more_btn svg {
  width: 16px;
  height: 16px;
  fill: #e5e7eb;
}

.creator_menu_more.open .creator_menu_more_btn {
  border-color: #f65169;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.creator_menu_more_dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 46px;
  min-width: 180px;
  background: #0f172a;
  border: 1px solid #1f2937;
  border-radius: 14px;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
  padding: 8px;
  z-index: 4;
}

.creator_menu_more.open .creator_menu_more_dropdown {
  display: block;
}

.creator_menu_more_dropdown .creator_item {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #2f3345;
  margin-bottom: 6px;
}

.creator_menu_more_dropdown .creator_item:last-child {
  margin-bottom: 0;
}

.creator_menu_more_dropdown .subcategoryname {
  display: none;
}

.creator_menu_more_dropdown .creator_item:hover .subcategoryname {
  display: block;
}

.creators_container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 6px 10px;
}

.creator_pate_title {
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #e5e7ef;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  grid-column: 1 / -1;
  display: block;
}

.creators_list_container {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  justify-items: center;
  align-items: start;
}

.creator_list_box_wrp {
  padding: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  float: none;
}

.creator_l_box {
  width: min(100%, 440px);
  max-width: 440px;
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  background-color: #1d1f2a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #2f3345;
  -webkit-box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  height: 100%;
}

.creator_card_cover {
  isolation: isolate;
}

.creator_l_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  min-height: 190px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.creator_l_cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.creator_cover_layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
  gap: 8px;
}

.creator_card_tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.creator_category_badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.creator_category_badge:hover {
  color: #f65169;
  background: rgba(246, 81, 105, 0.12);
  border-color: rgba(246, 81, 105, 0.35);
}

.creator_category_badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.creator_l_avatar_name {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: -36px;
  padding: 0px 18px 18px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.creator_identity_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  padding: 10px 12px;
}

.creator_avatar_container {
  position: relative;
  width: 110px;
  height: 110px;
}

.creator_avatar {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 4px solid #1d1f2a;
  background-color: #1d1f2a;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.42);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.42);
}

.creator_avatar img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.creator_identity {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.creator_nm {
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding: 0px;
  width: 100%;
}

.creator_nm a {
  text-decoration: none;
  color: inherit;
}

.creator_nm a:hover {
  color: #f65169;
}

.creator_handle {
  font-size: 13px;
  font-weight: 600;
  color: #c7c9d8;
}

.creator_category_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.creator_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 6px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #151821;
  border: 1px solid #2f3345;
  border-radius: 14px;
  padding: 6px 8px;
  overflow: visible;
}

.creator_stats .i_btn_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid #2f3445;
  border-radius: 12px;
  padding: 6px 8px;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.creator_stats_more {
  position: relative;
  min-width: 36px;
  justify-content: center;
}

.creator_stats_more_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.creator_stats_dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 64px;
  background: #0f1118;
  border: 1px solid #2f3345;
  border-radius: 12px;
  padding: 10px;
  z-index: 4;
}

.creator_stats_more.open .creator_stats_dropdown,
.creator_stats_more:focus-within .creator_stats_dropdown {
  display: block;
}

.creator_stats_dropdown_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.creator_stats_dropdown_icon svg {
  width: 14px;
  height: 14px;
  fill: #f65169;
}

.creator_stats .i_btn_item_box svg {
  fill: #f65169;
  width: 14px;
  height: 14px;
}

.creator_gallery {
  padding-top: 4px;
  border-top: 1px dashed #2f3345;
}

.creator_last_two_post {
  padding: 10px 4px 4px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (max-width: 1024px) {
  .creator_last_two_post {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .creator_last_two_post {
    grid-template-columns: repeat(2, 1fr);
  }
}

.creator_last_post_item {
  position: relative;
  width: 100%;
}

.creator_last_post_item-box {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border: 1px solid #2f3345;
}

.creator_last_post_item-box--text {
  background: linear-gradient(135deg, #2c2f3a, #1f222a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.creator_text_tile {
  position: absolute;
  inset: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  color: #f5f5f5;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0.08));
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.creator_text_tile_badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.creator_text_tile_snippet {
  font-size: 12px;
  line-height: 1.4;
  color: #f0f0f0;
  max-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator_last_post_item-img {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.creator_last_post_item a {
  position: absolute;
  inset: 0;
  display: block;
}

.creator_last_post_item-box a .onlySubsSuggestionWrapper .onlySubsSuggestion_icon {
  margin: 0px auto;
  border: 1px solid #f65169;
  background: rgba(246, 81, 105, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 10px;
}

.creator_last_post_item-box a .onlySubsSuggestionWrapper .onlySubsSuggestion_icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 18px;
  height: 18px;
  fill: #242526;
}

.no_content {
  padding: 26px 0px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  grid-column: 1 / -1;
  font-weight: 700;
  font-size: 13px;
  color: #c7c9d8;
  background-color: #0f1118;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  text-align: center;
}

.no_creator_f_wrap {
  width: 100%;
  padding: 50px 0px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.no_c_icon {
  position: relative;
  width: 100%;
  max-width: 130px;
  overflow: hidden;
}

.no_c_icon svg {
  width: 130px;
  height: 130px;
  fill: #858fad;
}

.n_c_t {
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #858fad;
  cursor: pointer;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 35px;
}

.creators_list_container .i_loading {
  display: inline-block;
  width: 100%;
}

.creator_nm a {
  text-decoration: none;
  color: #ffffff;
}

.creator_nm a:hover {
  color: #f65169;
}

.creator_l_box:hover {
  -webkit-box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.chart_wrapper {
  position: relative;
  width: 100%;
}

.chart_row {
  width: 100%;
  margin-bottom: 20px;
}

.chart_row_box {
  display: inline-block;
  width: 33.333%;
  padding: 10px;
}

.chart_row_box:first-child {
  padding-left: 0px;
}

.chart_row_box:last-child {
  padding-right: 0px;
}

.chart_row_box_item {
  position: relative;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}

.c1 {
  background-color: #f65169;
}

.c2 {
  background-color: #fab429;
}

.c3 {
  background-color: #18191A;
}

.chart_row_box_title {
  font-weight: 600;
  font-size: 13px;
}

.chart_row_box_title svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  margin-right: 10px;
}

.chart_row_box_sum {
  font-weight: 700;
  font-size: 30px;
  padding-top: 15px;
}

.chart_question {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

.chart_question_icon {
  position: relative;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}

.chart_question_icon svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.chart_question_icon:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.qb {
  position: absolute;
  z-index: 5;
  top: 35px;
  right: -27px;
  display: none;
}

.answer_bubble {
  position: relative;
  background: #242526;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  border-radius: 10px;
  padding: 0px;
  text-align: left;
  padding: 10px 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.answer_bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #242526 transparent;
  border-width: 0 10px 10px;
  top: -10px;
  left: 84%;
  margin-left: -5px;
}

.chart_question:hover .qb {
  display: block;
}

.wmore {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  font-weight: 500;
  font-size: 13px;
  text-align: right;
}

.wmore svg {
  width: 9px;
  height: 10px;
  fill: #ffffff;
  margin-left: 2px;
}

.wmore a {
  text-decoration: none;
  color: #ffffff;
}

.wmore a:hover {
  text-decoration: underline;
}

.not_yet {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.i_postSavedHeader {
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  border-radius: 8px;
  background-color: #242526;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.isave_svg svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.i_postHashHeader {
  font-family: system-ui, -apple-system, sans-serif;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
}

.lp_sum {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0px 5px;
}

.lc_sum_container {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
}

.comnts {
  padding: 5px 10px;
  background-color: #2e2e2e;
  color: #ffffff;
  display: initial;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
}

.comnts:hover {
  background-color: #242526;
}

.point_box_BG {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
  left: 0px;
  bottom: 0px;
}

.pbg {
  position: relative;
  width: 100%;
  height: 100%;
}

.pbg svg {
  width: 80px;
  height: 80px;
  fill: #f65169;
}

.point_pr {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.point_pr svg {
  width: 25px;
  height: 25px;
  color: #f65169;
  margin-right: 10px;
}

.point_pr a {
  color: #ffffff;
  text-decoration: none;
}

.crnt_points {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.point_pr:hover a {
  color: #f65169;
}

.point_pr:hover a svg {
  fill: #f65169;
}

.textStyle {
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.mobile_footer_fixed_menu_container {
  width: 100%;
  position: fixed;
  padding: 5px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  z-index: 15;
}

.mobile_fixed_box_wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  position: relative;
}

.mobile_box {
  position: relative;
  width: 100%;
}

.i_m_box_item {
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

.i_m_box_item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.i_m_box_item svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.fms {
  display: none;
}

.commentFooterResize {
  position: relative;
  top: 0px;
}

.pendingTitle {
  font-weight: 700 !important;
  font-size: 23px !important;
}

.verirication_timing_bg {
  height: 203px;
  background-image: url("img/time_management.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.verification_approve_bg {
  height: 203px;
  background-image: url("img/approved.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.verification_reject_bg {
  height: 203px;
  background-image: url("img/notify.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.settings_mobile_ope_menu {
  display: none;
}

.settingsMenuDisplay {
  display: block !important;
}

.cList {
  position: relative;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
  display: none;
}

.cList svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.blocked_not {
  background-color: rgba(255, 255, 255, 0.2);
}

.blocked_not .tabing_non_justify .message_form_items {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.blocked_not .tabing_non_justify .message_form_items a {
  font-weight: 600;
  color: #f65169;
  text-transform: uppercase;
  text-decoration: none;
}

.talking {
  background-color: rgba(255, 255, 255, 0.2);
}

.chat_users_wrapper_results {
  min-height: 0;
  -webkit-perspective-origin: right top;
  perspective-origin: right top;
  overflow-x: hidden;
  scrollbar-width: none;
  overflow-x: hidden;
  position: relative;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform, scroll-position;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 10px;
}

.chat_users_wrapper_results a {
  text-decoration: none;
  color: #ffffff;
}

.no_not_here {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.no_not_here svg {
  width: 50px;
  height: 50px;
  fill: #b3b9cc;
}

.i_sub_flw .unblock {
  margin: 0px auto;
  padding: 8px 12px;
  text-align: center;
  color: #ffffff;
  background-color: #1a1a1b;
  border: 1px solid #1a1a1b;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
}

.i_sub_flw .unblock:hover {
  background-color: #b3b9cc;
  border: 1px solid #b3b9cc;
}

.i_preference {
  font-weight: 600;
  font-size: 18px;
}

.i_preference svg {
  width: 25px;
  height: 20px;
  fill: #ffffff;
  margin-right: 10px;
  margin-left: 0px;
}

.i_pref {
  padding-bottom: 0px;
}

.pref_top {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #18191A;
}

.maintenance_container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #18191A;
}

.maintenance_items {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.maintenance_img {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  position: relative;
  display: block;
}

.maintenance_img svg {
  width: 100%;
}

.maintenance_not {
  width: 100%;
  padding: 40px 0px;
}

.maintenance_title {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.maintenance_desc {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  margin-top: 25px;
  text-align: center;
}

.contact_us_form_container {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.i_helper_title {
  padding: 5px 35px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

.i_register_box_ {
  padding: 2rem 1rem;
}

.i_direct_register {
  padding: 20px 0px;
}

.i_re_box {
  width: 50%;
  padding: 0px 10px;
}

.register_warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d81b60;
  font-weight: 300;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.register_disabled {
  font-weight: 500;
  font-size: 20px;
  color: #2770dd;
  text-align: center;
  padding: 30px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.register_disabled svg {
  width: 100px;
  height: 100px;
  fill: #f65169;
  margin-bottom: 30px;
}

.payment_successfully {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
}

.payment_successfully svg {
  width: 150px;
  height: 150px;
  fill: #f65169;
}

.payment_not {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  padding-top: 30px;
}

.warning_success {
  font-weight: 600;
  font-size: 13px;
  color: #f65169;
  display: none;
}

/* GDPR Cookie dialog */
.gdprcookie {
  position: fixed;
  color: #242526;
  font-size: 0.8em;
  line-height: 1.5em;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 25em;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  z-index: 9999999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.gdprcookie h1,
.gdprcookie h2 {
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}

.gdprcookie h2 {
  font-size: 1.2em;
}

.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */
.gdprcookie-buttons {
  text-align: center;
}

.gdprcookie-buttons button {
  color: #f65169;
  font-family: inherit;
  font-size: 1em;
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 0 0.5rem;
  background: #242526;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gdprcookie-buttons button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gdprcookie-buttons button:disabled {
  color: #65676B;
  background-color: #868dac;
}

/* GDPR Cookie types */
.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}

.gdprcookie-types li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

.gdprcookie-types input[type=checkbox] {
  margin-right: 0.25rem;
}

.i_one a {
  text-decoration: none;
  color: #ffffff;
}

/*Live Streamin Feature*/
.camList {
  position: absolute;
  width: 100%;
  min-width: 230px;
  margin-right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 46px;
  right: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 0px;
  display: none;
}

.camList a {
  width: 100%;
  display: inline-block;
  color: #242526;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 5px 15px;
  cursor: pointer;
}

.camList a:hover {
  background-color: #ffffff;
}

.camListOpen {
  display: block !important;
}

.camera_choose {
  position: absolute;
  padding: 10px;
  top: 50px;
  z-index: 1;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.camera_choose svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}

.camera_close {
  position: absolute;
  padding: 10px;
  top: 10px;
  z-index: 1;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.camera_close svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}

.live_stream_list {
  padding: 15px 0px;
  font-size: 13px;
}

.live_title {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.btest .live_title {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-bottom: 0px;
}

.btest .live_item_cont .live_item {
  width: 100%;
  padding: 0px 10px;
  cursor: pointer;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btest .live_item_cont .live_item:hover {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}

.btest .live_item_cont .new_s_one {
  font-size: 12px;
}

.btest .live_item_cont {
  padding-bottom: 0px;
}

.live_pay {
  font-weight: 300;
  color: #868dac;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.live_streams_list {
  width: 100%;
  padding: 15px 0px;
}

.live_item_cont {
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
}

.live_item_cont:nth-child(1) {
  margin-right: 15px;
  padding-left: 0px;
}

.live_item_cont:nth-child(2) {
  padding-right: 0px;
}

.live_item {
  width: 100%;
  padding: 10px;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.live_item:hover {
  background-color: #2e2e2e;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.live_title svg,
.live_title_page svg {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.new_s_one {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  padding-right: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.new_s_one:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.new_s_first {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
}

.new_s_second {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
}

.alignItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new_s_one svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 8px;
}

.i_live_c_item {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.i_live_c_item .flnm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 80%;
}

.give_a_name {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 10px;
}

.free_live_not {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fab429;
  color: #242526;
  padding: 15px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.free_live_not svg {
  width: 20px;
  height: 20px;
  fill: #242526;
  margin-right: 10px;
}

.ll_live_not {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #DA4F7A;
  padding: 15px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.ll_live_not svg {
  width: 20px;
  height: 20px;
  fill: #DA4F7A;
  margin-right: 10px;
}

.i_liv_stream_video {
  position: relative;
  width: 100%;
  max-width: 650px;
  overflow: hidden;
  margin: 0px auto;
  height: 100%;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.live_wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 20px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background-image: url("img/geometricBg.png");
}

.count_time {
  position: absolute;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
  right: 10px;
  top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.count_time svg {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  fill: #ffffff;
}

.i_stream_buttons_right {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 1;
}

.like_live {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.lb_wrapper {
  position: relative;
  padding: 10px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 40px;
}

.like_live svg {
  width: 30px;
  height: 30px;
  fill: #242526;
}

.lin_like svg {
  fill: #ffffff;
}

.lin_like:hover svg {
  fill: #f65169;
}

.lin_unlike svg {
  fill: #f65169;
}

.lin_unlike:hover svg {
  fill: #ffffff;
}

.live_creator {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 8px 5px;
}

.live_creator_wrapper {
  position: relative;
  padding: 3px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.live_owner_avatar {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.live_owner_avatar img {
  width: 100%;
  height: auto;
}

.live_owner_name {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  padding-left: 8px;
}

.live_creator_wrapper a {
  text-decoration: none;
  color: #ffffff;
}

.lp_sum_l {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0px 5px;
}

.online_users {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1;
  padding: 8px 5px;
}

.online_users_total {
  position: relative;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #ffffff;
}

.sumonline {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0px 5px;
}

.column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.live_stream_title {
  position: absolute;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  z-index: 1;
  bottom: 0px;
  left: 0px;
}

.live_title_page {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.live_item_cont a {
  text-decoration: none;
  color: #ffffff;
}

.free_live_Streamings_list_container {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}

.live_list_box_wrapper {
  position: relative;
  width: 100%;
  width: calc(50% - 0px);
  width: -o-calc(100% / 2 - 0px);
  width: -ms-calc(100% / 2 - 0px);
  padding: 8px;
  float: left;
}

.live_list_box_wrapper_in {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.live_creator_cover {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

.live_creator_cover_img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.live_creator_avatar {
  position: relative;
  width: 100%;
  margin-top: -49px;
}

.live_creator_avatar_middle {
  width: 98px;
  height: 98px;
  margin: 0px auto;
}

.i_live_profile_avatar {
  position: relative;
  width: 98px;
  height: 98px;
  margin: 0px auto;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}

.live_stream_creator_name {
  position: relative;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
}

.live_stream_creator_name a {
  text-decoration: none;
  color: #ffffff;
}

.live_stream_creator_name a:hover {
  color: #f65169;
}

.live_s {
  position: absolute;
  padding: 5px 10px;
  color: #242526;
  background-color: #f65169;
  font-weight: 500;
  font-size: 13px;
  z-index: 1;
  left: 10px;
  top: 10px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
}

.purchaseLiveButton,
.purchasedLiveButton {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #f65169;
  width: 100%;
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #f65169;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-align: center;
}

.purchaseLiveButton strong .plan_point_icon,
.purchasedLiveButton strong .plan_point_icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.purchaseLiveButton strong span svg,
.purchasedLiveButton strong span svg {
  width: 15px;
  height: 15px;
  fill: #f65169;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.pr_liv {
  cursor: pointer;
  padding: 0px 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pr_liv:hover .purchaseLiveButton,
.pr_live:hover .purchasedLiveButton {
  border: 1px solid #f65169;
  background-color: #f65169;
  color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.pr_liv:hover .purchaseLiveButton strong span svg,
.pr_liv:hover .purchasedLiveButton strong span svg {
  fill: #242526;
}

.pr_liv:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.live_list_box_wrapper_in a {
  text-decoration: none;
}

.i_pr_fm svg {
  width: 10px;
  height: 10px;
}

/*LANDING PAGE*/
.i_post_text iframe.new {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  margin-top: 10px;
}

.landing_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 57px;
}

.landing_section_one {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.landing_header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  z-index: 1;
}

.landing_section_in {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 100px;
  height: 100%;
  z-index: 3;
}

.landing_section_in h1 {
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  background: -webkit-linear-gradient(135deg, #f65169 0%, #fab429 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}

.landing_section_in .landing_seciond_in_note {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  padding: 25px;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #f65169;
  font-style: italic;
  margin-bottom: 20px;
}

.landing_section_register {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  position: relative;
}

.landing_reg {
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 512px;
  margin: 0px auto;
  padding: 16px 20px !important;
  background-color: #242526;
  z-index: 1;
}

.input-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 0.375rem 0.4rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #f65169;
  text-align: center;
  white-space: nowrap;
  background-color: #242526;
  border: 0;
  border-radius: 0.25rem;
}

.landing_text {
  border: none !important;
  display: block;
  width: 80%;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  line-height: 18px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
  background-color: #242526;
  background-image: none;
  border-radius: 0.25rem;
  -webkit-transition: none !important;
  transition: none !important;
  outline: none;
}

.landing_box_animation {
  padding: 12px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 16px;
  color: #f65169;
  background-color: #242526;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 2;
  border-right: solid 4px #f65169;
  border-bottom: solid 5px #f65169;
}

.landing_box_animation svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #f65169;
}

.i_singup_claim {
  padding: 11px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid transparent;
  background-color: #f65169;
  cursor: pointer;
  color: #242526;
}

.landing_section_two {
  position: relative;
  width: 100%;
  padding: 100px 30px;
}

.landing_arrow {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: -1px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.landing_section_two_in {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0px auto;
  padding-top: 80px;
}

.landing_section_two_in h2 {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 300;
}

.landing_section_two_in h2 span {
  font-weight: 700;
}

.landing_section_two_in h2 .clr {
  color: #fab429;
}

.landing_features_list {
  width: 100%;
  padding-top: 80px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l_feature_box_container {
  width: 33.33333%;
  padding: 0px 60px;
  text-align: center;
  margin-bottom: 4rem;
  float: left;
  font-family: "Noto Sans", sans-serif;
}

.landing_features_list .l_feature_box_container h3 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.landing_features_list .l_feature_box_container img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.l_feature_box_container div {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.landing_section_three {
  width: 100%;
  padding: 80px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  background-color: #242526;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FCF8F7;
}

.landing_section_three_in {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

.landing_create_equal_box {
  width: 50%;
}

.landing_section_three_in .landing_create_equal_box img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.landing_section_three_in .landing_create_equal_box h2 {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  color: #fab429;
  font-family: "Noto Sans", sans-serif;
}

.landing_section_three_in .landing_create_equal_box div {
  padding-top: 25px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8rem;
  font-family: "Noto Sans", sans-serif;
}

.landng_section_four {
  width: 100%;
  padding: 80px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
}

.landng_section_four_in {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

.landng_section_four_in h2 {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: capitalize;
}

.landing_section_five {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: #242526;
}

.landing_section_five_in {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

.landing_section_five_in h2 {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
}

.landing_section_five_in p {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  padding-top: 30px;
}

.ranges {
  padding-top: 30px;
}

.ranges_ {
  padding-top: 0px;
}

.smiulator_helper {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #f65169;
}

.smiulator_helper svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.helper_right {
  margin-left: auto;
  margin-right: 10px;
}

.helper_right svg {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  fill: #f65169;
}

.landing_sec_ {
  padding: 30px;
  width: 100%;
  position: relative;
}

.landing_sec_ h2 {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
  font-family: system-ui, -apple-system, sans-serif;
}

.landing_sec_ span {
  font-weight: 700;
  color: #f65169;
}

.landing_sec_ p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
}

.landing_create_equal_box .smiulator_helper .helper_right span {
  font-weight: 600;
}

.landing_section_six {
  width: 100%;
  padding: 20px 0px;
  position: relative;
}

.landing_section_six_in {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.error_report {
  width: 100%;
  position: absolute;
  background-color: #242526;
  padding: 20px;
  z-index: -1;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
  margin-top: -30px;
  padding-top: 52px;
  display: none;
}

.landing-sticky-footer {
  padding: 20px 15px;
  color: #ffffff;
  position: fixed;
  bottom: 0px;
  margin-top: -50px;
  width: 100%;
  left: 0;
  z-index: 100000;
  font-size: 18px;
  padding-top: 0px;
}

.landing-sticky-footer-in {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 16px;
  background: #242526;
  white-space: pre;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: system-ui, -apple-system, sans-serif;
  letter-spacing: 2.4px;
}

.landing-sticky-footer-in-color-click {
  color: #f65169;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
}

.landing-sticky-footer-in a {
  text-decoration: underline;
  color: #f65169;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.landing-sticky-footer-in svg {
  width: 20px;
  height: 20px;
  fill: #f65169;
  margin-right: 10px;
}

._1u5W_:nth-child(4n+1) {
  -webkit-animation: _2o46b 4s ease-in-out -0.5s infinite;
  animation: _2o46b 4s ease-in-out -0.5s infinite;
}

@-webkit-keyframes _2o46b {
  0% {
    -webkit-transform: translateY(5%) skew(3deg);
    transform: translateY(5%) skew(3deg);
  }

  25% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  50% {
    -webkit-transform: translateY(5%) skew(-3deg);
    transform: translateY(5%) skew(-3deg);
  }

  75% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  to {
    -webkit-transform: translateY(5%) skew(3deg);
    transform: translateY(5%) skew(3deg);
  }
}

._1u5W_:nth-child(4n+2) {
  -webkit-animation: _2o46b 4s ease-in-out -1s infinite;
  animation: _2o46b 4s ease-in-out -1s infinite;
}

._1u5W_:nth-child(4n+3) {
  -webkit-animation: _2o46b 4s ease-in-out -1.5s infinite;
  animation: _2o46b 4s ease-in-out -1.5s infinite;
}

._1u5W_:nth-child(4n) {
  -webkit-animation: _2o46b 4s ease-in-out 0s infinite;
  animation: _2o46b 4s ease-in-out 0s infinite;
}

@keyframes _2o46b {
  0% {
    -webkit-transform: translateY(5%) skew(3deg);
    transform: translateY(5%) skew(3deg);
  }

  25% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  50% {
    -webkit-transform: translateY(5%) skew(-3deg);
    transform: translateY(5%) skew(-3deg);
  }

  75% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  to {
    -webkit-transform: translateY(5%) skew(3deg);
    transform: translateY(5%) skew(3deg);
  }
}

/*Accordion*/
.landing_section_six_in ul {
  list-style: none;
  padding: 0;
}

.landing_section_six_in ul .inner {
  overflow: hidden;
  display: none;
  padding: 15px;
  background-color: #242526;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0px 10px;
}

.landing_section_six_in ul li {
  margin: 0.5em 0;
}

.landing_section_six_in ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  font-family: system-ui, -apple-system, sans-serif;
}

.landing_section_six_in ul li a.toggle {
  width: 100%;
  display: block;
  background: #242526;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.landing_section_six_in ul li a.toggle:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.activeTogg {
  background-color: #fab429 !important;
  color: #242526 !important;
}

/*Accordion*/
/*RANGE*/
input[type=range] {
  width: 100%;
  height: 28px;
  /* thumbHeight + (2 x thumbBorderWidth)*/
  -webkit-appearance: none;
  /*remove the line*/
  outline: none;
  background-color: transparent !important;
  border: 0;
  /*for firefox on android*/
  padding: 0 8px;
  /*for IE*/
  margin: 8px 0;
}

/*chrome and opera*/
input[type=range]::-webkit-slider-runnable-track {
  background: #fab429;
  /*trackColor*/
  height: 4px;
  /*trackHeight*/
  border-radius: 4px;
  /*trackHeight*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=range]:hover::-webkit-slider-runnable-track,
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fab429;
  /*activeTrackColor*/
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #f65169;
  /*thumbColor*/
  width: 15px;
  /* thumbHeight + (2 x thumbBorderWidth)*/
  height: 15px;
  /* thumbHeight + (2 x thumbBorderWidth)*/
  border-radius: 50%;
  margin-top: -6px;
  /* -[thumbHeight + (2 x thumbBorderWidth) - trackHeight]/2*/
  cursor: pointer;
  border: 1px solid #242526;
  /*border-width should be equal to thumbBorderWidth if you want same border width across all browsers and border-color should match the background*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=range]:hover::-webkit-slider-thumb,
input[type=range]:focus::-webkit-slider-thumb {
  background: #fab429;
  /*activeThumbColor*/
}

/*firefox*/
input[type=range]::-moz-focus-outer {
  border: 0;
}

input[type=range]::-moz-range-track {
  background: #1a1a1b;
  /*trackColor*/
  height: 4px;
  /*trackHeight*/
  border-radius: 4px;
  /*trackHeight*/
  /*background isn't animatable, so can't use transition*/
}

input[type=range]:hover::-moz-range-track,
input[type=range]:focus::-moz-range-track {
  background: #1a1a1b;
  /*activeTrackColor*/
}

input[type=range]::-moz-range-thumb {
  background: #fab429;
  /*thumbColor*/
  width: 10px;
  /*thumbHeight*/
  height: 10px;
  /*thumbHeight*/
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #242526;
  /*border-width = thumbBorderWidth, border-color should match the background*/
}

input[type=range]:hover::-moz-range-thumb,
input[type=range]:focus::-moz-range-thumb {
  background: #f65169;
  /*activeThumbColor*/
}

input[type=range]::-moz-range-progress {
  background: #f65169;
  /*thumbColor*/
  border-radius: 4px;
  /*trackHeight*/
  height: 4px;
  /*trackHeight*/
}

input[type=range]:hover::-moz-range-progress,
input[type=range]:focus::-moz-range-progress {
  background: #fab429;
  /*activeThumbColor*/
}

/*edge and IE*/
input[type=range]::-ms-track {
  background: #1a1a1b;
  /*trackColor*/
  height: 4px;
  /*trackHeight*/
  border-radius: 4px;
  /*trackHeight*/
  border: none;
  color: transparent;
}

input[type=range]:hover::-ms-track,
input[type=range]:focus::-ms-track {
  background: #fab429;
  /*activeTrackColor*/
}

input[type=range]::-ms-thumb {
  background: #f65169;
  /*thumbColor*/
  width: 10px;
  /*thumbHeight*/
  height: 10px;
  /*thumbHeight*/
  border-radius: 50%;
  border: none;
  margin: 0 4px 0;
  /*0 thumbBorderWidth 0*/
  box-shadow: 0 0 0 4px #242526;
  /*0 0 0 thumbBorderWidth #fff, box-shadow color should match the background*/
  /*cursor:pointer; doesn't work*/
}

input[type=range]:hover::-ms-thumb,
input[type=range]:focus::-ms-thumb {
  background: #fab429;
  /*activeThumbColor*/
}

input[type=range]::-ms-tooltip {
  display: none;
  /*tooltip makes thumb sliding lagy*/
}

input[type=range]::-ms-fill-lower {
  background: #f65169;
  /*thumbColor*/
  border-radius: 4px;
  /*trackHeight*/
}

input[type=range]:hover::-ms-fill-lower,
input[type=range]:focus::-ms-fill-lower {
  background: #fab429;
  /*activeThumbColor*/
}

.vertically-stacked-slider {
  padding: 8px;
}

.vertically-stacked-slider>input[type=range] {
  padding: 0;
}

.horizontally-stacked-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontally-stacked-slider>input[type=range] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*RANGE*/
.ds-top-left {
  position: absolute;
  bottom: 32%;
  left: 10%;
}

.ds-top-right {
  position: absolute;
  bottom: 38%;
  right: 12%;
}

.ds-btm-right {
  position: absolute;
  bottom: 18%;
  right: 14%;
}

.ds-btm-left {
  position: absolute;
  bottom: 15%;
  left: 20%;
}

.area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(138, 27, 246, 0.35);
  -webkit-animation: landing_animate 25s linear infinite;
  animation: landing_animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

.landing_wrapper .footer_container_out {
  position: relative;
  bottom: 0px;
  padding: 13px;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  z-index: 5;
  margin-bottom: 80px;
  text-align: center;
}

.footer_container_out {
  position: relative;
  bottom: 0px;
  padding: 13px;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  z-index: 5;
  text-align: center;
}

@keyframes landing_animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@-webkit-keyframes landing_animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.ds-move-slow {
  -webkit-animation: moveInCircle 25s linear infinite;
  /* Chrome, Safari 5 */
  /* Firefox 5-15 */
  /* Opera 12+ */
  animation: moveInCircle 25s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}

.ds-move-slower {
  -webkit-animation: moveInCircle 320s linear infinite;
  /* Chrome, Safari 5 */
  /* Firefox 5-15 */
  /* Opera 12+ */
  animation: moveInCircle 32s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}

@-webkit-keyframes moveInCircle {
  from {
    -webkit-transform: rotate(5deg) translateX(25px) rotate(-5deg);
    transform: rotate(5deg) translateX(25px) rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(25pxpx) rotate(-360deg);
  }
}

@keyframes moveInCircle {
  from {
    -webkit-transform: rotate(5deg) translateX(25px) rotate(-5deg);
    transform: rotate(5deg) translateX(25px) rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(25px) rotate(-360deg);
    transform: rotate(360deg) translateX(25px) rotate(-360deg);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.i_sug_cont {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  float: left;
}

.sugest {
  width: 50%;
  position: relative;
  padding: 3px;
  float: left;
}

.i_sub_u_cov {
  position: relative;
  padding-top: 90%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.i_sub_u_det {
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
}

.i_sub_u_det_container {
  width: 100%;
  height: 100%;
}

.i_sub_u_ava {
  width: 52px;
  height: 52px;
  margin: 0px auto;
  margin-top: -25px;
  border: 2px solid #18191A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.i_sub_u_d {
  width: 100%;
  padding: 5px 15px;
  position: relative;
}

.i_sub_u_name {
  width: 100%;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.i_sub_u_name a {
  text-decoration: none;
  color: #ffffff;
}

.i_sub_u_men {
  width: 100%;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 8px;
}

.i_sub_u_men a {
  text-decoration: none;
  color: #ffffff;
}

.i_sub_u_d .i_p_items_box_ {
  padding-top: 0px;
  margin-bottom: 5px;
}

.i_sub_u_d .i_p_items_box_ .i_btn_item_box {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.i_sub_u_d .i_p_items_box_ .i_btn_item_box svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}

.i_first_letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 0px 0px 10px;
}

.i_b_country_container {
  width: 100%;
  padding: 15px;
  float: left;
  padding-bottom: 0px;
}

.i_block_country_item {
  margin-right: 10px;
  background-color: #f9f9fb;
  padding: 8px 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_block_country_item:hover {
  color: #242526;
  background-color: #f65169;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.i_a_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  color: #242526;
  background-color: #f65169;
  margin-left: 10px;
}

.i_a_body .i_h_in {
  width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chsed {
  color: #242526;
  background-color: #f65169;
}

/*Version 2.5 Live Streaming Main page feature STARTED HERE*/
.i_created_live_streamings_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px 0px 10px 10px;
  border-radius: 8px;
  background-color: #242526;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow-x: auto;
}

.i_list_live_streams {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_list_live_i_c {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.i_list_live_owner {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.i_list_live_owner img {
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_live_paid {
  position: absolute;
  bottom: -3px;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-color: #242526;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_live_paid svg {
  width: 16px;
  height: 16px;
  fill: #f65169;
}

.i_l_see_others {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border: 2px solid #fab429;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  min-width: 128px;
}

.i_l_see_others a {
  text-decoration: none;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_l_see_others svg {
  width: 28px;
  height: 28px;
}

.i_l_see_others span {
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  padding-left: 8px;
}

.c_live_streaming {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}

.c_live_plus {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c_live_plus svg {
  fill: #242526;
  width: 15px;
  height: 15px;
}

.i_live_p_icon {
  position: absolute;
  right: -8px;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-color: #242526;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_live_p_icon svg {
  width: 13px;
  height: 13px;
  fill: #f65169;
}

.swiper {
  width: 240px;
  height: 320px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.swiper .swiper-wrapper .swiper-slide .i_sub_u_cov {
  padding-top: 150% !important;
}

.i_postFormContainer_swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  border-radius: 8px;
  background-color: #2e2e2e;
  margin-bottom: 25px;
  background-image: url("img/geometricBg.png");
  background-size: cover;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.i_postFormContainer_swiper {
  display: none;
}

.i_postFormContainer_swiper .i_right_box_header {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 15px 0px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.horizontal_arrow {
  padding: 10px 0px 0px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.horizontal_arrow svg {
  fill: #f65169;
}

.horizontal_arrow svg {
  width: 35px;
  height: 35px;
}

/*Version 2.5 Live Streaming Main Page Style FINISHED HERE*/
/*Version 2.6 Style STARTED*/
.i_t_warning_earning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding: 10px;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  padding-bottom: 15px;
  display: none;
  color: #43a047;
}

.i_t_warning_earning a {
  text-decoration: none;
  font-weight: 600;
  color: #43a047;
}

.point_subs_not {
  font-weight: 400 !important;
  line-height: 1.4rem;
  font-size: 14px;
}

.pay_subscription_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #242526;
  background-color: #f65169;
  cursor: pointer;
}

.pay_subscription_point:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #f65169;
}

.pay_subscription_point svg {
  fill: #242526;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 4px;
}

.pay_subscription_point_renew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 13px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #242526;
  background-color: #2770dd;
  cursor: pointer;
}

.pay_subscription_point_renew a {
  color: #242526;
  text-decoration: none;
}

.pay_subscription_point_renew:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: #4C7AE4;
}

.pay_subscription_point_renew svg {
  fill: #242526;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 4px;
}

.insfsub {
  font-weight: 500;
  color: #e53935;
}

.insfsub a {
  text-decoration: none;
  color: #f65169;
  font-weight: 600;
}

.i_sub_box_unm_interval {
  font-weight: 400;
  font-size: 14px;
  color: #242526;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 4px 10px;
  margin-top: 3px;
  background: #fab429;
}

/*Version 2.6 Style FINISHED*/
/*Version 2.7 Style STARTED*/
.in_tips svg {
  fill: #858fad;
}

.in_tips:hover svg {
  fill: #f65169;
}

.i_post_footer_item {
  width: 16.6%;
}

.modal_tip {
  width: 400px !important;
}

.i_set_subscription_fee_box {
  width: 100%;
}

.border-right-radius {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tip_style {
  font-weight: 700;
  color: #65676B;
}

.i_tip_not {
  font-weight: 400;
  font-size: 11px;
  color: #868dac;
  padding-top: 2px;
}

.send_tip_btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-filex;
  padding: 13px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #ffffff;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.send_tip_btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.send_tip_btn svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
  margin-right: 10px;
}

.send_tip_methods_btn {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 13px;
  border-radius: 30px;
  background: transparent;
  color: #f0f0f0;
  font-weight: 600;
  font-family: "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  border: 2px solid #3c3c3c;
  cursor: pointer;
  transition: all .25s ease;
  margin-top: 10px;
}

.send_tip_methods_btn:hover {
  transform: scale(1.03);
  border-color: #5c5c5c;
}

.send_tip_methods_btn svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  fill: currentColor;
}

.i_thanks_bubble_cont {
  position: absolute;
  width: 100%;
  max-width: 300px;
  top: 75px;
  left: 0px;
  z-index: 5;
  display: none;
}

.i_bubble {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  background: #468cef;
  border-radius: 10px;
  color: #242526;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
}

.i_bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #468cef transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  left: 30px;
}

/*Version 2.7 Style FINISHED*/
/*Version 2.9 Style STARTED*/
.live_wrapper_tik {
  padding-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: calc(100vh - 0px);
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #242526;
}

.live_left_in_holder {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding-right: 12px;
  -webkit-perspective-origin: right top;
  perspective-origin: right top;
  top: 72px;
  bottom: 0;
  width: 240px;
  position: fixed;
  padding: 15px 8px;
}

.live_left_in_holder a {
  text-decoration: none;
}

.live_left {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.live_right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.live_left_in_wrapper {
  position: relative;
  width: 240px;
  -ms-flex: 0 0 240px;
  -webkit-box-flex: 0;
  flex: 0 0 240px;
}

.live_right_in_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(0px + 100%);
  position: relative;
}

.live_right_in_left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  position: relative;
  overflow-x: hidden;
}

.live_right_in_right {
  min-height: 520px;
  height: calc(0px + 100%);
  height: -ms-calc(0px + 100%);
  height: -o-calc(0px + 100%);
  position: relative;
  overflow-x: initial;
  overflow-y: initial;
  width: 341px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  -webkit-transition-property: width;
  transition-property: width;
  padding: 20px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.live_right_in_right_in {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(-61px + 100%);
  height: -o-calc(-61px + 100%);
  height: -ms-calc(-61px + 100%);
  padding: 10px 5px;
}

.live_suggested_lives_wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.live_suggested_lives_wrapper .i_right_box_header {
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.i_live_user_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 8px;
}

.i_live_user_avatar img {
  width: 100%;
  height: auto;
  position: relative;
}

.live_suggested_lives_wrapper .i_left_menu_box {
  font-weight: 500;
  font-size: 13px;
}

.live_suggested_lives_wrapper .i_left_menu_box a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.live_video_header {
  position: relative;
  width: 100%;
  padding: 13px 10px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.live_creator_avatar_live {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}

.live_creator_avatar_live img {
  position: relative;
  width: 35px;
  height: 35px;
}

.live_creator_live_name_live_username {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
}

.live_creator_live_username a {
  text-decoration: none;
  color: #ffffff;
}

.live_creator_live_name {
  padding-top: 5px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

.live_creator_live_name svg {
  width: 14px;
  height: 14px;
  fill: #b3b9cc;
  margin-left: 5px;
}

.live_creator_live_name span {
  font-weight: 600;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  padding-left: 3px;
}

.live_header_in_right {
  position: relative;
  margin-left: auto;
}

.live_owner_flw_btn .i_btn_like_item {
  padding: 8px 11px !important;
  font-size: 13px !important;
}

.live__live_video_holder {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(-16rem + 100vh);
}

.live_vide__holder {
  position: relative;
  height: 100%;
  background-color: rgb(0, 0, 0);
}

.live_mics_cameras {
  padding: 0px;
}

.i_h_in_live {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 12px;
}

.live_gif_coins_list {
  padding: 10px 0px;
}

.live_gif_coins_list_wrapper {
  position: relative;
  width: 100%;
}

.live_gif_coins_list_wrapper .swiper {
  width: 100%;
  height: auto;
}

.live_gif_cons_list_wrapper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 25px !important;
  color: #f65169 !important;
}

.live_gift_coin_container {
  padding: 10px;
  width: 100%;
  max-width: 200px;
  font-family: system-ui, -apple-system, sans-serif;
}

.live_gift_coin_avatar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0px auto;
}

.live_gift_coin_avatar img {
  position: relative;
  width: 100%;
}

.live_gift_coin_name {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}

.live_gift_coin_amount {
  width: 100%;
  padding-top: 3px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  font-style: italic;
}

.live_gift_hv {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.live_gift_coin_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: none;
  padding-top: 22px;
}

.live_gift_coin_container:hover .live_gift_coin_btn {
  display: block;
}

.live_coin_btn {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px auto;
}

.live_coin_send {
  padding: 5px 10px;
  color: #242526;
  background-color: #f65169;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-style: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.live_coin_send:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #fab429;
}

.live_animation_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.live_an_img {
  position: relative;
  width: 100%;
  max-width: 20%;
  height: auto;
  margin: 0px auto;
}

.live_an_img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.gElp9 {
  width: 100%;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.2rem;
}

.gElp9 a {
  color: #ffffff;
  font-family: "Abril Fatface", cursive;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin-right: 10px;
}

.mytransition {
  background-color: transparent;
  -webkit-animation-name: animationName;
  animation-name: animationName;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes animationName {
  0% {
    background-color: #f9f9fb;
  }

  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@keyframes animationName {
  0% {
    background-color: #f9f9fb;
  }

  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.live_send_message_box_wrapper {
  position: absolute;
  width: 100%;
  padding: 10px 8px;
  bottom: 0px;
  left: 0px;
  background-color: #242526;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 54px;
  flex-basis: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.live_coin_current_balance {
  position: relative;
  width: 100%;
  padding: 15px;
}

.current_balance_box {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.current_balance_box svg {
  fill: #f65169;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  position: relative;
  margin-left: 8px;
  margin-right: 10px;
}

.current_balance_box a {
  padding: 8px 12px;
  text-decoration: none;
  color: #f65169;
  border: 1px solid #f65169;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.current_balance_box a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.current_balance_box a:hover {
  background-color: #f65169;
  color: #242526;
}

.gElp9 img {
  width: 30px;
  height: auto;
  position: relative;
}

.gift_attan {
  font-weight: 600;
  font-size: 13px;
  font-family: "Abril Fatface", cursive;
  color: #fab429;
}

.currentt_live_streamings_list_container {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}

.live_list_box_wrapper_live {
  position: relative;
  width: 100%;
  width: calc(25% - 0px);
  width: -o-calc(100% / 4 - 0px);
  width: -ms-calc(100% / 4 - 0px);
  padding: 8px;
  float: left;
}

.max_height_live_mobile {
  max-height: calc(0rem + 100vh);
  max-height: -ms-calc(0rem + 100vh);
  max-height: -o-calc(0rem + 100vh);
}

.live_video_header_mobile {
  position: fixed;
  border-bottom: 1px solid transparent !important;
}

.loi {
  color: #ffffff !important;
}

.i_header_btn_item_live_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: transparent !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 8px;
}

.i_header_btn_item_live_mobile svg {
  fill: #ffffff !important;
  width: 13px;
  height: 13px;
}

.i_header_btn_item_live_mobile:hover {
  background-color: #ffffff !important;
}

.live_right_in_right_mobile {
  max-height: 350px;
  min-height: 350px;
  height: calc(0px + 100%);
  height: -ms-calc(0px + 100%);
  height: -o-calc(0px + 100%);
  position: absolute !important;
  overflow-x: initial;
  overflow-y: initial;
  width: 100% !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  -webkit-transition-property: width;
  transition-property: width;
  padding: 20px 10px;
  border-left: 1px solid transparent !important;
  bottom: 0px;
}

.live_right_in_right_mobile .live_send_message_box_wrapper {
  position: absolute;
  width: 100%;
  padding: 10px 8px;
  bottom: 0px;
  left: 0px;
  background-color: transparent !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 54px;
  flex-basis: 54px;
  border-top: 1px solid transparent !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea {
  background-color: transparent !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea .lmSize {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  overflow: hidden;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea .message_smiley .message_form_smiley_plus .message_pls svg {
  fill: #ffffff !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea .message_smiley .message_form_smiley_plus:hover {
  background-color: #2e2e2e !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_form_plus:hover {
  background-color: #2e2e2e !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_form_plus .message_pls svg {
  fill: #ffffff !important;
}

.live_right_in_right_mobile .live_right_in_right_in .gElp9 {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px #2e2e2e;
}

.live_right_in_right_mobile .live_right_in_right_in .gElp9 a {
  color: #ffffff !important;
  font-family: system-ui, -apple-system, sans-serif;
  text-shadow: 2px 2px 4px #2e2e2e;
}

.live_holder_plus_in {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
}

.holder_l_in {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.live_plus_mobile {
  top: 50px !important;
}

.live_pulse {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  padding: 4px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  animation: pulse-live 1s infinite alternate;
  -webkit-animation: pulse-live 1s infinite alternate;
  background-color: #f65169;
  margin-bottom: 13px;
}

.live_like_t {
  position: relative;
  margin-bottom: 13px;
}

.live_gift_call {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

.live_gift_call svg {
  width: 30px;
  height: 30px;
}

.live_footer_holder_show {
  position: fixed;
  bottom: 0px;
  max-height: 380px;
  width: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 2;
  display: block !important;
  background-color: #242526 !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ty_post {
  background-color: #1e88e5;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ty_profile {
  background-color: #f65169;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ty_point {
  background-color: #f57c00;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ty_live_stream {
  background-color: #f87855;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ty_tips {
  background-color: #f65169;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ty_live_gift {
  background-color: #fab429;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Product tag (missing in night) */
.ty_product {
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}


@keyframes pulse-live {
  0% {
    background-color: #f65169;
  }

  100% {
    background-color: #fab429;
  }
}

@-webkit-keyframes pulse-live {
  0% {
    background-color: #f65169;
  }

  100% {
    background-color: #fab429;
  }
}

/*Version 2.9 Style FINISHED*/
@keyframes dot-pulse-before {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #f65169;
    box-shadow: 9984px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 9984px 0 0 2px #f65169;
    box-shadow: 9984px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 9984px 0 0 -5px #f65169;
    box-shadow: 9984px 0 0 -5px #f65169;
  }
}

@keyframes dot-pulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #f65169;
    box-shadow: 9999px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 9999px 0 0 2px #f65169;
    box-shadow: 9999px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 9999px 0 0 -5px #f65169;
    box-shadow: 9999px 0 0 -5px #f65169;
  }
}

@keyframes dot-pulse-after {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #f65169;
    box-shadow: 10014px 0 0 -5px #f65169;
  }

  30% {
    -webkit-box-shadow: 10014px 0 0 2px #f65169;
    box-shadow: 10014px 0 0 2px #f65169;
  }

  60%,
  100% {
    -webkit-box-shadow: 10014px 0 0 -5px #f65169;
    box-shadow: 10014px 0 0 -5px #f65169;
  }
}

@media screen and (max-width: 900px) {
  .live_list_box_wrapper_live {
    width: calc(33.3333333333% - 0px);
    width: -o-calc(100% / 3 - 0px);
    width: -ms-calc(100% / 3 - 0px);
  }
}

@media screen and (max-width: 400px) {
  .live_list_box_wrapper_live {
    width: calc(50% - 0px);
    width: -o-calc(100% / 2 - 0px);
    width: -ms-calc(100% / 2 - 0px);
  }
}

@media screen and (max-width: 400px) {
  .live_list_box_wrapper_live {
    width: calc(100% - 0px);
    width: -o-calc(100% / 1 - 0px);
    width: -ms-calc(100% / 1 - 0px);
  }
}

.appendBoxLive {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}

/*Version 3.3 STARTED*/
.qrCodeGenerator {
  padding: 8px 12px;
  color: #242526;
  background-color: #43a047;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
}

.qrCodeGenerator:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.qrCodeImage {
  position: relative;
  width: 100%;
}

.qrCodeImage img {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

.qrCodeShareButtons {
  padding: 10px;
}

.qrSocialIcon {
  position: relative;
  padding: 8px;
  cursor: pointer;
}

.qrSocialIcon svg {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/*Version 3.3 version 3.4 FINISHED*/
/*Version 3.5 STARTED*/
.i_wrapper_cnt {
  position: relative;
  width: 100%;
  min-height: 350px;
}

.ia_affiliate_wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("img/affilate.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.iu_affilate_link {
  z-index: 3;
}

.i_affilate_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  outline: none;
  border: none;
  background-color: #242526;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  min-width: 360px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.affilate_earnings {
  margin: 0px auto;
  padding: 20px;
  background-color: #242526;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 30px;
  max-width: 150px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
}

.affilate_earnings svg {
  fill: #f65169;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.affilate_not {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.your_balance {
  width: 100%;
  color: #ffffff;
  font-size: 20px;
}

.share_to {
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-weight: 500;
}

.i_uploading_not {
  position: absolute;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #242526;
  z-index: 5;
  width: calc(100% - 0px);
}

.point_earn_list_wrapper {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  padding: 25px 0px;
  padding-bottom: 0px;
}

.next_payout_not li {
  width: 100%;
  padding: 10px 0px 0px 15px;
}

.point_earn_box_cont {
  width: 100%;
  padding: 15px;
  float: left;
  width: calc(25% - 0px);
  width: -o-calc(100% / 4 - 0px);
  width: -ms-calc(100% / 4 - 0px);
  width: -moz-calc(100% / 4 - 0px);
}

.point_earn_box_cont_in {
  float: left;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background-color: #18191A;
}

.point_earn_icon_cont {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #242526;
}

.point_earn_icon_wrp {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.point_earn_icon_wrp svg {
  fill: #f65169;
  width: 30px;
  height: 30px;
}

.point_earn_footer {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.point_earn_title_item {
  position: relative;
  margin: 0px auto;
  background-color: #242526;
  text-align: center;
  color: #f65169;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  margin-top: -25px;
}

.point_earn_list_wrp {
  width: 100%;
  padding: 20px 0px;
}

.earn_title_point {
  width: 100%;
  padding: 10px 5px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.r_u_s {
  font-weight: 600;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  background-color: #18191A;
  margin-bottom: 10px;
}

.micList {
  position: absolute;
  width: 100%;
  min-width: 230px;
  margin-right: 0px;
  background-color: #242526;
  top: 46px;
  right: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 0px;
  display: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.micList a {
  width: 100%;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
}

.micList a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.holder_l_in .button-group button {
  border: none;
  padding: 5px;
  color: #242526;
  font-weight: 500;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 10px;
}

/*Version 3.5 FINISHED*/
/*Version 3.6 STARTED*/
.green-audio-player {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.myaudio {
  width: 100%;
}

.onlySubs {
  top: 0px;
}

.mentions_list {
  padding-top: 10px;
}

.ownTooltipWrapper {
  position: absolute;
  max-width: 250px;
  right: 0;
  left: auto;
  top: calc(100% + 10px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 8px 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  pointer-events: none;
}

.create_stories {
  padding: 12px 10px;
  cursor: auto;
}

.create_stories svg {
  width: 25px;
  height: 25px;
  fill: #f65169;
}

.upload_story_image {
  display: inline-block;
  width: 113px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  min-height: 201px;
  cursor: pointer;
}

.create_sotry_form_container {
  padding-top: 25px;
  position: relative;
}

.create_sotry_form_container .i_upload_progress {
  top: 128px;
}

.story-view-item,
.story_view_item,
.story-view-item-fake {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 95px !important;
  padding: 0px;
  border-radius: 22px !important;
  overflow: visible !important;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  scroll-snap-align: center;
  isolation: isolate;
  min-height: 0;
  max-height: none;
  gap: 6px;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.story-view-item,
.story_view_item,
.story-view-item-fake {
  background-image: none !important;
}

.story-view-item.is-seen {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.story-view-item-fake.chsStoryw {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.story-view-item:before,
.story_view_item:before,
.story-view-item:after,
.story_view_item:after,
.story-view-item-fake:after {
  content: none !important;
}

.story-bubble {
  --story-size: 84px;
  position: relative;
  width: var(--story-size);
  height: var(--story-size);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#1d8fe1), to(#9b51e0));
  background: linear-gradient(135deg, #1d8fe1 0%, #9b51e0 100%);
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.story-bubble .story-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0b1020;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.story-add {
  background: -webkit-gradient(linear, left top, right bottom, from(#1f2937), to(#0f172a));
  background: linear-gradient(135deg, #1f2937 0%, #0f172a 100%);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.story-add .story-ring {
  background: #0a0f1d;
}

.story-add-cta {
  position: absolute;
  bottom: 4px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#8b5cf6), to(#9c27f5));
  background: linear-gradient(135deg, #8b5cf6 0%, #9c27f5 100%);
  border: 1px solid #0f172a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.story-live .story-bubble {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff5f6d), to(#ffc371));
  background: linear-gradient(135deg, #ff5f6d 0%, #ffc371 100%);
  -webkit-box-shadow: 0 14px 30px rgba(255, 95, 109, 0.28);
  box-shadow: 0 14px 30px rgba(255, 95, 109, 0.28);
}

.story-view-item.activated .story-bubble {
  background: linear-gradient(135deg, #1b2233 0%, #202a3d 100%);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  -webkit-filter: saturate(0.7);
  filter: saturate(0.7);
}

.story-view-item.is-seen .story-bubble {
  background: linear-gradient(135deg, #1b2233 0%, #202a3d 100%);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  -webkit-filter: saturate(0.7);
  filter: saturate(0.7);
}

.story-live-badge {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px 12px;
  background: #0f172a;
  color: #f3f4f6;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid #1f2937;
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
  gap: 6px;
}

.story-live-badge span {
  white-space: nowrap;
}

.story-live-icon .i_live_paid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-live-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.newSto {
  position: static;
  background: transparent;
  padding: 8px 0px 0px 0px;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
  font-family: "Noto Sans", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #e5e7eb;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.story-view-item:hover .newSto {
  background-color: transparent;
}

.plusSIc {
  position: static;
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plstr {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: 0px auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plstr svg {
  fill: #ffffff;
  width: 17px;
  height: 17px;
}

#storie_img {
  opacity: 0;
  display: none;
}

.label_storyUpload {
  cursor: pointer;
  display: inline-block;
  z-index: 99;
  height: 26px;
  top: 0px;
}

.edit_created_stories {
  width: 100%;
  position: relative;
  padding-top: 30px;
}

.uploaded_storie_container {
  width: 100%;
  background-color: #242526;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}

.uploaded_storie_image {
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  background-color: #2e2e2e;
  position: relative;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.uploaded_storie_image img {
  position: absolute;
  margin: 0px auto;
}

.uploaded_storie_before {
  border-radius: 0px !important;
}

.add_a_text {
  width: 100%;
  padding: 15px 0px 0px 0px;
}

.add_my_text {
  outline: none;
  width: 100%;
  resize: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  min-height: 55px;
  padding: 15px;
  background-color: #242526;
}

.uploaded_storie_image video {
  width: 100%;
  height: 500px;
}

.share_story_btn_cnt {
  width: 100%;
  padding: 8px 15px 9px 15px;
  background-color: #1e88e5;
  cursor: pointer;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.share_story_btn_cnt svg {
  fill: #ffffff;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.share_story_btn_cnt:hover {
  background-color: #1170c4;
}

.dmyStory {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dmyStory:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: #f65169;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.dmyStory svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}

.i_uploading_not_story {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #18191A;
  z-index: 5;
  left: 0px;
  top: 0px;
}

.non-shared-yet {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}

.non-shared-title-style {
  font-size: 13px;
}

.shared_storie_time {
  background-color: #242526;
  padding: 10px 12px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.shared_storie_time svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.dmyStory_extra {
  top: 46px;
}

.stories_wrapper {
  position: relative;
  margin-bottom: 24px;
  padding: 16px 0px !important;
  gap: 18px;
  overflow: visible;
  border: 1px solid #1f2937;
  border-radius: 28px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.stories_outer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.stories_scroller {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 18px;
  overflow: visible;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 18px;
  touch-action: pan-x;
  cursor: ew-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.stories_wrapper .swiper {
  height: auto !important;
}

.stories_scroller.is-dragging {
  cursor: ew-resize;
}

.stories_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.stories_wrapper .swiper-slide {
  margin-right: 0 !important;
}

.stories_scroller::-webkit-scrollbar {
  display: none;
}

.stories_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #1f2937;
  background: #0f172a;
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
  color: #e5e7eb;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.stories_wrapper.has-nav .stories_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.stories_outer.has-nav .stories_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.stories_nav.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stories_nav:hover {
  -webkit-transform: translateY(-50%) scale(1.04);
  transform: translateY(-50%) scale(1.04);
}

.stories_nav:active {
  -webkit-transform: translateY(-50%) scale(0.98);
  transform: translateY(-50%) scale(0.98);
}

.stories_nav-prev {
  left: -18px;
}

.stories_nav-next {
  right: -18px;
}

.mystoriesstyle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.story-view-item .media,
.story_view_item .media {
  display: none;
}

.story-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.story-view-item .name,
.story-view-item-fake .name,
.story_view_item .name {
  position: static;
  width: 100%;
  text-align: center;
  color: #e5e7eb;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-shadow: none;
  background: transparent;
  padding: 0;
  text-transform: none;
  line-height: 1.3;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.story-view-item.activated {
  opacity: 0;
}

.story-view-item.activated .name {
  opacity: 0;
}

.sv-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}

.sv-container.transition {
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
}

.sv-mask.swipe-close {
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.sv-mask.open {
  opacity: 1;
}

.sv-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #18191A;
  border-radius: 50%;
  z-index: 1001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sv-view.removing {
  opacity: 0;
}

.sv-view.move {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.sv-view.open {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
}

.sv-view.open .close {
  opacity: 1;
  visibility: visible;
}

.sv-view .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  right: 10px;
  color: #242526;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  font-size: 17px;
  cursor: pointer;
  z-index: 999;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.sv-view .close img {
  height: 20px;
}

.sv-view .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sv-view .content .current-media {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sv-view .content .current-media.effect {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.sv-view .content img,
.sv-view .content video {
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  opacity: 0;
}

.sv-view .content img.next,
.sv-view .content video.next {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.sv-view .content img.prev,
.sv-view .content video.prev {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.sv-view .content .media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.sv-view .media-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
  min-height: 45px;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sv-view .media-bars li {
  position: relative;
  width: 100%;
  min-height: 3px;
  margin: 0 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}

.sv-view .media-bars .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff;
}

.sv-view .profile {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 40px;
  left: 15px;
  max-width: 240px;
  padding-right: 40px;
  height: 35px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 40px;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.sv-view .profile.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sv-view .profile:not(.can-visible) {
  opacity: 0 !important;
}

.sv-view .profile.sv-profile-image:not(.sv-profile-name) {
  padding-left: 5px;
  padding-right: 5px;
}

.sv-view .profile.sv-profile-image:not(.sv-profile-name) .image {
  margin-left: 0;
}

.sv-view .profile.sv-profile-image:not(.sv-profile-name) .name {
  display: none;
}

.sv-view .profile.sv-profile-name:not(.sv-profile-image) {
  padding-left: 40px;
}

.sv-view .profile.sv-profile-name:not(.sv-profile-image) .name {
  margin-left: 0;
}

.sv-view .profile.sv-profile-name:not(.sv-profile-image) .image {
  display: none;
}

.sv-view .profile .image {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  margin-left: 5px;
  background: transparent none no-repeat center center/cover;
}

.sv-view .profile .name {
  display: block;
  max-height: 60px;
  margin-left: 10px;
  font-size: 13px;
  color: #ffffff;
}

.sv-view .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.hereText {
  position: absolute;
  width: 100%;
  margin: 0px auto;
  max-width: 360px;
  text-align: center;
  bottom: 0px;
  padding: 20px;
  color: #242526;
  font-size: 15px;
  z-index: 5;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 100%;
}

.hereText p {
  width: 100%;
}

.hereText svg {
  fill: #242526;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 38px;
}

.hereTextClicked {
  overflow-y: scroll;
  overflow-x: auto;
  white-space: inherit;
  height: 100%;
  max-height: 360px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
}

.hereTextClicked span {
  display: none;
}

.hereTextClicked p {
  display: inline-block;
  height: 100%;
}

@-webkit-keyframes loading-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sv-view .loading.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.sv-view .loading.show span {
  opacity: 1;
}

.sv-view .loading>span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border-top: 2px solid #242526;
  border-right: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-animation: loading-spinner 0.6s linear infinite;
  animation: loading-spinner 0.6s linear infinite;
}

.story-view-pr-avatar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 3;
  background: var(--story-bg, #0f172a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.exBody {
  float: left;
  position: relative;
  width: 100%;
}

._pbwg8 {
  position: relative;
  float: left;
  width: calc(25% - 1px);
  width: -moz-calc(100%/4 -1px);
  padding: 1px;
}

._jjzlb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #2e2e2e;
}

.exPex {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.exBody {
  float: left;
  position: relative;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
}

.exPex {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.st_det {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.set_items {
  position: relative;
  width: 100%;
  height: 100%;
}

.set_ite_footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.set_the_top_right_btns {
  position: absolute;
  right: 0px;
  padding: 10px;
  top: 0px;
  z-index: 5;
}

.set_eye {
  position: relative;
  margin: 0px auto;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
}

.set_eye svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.set_btn {
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
}

.set_btn svg {
  fill: #ffffff;
  width: 14px;
  height: 14px;
}

.viewer_list_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 15px;
  max-height: 400px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.no_one_has_viewed {
  position: relative;
  padding: 20px;
  min-height: 300px;
  font-weight: 600;
  font-size: 16px;
  color: #65676B;
  font-family: system-ui, -apple-system, sans-serif;
}

.wpr a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

.crate_a_product_wrapper {
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.crate_a_product_item {
  position: relative;
  display: inline-block;
  width: 100%;
  width: 33.333%;
  padding: 10px;
}

.start_from_scratch {
  border: 2px dashed rgba(0, 0, 0, 0.05);
  height: 100px;
  background: rgba(34, 34, 34, 0.03);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.start_from_scratch:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 1;
}

.cretate_item_box {
  height: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cretate_item_box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 1;
}

.cibBoxColorOne {
  background: #1e88e5;
}

.cibBoxColorTwo {
  background: #f65169;
}

.cibBoxColorThree {
  background: #fab429;
}

.cibBoxColorFour {
  background: #9F4EC8;
}

.cibBoxColorFive {
  background: #f87855;
}

.cibIcon {
  padding: 10px;
}

.cibIcon svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}

.create_product_form {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.create_product_form_column {
  width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input_title {
  width: 65%;
}

.input_title_title {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 10px;
  color: #ffffff;
}

.input_price {
  width: 30%;
}

.prc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  margin-top: 16px;
  border: 1px solid rgba(34, 34, 34, 0.05);
}

.relativePosition {
  position: relative;
}

.input_prc_padding {
  padding-left: 64px;
}

.prc_currency {
  width: 48px;
  height: 100%;
  border-right: 1px solid rgba(34, 34, 34, 0.05);
  top: 0;
  left: 0;
  font-size: 16px;
  position: absolute;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.input_file_form {
  width: 20%;
}

.input_uploaded_images {
  width: 85%;
}

.i_pr_file,
.i_prd_file {
  border: 2px dashed rgba(34, 34, 34, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  width: 100%;
  height: 100px;
}

.i_pr_file:hover,
.i_prd_file:hover {
  background-color: #18191A;
}

.pr_file_,
.prd_file_ {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.i_pr_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 5px;
  cursor: pointer;
  margin-right: 5px;
}

.i_pr_btn svg {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #ffffff;
}

.input_uploaded_images {
  padding-left: 10px;
}

.input_uploaded {
  width: 100%;
  background-color: #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
}

.input_uploaded_file {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
}

.col-tit {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 10px;
  color: #ffffff;
}

.col-tit-advanced-settings {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
}

.col-textarea-box {
  width: 100%;
  position: relative;
}

.col-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  margin-top: 16px;
  border: 1px solid rgba(34, 34, 34, 0.05);
  min-height: 100px;
}

.col-tit span svg,
.qmark span svg {
  fill: #ffffff;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.pr_save_btna {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding: 15px;
  color: #242526;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pr_save_btna:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.input_uploaded .i_uploaded_item {
  position: relative;
  float: left;
  width: 98px;
  min-height: 98px;
  padding: 3px;
}

.pr_im img {
  width: 20px;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
}

.delprod {
  padding: 8px 10px;
  color: #242526;
  margin-right: 10px;
  background-color: #f65169;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  font-family: system-ui, -apple-system, sans-serif;
}

.delprod svg {
  width: 13px;
  height: 13px;
  fill: #242526;
  margin-right: 5px;
}

.edtprod {
  padding: 8px 10px;
  color: #242526;
  margin-right: 10px;
  background-color: #468cef;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  font-family: system-ui, -apple-system, sans-serif;
}

.edtprod a {
  text-decoration: none;
  color: #242526;
}

.edtprod svg {
  width: 13px;
  height: 13px;
  fill: #242526;
  margin-right: 5px;
}

.edtprod:hover,
.delprod:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
}

.crate_a_product_item a {
  text-decoration: none;
  color: #242526;
}

.uploadedFileContainer {
  background-color: #18191A;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  max-width: 350px;
  height: 100px;
  padding: 10px;
  position: relative;
  display: none;
}

.uploadedFileContainer:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.uploadedFileContainer a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
}

.theFileIcon {
  width: 50px;
  height: 50px;
  position: relative;
}

.theFileIcon svg {
  width: 50px;
  height: 50px;
}

.theFileName {
  width: 100%;
  max-width: 270px;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.now_creating {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
  padding: 20px 0px;
  text-align: center;
}

.choose_me {
  padding: 20px;
}

.chsm-item {
  width: 100%;
  padding: 15px;
}

.chsm-item a {
  text-decoration: none;
  width: 100%;
}

.chsm {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}

.chsm_bg_one {
  background: rgb(63, 94, 251);
  background: linear-gradient(319deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
}

.chsm_bg_two {
  background: rgb(131, 58, 180);
  background: linear-gradient(157deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
}

.chsm {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 15px;
}

.chsm svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 12px;
}

.chsm_title {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

.st_bg_cont {
  padding: 5px;
}

.create_text_story_bg_wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.st_img_wrapper {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.st_img_wrapper:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1;
}

.choosed_bg {
  border: 3px solid #1170c4;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1;
}

.bgs {
  width: 100%;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  border-bottom: 1px solid #f9f9fb;
  margin-bottom: 15px;
}

.typing_textarea {
  width: 100%;
  position: relative;
}

.strt_typing {
  position: relative;
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 10px;
}

.choosed_image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  background-color: #2e2e2e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 40px 0px;
}

.choosed_image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.choosed_image_or {
  width: 100%;
  position: relative;
  max-width: 400px;
  margin: 0px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.text_typed {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  color: #242526;
  font-family: "Bebas Neue", cursive;
  font-size: 25px;
  font-weight: 600;
  padding: 20px;
}

.hereTextStyle_one {
  width: 100%;
  max-width: 527px;
  font-family: "Bebas Neue", cursive;
  font-size: 25px;
  color: #ffffff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  bottom: auto;
  background-color: transparent;
  overflow-y: none !important;
  text-align: center;
  display: -ms-inline-grid;
  display: inline-grid;
  display: -moz-inline-grid;
  white-space: break-spaces;
  word-break: break-all;
}

.share_my_story {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.share_my_story .share_story_btn_cnt {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.share_my_story .share_story_btn_cnt {
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.share_my_story:hover .share_story_btn_cnt {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  z-index: 1;
}

.product_wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 0px 15px;
  padding-top: 20px;
}

.product_details_left {
  position: relative;
  width: 60%;
  height: 100%;
}

.product_details_right {
  position: relative;
  width: 40%;
  height: 100%;
}

.product_images_container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

.product_images_container .swiper {
  width: 100%;
  height: auto;
  max-height: 500px;
  position: relative;
}

.product_images_container .swiper {
  background-color: #242526;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.swiper-img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
}

.swiper-img video {
  width: 100%;
  height: auto;
}

.timp {
  display: block;
  min-height: 0px;
  max-height: 500px;
  height: auto;
  min-width: 0px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product_images_container .swiper .swiper-pagination {
  background-color: #242526;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.product_p_description {
  padding-top: 20px;
  width: 100%;
  position: relative;
}

.product__description {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.product__d_all {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.3rem;
}

.other_items_by_owner {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 18px 16px 10px;
  margin-top: 20px;
  background: linear-gradient(135deg, #1f1f22, #2d2f3a);
  border: 1px solid #343845;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.other_items_by_owner_title {
  width: 100%;
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.other_items_by_owner_title a {
  text-decoration: none;
  color: #f65169;
  font-weight: 700;
}

.i_other_products_container {
  width: 100%;
  padding: 10px 0px 6px;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.s_p_product_container {
  width: 100%;
  max-width: 285px;
  min-width: 240px;
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
}

.s_p_product_wrapper {
  position: relative;
  width: 100%;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.s_p_product_wrapper:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.s_p_product_container a {
  text-decoration: none;
}

.product_image {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0px;
  background-color: #242526;
  overflow: hidden;
}

.s_p_details {
  width: 100%;
  padding: 20px 10px;
}

.s_p_title {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding-bottom: 8px;
}

.s_p_price {
  width: 100%;
  padding-top: 10px;
  color: #f87855;
  font-weight: 700;
  font-size: 25px;
  font-family: system-ui, -apple-system, sans-serif;
}

.s_p_product_type {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-radius: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 3px 9px;
}

.scratch {
  color: #242526 !important;
  background: #858fad;
}

.bookazoom {
  background: #1e88e5;
}

.digitaldownload {
  background: #f65169;
}

.liveeventticket {
  background: #fab429;
}

.artcommission {
  background: #9F4EC8;
}

.joininstagramclosefriends {
  background: #f87855;
}

.product_details_right_in {
  width: 100%;
  position: relative;
  background-color: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-left: 15px;
  padding: 0px;
  margin-bottom: 15px;
}

.h_product_title {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  margin: 0px;
  text-transform: capitalize;
}

.s_p_owner_cont {
  position: relative;
  width: 100%;
}

.i_unm_product {
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_unm_product svg {
  fill: #4C7AE4;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

.s_p_owner_cont .i_u_details {
  margin-top: 20px;
  margin-bottom: 10px;
}

.product_details_right_in .s_p_price {
  width: 100%;
  padding-top: 10px;
  color: #f87855;
  font-weight: 600;
  font-size: 26px;
  font-family: system-ui, -apple-system, sans-serif;
  padding-bottom: 10px;
}

.buy_my_product {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
}

.buy__myproduct {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.buy__myproduct:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.buy__myproduct svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.s_p_price span {
  font-weight: 400;
  font-size: 15px;
}

.product_details_right_in .s_p_product_type {
  margin-bottom: 15px;
}

.s_share_on_social {
  width: 100%;
  position: relative;
  padding: 20px 0px;
}

.s_social {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.s_social svg {
  fill: #43a047;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.on_s {
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.on_s svg {
  width: 16px;
  height: 16px;
}

.s_p_s_p {
  width: 100%;
  position: relative;
  margin-top: 15px;
  padding: 15px 15px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ffffff;
}

.s__p {
  position: relative;
  width: 100%;
}

.s__p:first-child {
  border-right: 1px solid #18191A;
}

.s__p svg {
  fill: #f65169;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.purchase_pp_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.yourWallet,
.p_p_wallet_cont,
.s_p_p_before,
.s_p_p_p_download,
.s_p_live_not {
  width: 100%;
  padding: 0px 0px;
  position: relative;
}

.your_wallet_icon_cont {
  position: relative;
  width: 100%;
}

.your_wallet_icon {
  background-color: #18191A;
  margin: 0px auto;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.your_wallet_icon svg {
  fill: #f65169;
  width: 40px;
  height: 40px;
}

.crnt_points span {
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
}

.s_p_p_before {
  font-weight: 700;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #43a047;
  margin-top: 10px;
  padding: 10px 0px;
}

.s_p_p_before svg {
  fill: #43a047;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.s_p_p_p_download {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #242526;
  padding: 15px;
  background: rgb(63, 94, 251);
  background: linear-gradient(319deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.s_p_p_p_download:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.s_p_p_p_download svg {
  fill: #242526;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.s_p_p_p_download a {
  text-decoration: none;
  color: #242526;
}

.wrapper_product {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 150px;
  display: inline-block;
}

.s_p_live_not {
  background-color: #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.s_p_live_not {
  padding: 15px;
  margin-top: 15px;
}

.owner_not {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.owner_not_text {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  padding-top: 15px;
  line-height: 1.2rem;
}

.product_details_right_in_top {
  width: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-left: 15px;
  padding: 15px;
  margin-bottom: 15px;
}

.add_new_product {
  background: linear-gradient(90deg, #f65169, #fab429);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
  padding: 16px;
  position: relative;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.add_new_product:hover {
  -webkit-box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.add_new_product a {
  text-decoration: none;
  color: #ffffff;
}

.add_new_product a svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.ed_del_prod {
  position: relative;
  width: 100%;
  padding-top: 15px;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.edit_prod {
  background: linear-gradient(90deg, #22c55e, #16a34a);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 14px;
  width: calc(50% - 6px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.edit_prod:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.edit_prod a {
  text-decoration: none;
  color: #ffffff;
}

.del_prod {
  background: linear-gradient(90deg, #ef4444, #dc2626);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 14px;
  width: calc(50% - 6px);
  cursor: pointer;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.del_prod:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.ed_del_prod svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.type_news {
  font-weight: 500;
  font-size: 12px;
  color: #242526;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  margin-bottom: 8px;
}

.announcement_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  color: #ffffff;
  background: #242526;
}

.announcement_title {
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.announcement_title svg {
  fill: #242526;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.announcement_not {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  word-wrap: normal;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.2rem;
  padding-left: 10px;
}

.announcement_not img {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.git {
  width: 100%;
  position: relative;
  display: inline-block;
}

.got_it {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  float: right;
  margin-left: auto;
  background-color: #242526;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.got_it:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.shopi svg {
  width: 18px;
  height: 18px;
}

.shop_menu_wrapper {
  max-width: 1280px;
  margin: 0px auto;
  padding: 35px 20px 25px;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopping_left_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 320px;
  position: sticky;
  top: 110px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

.i_shopping_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background: radial-gradient(circle at 20% 20%, rgba(246, 81, 105, 0.14), transparent 35%), radial-gradient(circle at 80% 0%, rgba(250, 180, 41, 0.12), transparent 45%), #181a1f;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
  min-height: 400px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  height: -webkit-fit-content;
  padding: 18px;
  border: 1px solid #2f323a;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  gap: 8px;
}

.shop_main_wrapper {
  width: auto;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
}

.shop_main_wrapper_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.ishopping_wrapper_in {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.i_shop_title {
  display: inline-block;
  padding: 14px 12px 6px;
  font-weight: 700;
  font-size: 20px;
  color: #f3f4f6;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 4px;
  text-align: left;
}

.i_sh_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.i_sh_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.i_sh_menu_wrapper a {
  text-decoration: none;
  color: #f3f4f6;
}

.i_sp_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 12px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #f3f4f6;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.i_sp_menu_box:hover {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.i_sp_menu_box svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  fill: #f3f4f6;
  margin-right: 10px;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}

.shopping_left_menu .active_p {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #0f172a !important;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  font-weight: 700;
}

.shopping_left_menu .active_p svg {
  fill: #0f172a !important;
}

.product_category_title {
  width: 100%;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #242526;
  font-size: 15px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.product_category_title svg {
  width: 25px;
  height: 25px;
  fill: #f65169;
  margin-right: 10px;
}

.ishopping_wrapper_in .s_p_product_container {
  width: 33%;
  max-width: 100%;
}

.marketplace-hero {
  position: relative;
  width: 100%;
  padding: 20px 22px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#0f172a), to(#111827));
  background: linear-gradient(135deg, #0f172a, #111827);
  border: 1px solid #1f2937;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.marketplace-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -140px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(246, 81, 105, 0.35), transparent 60%);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.marketplace-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.marketplace-hero__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marketplace-hero__icon svg {
  width: 26px;
  height: 26px;
  fill: #f65169;
}

.marketplace-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.marketplace-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f65169;
  font-weight: 800;
}

.marketplace-hero__title {
  font-size: 22px;
  font-weight: 800;
  color: #f9fafb;
  line-height: 1.25;
}

.marketplace-hero__subtitle {
  font-size: 14px;
  color: #9ca3af;
}

.marketplace-hero__highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.marketplace-hero__highlights a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
  color: #f9fafb;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.marketplace-hero__highlights a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
}

.marketplace-hero__highlights a.highlight {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

.hero-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 81, 105, 0.2);
  font-weight: 600;
  font-size: 13px;
  color: #e5e7eb;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.hero-highlight.alt {
  border-color: rgba(250, 180, 41, 0.3);
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f65169;
  -webkit-box-shadow: 0 0 0 6px rgba(246, 81, 105, 0.2);
  box-shadow: 0 0 0 6px rgba(246, 81, 105, 0.2);
}

.pulse-dot.alt {
  background-color: #fab429;
  -webkit-box-shadow: 0 0 0 6px rgba(250, 180, 41, 0.2);
  box-shadow: 0 0 0 6px rgba(250, 180, 41, 0.2);
}

.marketplace-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background: transparent;
  border-radius: 0;
  padding: 0 0 12px 0;
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 12px;
}

.marketplace-toolbar__left {
  gap: 12px;
}

.toolbar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toolbar-icon svg {
  width: 22px;
  height: 22px;
  fill: #f65169;
}

.toolbar-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 700;
}

.toolbar-title-text {
  font-size: 18px;
  font-weight: 700;
  color: #f3f4f6;
}

.marketplace-toolbar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
  align-items: center;
}

.profile-product-select {
  min-width: 200px;
  padding: 10px 0px 10px 14px;
  border-radius: 12px;
  border: 1px solid #253144;
  background: #0f131f;
  color: #e5e7eb;
  font-weight: 600;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e5e7eb' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-origin: content-box;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.profile-product-select:hover {
  border-color: #2f3d52;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
}

.profile-product-select:focus {
  outline: none;
  border-color: #f65169;
  -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.2);
  box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.2);
}

.toolbar-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background-color: #0f172a;
  color: #e5e7eb;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #1f2937;
}

.toolbar-chip.accent {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #0f172a;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.marketplace-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  width: 100%;
  padding: 0 10px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-items: center;
}

.marketplace-grid .s_p_product_container {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0px;
  display: block;
  max-width: 540px;
  margin: 0 auto;
}

.marketplace-grid .s_p_product_container a {
  text-decoration: none;
}

#moreType[data-po="products"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  width: 100%;
  padding: 0 0px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-items: center;
}

#moreType[data-po="products"] .s_p_product_container {
  width: 100%;
  max-width: 540px;
  min-width: 0;
  padding: 0;
  display: block;
}

#moreType[data-po="products"] .s_p_product_container a {
  text-decoration: none;
}

#moreType[data-po="products"]~.profile-product-filter,
#moreType[data-po="products"]+.profile-product-filter,
.profile-product-filter {
  width: 100%;
}

#moreType[data-po="products"] .i_post_body {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#moreType[data-po="products"] .i_post_body:hover {
  box-shadow: none;
}

#moreType[data-po="products"] .marketplace-card {
  border: none;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

#moreType[data-po="products"] .marketplace-card:hover {
  -webkit-transform: none;
  transform: none;
}

.marketplace-card {
  position: relative;
  width: 100%;
  background: #0f131f;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid #1f2937;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.marketplace-card:hover {
  -webkit-box-shadow: 0 22px 44px rgba(0, 0, 0, 0.6);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.marketplace-card .product_image {
  height: 220px;
  background: #0b1220;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.marketplace-card .product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.marketplace-card:hover .product_image img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.marketplace-card .image_tag {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.marketplace-card .s_p_details {
  padding: 16px 16px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.product-hero-card {
  background: -webkit-gradient(linear, left top, right bottom, from(#0f172a), to(#111827));
  background: linear-gradient(135deg, #0f172a, #111827);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #1f2937;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.product-hero-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.product-price-hero {
  margin-left: auto;
}

.product-hero-title {
  font-size: 22px;
  font-weight: 800;
  color: #f9fafb;
  margin: 0;
}

.product-hero-owner a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.hero-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.hero-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-owner-meta .i_unm_product {
  font-size: 15px;
  font-weight: 700;
  color: #f9fafb;
}

.hero-owner-meta .i_see_prof {
  font-size: 12px;
  color: #9ca3af;
}

.product-hero-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.product-hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.product_page_shell {
  width: 100%;
  background: #0f1116;
}

.product_page_grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.product-market-hero {
  max-width: 1280px;
  margin: 16px auto 0px;
}

.product-market-cta {
  max-width: 1280px;
  margin: 0 auto 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #1f1f22, #2d2f3a);
  border: 1px solid #343845;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-market-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.p-market-label {
  display: inline-block;
  padding: 6px 10px;
  background: rgba(246, 81, 105, 0.12);
  color: #f65169;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 999px;
}

.p-market-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.p-market-sub {
  color: #cdd2de;
  font-size: 13px;
  font-weight: 600;
}

.p-market-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-market-actions .s_p_chip {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.p-market-actions .s_p_chip.highlight {
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.product-left-card {
  background-color: #1b1f26;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  border: 1px solid #1f2937;
  overflow: hidden;
}

.product_images_container {
  background-color: transparent;
}

.product_p_description.card-block {
  margin-top: 0;
  padding: 20px;
  border-top: 1px solid #1f2937;
}

.product__description {
  font-size: 16px;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 10px;
}

.product-share-row .on_s svg {
  width: 18px;
  height: 18px;
}

.marketplace-card .s_p_title {
  font-size: 17px;
  line-height: 1.4;
  white-space: normal;
  color: #f3f4f6;
  padding-bottom: 0px;
}

.s_p_product_type a {
  text-decoration: none;
  color: inherit;
}

.s_p_submeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.s_p_chip {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #0f172a;
  color: #f3f4f6;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-shadow: inset 0 0 0 1px #1f2937;
  box-shadow: inset 0 0 0 1px #1f2937;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.s_p_chip svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.s_p_chip.soft {
  background-color: rgba(246, 81, 105, 0.16);
  color: #f9fafb;
  -webkit-box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.25);
  box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.25);
}

.s_p_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marketplace-card .s_p_product_type {
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  text-transform: capitalize;
}

.marketplace-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: #f9fafb;
  padding: 0;
  border-radius: 0;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 0.01em;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  margin-left: auto;
  text-align: right;
  width: auto;
  min-width: unset;
}

.marketplace-empty-card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#0f172a), to(#111827));
  background: linear-gradient(90deg, #0f172a, #111827);
  padding: 26px 22px;
}

.marketplace-empty-card__badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(246, 81, 105, 0.14);
  color: #f9fafb;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.18);
  box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.18);
}

.marketplace-empty-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.marketplace-empty-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.marketplace-empty-card__icon svg {
  width: 24px;
  height: 24px;
  fill: #f65169;
}

.marketplace-empty-card__title {
  font-weight: 800;
  font-size: 18px;
  color: #f9fafb;
}

.marketplace-empty-card__subtitle {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.5;
}

.marketplace-empty-card__cta {
  margin-top: 6px;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
}

.green-audio-player .controls span {
  color: #ffffff !important;
}

/*Version 3.6 FINISHED*/
/*Version 3.7 STARTED*/
.camcloseCall {
  background-color: #e53935;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}

.camcloseCall svg {
  fill: #242526 !important;
}

.i_profile_menu {
  width: 100%;
  margin-top: 18px;
}

.i_profile_menu_middle {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 5px;
}

.i_profile_menu_item {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_profile_menu_item:hover {
  background-color: #1a1a1b;
  color: #f65169;
}

.i_profile_menu_item:hover svg {
  fill: #f65169;
}

.active_page_menu {
  background-color: #1a1a1b !important;
  color: #f65169 !important;
}

.active_page_menu a .i_p_sum {
  color: #f65169 !important;
}

.active_page_menu a .i_profile_menu_item_name {
  color: #f65169 !important;
}

.active_page_menu svg {
  fill: #f65169 !important;
}

.i_p_sum {
  font-weight: 700;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  text-align: center;
}

.i_profile_menu_item_con {
  position: relative;
  width: 100%;
}

.i_profile_menu_icon {
  padding: 5px;
}

.i_profile_menu_icon svg {
  fill: #ffffff;
  width: 15px;
  height: 15px;
}

.i_profile_menu_item_name {
  font-weight: 400;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.i_profile_menu_item a {
  text-decoration: none;
}

.i_profile_menu_item:hover .i_p_sum {
  color: #f65169;
}

.i_profile_menu_item:hover .i_profile_menu_item_con .i_profile_menu_item_name {
  color: #f65169;
}

.i_product_post_body {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #242526;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_product_post_body:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.i_product_post_body:nth-child(odd) {
  margin-right: 10px;
  float: left;
  width: calc(50% - 10px);
  width: -o-calc(100% / 2 - 10px);
}

.i_product_post_body:nth-child(even) {
  margin-right: 0px;
  float: left;
  width: calc(50% - 0px);
  width: -o-calc(100% / 2 - 0px);
}

.i_product_wrp_p {
  position: relative;
  width: 100%;
}

.i_product_wrp_header {
  width: 100%;
  padding: 10px 8px;
  border-bottom: 1px solid #f9f9fb;
}

.i_product_o_avatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.i_product_o_avatar img {
  height: 100%;
  width: 100%;
}

.i_post_i_p {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 0px 0px 10px;
  width: 100%;
  position: relative;
}

.i_post_username_p {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
}

.i_post_username_p a {
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
}

.i_prod_p_i_c {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0px;
  background-color: #fffaf5;
}

.s_p_title a {
  text-decoration: none;
  color: #ffffff;
}

.move_my_point {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 20px;
  background-color: #f65169;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
  color: #242526;
}

.move_my_point:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.revenue_sum_u {
  color: #f65169;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 20px 0px;
  font-family: system-ui, -apple-system, sans-serif;
}

.revenue_title_u {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.i_social_link_ {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.i_settings_item_title_for .flnmk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 400px;
  padding-left: 40px;
}

.i_i_social_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 9px;
  top: 9px;
}

.iisocialicon svg {
  width: 16px;
  height: 16px;
}

.s_m_link {
  position: relative;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}

.s_m_link svg {
  width: 24px;
  height: 24px;
}

.s_m_link:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.i_btn_send_to_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-boder-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#00d2ff), color-stop(50%, #a150ff), to(#ff00de));
  background: linear-gradient(90deg, #00d2ff 0%, #a150ff 50%, #ff00de 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 15px rgba(161, 80, 255, 0.4);
  box-shadow: 0 4px 15px rgba(161, 80, 255, 0.4);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 10px;
}

.i_btn_send_to_point:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.i_btn_send_to_point svg {
  width: 20px;
  height: 20px;
  fill: #242526;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

.i_btn_transfer_points {
  display: flex;
  display: -webkit-flex;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-boder-radius: 30px;
  background: linear-gradient(90deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4);
  border: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all .25s ease;
  justify-content: center;
  align-self: center;
  margin-left: 10px;
  cursor: pointer;
}

.i_btn_transfer_points:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.i_btn_transfer_points svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}


/* Profile Buttons Row - Por defecto (Desktop): no afecta el layout */
.i_p_buttons_row {
  display: contents;
}

/* Profile Buttons Row - Propina y Marco en la misma línea (Solo Móvil/PWA) */
@media (max-width: 768px) {
  .i_p_buttons_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    /* Enable wrapping */
  }

  /* Send Tip - Order 1 */
  .i_p_buttons_row .i_btn_send_to_point {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1 45%;
    /* Share row */
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    position: relative;
    top: -15px;
    order: 1;
  }

  /* Gift Frame - Order 2 */
  .i_p_buttons_row .i_btn_send_to_frame {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1 45%;
    /* Share row */
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    position: relative;
    top: -19px;
    order: 2;
  }

  /* Transfer Points Button - Full Width on Mobile, Below others - Order 3 */
  .i_p_buttons_row .i_btn_transfer_points {
    flex: 0 0 100%;
    /* Force full width */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    position: relative;
    top: -15px;
    order: 3;
    margin-top: -5px;
  }
}

/* Profile Biography - Truncado a 3 líneas y alineación */
.i_p_item_box {
  overflow: hidden !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.i_p_bio_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 15px !important;
}

.i_p_bio_wrapper .i_p_bio {
  text-align: justify !important;
  text-align-last: left !important;
  line-height: 1.6 !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.i_p_bio.truncated {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-height: calc(1.6em * 3) !important;
  width: 100% !important;
}

.i_p_bio_more {
  color: #00d2ff;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  margin-top: 8px;
  text-transform: uppercase;
  display: inline-block;
}

.i_p_bio_more:hover {
  color: #00b8d4;
  text-decoration: underline;
}

/* NEW: Gradient Border Buttons Row - Premium Design */
.i_p_gradient_buttons_row {
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 15px 10px !important;
  flex-wrap: nowrap !important;
}

.i_p_gradient_btn {
  position: relative;
  padding: 2px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 0 1 auto !important;
  max-width: 180px;
  min-width: 100px;
  display: inline-block !important;
}

/* Gold Gradient - Ganancias */
.i_p_gradient_btn.gradient_gold {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00, #FFD700);
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
}

/* Cyan Gradient - Tus Diamantes */
.i_p_gradient_btn.gradient_cyan {
  background: linear-gradient(135deg, #00CED1, #00BFFF, #1E90FF, #00CED1);
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
}

/* Purple Gradient - Comprar Diamantes */
.i_p_gradient_btn.gradient_purple {
  background: linear-gradient(135deg, #9B59B6, #8E44AD, #E91E63, #9B59B6);
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
}

.i_p_gradient_btn_inner {
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 23px;
  background-color: #18191A;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.i_p_gradient_btn_inner span {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
}

.i_p_gradient_btn_inner svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: all 0.3s ease;
}

/* Gold icon color */
.i_p_gradient_btn.gradient_gold .i_p_gradient_btn_inner svg {
  fill: #FFD700;
}

/* Cyan icon color */
.i_p_gradient_btn.gradient_cyan .i_p_gradient_btn_inner svg {
  fill: #00CED1;
}

/* Purple icon color */
.i_p_gradient_btn.gradient_purple .i_p_gradient_btn_inner svg {
  fill: #9B59B6;
}

/* Hover Effects */
.i_p_gradient_btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.i_p_gradient_btn.gradient_gold:hover {
  box-shadow: 0 5px 25px rgba(255, 215, 0, 0.4);
}

.i_p_gradient_btn.gradient_cyan:hover {
  box-shadow: 0 5px 25px rgba(0, 206, 209, 0.4);
}

.i_p_gradient_btn.gradient_purple:hover {
  box-shadow: 0 5px 25px rgba(155, 89, 182, 0.4);
}

.i_p_gradient_btn:hover .i_p_gradient_btn_inner {
  background-color: rgba(24, 25, 26, 0.8);
}

/* Gradient Animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Mobile/PWA Responsive */
@media (max-width: 480px) {
  .i_p_gradient_buttons_row {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .i_p_gradient_btn {
    min-width: 90px;
    max-width: 120px;
  }

  .i_p_gradient_btn_inner {
    padding: 8px 10px;
    gap: 5px;
  }

  .i_p_gradient_btn_inner span {
    font-size: 10px;
  }


  .i_p_gradient_btn_inner svg {
    width: 15px;
    height: 15px;
  }
}

/* PWA/Mobile Layout: Desktop vs PWA visibility */
/* Desktop: Show desktop buttons, hide PWA buttons */
@media screen and (min-width: 769px) {
  .i_p_gradient_buttons_row.desktop_only {
    display: flex !important;
  }

  .i_p_gradient_buttons_pwa.pwa_only {
    display: none !important;
  }
}

/* Mobile/PWA: Hide desktop buttons, show PWA buttons */
@media screen and (max-width: 768px) {
  .i_p_gradient_buttons_row.desktop_only {
    display: none !important;
  }

  .i_p_gradient_buttons_pwa.pwa_only {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 15px 10px;
  }
}

/* PWA Buttons Row Styles */
.i_p_gradient_buttons_pwa {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px 10px;
}

.i_p_pwa_buttons_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.i_p_pwa_buttons_row .i_p_gradient_btn {
  flex: 1;
  min-width: 0;
  max-width: none;
}

.i_p_pwa_buttons_row .i_p_gradient_btn_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
}

.i_p_pwa_buy_btn {
  width: 100%;
  text-decoration: none;
  border-radius: 12px;
}

.i_p_pwa_buy_btn:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

.i_p_pwa_buy_btn .i_p_gradient_btn_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.i_p_pwa_buy_btn .i_p_gradient_btn_inner span {
  margin-left: 8px;
}

.send_tip_btn_profile {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-filex;
  padding: 13px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #ffffff;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.send_tip_btn_profile:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.send_tip_btn_profile svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
  margin-right: 10px;
}

.move_my_point_to_balance {
  width: 100%;
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f65169;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
  color: #242526;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.move_my_point_to_balance:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

/*Version 3.7 FINISHED*/
/*Version 3.6.5 STARTED*/
.sp_wrp {
  width: 100%;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
}

.sp_wrp_plus {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.suggested_products {
  position: relative;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #242526;
}

.suggested_products_plus {
  position: relative;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #242526;
}

.sp_products {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sp_product_wrapper {
  width: 100%;
  float: none;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
}

.sp_product_wrapper:nth-child(4n+1),
.sp_product_wrapper:nth-child(4n) {
  grid-column: 1 / -1;
}

.sp_product_container {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -moz-border-radius: 16px;
  background-color: #0b1021;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  min-height: 240px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.sp_product_wrapper:nth-child(4n+1) .sp_product_container,
.sp_product_wrapper:nth-child(4n) .sp_product_container {
  aspect-ratio: 16 / 9;
  min-height: 260px;
}

.sp_product_wrapper .sp_product_container .sp_product_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp_product_wrapper .sp_product_container .sp_product_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.sp_product_container:hover .sp_product_img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.sp_product_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  z-index: 1;
}

.sp_product_overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(79, 70, 229, 0.35) 0%, rgba(11, 16, 37, 0.18) 45%, rgba(5, 8, 22, 0.9) 100%);
  z-index: 0;
}

.sp_product_meta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.sp_product_overlay .s_p_product_type {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 6px 12px;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.sp_product_overlay .s_p_product_type a {
  color: #ffffff;
}

.sp_product_overlay .s_p_product_type.scratch {
  background: rgba(133, 143, 173, 0.9);
}

.sp_product_overlay .s_p_product_type.bookazoom {
  background: rgba(30, 136, 229, 0.9);
}

.sp_product_overlay .s_p_product_type.digitaldownload {
  background: rgba(246, 81, 105, 0.9);
}

.sp_product_meta .mypType {
  position: relative;
  top: 0px !important;
  left: 0px !important;
}

.sp_product_price_tag {
  position: relative;
  z-index: 1;
  background: #fb923c;
  color: #0b1021;
  font-weight: 800;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  margin-left: auto;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 10px 24px rgba(251, 146, 60, 0.3);
  box-shadow: 0 10px 24px rgba(251, 146, 60, 0.3);
}

.sp_product_body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 0;
  color: #ffffff;
  text-decoration: none;
}

.sp_product_body .sp_product_name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp_product_desc {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp_product_container:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .sp_products {
    grid-template-columns: 1fr;
  }

  .sp_product_wrapper:nth-child(4n+1),
  .sp_product_wrapper:nth-child(4n) {
    grid-column: auto;
  }
}

/*Version 3.6.5 FINISHED*/
.live_pp_camera_container {
  width: 100%;
  max-width: 400px;
  min-width: 350px;
  background-color: #18191A;
}

.myCam {
  position: relative;
  width: 100%;
  height: calc(100% - 110px);
  height: -o-calc(100% - 110px);
  height: -ms-calc(100% - 110px);
  height: -moz-calc(100% - 110px);
}

.friendsCam {
  position: absolute;
  width: 200px;
  height: 155px;
  bottom: 125px;
  right: 10px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.friendsCam video {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.player_friend {
  width: 200px;
  height: 155px;
}

.player {
  width: 100%;
  height: 320px;
}

.player-name {
  margin: 8px 0;
}

#success-alert,
#success-alert-with-token {
  display: none;
}

@media (max-width: 640px) {
  .player {
    width: 320px;
    height: 240px;
  }
}

.call_details {
  width: 100%;
  position: relative;
  padding: 50px 20px;
}

.caller_user_avatar {
  width: 110px;
  height: 110px;
  margin: 0px auto;
}

.caller_avatar {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  border: 3px solid #242526;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #242526;
}

.caller_title {
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
}

.caller_det {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
}

.caller_det a {
  text-decoration: none;
  color: #f65169;
}

.current_point_box_video {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
  background-color: #18191A;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 15px;
}

.call_btn_item_btn_accept span {
  font-weight: 500;
  font-size: 12px;
}

.call_declined {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  color: #e53935;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
  display: none;
}

.call_buttons {
  width: 100%;
  padding-top: 50px;
}

.call_btn_item {
  width: 50%;
}

.call_btn_item_btn_accept {
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #43a047;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.call_btn_item_btn_accept:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.call_btn_item_btn_decline {
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #e53935;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.call_btn_item_btn_decline:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.call_btn_item_btn_accept svg,
.call_btn_item_btn_decline svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 10px;
}

.call_btn_item_btn_accept a {
  color: #ffffff;
  text-decoration: none;
}

.videoCallButtons {
  padding: 10px;
  width: 100%;
  position: relative;
}

.call_footer_buttons {
  position: relative;
  width: 100%;
}

.footer_call_btn_item {
  width: 100%;
  padding: 5px;
}

.call_btn_icon {
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #18191A;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.call_btn_icon:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.call_btn_icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.call_btn_end_icon {
  padding: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e53935;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.call_btn_end_icon:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.call_btn_end_icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.activated_btn {
  background-color: #f57c00 !important;
}

.ty_videoCall {
  background-color: #4C7AE4;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.myFriednsStories .mystoriesstyle {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.myFriednsStories .mystoriesstyle .story-view-item,
.myFriednsStories .mystoriesstyle .story_view_item {
  margin-bottom: 5px !important;
}

.stories_page_title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}

.stories_page_title svg {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

/*Version 3.6.6 FINISHED*/
/* Video call overlays (night theme) */
.remote-wrapper {
  position: relative;
  overflow: hidden;
}

.remote-wrapper .remote-status {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: flex;
  gap: 6px;
  align-items: center;
  z-index: 1000;
}

.remote-wrapper .camera-off {
  display: none;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  padding: 3px;
}

.remote-wrapper .camera-off.show {
  display: inline-flex;
}

.remote-wrapper .audio-level {
  width: 46px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.remote-wrapper .audio-level .bar {
  display: block;
  height: 100%;
  width: 4%;
  background: #4caf50;
  transition: width 120ms linear;
}

#local-net-quality.net-quality-badge {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9e9e9e;
  z-index: 1000;
}

#local-net-quality.q-good {
  background: #4caf50;
}

#local-net-quality.q-fair {
  background: #8bc34a;
}

#local-net-quality.q-poor {
  background: #ffc107;
}

#local-net-quality.q-bad {
  background: #ff9800;
}

#local-net-quality.q-verybad {
  background: #f44336;
}

/* Full overlay status for remotes (night colors) */
.remote-status {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  justify-content: center;
  align-items: center;
  background-color: #242526;
  color: #ffffff;
}

/* Reels and misc utilities from day style */
.cr_reels {
  margin-left: auto;
}

.cr_reels .imageorvideo {
  display: none;
}

.cr_reels .ownTooltipWrapper {
  transform: translate(-32px, 10px);
  -webkit-transform: translate(-32px, 10px);
  -moz-transform: translate(-32px, 10px);
  -o-transform: translate(-32px, 10px);
  -ms-transform: translate(-32px, 10px);
}

.reel-locked {
  width: 100%;
  height: 100%;
  position: relative;
}

.reel-inner .onlySubs_note {
  padding-top: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.follow_hh {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-height {
  height: 100%;
}

.anlan {
  flex-wrap: wrap;
}

.i_post_user_commented_avatar_out {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 15px;
  margin-left: 5px;
  position: relative;
}

.ntSt a {
  text-decoration: none;
  color: #f65169;
  font-weight: 600;
}

.ty_unlockmessage {
  background: #0097a7;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*Version 4.0 STARTED*/
.send_tip_btn_message {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-filex;
  padding: 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  color: #242526;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.send_tip_btn_message:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.send_tip_btn_message svg {
  width: 17px;
  height: 17px;
  fill: #242526;
  margin-right: 10px;
}

.gfIcon {
  padding: 5px;
  border: 1px solid #242526;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
  top: 10px;
  left: -13px;
}

.msg_friend .gfIcon {
  right: -14px;
  top: 9px;
  left: auto;
}

.gfIcon svg {
  fill: #242526;
  width: 10px;
  height: 10px;
}

.nanosSend {
  padding: 0px 15px;
  position: relative;
  background-color: #242526;
}

.nanos .Message_stickersContainer {
  height: auto !important;
}

.emTitle {
  position: sticky;
  top: 0px;
}

.i_write_secret_post_price {
  width: 100%;
  padding-left: 8px;
}

.secretMessageBgColor {
  color: #242526 !important;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
}

.msg_txt_sec {
  display: inline-block;
  width: 100%;
  padding: 15px;
  word-break: break-word;
  word-wrap: break-word;
}

.msg_txt_sec .album-details {
  color: #242526;
  text-align: center;
}

.msg_txt_sec .album-details svg {
  fill: #242526;
  width: 30px;
  height: 30px;
  margin: 0px auto;
  display: block;
  margin-bottom: 10px;
}

.unLockMe {
  display: block;
  padding: 12px 16px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #f65169;
  color: #242526;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.unLockMe:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.unlockWarning {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #f65169;
  padding-top: 4px;
  display: none;
}

.joinOffline {
  opacity: 0.3;
}

.noTransition {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.i_profile_cover {
  height: unset;
}

.i_im_cover {
  width: 100%;
  height: 100%;
  max-height: 340px;
  overflow: hidden;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

.i_im_cover img {
  width: 100%;
  height: unset;
}

.footer_social_links_container {
  position: relative;
  width: 100%;
  z-index: 5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_wsocial_link_ {
  position: relative;
  padding-bottom: 10px;
}

.i_iw_social_icon {
  width: 30px;
  height: 30px;
}

.i_shopping_menu_wrapper {
  position: sticky;
  top: 87px;
  left: 0px;
}

.footer_container .footer_social_links_container .i_wsocial_link_ {
  padding-bottom: 0px !important;
}

.btest .footer_container {
  padding-bottom: 5px;
}

.message_form_plus .ownTooltipWrapper {
  top: -72px;
}

.msg_time_me svg,
.msg_time_fri svg {
  fill: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

.boxD {
  display: none;
}

/*Version 4.1.6 STARTED*/
.creator_item {
  position: relative;
}

.subcategoryname {
  display: none;
  width: 100%;
  max-width: 250px;
  min-width: 250px;
  background-color: #242526;
  padding: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.creator_item:hover .subcategoryname {
  display: block;
}

.sub_m_item {
  width: 100%;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  text-align: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.sub_m_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sub_m_item a {
  text-decoration: none;
  color: #ffffff;
}

.mercadopago {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/mercadopago.png") no-repeat center;
  background-size: contain;
}

.moneroo {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/moneroo.svg") no-repeat center;
  background-size: contain;
}

/*Version 4.1.6 FINISHED*/
/*Version 4.2 STARTED*/
.i_comment_reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  color: #ffffff;
  cursor: pointer;
}

.i_comment_reply:hover {
  color: #f65169;
}

.i_comment_reply::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem;
  background: #858fad;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.i_user_comment_text a {
  text-decoration: none;
}

.boostListIconContainer {
  position: relative;
  width: 100%;
  margin-top: -60px;
}

.boostListIcon {
  width: 120px;
  height: 120px;
  margin: 0px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #242526;
}

.boostListIcon svg {
  width: 50px;
  height: 50px;
}

.boostListContainer {
  width: 100%;
  padding: 10px 0px;
  padding-bottom: 0px;
}

.boost_plan_item {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.boost_plan_item_name_boost_plan_description {
  padding-left: 10px;
}

.boost_plan_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.boost_plan_item_icon {
  padding: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.boost_plan_item:hover .boost_plan_item_icon {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 1;
}

.boost_plan_item_icon svg {
  width: 40px;
  height: 40px;
}

.boost_plan_item_name {
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

.boost_plan_description {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

.warning_boost_post {
  margin: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  color: #e53935;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 13px;
  display: none;
}

.warning_boost_post a {
  text-decoration: none;
  color: #468cef;
  display: contents;
}

.boost_post_is {
  padding: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: rgba(246, 81, 105, 0.2);
}

.boost_amount_item_icon {
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #f65169;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.boost_plan_item:hover .boost_amount_item_icon {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 1;
}

.boost_amount_item_icon svg {
  margin-left: 5px;
  fill: #f65169;
  width: 15px;
  height: 15px;
}

.i_complete_level_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
}

.boostIcon {
  position: absolute;
  padding: 5px 15px;
  background-color: #18191A;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  z-index: 1;
  top: -15px;
  left: 15px;
  font-size: 13px;
  border: 1px solid #242526;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.boostIcon svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.i_post_footer_boost {
  display: inline-block;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 15px 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #2e2e2e;
}

.i_post_footer_boost_item {
  width: 100%;
}

.ipf_item {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px;
  color: #ffffff;
}

.ipf_item .i_sub_not_check_box {
  position: relative;
  left: 0px;
}

.ipf_item_title {
  width: 50%;
  padding: 10px 0px;
  color: #ffffff;
}

.bigText {
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 25px;
}

.bottom_border_color {
  border-bottom: 1px solid #1a1a1b;
}

.left_border_color {
  border-left: 1px solid #1a1a1b;
}

.right_border_color {
  border-right: 1px solid #1a1a1b;
}

.top_border_color {
  border-top: 1px solid #1a1a1b;
}

.inTable {
  display: inline-table;
}

.bankaccount {
  width: 90px;
  height: 40px;
  background: url("paymentIcons/bankTransfer.png") no-repeat center;
  background-size: cover;
}

.bank_container {
  width: 100%;
  position: absolute;
  left: 0px;
  height: 100%;
  right: 0px;
  top: 0px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #242526;
  z-index: 1;
}

.purchase_not_ {
  width: 100%;
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
}

.purchase_sw_details {
  width: 100%;
  padding: 30px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  line-height: 2.5rem;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
  border-radius: 10px;
  margin-top: 20px;
  color: #242526;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
  background: linear-gradient(90deg, #f65169, #fab429);
}

.displayNone {
  display: none;
}

.i_canc_btn {
  float: right;
  padding: 10px 45px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  color: #242526;
  background-color: #2e2e2e;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  cursor: pointer;
}

.i_canc_btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.payment_success_bank {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #242526;
  padding: 30px;
  z-index: 2;
  display: none;
}

.i_p_image,
.lg-image,
.i_post_text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
}

.notSeenYet {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.i_message_wrapper {
  margin-bottom: 5px;
}

.i_post_shared_time a {
  text-decoration: none;
  color: #4CAAEE;
  font-weight: 400;
}

.i_post_shared_time a:hover {
  text-decoration: underline;
}


.story-view-item-fake {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.stories_scroller {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 18px;
}

.stories_scroller::-webkit-scrollbar {
  width: 6px !important;
  height: 4px !important;
}

.stories_scroller::-webkit-scrollbar-thumb {
  background: #3a4256;
  border-radius: 999px;
}

.stories_scroller::-webkit-scrollbar-track {
  background: #1f2737;
  border-radius: 999px;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

.userIsOnline,
.userIsOffline {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-left: 6px;
  transition: all 0.3s ease;
}

.userIsOnline {
  background-color: rgba(16, 185, 129, 0.15);
  color: #34d399;
  /* Lighter text for dark mode */
  border: 1px solid rgba(52, 211, 153, 0.4);
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
}

.userIsOffline {
  background-color: rgba(239, 68, 68, 0.15);
  color: #f87171;
  /* Lighter text for dark mode */
  border: 1px solid rgba(248, 113, 113, 0.4);
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.2);
}

.userIsOnline::before,
.userIsOffline::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 4px;
}

.userIsOnline::before {
  background-color: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.8);
  animation: pulse-green 2s infinite;
}

.userIsOffline::before {
  background-color: #f87171;
  box-shadow: 0 0 10px rgba(248, 113, 113, 0.8);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

/* Reels Icon Style using Attribute Selector */
div[data-qa-label="Reels"] .i_image_video_btn svg {
  fill: #d62976 !important;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 5px rgba(214, 41, 118, 0.5));
  transition: all 0.3s ease;
}

div[data-qa-label="Reels"] .i_image_video_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modern Payment Buttons (Dark Mode) */
.purchase_post_details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.modern_payment_card {
  width: 48%;
  /* Glassmorphism Effect with Gradient Border - Story Style Dark */
  background-image: linear-gradient(rgba(40, 40, 40, 0.7), rgba(40, 40, 40, 0.7)),
    linear-gradient(135deg, #00E5FF 0%, #f65169 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  /* Increased height */
  height: 100%;
}

.modern_payment_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  background: rgba(60, 60, 60, 0.7);
  border-color: rgba(255, 255, 255, 0.15);
}

.payment_card_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.payment_icon svg {
  margin-bottom: 8px;
  width: 40px;
  /* Force dimension */
  height: 40px;
  object-fit: contain;
  /* In dark mode, ensure strokes are visible if they are strictly black, though our SVGs used currentColor or specific fills */
}

/* Ensure the generic card icon uses white in dark mode */
.payment_icon svg[stroke="currentColor"] {
  stroke: #eee;
}

.payment_method_title {
  font-weight: 700;
  font-size: 22px;
  /* Further increased font size */
  color: #fff;
  display: block;
}

.stripe_payment_title {
  font-size: 20px !important;
  /* Specific override for Stripe */
}

.payment_sub_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  /* Matched to main title size */
  color: #ccc;
  /* Lighter for readability at this size/weight */
  font-weight: 600;
}

.sub_pay_text {
  display: inline-flex;
  align-items: center;
}

.sub_pay_text svg {
  width: 30px;
  height: 15px;
  margin-right: 3px;
  object-fit: contain;
}

.sub_pay_divider {
  color: #555;
  font-size: 8px;
}

.payment_method_box.modern_payment_card .payment_method_item {
  display: none;
}

/*Version 4.2 FINISHED*/
/*Version 5.0 STARTED*/
.i_p_ffs {
  padding: 8px 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid transparent !important;
  font-weight: 500;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
  margin-top: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.i_p_ffs:hover {
  background-color: #18191A !important;
}

.i_p_ffs:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

.i_p_ffs svg {
  fill: #f65169;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.i_p_ffs_plus svg {
  fill: #f65169;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}

.i_p_ffs a {
  text-decoration: none;
  color: #ffffff;
}

.i_p_ffs:hover a {
  color: #f65169;
}

.i_p_ffs:hover svg {
  fill: #f65169;
}

.i_sub_box_wrp_prof {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
}

.active_page_menu a {
  color: #ffffff;
}

.i_profile_gift_frame {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
}

.i_profile_gift_frame img {
  width: 100%;
  height: 100%;
}

.i_btn_send_to_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-boder-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#00b09b), to(#96c93d));
  background: linear-gradient(90deg, #00b09b 0%, #96c93d 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 176, 155, 0.3);
  box-shadow: 0 4px 15px rgba(0, 176, 155, 0.3);
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 10px;
}

.i_btn_send_to_frame:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.i_btn_send_to_frame svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-right: 4px;
}

.modal_frames {
  max-width: 750px !important;
}

.i_more_frames_wrapper {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.i_more_frames_wrapper .credit_plan_box {
  padding: 0.5rem;
  -webkit-box-flex: 0 !important;
  flex: 0 0 50% !important;
  -webkit-flex: 0 0 50% !important;
  -moz-flex: 0 0 50% !important;
  -ms-flex: 0 0 50% !important;
  -o-flex: 0 0 50% !important;
  position: relative;
}

.plan_box_frame {
  background-color: #18191A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid transparent;
}

.plan_box_frame:hover {
  border: 1px solid #f65169;
}

.plan_box_frame:hover .purchaseButton {
  border: 1px solid #f65169;
  background-color: #f65169;
  color: #ffffff;
}

.plan_box_frame:hover .purchaseButton strong span svg {
  fill: #ffffff;
}

.plan_box_frame:hover .purchaseButton .foramount {
  color: #ffffff;
}

.a_image_area_live_gift {
  position: relative;
  padding-top: 40%;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.a-item-img_live_gift {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.user_post_user_avatar_plus {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 48px;
  height: 48px;
}

.frame_out_container {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 1;
}

.frame_container {
  position: relative;
  width: 55px;
  height: 55px;
}

.frame_container img {
  width: 55px;
  height: 55px;
}

.boostIcon {
  z-index: 3;
}

.user_post_user_avatar_plus_product {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: 60px;
  height: 60px;
}

.frame_out_container_product {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.frame_container_product {
  position: relative;
  width: 100%;
  height: 100%;
}

.frame_container_product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.frame_out_container_creator {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.frame_container_creator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.frame_container_creator img {
  width: 100%;
  height: 100%;
}

.i_post_user_commented_avatar {
  position: relative;
}

.frame_out_container_comment {
  position: absolute;
  left: 2px;
  top: -2px;
  z-index: 1;
}

.frame_container_comment {
  position: relative;
  width: 35px;
  height: 35px;
}

.frame_container_comment img {
  width: 35px;
  height: 35px;
}

.ty_boostPost {
  background-color: #512da8;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ty_frame {
  background-color: #7b1fa2;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.i_post_body_header {
  position: relative;
}

.sub_finish_time {
  background: #de6565;
  padding-top: 0px;
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 15px;
}

.loading-div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loading-div img {
  width: 50px;
  height: 50px;
}

.frame_badge {
  position: absolute;
  padding: 6.3px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #43a047;
  right: -18px;
  top: 46px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.frame_badge svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.inviteemail {
  background-color: transparent;
}

.invite_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#1a1e27), to(#161922));
  background: linear-gradient(135deg, #1a1e27 0%, #161922 100%);
  border: 1px solid #2f3544;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 18px 18px 16px 18px;
}

.invite_card_header {
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.invite_icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ffb55a));
  background: linear-gradient(90deg, #f65169 0%, #ffb55a 100%);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.invite_icon svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
}

.invite_title_text {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
}

.invite_sub_text {
  font-size: 13px;
  color: #c0c4ce;
  font-weight: 500;
}

.invite_meta_chip {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background-color: #232836;
  color: #e7e9ed;
  border: 1px solid #323847;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
}

.invite_meta_chip svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.invite_meta_chip span {
  font-size: 14px;
  font-weight: 800;
}

.invite_title_text.center,
.invite_sub_text.center,
.invite_meta_chip.center {
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.invite_card_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  gap: 10px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.invite_input_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
}

.invite_card_form .send_invitation_btn {
  width: auto;
  min-width: 140px;
  padding: 12px 18px;
}

.invite_card .already_in_use {
  margin: 0;
  text-align: center;
}

.inviteemail_input {
  border: 1px solid #2f3544;
  background-color: #1f232d;
}

.inviteemail_input:focus {
  border-color: #f65169;
  -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.2);
  box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.2);
}

.invite_visual {
  width: 100%;
  text-align: center;
  padding: 4px 0 6px 0;
}

.invite_visual img {
  width: 100%;
  max-width: 130px;
  height: auto;
  display: inline-block;
  border-radius: 18px;
  -webkit-border-radius: 18px;
}

.send_invitation_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  background-color: #1e88e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 8px 15px 9px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.send_invitation_btn:hover {
  background-color: #1170c4;
}

.inviteemail_input {
  width: 100%;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  outline: none;
  border: 2px solid transparent;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.inviteemail_input {
  border: 1px solid #2f3544;
  background-color: #1f232d;
}

.inviteemail_input:focus {
  border-color: #f65169;
  -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.2);
  box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.2);
}

.inviteemail_input::active {
  border: 2px solid #ffccbc;
}

.invite_not {
  font-weight: 400;
  font-size: 13px;
  color: #858fad;
  font-family: "Noto Sans", sans-serif;
  padding: 10px;
}

.inv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  background-color: #1e88e5;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 12px 15px 12px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.inv_btn:hover {
  background-color: #1170c4;
}

.inv_btn svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
  margin-right: 5px;
}

.live_now {
  padding: 3px 10px;
  color: #ffffff;
  background-color: #f65169;
  display: -webkit-inline-box;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  animation: my_pulse 2s infinite;
}

@keyframes my_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(168, 63, 57, 0.4);
    box-shadow: 0 0 0 0 rgba(168, 63, 57, 0.4);
  }

  5% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }

  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(168, 63, 57, 0);
    box-shadow: 0 0 0 50px rgba(168, 63, 57, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
    box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
  }
}

.already_in_use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background-color: #f65169;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  display: none;
  text-align: center;
}

.already_in_use svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.total_online_user {
  width: 100%;
  padding: 15px 0px 0px 0px;
}

.total_online_users_wrapper {
  width: 100%;
  padding: 17px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: #ff8a65;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.total_online_users_wrapper svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.total_online_users_wrapper span {
  padding: 0px 5px;
  font-size: 16px;
}

.i_postLiveStreaming {
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

.i_live_ {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #e6e8f0;
  background-color: #0f1014;
  cursor: pointer;
  border: 1px solid #2f3340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
}

.i_live_:nth-child(2) {
  margin-left: 0px;
}

.i_live_:hover {
  background-color: #1f2026;
  border-color: #3a3f50;
  color: #f65169;
}

.i_live_ svg {
  fill: #f65169;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 640px) {
  .i_live_ {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.i_activity_info_container {
  width: 100%;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.i_activity_info_container a {
  color: #c64d53;
  font-weight: 600;
}

a.a_o_user {
  color: #ffffff;
  margin-left: 5px;
}

a.a_o_user_flw {
  color: #0288d1;
  margin-left: 5px;
}

.activityWrapper {
  max-height: 300px;
  overflow-y: scroll;
}

.activityWrapper::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.activityWrapper::-webkit-scrollbar-thumb {
  background-color: #f65169 !important;
}

.activity_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.activity_card {
  position: relative;
  border: 1px solid #2a2f3b;
  background: -webkit-gradient(linear, left top, right bottom, from(#1f232d), to(#181b23));
  background: linear-gradient(135deg, #1f232d 0%, #181b23 100%);
  gap: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 88px;
}

.activity_card::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f65169), to(#ffb55a));
  background: linear-gradient(180deg, #f65169 0%, #ffb55a 100%);
  opacity: 0.75;
}

.activity_card[data-activity="newPost"]::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7c8ce0), to(#cdd9ff));
  background: linear-gradient(180deg, #7c8ce0 0%, #cdd9ff 100%);
}

.activity_card[data-activity="postLike"]::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f65169), to(#ff8ea5));
  background: linear-gradient(180deg, #f65169 0%, #ff8ea5 100%);
}

.activity_card[data-activity="userFollow"]::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#2bbf6c), to(#7ae0a4));
  background: linear-gradient(180deg, #2bbf6c 0%, #7ae0a4 100%);
}

.activity_card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5);
  border-color: #343a48;
}

.activity_card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.i_message_wrpper a .activity_card_body {
  padding-left: 12px;
}

.activity_avatar_ring {
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ffb55a));
  background: linear-gradient(90deg, #f65169 0%, #ffb55a 100%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
}

.activity_card[data-activity="newPost"] .activity_avatar_ring {
  background: -webkit-gradient(linear, left top, right top, from(#7c8ce0), to(#cdd9ff));
  background: linear-gradient(90deg, #7c8ce0 0%, #cdd9ff 100%);
}

.activity_card[data-activity="postLike"] .activity_avatar_ring {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ff8ea5));
  background: linear-gradient(90deg, #f65169 0%, #ff8ea5 100%);
}

.activity_card[data-activity="userFollow"] .activity_avatar_ring {
  background: -webkit-gradient(linear, left top, right top, from(#2bbf6c), to(#7ae0a4));
  background: linear-gradient(90deg, #2bbf6c 0%, #7ae0a4 100%);
}

.activity_avatar_ring .i_message_avatar {
  width: 100%;
  height: 100%;
  border: 2px solid #0f1117;
  background-color: #0f1117;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
}

.activity_avatar_ring .i_message_avatar img {
  -o-object-fit: cover;
  object-fit: cover;
}

.activity_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkif-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.activity_type_chip {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e7e9ed;
  padding: 6px 10px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  background-color: #1d2029;
}

.activity_type_chip:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ffb55a));
  background: linear-gradient(90deg, #f65169 0%, #ffb55a 100%);
}

.activity_card[data-activity="newPost"] .activity_type_chip:before {
  background: -webkit-gradient(linear, left top, right top, from(#7c8ce0), to(#cdd9ff));
  background: linear-gradient(90deg, #7c8ce0 0%, #cdd9ff 100%);
}

.activity_card[data-activity="postLike"] .activity_type_chip:before {
  background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ff8ea5));
  background: linear-gradient(90deg, #f65169 0%, #ff8ea5 100%);
}

.activity_card[data-activity="userFollow"] .activity_type_chip:before {
  background: -webkit-gradient(linear, left top, right top, from(#2bbf6c), to(#7ae0a4));
  background: linear-gradient(90deg, #2bbf6c 0%, #7ae0a4 100%);
}

.activity_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: #e7e9ed;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.activity_text a {
  color: #f65169;
}

.activity_meta_chevron {
  margin-left: 12px;
  font-size: 18px;
  color: #8b92a2;
  font-weight: 700;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.stories_scroller::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.7);
  border-radius: 999px;
}

.i_post_footer_boost {
  position: relative;
  max-height: 45px;
  overflow: hidden;
}

.show_hide_statistic {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}

.stat_icona {
  position: relative;
  cursor: pointer;
  display: none;
  padding: 5px;
}

.stat_icon {
  position: relative;
  cursor: pointer;
  padding: 5px;
}

.stat_icon svg,
.stat_icona svg {
  width: 20px;
  height: 20px;
}

.changeHeight {
  max-height: initial !important;
}


.announcement_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  color: #ffffff;
  background-color: #242526;
}

.announcement_title {
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.announcement_title svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.announcement_not {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  word-wrap: normal;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.2rem;
  padding-left: 10px;
}

.announcement_not img {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.git {
  width: 100%;
  position: relative;
  display: inline-block;
}

.got_it {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  float: right;
  margin-left: auto;
  background-color: #d8dbdf;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.got_it:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}

.i_credits_wallet {
  position: relative;
  width: 100%;
  padding: 10px;
}

.i_p_categoryp {
  float: left;
  width: fit-content;
  background: #18191A;
  border-radius: 5px;
  color: #ffffff;
  padding: 2px 4px;
  font-size: 12px;
  margin-right: 3px;
  font-family: system-ui, -apple-system, sans-serif;
}

a.i_p_categoryp:hover {
  text-decoration: none;
  background-color: #242526;
}

.i_p_categoryp svg {
  fill: #ffffff;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}

.userIsOffline::before {
  background: #7a0a1b !important;
}

.userIsOnline::before {
  background: #0097a7 !important;
}

.i_opennewtab {
  text-decoration: none;
}

.i_yesScrollable {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  display: none;
}


.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
}


.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid #f65169;
  border-bottom: 2px solid #f65169;
  margin: 0 0 7px 8px;
  width: 8px;
  height: 8px;
}


.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;

}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;

  animation-delay: .2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;

  animation-delay: .3s;
  animation-direction: alternate;


  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #f65169;
  background-color: #f65169;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@-o-keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.in_tips {
  font-weight: 400;
  font-size: 13px;
  font-family: system-ui, -apple-system, sans-serif;
}

.in_tips svg {
  margin-right: 5px;
}

.premiumIcon {
  position: absolute;
  padding: 5px 15px;
  background-color: #f65169;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  z-index: 1;
  top: -17px;
  right: 8px;
  font-size: 13px;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  border: 1px solid #F0F2F5;
}

.premiumIcon svg {
  fill: #ffffff;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.i_day_wishcontainer {
  width: 100%;
  position: relative;
}

.i_day_wish_wrapper {
  display: -webkit--webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 25px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 25px;
  border-left: 2.5px solid;
}

.i_day_wish_title {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.i_day_wish_title img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.i_day_wish_desc {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #858fad;
  font-family: "Noto Sans", sans-serif;
  margin-top: 10px;
}

.premium_amount_he {
  float: left;
  width: fit-content;
  background: #18191A;
  border-radius: 5px;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 11px;
  margin-right: 5px;
  font-family: system-ui, -apple-system, sans-serif;
}

.premium_amount_he svg {
  fill: #f65169;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}

/* Improved Like/Unlike Animations */
.i_post_body {
  position: relative !important;
}

.like_heart,
.unlike_heart {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
  pointer-events: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.like_heart svg,
.unlike_heart svg {
  width: 140px;
  height: 140px;
  filter: drop-shadow(0 5px 15px rgba(211, 47, 47, 0.5));
}

/* Pop Animation for Like */
.like_heart svg {
  animation: likePop 0.8s ease-out forwards !important;
  -webkit-animation: likePop 0.8s ease-out forwards !important;
}

/* Break/Shake Animation for Unlike */
.unlike_heart svg {
  animation: unlikeBreak 1s ease-in-out forwards !important;
  -webkit-animation: unlikeBreak 1s ease-in-out forwards !important;
}

@keyframes likePop {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes likePop {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes unlikeBreak {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  30% {
    transform: scale(1.2);
    opacity: 1;
  }

  50% {
    transform: rotate(-15deg);
  }

  70% {
    transform: rotate(15deg);
  }

  100% {
    transform: scale(0.8) rotate(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes unlikeBreak {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  30% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(-15deg);
  }

  70% {
    -webkit-transform: rotate(15deg);
  }

  100% {
    -webkit-transform: scale(0.8) rotate(0deg);
    opacity: 0;
  }
}

.mypType {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

/*Version 5.0 FINISHED*/
/*Version 5.1 STARTED*/
.i_ai_generate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #F0F2F5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11.5px;
  cursor: pointer;
  margin-left: 5px;
}

.i_pb_aiBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_ai_emojis_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_ai_emojis_Box svg {
  width: 18px;
  height: 18px;
  fill: #f65169;
}

.i_editai_textarea_box {
  padding: 20px 20px;
  padding-bottom: 0px;
}

.ai_more_textarea {
  outline: none;
  resize: none;
  border: 2px solid #F0F2F5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: transparent;
  min-height: 18px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #000000;
  padding: 15px;
  width: 100%;
  font-size: 15px;
  min-height: 100px;
}

.filtvid {
  width: 100%;
  height: 100%;
}

.player .col {
  width: 100%;
  height: 100%;
  position: relative;
}

.player .col div {
  width: 100%;
  height: 100%;
  position: relative;
}

.player-name {
  display: none;
}

.cola {
  display: none !important;
}

.plan_price_in {
  position: relative;
  display: initial;
}

.purchaseButton_wrap {
  display: inline-flex;
}

.bCreatorBg {
  padding-bottom: 50px;
}

.extra_style {
  margin-bottom: 20px;
  width: 100%;
  padding-right: 20px;
}

.i_settings_item_title_extra_with {
  width: 100%;
}

.i_settings_item_title_for_style {
  width: 100%;
  padding-left: 0px;
  padding-top: 8px;
}

.min_with {
  min-width: 100% !important;
}

.i_login_box_wellcome_icon {
  width: 74px;
  height: 74px;
  padding: 14px 13px;
}

.new_verify {
  position: relative;
  width: 100%;
  padding: 10px 8px;
  max-width: 230px;
  margin: 0px auto;
  margin-top: 15px;
}

.verif p {
  font-size: 13px;
}

.tab_max_width {
  max-width: 150px;
}

.i_inline_table {
  display: inline-table;
}

.i_inline_flex {
  display: inline-flex;
}

.i_display_content {
  display: content;
}

.padding_bottom_zero {
  padding-bottom: 0px !important;
}

.padding_zero {
  padding: 0px !important;
}

.padding_left_ten {
  padding-left: 10px;
}

.not_purchased_frame_style {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.tab_detail_item_maxwidth {
  max-width: 50px;
}

.table_text_align_left {
  text-align: left;
}

.delprod {
  margin-bottom: 3px;
}

.i_payout_ {
  max-width: 500px;
  width: 100%;
}

.nonePoint {
  display: none;
}

.invalid_username {
  color: #d81b60;
}

.table_span {
  font-size: 12px;
  padding-left: 5px;
  font-style: italic;
}

.optional_width {
  width: 100%;
}

.option_form_pls {
  width: 100%;
  display: contents;
}

.i_pr_height {
  height: 100%;
}

.search_cont_style {
  min-width: 360px;
  display: none;
  max-height: 360px !important;
}

.giftColorStyle {
  color: #f65169;
}

.blackColor {
  color: #000000;
}

.backgroundBlack {
  background-color: #000000;
}

.product_wrapper_styl {
  height: 250px;
  text-align: center;
  font-weight: 600;
}

.inline_block {
  display: inline-block;
}

.pay_zindex {
  z-index: 5;
}

.h_product_title_pop {
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
}

.crnt_points_pop {
  text-align: center;
  font-size: 43px;
  padding-top: 15px;
}

.i_block_i_item ul {
  margin: 0px;
}

.i_block_i_item ul li {
  margin: 0px;
  list-style-type: none;
}

.com_min_height {
  min-height: 365px;
}

.onlyPremium {
  top: 0px;
}

.plus_opacity {
  opacity: 1;
}

.onlySubs {
  width: 100%;
  position: relative;
  height: 365px;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(90deg, #f65169, #fab429);
}

.product_margin_left {
  margin-left: 10px;
}

.i_loading_margin-left {
  margin-left: 10px;
}

.form_btn {
  margin-left: 5px;
}

.box_not_padding_left {
  padding-left: 15px;
}

.white_board_padding_left {
  padding-left: 50px;
}

.box_not_padding_top {
  padding-top: 5px;
}

.i_centered {
  justify-content: center;
  align-items: center;
}

.login_form_padding_box {
  padding-left: 25px;
  padding-bottom: 10px;
}

.s_p_product_wrapper_pl {
  height: 250px;
  text-align: center;
  font-weight: 600;
}

.product_page_loading {
  margin-bottom: 20px;
}

.dcontent {
  display: contents;
}

.typing_textarea_story {
  margin-top: 15px;
}

loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  background-image: linear-gradient(90deg, #f0f0f0 0px, #e0e0e0 40px, #f0f0f0 80px);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  animation: shimmer 1.5s linear infinite;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.chart_wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  /* Optional but helps maintain shape */
}

#myChart {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.bCreator_padding {
  padding-bottom: 50px;
}

.white_board_padding {
  padding-top: 30px;
}

.chat_absolute_bottom {
  position: absolute;
  bottom: 0px;
}

.white_board_style {
  max-width: 700px !important;
  margin: 0px auto !important;
}

.image-skeleton {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.i_post_image_swip_wrappera,
.green-audio-player {
  width: 100% !important;
}

.notSupportedBox {
  text-align: center;
  padding: 40px;
}

.i_post_text_arrow {
  margin-bottom: 15px;
}

.box_fixed_padding {
  padding: 15px;
}

.box_width_max {
  max-width: 200px
}

.i_box_bottom_zero {
  margin-bottom: 0px;
}

.text_uppercase {
  text-transform: uppercase;
}

.success_tick_style {
  position: absolute;
  left: 5px;
  top: 12px;
}

.story_margin_right_zero {
  margin-right: 0px;
}

.editAds_file {
  display: none;
  opacity: 0;
}

.fixed_zindex {
  z-index: 5 !important;
}

.contact_sended {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-weight: 700;
  font-size: 23px;
  color: #d81b60;
  display: none;
}

.contact_disabled {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-weight: 700;
  font-size: 23px;
  color: #d81b60;
  display: none;
}

.con_warning {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #8e24aa;
  display: none;
}

.con_warning_rec {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #8e24aa;
  display: none;
}

.text_align_left {
  text-align: left;
}

.description_style {
  background-color: #ffffff;
  width: 100%;
}

.no_gif_found {
  padding: 100px 0px;
  width: 100%;
}

.inviteEmailMargin {
  margin-bottom: 10px;
}

.i_payout_style {
  max-width: 500px;
  width: 100%;
}

.suggested_flex_flow {
  flex-flow: wrap;
}

.suggested-creators-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(90px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 18px 14px;
  width: 100%;
  padding: 8px 4px 2px;
  justify-items: center;
}

.suggested-creator-card {
  width: 100%;
  max-width: 150px;
}

.suggested-creator-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.suggested-avatar-wrapper {
  position: relative;
  width: 92px;
  height: 92px;
  padding: 4px;
  border-radius: 50%;
  background: #111827;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.suggested-creator-link:hover .suggested-avatar-wrapper {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.suggested-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #0b1220;
  border: 2px solid #0b1220;
}

.suggested-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.suggested-verified-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f172a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0f172a;
}

.suggested-verified-badge svg {
  width: 18px;
  height: 18px;
  fill: #1e88e5;
}

.suggested-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  font-size: 15px;
  color: #e5e7eb;
  max-width: 100%;
}

.suggested-name-text {
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggested-name .i_plus_g,
.suggested-name .i_plus_gf {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.suggested-name .i_plus_g svg,
.suggested-name .i_plus_gf svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 540px) {
  .suggested-creators-grid {
    -ms-grid-columns: (minmax(80px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 14px 10px;
  }

  .suggested-avatar-wrapper {
    width: 78px;
    height: 78px;
  }

  .suggested-name {
    font-size: 14px;
  }
}

.style_display_block {
  display: block;
}

.live_t_color {
  color: #f65169;
}

.lang_margin {
  margin-right: 5px;
}

.lang_margin_left {
  margin-left: 5px;
}

.lang_warning_color {
  color: red;
}

.lang_black_color {
  color: black;
}

.i_day_wish_wrapper_border_color_1 {
  border-color: #ffc107;
}

.i_day_wish_wrapper_border_color_2 {
  border-color: #FF4F70;
}

.i_day_wish_wrapper_border_color_3 {
  border-color: #7FC583;
}

/*Version 5.1 FINISHED*/
.processing-animation {
  background: linear-gradient(to right, #00b09b, #96c93d);
  animation: progressIndeterminate 1s infinite linear;
}

.processing-msg {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

@keyframes progressIndeterminate {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 0%;
  }
}

/****
MOBILE SCREEN
****/
@media screen and (max-width: 1235px) {
  .ishopping_wrapper_in .s_p_product_container {
    width: 50%;
  }

  .ishopping_wrapper_in {
    display: block;
  }

  .marketplace-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 0 12px 16px;
    justify-items: center;
  }

  .marketplace-grid .s_p_product_container {
    width: 100%;
    max-width: 540px;
  }
}

@media screen and (max-width: 1100px) {
  .i_sub_box_container {
    width: 100%;
    width: calc(100% - 4px);
    width: -ms-calc(100% - 4px);
    width: -o-calc(100% - 4px);
  }
}

@media screen and (max-width: 1024px) {
  .i_other_products_container {
    display: inline-block;
  }

  .s_p_product_container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .crate_a_product_item {
    width: 50%;
  }

  .input_title,
  .input_price {
    width: 100%;
    margin-bottom: 10px;
  }

  .create_product_form_column {
    display: inline-block;
  }

  .input_file_form,
  .input_uploaded_images {
    width: 100%;
  }

  .shop_menu_wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .shopping_left_menu {
    display: inline-block;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    top: auto;
  }

  .shop_main_wrapper {
    padding: 15px;
    padding-left: 15px;
    width: 100%;
  }

  .marketplace-hero {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .marketplace-hero__highlights {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .marketplace-toolbar {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shopping_left_menu {
    position: relative;
    top: 0px;
  }

  .i_shopping_menu_wrapper {
    display: none;
  }

  /*3.6 Mobile finished*/
  .i_settings_menu_wrapper {
    display: none;
  }

  .settings_wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .settings_main_wrapper {
    padding-left: 0px;
  }

  .settings_left_menu {
    max-width: 100%;
    margin-bottom: 25px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .settings_mobile_ope_menu {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .settings_mobile_menu_container {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    padding: 7px;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
    background: linear-gradient(90deg, #f65169, #fab429);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .settings_mobile_menu_container:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .settings_mobile_menu_container svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    margin-right: 8px;
  }

  .i_sub_box_container {
    width: 100%;
    width: calc(50% - 4px);
    width: -ms-calc(50% - 4px);
    width: -o-calc(50% - 4px);
  }
}

@media screen and (max-width: 940px) {
  .leftSticky {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #18191A;
  }

  .th_middle {
    padding: 0px 5px;
  }

  .leftSidebarWrapper {
    padding: 10px !important;
  }

  .leftSidebar_in .leftSidebarWrapper {
    max-width: 100% !important;
    margin-left: initial;
  }

  .leftSidebarWrapper_mobile {
    padding: 10px !important;
  }

  .mobile_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    float: left;
    padding-left: 5px;
    padding-top: 2px;
  }

  .leftStickyActive {
    display: block;
  }

  .i_sponsored_container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .i_sponsored_image {
    max-width: 100%;
    min-width: 100%;
  }

  .i_sponsored_title_and_desc {
    padding: 0px 0px;
    width: 100%;
  }

  .i_search_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
  }
}

@media screen and (max-width: 900px) {
  .creator_list_box_wrp {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .product_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product_details_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .product_details_right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .product_details_right_in {
    margin-left: 0px;
  }

  .other_items_by_owner_title {
    padding-left: 15px;
  }

  .i_postFormContainer_swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-family: system-ui, -apple-system, sans-serif;
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    background-image: url("img/geometricBg.png");
    background-size: cover;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .rightSticky {
    display: none;
  }

  .chart_row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .chart_row_box {
    display: inline-block;
    width: 100%;
  }

  .chart_row_box:first-child {
    padding-left: 10px;
  }

  .chart_row_box:last-child {
    padding-right: 10px;
  }

  .i_settings_wrapper_item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }

  .i_settings_item_title_for {
    padding-left: 0px;
    width: 100%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .i_settings_item_title {
    padding-bottom: 10px;
  }

  .flexBox {
    width: 100%;
    margin-bottom: 10px;
  }

  .youare {
    width: 100%;
  }

  .page_category {
    width: 100%;
  }

  .credit_plan_box {
    padding: 0.5rem;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    position: relative;
  }

  .i_tab_padding {
    padding: 5px;
  }

  .i_sub_box_container {
    width: 100%;
    width: calc(100% - 4px);
    width: -ms-calc(100% - 4px);
    width: -o-calc(100% - 4px);
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .l_feature_box_container {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .marketplace-grid {
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .marketplace-hero {
    padding: 16px;
  }

  .hero-highlight {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .marketplace-grid {
    gap: 12px;
    padding: 0 12px 16px;
    justify-items: center;
  }

  .marketplace-card {
    margin: 0 auto;
    max-width: 520px;
  }

  .marketplace-card .product_image {
    height: 180px;
  }
}

@media screen and (max-width: 740px) {
  .i_profile_i_container {
    padding-top: 0px;
  }

  .i_profile_cover {
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
  }

  .i_profile_avatar {
    width: 108px;
    height: 108px;
  }

  .i_profile_avatar_container {
    bottom: -58px;
  }

  .i_u_profile_info {
    padding-top: 73px;
  }

  .landing_box_animation {
    display: none;
  }

  .l_feature_box_container {
    width: 50%;
  }

  .point_earn_box_cont {
    width: calc(50% - 0px);
    width: -o-calc(100% / 2 - 0px);
    width: -ms-calc(100% / 2 - 0px);
    width: -moz-calc(100% / 2 - 0px);
  }

  ._pbwg8 {
    width: calc(50% - 1px);
    width: -moz-calc(100%/2 -1px);
  }

  .i_profile_gift_frame {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
}

@media screen and (max-width: 700px) {
  .other_items_by_owner {
    padding-bottom: 30px;
  }

  .i_complete_level_name {
    display: none;
  }

  .i_levels_container_position {
    display: none;
  }

  .i_complete_level {
    padding: 0px 5px;
  }

  .cList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
  }

  .chat_left_container {
    width: 0px;
    display: none;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 5;
    background-color: #242526;
  }

  .chatDisplay {
    display: block !important;
    width: 100% !important;
  }

  .chat_p_body .mobile_footer_fixed_menu_container {
    display: none !important;
  }

  .c_u_f_nm a {
    max-width: 200px;
  }

  .i_subscribing_note {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .pay_form_group {
    padding: 8px 5px;
  }

  .i_form_group_plus {
    width: calc(100% - 0px);
    width: -o-calc(100% / 1 - 0px);
    width: -ms-calc(100% / 1 - 0px);
    padding-bottom: 10px;
  }

  .pay_form_group_plus {
    padding: 8px 5px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .landing_section_in h1 {
    font-size: 27px;
  }

  .landing_section_in .landing_seciond_in_note {
    font-size: 17px;
  }
}

@media screen and (max-width: 662px) {
  *::-webkit-scrollbar {
    width: 1px !important;
    height: 1px !important;
  }

  *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }

  *::-webkit-scrollbar-track {
    background: #2e2e2e;
  }

  .i_search {
    display: none;
    padding: 3px 15px;
    position: absolute !important;
    top: -2px;
    width: 100%;
    height: 100%;
    background-color: #242526;
    z-index: 5;
  }

  .search_mobile {
    display: block !important;
  }

  .mobile_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    float: left;
    padding-left: 5px;
    padding-top: 2px;
  }

  .i_search_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
  }

  .i_general_box_search_container {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    -webkit-transform: translate(-50%, 50px);
    -moz-transform: translate(-50%, 50px);
    -o-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    width: calc(100vw - 16px);
  }

  .th_middle {
    width: 100%;
  }

  .i_post_comments_wrapper {
    padding: 0px 8px;
  }

  .certification_terms {
    display: inline-block;
    width: 100%;
  }

  .certification_terms_item {
    width: 100%;
  }

  .terms_bg {
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .certification_terms_item:nth-child(2) {
    width: 100%;
    padding-left: 0px;
  }

  .certification_file_box {
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .certification_file_box label {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .pendingTitle {
    text-align: center;
  }

  .credit_plan_box {
    padding: 0.5rem;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    position: relative;
  }

  .landing_section_two_in h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  .i_p_items_box {
    flex-wrap: wrap;
  }

  .i_btn_become_fun {
    width: 100%;
    margin-bottom: 10px;
  }

  .i_btn_send_to_point {
    width: 100%;
    margin-left: 0px;
  }

  .i_btn_send_to_frame {
    margin-top: 10px;
    width: 100%;
  }

  .i_more_frames_wrapper {
    padding: 0px;
  }

  .i_more_frames_wrapper .credit_plan_box {
    padding: 0.5rem;
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -moz-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    -o-flex: 0 0 100% !important;
    position: relative;
  }

  .wrapper {
    padding-bottom: 75px;
  }

  .choose_me {
    padding: 0px;
  }

  .chsm-item {
    padding: 10px;
    padding-bottom: 0px;
  }

  .chsm {
    min-height: 32px;
  }

  .chsm-item a {
    width: auto;
  }

  .chsm_title {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .chsm_icon {
    margin-top: 28px;
  }

  .i_modal_g_header {
    font-size: 13px;
  }

  .shareClose svg,
  .coverCropClose svg {
    width: 13px;
    height: 13px;
  }

  .ishopping_wrapper_in .s_p_product_container {
    width: 100%;
    margin-bottom: 24px;
  }

  .ishopping_wrapper_in {
    display: block;
  }

  .creator_list_box_wrp {
    width: 100%;
  }

  .i_payout_ {
    min-width: 50%;
  }

  .l_feature_box_container {
    width: 100%;
  }

  .landing_create_equal_box {
    width: 100%;
    padding: 15px;
  }

  .inmob {
    display: none;
  }

  .ranges,
  .ranges_ {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .landing_section_register {
    padding: 10px;
  }

  .landing_reg {
    padding: 8px 10px !important;
  }

  .certification_file_box {
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding-left: 10px;
  }

  .point_earn_box_cont {
    width: calc(100% - 0px);
    width: -o-calc(100% / 1 - 0px);
    width: -ms-calc(100% / 1 - 0px);
    width: -moz-calc(100% / 1 - 0px);
  }
}

@media screen and (max-width: 462px) {
  .i_profile_menu_item_name {
    display: none;
  }

  .publish svg {
    margin-right: 0px;
  }

  .i_image_video_btn {
    margin-right: 0px;
  }

  .form_btn {
    padding: 5px 5px 5px 5px;
  }

  .i_general_box_container,
  .i_general_box_message_notifications_container,
  .i_general_box_notifications_container {
    left: auto;
    right: 6px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 64px;
    width: calc(100vw - 12px);
    max-width: 100%;
    min-width: auto;
    border-radius: 0px;
    height: calc(100vh - 108px);
    height: -o-calc(100vh - 108px);
    height: -ms-calc(100vh - 108px);
  }

  .premium_locked_icon svg {
    width: 20px;
    height: 26px;
  }

  .premium_locked:after {
    border-top: 100px solid rgba(0, 0, 0, 0.4);
    border-left: 100px solid transparent;
  }

  .emojiBoxC {
    right: -23px;
  }

  .stickersContainer {
    right: -23px;
  }

  .Message_stickers_wrapper .sticker {
    width: 79px;
  }

  .giphy_results_container_conversation {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .l_feature_box_container {
    padding: 0px 30px;
  }

  .i_re_box {
    width: 100%;
  }
}

@media screen and (max-width: 545px) {
  .header {
    padding: 16px 22px 12px 6px;
  }

  .i_header_btn_item {
    margin-right: 0px;
  }

  .i_header_in {
    gap: 4px;
  }

  .i_one {
    gap: 5px;
  }
}

@media screen and (max-width: 413px) {
  .i_postFormContainer {
    padding: 15px 8px;
  }

  .pbtn {
    display: none;
  }

  .pbtn_plus {
    display: block !important;
  }

  .header {
    padding: 16px 22px 12px 6px;
  }

  .i_header_btn_item {
    margin-right: 0px;
  }

  .emojiBox {
    left: -20%;
  }

  .i_one {
    gap: 5px;
  }
}

@media screen and (max-width: 390px) {
  .header {
    padding: 16px 22px 12px 0px;
  }
}

@media screen and (max-width: 375px) {
  .search_mobile {
    display: none !important;
  }

  .fms {
    display: block;
  }
}

/* Polls */
.poll_builder {
  position: relative;
  border: 1px solid #2c2c2c;
  background: #1f1f1f;
  padding: 14px 14px 16px;
  border-radius: 12px;
  margin: 15px 0 12px;
  transition: box-shadow .25s ease, border-color .25s ease, transform .2s ease;
}

.poll_builder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(180deg, #E4E6EB, #E4E6EB);
  opacity: .8;
}

.poll_builder_head {
  position: relative;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.poll_builder_title {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.poll_builder.active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  border-color: rgba(228, 230, 235, 0.35);
  transform: translateY(-2px);
}

.poll_builder.active .poll_builder_title {
  color: #cfd2d8;
}

.close_poll_builder {
  cursor: pointer;
  color: #c5cada;
  transition: color .2s ease, transform .2s ease;
  background: #2a2d36;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 14px;
}

.close_poll_builder svg {
  width: 11px;
  height: 11px;
  display: block;
}

.close_poll_builder:hover {
  color: #ffffff;
  transform: scale(1.05);
  background: #323543;
}

.poll_options_wrapper .poll_option_input {
  position: relative;
  margin-bottom: 10px;
  padding: 2px 6px;
  background: #18191A;
  border: 1px solid #2c2c2c;
  border-radius: 10px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.poll_option_field {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 6px;
  font-weight: 500;
  color: #e5e7eb;
}

.poll_option_field:focus {
  outline: none;
}

.poll_builder.active .poll_options_wrapper .poll_option_input {
  border-color: #3b3f46;
  box-shadow: 0 6px 16px rgba(228, 230, 235, 0.18);
}

.remove_poll_option {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: 700;
  color: #777;
  transition: color .2s ease;
}

.remove_poll_option:hover {
  color: #cfd2d8;
}

.poll_actions {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.add_poll_option {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #cfd2d8;
  font-weight: 600;
  transition: transform .15s ease;
}

.add_poll_option:hover {
  transform: translateY(-1px);
}

.poll_limit_notice {
  font-size: 12px;
  color: #9aa0a6;
  padding: 6px 10px;
  background: #111214;
  border-radius: 20px;
  border: 1px dashed #3b3f46;
}

.poll_wrapper {
  margin-top: 12px;
  padding: 15px;
  background: linear-gradient(180deg, #18191A, #161718);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.poll_option_item {
  padding: 12px;
  border: 1px solid #2c2c2c;
  border-radius: 12px;
  margin-bottom: 10px;
  cursor: pointer;
  background: #1f1f1f;
  transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.poll_option_item:hover {
  border-color: #4a4e57;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.poll_option_voted {
  border-color: #cfd2d8;
  box-shadow: 0 0 0 1px #cfd2d8 inset, 0 10px 22px rgba(0, 0, 0, 0.3);
}

.poll_option_top {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.poll_option_stats {
  gap: 10px;
  align-items: center;
}

.poll_option_avatars {
  display: flex;
  align-items: center;
}

.poll_avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #1f1f1f;
  box-shadow: 0 0 0 1px #2c2c2c;
  margin-right: -6px;
}

.poll_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poll_option_text {
  font-weight: 600;
  color: #e5e7eb;
  font-size: 14px;
  line-height: 1.4;
}

.poll_option_percent {
  font-weight: 700;
  color: #cfd2d8;
  font-size: 13px;
}

.poll_option_count {
  font-weight: 700;
  color: #d1d5db;
  font-size: 12px;
}

.poll_option_bar {
  margin-top: 4px;
  height: 9px;
  border-radius: 8px;
  background: #2c2c2c;
  overflow: hidden;
}

.poll_option_bar_fill {
  height: 100%;
  background: linear-gradient(90deg, #84fab0, #8fd3f4);
  width: 0;
  transition: width .3s ease;
}

.poll_meta {
  margin-top: 8px;
  font-size: 12px;
  color: #9aa0a6;
  gap: 12px;
  flex-wrap: wrap;
}

.poll_meta .poll_votes {
  font-weight: 600;
}

.campaign_toggle_row {
  margin: 12px 0;
}

.campaign_fields {
  border: 0;
  padding: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #101217 0%, #0b0d12 100%);
  margin-bottom: 12px;
  gap: 14px;
}

.campaign_fields .i_input_wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.campaign_fields .i_input_wrapper>span {
  display: block;
  font-weight: 700;
  color: #9aa0a6;
  margin-bottom: 6px;
  letter-spacing: 0.24px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.campaign_fields .i_input,
.campaign_fields textarea {
  width: 100%;
  border: 1px solid #1f2937;
  border-radius: 10px;
  background: #0c0f13;
  color: #e5e7eb;
  padding: 11px 12px;
  font-size: 14px;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

.campaign_fields .i_input:focus,
.campaign_fields textarea:focus {
  border-color: #2f3544;
  background: #0f1319;
  box-shadow: none;
  outline: none;
}

.campaign_fields input[type=number] {
  -moz-appearance: textfield;
}

.campaign_fields input[type=number]::-webkit-outer-spin-button,
.campaign_fields input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.campaign_fields textarea {
  min-height: 120px;
  resize: vertical;
}

.campaign_fields .rec_not {
  color: #9ca3af;
  font-size: 12px;
  padding-left: 2px;
}

.campaign_hint {
  color: #9aa0a6;
  font-size: 11px;
  margin-top: 4px;
}

.campaign_amounts {
  gap: 14px;
  flex-wrap: wrap;
}

.campaign_amounts .i_input_wrapper {
  width: calc(50% - 7px);
  min-width: 240px;
}

.campaign_cover_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.campaign_cover_header {
  gap: 10px;
}

.campaign_cover_title {
  font-weight: 700;
  color: #e5e7eb;
  font-size: 14px;
}

.campaign_cover_drop {
  border: 1px dashed #2f3544;
  border-radius: 12px;
  padding: 14px 12px;
  background: #0f1319;
  color: #9aa0a6;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.campaign_cover_drop:hover {
  border-color: #10b981;
  background: #0d1712;
  color: #e5e7eb;
}

.campaign_cover_preview {
  border: 1px solid #2f3544;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 260px;
}

.campaign_cover_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campaign_cover_remove {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 17, 25, 0.9);
  color: #fca5a5;
  border-radius: 20px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.campaign_cover_remove:hover {
  background: #1f1f1f;
}

.campaignCoverBtn {
  display: none;
}

.campaignCoverBtn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.campaign_cover_input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.campaign_card {
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 0;
  background: #0f0f0f;
}

.campaign_card_cover {
  width: 100%;
  overflow: hidden;
}

.campaign_card_cover img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 320px;
}

.campaign_card_body {
  padding: 16px;
}

.campaign_card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.campaign_card_title {
  font-weight: 800;
  font-size: 20px;
  color: #f9fafb;
}

.campaign_card_status {
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 11px;
  text-transform: capitalize;
  background: #1f2937;
  color: #e5e7eb;
}

.campaign_card_status.status_pending {
  background: #45290f;
  color: #f2c46d;
}

.campaign_card_status.status_active,
.campaign_card_status.status_approved {
  background: #0b3b2c;
  color: #9be2b6;
}

.campaign_card_status.status_rejected {
  background: #3b1a1a;
  color: #f5a3a3;
}

.campaign_card_summary {
  color: #d1d5db;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.campaign_card_figures {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0;
}

.campaign_figure {
  display: flex;
  flex-direction: column;
}

.campaign_figure.align_end {
  align-items: flex-end;
  text-align: right;
}

.figure_label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.figure_value {
  font-size: 22px;
  font-weight: 800;
  color: #c4b5fd;
}

.campaign_card_meta {
  font-size: 13px;
  color: #d1d5db;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.campaign_stat {
  background: #161616;
  border: 1px solid #2f2f2f;
  border-radius: 10px;
  padding: 10px;
}

.campaign_stat .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #9ca3af;
  font-weight: 800;
  margin-bottom: 4px;
}

.campaign_stat .value {
  font-weight: 800;
  color: #f9fafb;
}

.campaign_card_progress_bar {
  width: 100%;
  height: 12px;
  background: #1f2937;
  border-radius: 999px;
  overflow: hidden;
  margin: 12px 0;
}

.campaign_card_progress_bar span {
  display: block;
  height: 100%;
  background: #7c3aed;
}

.campaign_meta_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}

.campaign_meta_item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e5e7eb;
  font-weight: 700;
  font-size: 13px;
}

.meta_icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #312e81;
  color: #c4b5fd;
}

.meta_icon svg {
  width: 14px;
  height: 14px;
}

.campaign_donors_preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 6px;
  gap: 10px;
}

.campaign_donor_stack {
  display: flex;
  align-items: center;
}

.campaign_donor_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #0b0f17;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  margin-left: -10px;
  background: #111827;
}

.campaign_donor_avatar:first-child {
  margin-left: 0;
}

.campaign_donor_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campaign_donor_trigger {
  font-weight: 700;
  font-size: 13px;
  color: #c4b5fd;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.campaign_donor_trigger:hover {
  text-decoration: underline;
}

.campaign_donors_search {
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #1f2937;
  border-radius: 12px;
  padding: 10px 12px;
  background: #0f172a;
}

.donor_search_icon {
  color: #9ca3af;
  display: flex;
}

.campaign_donor_filter {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #e5e7eb;
}

.campaign_donors_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px 12px;
  padding: 8px 0;
}

.campaign_donor_tile {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.campaign_donor_tile .campaign_donor_avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0b0f17;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  margin-left: 0;
}

.campaign_donor_tile .campaign_donor_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campaign_donor_tile .campaign_donor_name {
  font-weight: 800;
  font-size: 14px;
  color: #f9fafb;
}

.campaign_donor_amount_small {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 700;
}

.campaign_donors_wrap {
  padding: 15px;
}

.campaign_cta_row {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  padding: 15px;
}

.campaign_primary_btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 14px;
  background: #7c3aed;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.35);
  transition: transform .15s ease, box-shadow .15s ease;
  text-decoration: none;
}

.campaign_primary_btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.45);
}

.campaign_donors_summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  background: transparent;
}

.campaign_donors_summary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}

.campaign_donors_summary span,
.campaign_donors_summary strong {
  position: relative;
  z-index: 2;
}

.campaign_donors_summary span {
  font-size: 13px;
  color: #e5e7eb;
  font-weight: 600;
}

.campaign_donors_summary strong {
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -49px);
  z-index: 2;
  font-size: 24px;
}

.campaign_donor_cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  object-fit: contain;
  object-position: center top;
  z-index: 0;
  transform: translateY(30px);
}

.campaign_donors_list {
  max-height: 420px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 0;
}

.campaign_donor_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 12px;
  background: #0c1018;
  border: 1px solid #1f2937;
  gap: 12px;
}

.campaign_donor_info {
  flex: 1;
  min-width: 0;
}

.campaign_donor_name {
  font-weight: 700;
  font-size: 14px;
  color: #f9fafb;
}

.campaign_donor_username,
.campaign_donor_time {
  font-size: 12px;
  color: #9ca3af;
}

.campaign_donor_amount {
  font-weight: 800;
  color: #c4b5fd;
  font-size: 14px;
  white-space: nowrap;
}

.campaign_donor_empty {
  padding: 14px;
  border: 1px dashed #1f2937;
  border-radius: 12px;
  text-align: center;
  color: #9ca3af;
  font-weight: 600;
}

.donate_amount_group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 6px 4px;
}

.donate_amount_input {
  position: relative;
}

.donate_amount_input input {
  width: 100%;
  border: 1px solid #2f3544;
  border-radius: 14px;
  padding: 13px 12px;
  font-size: 15px;
  font-weight: 600;
  color: #e5e7eb;
  background: #0c0f13;
}

.donate_amount_input input:focus {
  outline: 2px solid #2f3544;
  border-color: #2f3544;
  box-shadow: none;
}

.donate_min_hint {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 12px;
  margin-top: 6px;
  font-weight: 600;
}

.donate_hint_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #c4b5fd;
  border: 1px solid #2f3544;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 11px;
  background: #16172a;
}

.donate_wallet_option {
  gap: 10px;
  padding: 12px;
  border: 1px solid #2f3544;
  border-radius: 12px;
  background: #111318;
}

.donate_radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid #7c3aed;
  background: #0c0f13;
  box-shadow: 0 4px 10px rgba(109, 40, 217, 0.25);
}

.donate_wallet_icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #312e81;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4b5fd;
  padding: 5px;
}

.donate_wallet_icon svg {
  width: 25px;
  height: 25px;
}

.donate_wallet_text .donate_wallet_title {
  font-weight: 700;
  color: #e5e7eb;
  font-size: 13px;
}

.donate_wallet_text .donate_wallet_balance {
  color: #cbd5e1;
  font-weight: 600;
  font-size: 12px;
}

.donate_checkbox {
  gap: 10px;
  font-weight: 600;
  color: #e5e7eb;
  cursor: pointer;
  font-size: 13px;
}

.donate_checkbox input {
  width: 18px;
  height: 18px;
  border: 1px solid #2f3544;
  border-radius: 4px;
  background: #0c0f13;
}

.donate_footer_actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.donate_cancel_btn {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #2f3544;
  font-weight: 700;
  color: #e5e7eb;
  background: #111318;
  font-size: 14px;
}

.donate_send_btn {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  font-weight: 800;
  color: #fff;
  background: #581c87;
  box-shadow: 0 12px 30px rgba(88, 28, 135, 0.35);
  font-size: 14px;
}

.campaignOpenBtn.campaignActive {
  box-shadow: 0 0 0 2px #10b981 inset, 0 6px 14px rgba(16, 185, 129, 0.25);
  background: #0e1f17;
}

.campaign_popup_wrapper {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 20px;
  overflow: auto;
}

.campaign_popup_wrapper.nonePoint {
  display: none;
}

.campaign_popup_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.campaign_popup_card {
  position: relative;
  background: #0f1119;
  border: 1px solid #2f3544;
  border-radius: 18px;
  box-shadow: 0 26px 68px rgba(0, 0, 0, .55);
  padding: 22px;
  width: min(540px, 95vw);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.campaign_popup_head {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d202b;
}

.campaign_popup_title {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #f5f6fb;
}

.campaign_popup_close {
  cursor: pointer;
  color: #7a8192;
  transition: color .2s ease, transform .2s ease;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaign_popup_close:hover {
  color: #f65169;
  transform: scale(1.06);
}

.campaign_fields {
  gap: 14px;
}

.campaign_fields .i_input_wrapper>span {
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 8px;
  display: block;
  letter-spacing: -0.01em;
}

.campaign_fields .i_input,
.campaign_fields textarea {
  border: 1px solid #1f2937;
  border-radius: 10px;
  background: #0c0f13;
  color: #e5e7eb;
  padding: 11px 12px;
  font-size: 14px;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

.campaign_fields .i_input:focus,
.campaign_fields textarea:focus {
  border-color: #2f3544;
  background: #0f1319;
  box-shadow: none;
  outline: none;
}

.campaign_amounts {
  gap: 14px;
}

.campaign_popup_actions {
  gap: 10px;
  margin-top: 8px;
  border-top: 1px solid #1c2027;
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.campaign_popup_actions .form_btn {
  text-align: center;
  flex: 1;
  padding: 11px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  transition: background .2s ease, color .2s ease, transform .15s ease;
}

.campaign_popup_actions .campaignSaveBtn {
  background: #657bff;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
}

.campaign_popup_actions .campaignSaveBtn:hover {
  background: #556de3;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .55);
}

.campaign_popup_actions .campaignCancelBtn {
  background: #1a1c24;
  color: #d1d5db;
  border: 1px solid #2f3544;
}

.campaign_popup_actions .campaignCancelBtn:hover {
  background: #1f222c;
  color: #fff;
  border-color: #343a46;
}

.poll_disabled_note {
  color: #e67e22;
  font-size: 12px;
  margin-bottom: 6px;
}

.poll_voted_text {
  color: #2ecc71;
  font-size: 12px;
  font-weight: 600;
}

.poll_empty {
  color: #9aa0a6;
  font-size: 13px;
}

/* Scheduled posts (compiled CSS mirror) */
.schedule_controls {
  position: relative;
  border: none;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 12px;
  background: transparent;
  box-shadow: none;
}

.schedule_header {
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.schedule_toggle {
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #11131c;
  border: 1px dashed #2f3544;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.schedule_toggle .irow_box_left {
  font-weight: 700;
  color: #f5f6fb;
}

.schedule_action_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  margin-left: auto;
  background: linear-gradient(135deg, #657bff, #9e5cff);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .4);
  transition: transform .15s ease, box-shadow .15s ease;
}

.schedule_action_btn svg {
  width: 18px;
  height: 18px;
}

.schedule_action_btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .55);
}

.schedule_selection {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #2f3544;
  background: #11131c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.schedule_selection.nonePoint {
  display: none !important;
}

.schedule_selected_time {
  font-weight: 600;
  color: #f5f6fb;
  font-size: 13px;
}

.schedule_clear {
  cursor: pointer;
  color: #ff867c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
}

.schedule_clear svg {
  width: 16px;
  height: 16px;
}

.schedule_time_row {
  margin-top: 10px;
}

.schedule_time_row input[type=datetime-local] {
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  max-width: 260px;
  font-size: 14px;
  background: #121212;
  color: #e6e6e6;
}

.schedule_hint {
  font-size: 12px;
  color: #9aa0a6;
  margin-top: 6px;
}

.scheduled_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  background: #1f2a3a;
  color: #7ab4ff;
  margin-bottom: 6px;
}

.scheduled_pending {
  background: #3a2a13;
  color: #f0a500;
}

.scheduled_failed {
  background: #3a1f1f;
  color: #ff867c;
}

.scheduled_meta {
  font-size: 12px;
  color: #9aa0a6;
  margin-top: 4px;
}

.scheduled_meta.scheduled_pending {
  color: #f0a500;
}

.scheduled_meta.scheduled_failed {
  color: #ff867c;
}

.scheduled_meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  background: #2a210f;
  color: #f0a500;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 4px;
}

.scheduled_meta.scheduled_failed {
  background: #3a1f1f;
  color: #ff867c;
}

.i_post_shared_time .scheduled_meta {
  display: block;
  margin-top: 6px !important;
}

.schedule_popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
}

.schedule_popup.active {
  display: flex;
}

.schedule_popup_card {
  background: #0f1119;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 26px 68px rgba(0, 0, 0, .55);
  border: 1px solid #2f3544;
  width: min(480px, 94vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.schedule_popup_head {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d202b;
}

.schedule_popup_title {
  font-weight: 800;
  font-size: 18px;
  color: #f5f6fb;
  letter-spacing: 0.2px;
}

.schedule_popup_close {
  cursor: pointer;
  color: #7a8192;
  transition: color .2s ease, transform .2s ease;
  font-size: 18px;
}

.schedule_popup_close:hover {
  color: #f65169;
  transform: scale(1.06);
}

.schedule_popup_actions {
  margin-top: 12px;
  gap: 10px;
  display: flex;
}

.schedule_popup_btn {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.schedule_popup_btn.cancel {
  background: #1a1c24;
  color: #d1d5db;
}

.schedule_popup_btn.ok {
  background: linear-gradient(135deg, #657bff, #9e5cff);
  color: #fff;
}

.schedule_btn.active .i_image_video_btn,
.schedule_btn.active:hover .i_image_video_btn {
  background: #f5b4c7;
  box-shadow: none;
}

.schedule_btn .i_image_video_btn {
  /* background:#f7c2d1; */
  border-radius: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef3e52;
  /* box-shadow:0 8px 18px rgba(0,0,0,0.28); */
}

.schedule_btn .i_image_video_btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.schedule_btn.active {
  background: #f5b4c7 !important;
}

.schedule_dt_inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}

.schedule_dt_field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #9aa0a6;
}

.schedule_dt_field input {
  border: 1px solid #2f3544;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  background: #0f1119;
  color: #f5f6fb;
}

.schedule_dt_field input:focus {
  outline: 2px solid #657bff;
}

.schedule_dt_field input::-webkit-calendar-picker-indicator {
  filter: invert(80%) sepia(12%) saturate(450%) hue-rotate(190deg) brightness(105%) contrast(90%);
  cursor: pointer;
}

.schedule_dt_field input[type="date"],
.schedule_dt_field input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.schedule_dt_field input[type="date"]:hover,
.schedule_dt_field input[type="time"]:hover {
  border-color: #3c4252;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.schedule_dt_field input[type="date"]::-webkit-inner-spin-button,
.schedule_dt_field input[type="time"]::-webkit-inner-spin-button {
  height: 20px;
}

.schedule_dt_group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.schedule_dt_group select {
  flex: 1;
  border: 1px solid #2f3544;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  background: #161925;
  color: #f5f6fb;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
  appearance: none;
  -webkit-appearance: none;
  min-width: 95px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.schedule_dt_group select:hover {
  border-color: #3c4252;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.schedule_dt_group select:focus {
  outline: 2px solid #657bff;
}

.schedule_time_note {
  font-size: 11px;
  color: #9aa0a6;
  margin-top: 2px;
  margin-bottom: 5px;
}

.schedule_inline_warning {
  color: #ff867c;
  font-size: 12px;
  margin-top: 6px;
}

.schedule_dt_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.schedule_dt_label {
  font-size: 11px;
  color: #9aa0a6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24px;
}

.schedule_info {
  background: #151925;
  border: 1px dashed #2f3544;
  border-radius: 12px;
  padding: 10px 12px;
  color: #c1c6d4;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.schedule_info strong {
  color: #f5f6fb;
}

.schedule_tz {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #1f2a3a;
  color: #9fc4ff;
  font-weight: 700;
  font-size: 12px;
  margin-top: 6px;
}

.scheduled_preview {
  border: 1px solid #2f3544;
  border-radius: 12px;
  padding: 10px 12px;
  background: #151925;
  margin-bottom: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.scheduled_preview_title {
  font-weight: 700;
  color: #f5f6fb;
  font-size: 14px;
  margin-bottom: 4px;
}

.scheduled_preview_meta {
  font-size: 12px;
  color: #9aa0a6;
}

/* Mobile Optimization for Campaign Card (FORCED) */
@media screen and (max-width: 768px) {
  .campaign_card_meta {
    display: grid !important;
    grid-template-areas:
      "deadline progress"
      "goal progress" !important;
    grid-template-columns: 1fr 0.8fr !important;
    gap: 10px !important;
    flex-direction: unset !important;
  }

  .campaign_card_meta .campaign_stat {
    width: 100% !important;
    margin-bottom: 0px !important;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }

  .campaign_card_meta .campaign_stat:nth-child(1) {
    grid-area: deadline;
  }

  .campaign_stat:nth-child(3) {
    grid-area: goal;
  }

  .campaign_card_meta .campaign_stat:nth-child(2) {
    grid-area: progress;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .campaign_card_meta .campaign_stat:nth-child(2)::before {
    content: "" !important;
    width: 84px;
    height: 84px;
    display: block !important;
    border-radius: 50%;
    /* Cyan to Purple Gradient based on progress */
    background: conic-gradient(#00f2ea 0%, #ff00cc calc(var(--progress, 0%) * 1%), #333 0) !important;
    margin-bottom: 5px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 6px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 6px));
  }

  .campaign_card_meta .campaign_stat .label {
    display: block;
  }

  .campaign_card_meta .campaign_stat:nth-child(2) .label {
    display: none !important;
  }

  .campaign_card_meta .campaign_stat:nth-child(2) .value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 14px;
    margin-top: 0px;
  }
}

/* Lux Glass Frame for Campaign (Mobile) */
@media screen and (max-width: 768px) {
  .campaign_lux_glass {
    background: rgba(22, 22, 22, 0.4);
    /* Slightly darker for night */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 242, 234, 0.08), inset 0 0 20px rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 15px;
    margin-top: 15px;
    overflow: hidden;
  }
}

/* Luminous Gradient Borders Override */
@media screen and (max-width: 768px) {
  .campaign_lux_glass {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .campaign_lux_glass .campaign_card_figures,
  .campaign_card_meta .campaign_stat {
    position: relative;
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0.8)) padding-box,
      linear-gradient(135deg, #00f2ea 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 60%, #ff00cc 100%) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
  }

  .campaign_card_meta .campaign_stat:nth-child(2)::before {
    box-shadow: 0 0 15px rgba(0, 242, 234, 0.3) !important;
  }
}

/* RESTORE OUTER FRAME + GRADIENT BORDER */
@media screen and (max-width: 768px) {
  .campaign_lux_glass {
    /* Glass Background + Gradient Border */
    background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7)) padding-box,
      linear-gradient(135deg, #00f2ea 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 60%, #ff00cc 100%) border-box !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 2px solid transparent !important;
    border-radius: 20px !important;
    padding: 15px !important;
    box-shadow: 0 0 30px rgba(0, 242, 234, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.05) !important;
    overflow: visible !important;
    margin-bottom: 20px;
  }

  /* Inner frames stay glowing too */
  .campaign_lux_glass .campaign_card_figures,
  .campaign_card_meta .campaign_stat {
    border-radius: 12px !important;
    background: linear-gradient(rgba(45, 45, 45, 0.6), rgba(45, 45, 45, 0.6)) padding-box,
      linear-gradient(135deg, rgba(0, 242, 234, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 0, 204, 0.5) 100%) border-box !important;
    border: 1px solid transparent !important;
  }
}

/* MAGIC SPARKLE BUTTON */
@media screen and (max-width: 768px) {
  .campaign_lux_glass .campaign_primary_btn {
    background: linear-gradient(90deg, #8a2be2 0%, #00bfff 100%) !important;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.6), 0 0 10px rgba(0, 191, 255, 0.4) !important;
    border: none !important;
    color: #fff !important;
    position: relative;
    overflow: visible !important;
    z-index: 1;
  }

  /* Sparkles */
  .campaign_lux_glass .campaign_primary_btn::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-image:
      radial-gradient(circle, white 1px, transparent 1.5px),
      radial-gradient(circle, rgba(255, 255, 255, 0.8) 1px, transparent 1.5px);
    background-size: 15px 15px, 30px 30px;
    background-position: 0 0, 15px 15px;
    z-index: -1;
    opacity: 0.6;
  }

  .campaign_lux_glass .campaign_primary_btn::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -5%;
    width: 110%;
    height: 140%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 1px, transparent 2px);
    background-size: 20px 20px;
    z-index: -2;
    opacity: 0.7;
  }
}

/* REMOVE SPARKLES OVERRIDE */
@media screen and (max-width: 768px) {

  .campaign_lux_glass .campaign_primary_btn::before,
  .campaign_lux_glass .campaign_primary_btn::after {
    display: none !important;
    content: none !important;
  }

  .i_header_btn_item,
  .topPoints,
  .i_h_in {
    overflow: visible !important;
    position: relative;
    z-index: 100 !important;
  }
}

/* Fix for Publication Panel Premium Button Clipping */
.i_pb_premiumPost,
.i_pb_premiumPostBox,
.i_pb_premium_box {
  overflow: visible !important;
  z-index: 100 !important;
  transform: none !important;
}

/* Fix for distorted circle on "Buy Diamonds" */
.icon-pulse-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: signalPulseSoft 1s infinite !important;
  overflow: visible !important;
  position: relative;
  z-index: 10;
  flex-shrink: 0 !important;
  /* Prevent squashing in flex containers */
  width: 24px !important;
  /* Force square dimensions */
  height: 24px !important;
  margin: 0 !important;
  /* Reset global margin for perfect centering */
}

/* Restore spacing ONLY for buttons with text */
.glass-diamond-btn .icon-pulse-wrapper,
.in_tips .icon-pulse-wrapper {
  margin-right: 6px !important;
}

/* Fix for Tip Button Centering */
/* Fix for Tip Button Centering */
/* Fix for Tip Button Centering */
.i_post_footer_item .in_tips,
.in_tips {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px 15px !important;
  text-align: center !important;
  width: auto !important;
  height: auto !important;
  gap: 2px !important;
}

/* Remove margin from wrapper inside Tip button to avoid off-center shift */
.in_tips .icon-pulse-wrapper,
.in_tips svg {
  margin-right: 0px !important;
}

/* Campaign Button Thickness Fix */
.campaign_primary_btn {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  min-height: 48px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}



/* Centering Diamond Purchase Button */
.glass-diamond-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  gap: 6px !important;
  padding: 10px 0 !important;
  /* Ensure vertical padding */
}

.glass-diamond-btn .icon-pulse-wrapper,
.glass-diamond-btn svg {
  margin-right: 0px !important;
}

/* FORCE PUBLISH BUTTON TEXT ON MOBILE */
@media (max-width: 768px) {

  .publish_btn .pbtn,
  .publish .pbtn {
    display: block !important;
    font-size: 13px !important;
  }
}

.tabing.active {
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.1);
  padding: 5px 10px;
  border-radius: 15px;
}

.tabing.inactive {
  color: #f65169;
  background: rgba(246, 81, 105, 0.1);
  padding: 5px 10px;
  border-radius: 15px;
}

/* Fixed Favorite Icon Position */
.fav_icon_fixed {
  margin-left: auto;
  margin-right: -12px;
}

.fav_icon_fixed svg {
  fill: #858fad !important;
  stroke: none !important;
  width: 28px;
  height: 28px;
}

.fav_icon_fixed .in_save:hover svg {
  fill: #0097a7 !important;
}

/* Saved Post Active Style */
.fav_active_gradient {
  /* Active state when post is saved */
}

.fav_active_gradient svg,
.fav_active_gradient svg path {
  fill: #0097a7 !important;
  stroke: none !important;
}

.fav_active_gradient:hover svg,
.fav_active_gradient:hover svg path {
  fill: #858fad !important;
}

/* FAVORITE ICON COLOR FIX REVISED (Manual Override) */
/* 1. Default State (Not Saved) -> GRAY */
.i_post_footer_item .in_save svg,
.i_post_footer_item .in_save svg path,
.in_save svg,
.in_save svg path {
  fill: #858fad !important;
  stroke: #858fad !important;
  color: #858fad !important;
}

/* 2. Hover State (Not Saved) -> CYAN */
.i_post_footer_item .in_save:hover svg,
.i_post_footer_item .in_save:hover svg path,
.in_save:hover svg,
.in_save:hover svg path {
  fill: #0097a7 !important;
  stroke: #0097a7 !important;
  color: #0097a7 !important;
  cursor: pointer;
}

/* 3. Saved State -> CYAN (Overrides Default) */
/* Targeted specifically to ensure it wins over the default state */
.i_post_footer_item .in_save.fav_active_gradient svg,
.i_post_footer_item .in_save.fav_active_gradient svg path,
.in_save.fav_active_gradient svg,
.in_save.fav_active_gradient svg path,
.in_saved svg,
.in_saved svg path {
  fill: #0097a7 !important;
  stroke: #0097a7 !important;
  color: #0097a7 !important;
}

/* 4. Hover State (Saved) -> CYAN (Maintain Active Color) */
.i_post_footer_item .in_save.fav_active_gradient:hover svg,
.i_post_footer_item .in_save.fav_active_gradient:hover svg path,
.in_save.fav_active_gradient:hover svg,
.in_save.fav_active_gradient:hover svg path,
.in_saved:hover svg,
.in_saved:hover svg path {
  fill: #0097a7 !important;
  stroke: #0097a7 !important;
}

/* ========================================
   CREAR PRODUCTO - COLORES DE FONDO PARA NUEVAS CATEGORIAS
   ======================================== */

.cibBoxColorSix {
  background: #3498db !important;
}

.cibBoxColorSeven {
  background: #27ae60 !important;
}

.cibBoxColorEight {
  background: #e67e22 !important;
}

.cibBoxColorNine {
  background: #9b59b6 !important;
}

.cibBoxColorTen {
  background: #00bcd4 !important;
}

.cibBoxColorEleven {
  background: #e91e63 !important;
}

/* ========================================
   MARKETPLACE - TITULO LIMITADO A 3 LINEAS
   ======================================== */

.marketplace-card .s_p_title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  white-space: normal !important;
}

/* ========================================
   END NEW STYLES
   ======================================== */

/* ========================================
   CHAT MESSAGE IMAGES - FULL DISPLAY FIX
   Display chat images completely without cropping
   ======================================== */

/* Remove fixed aspect ratio for single chat images */
.msg .mmi_i .i_image_one .i_post_image_swip_wrapper,
.msg .mmi_if .i_image_one .i_post_image_swip_wrapper {
  padding-top: 0 !important;
  height: auto !important;
  background-image: none !important;
  background-size: initial !important;
  max-width: 320px !important;
}

/* Make the actual image visible in chat messages */
.msg .mmi_i .i_image_one .i_post_image_swip_wrapper .i_p_image,
.msg .mmi_if .i_image_one .i_post_image_swip_wrapper .i_p_image {
  position: relative !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  max-height: 400px !important;
  object-fit: contain !important;
  border-radius: 15px !important;
}

/* Fix for multiple images in chat (i_image_two, i_image_three, etc.) */
.msg .mmi_i .i_image_two .i_post_image_swip_wrapper,
.msg .mmi_if .i_image_two .i_post_image_swip_wrapper,
.msg .mmi_i .i_image_three .i_post_image_swip_wrapper,
.msg .mmi_if .i_image_three .i_post_image_swip_wrapper,
.msg .mmi_i .i_image_four .i_post_image_swip_wrapper,
.msg .mmi_if .i_image_four .i_post_image_swip_wrapper,
.msg .mmi_i .i_image_five .i_post_image_swip_wrapper,
.msg .mmi_if .i_image_five .i_post_image_swip_wrapper {
  background-image: none !important;
  background-size: initial !important;
}

/* Show actual images for multi-image chat messages */
.msg .mmi_i .i_image_two .i_p_image,
.msg .mmi_if .i_image_two .i_p_image,
.msg .mmi_i .i_image_three .i_p_image,
.msg .mmi_if .i_image_three .i_p_image,
.msg .mmi_i .i_image_four .i_p_image,
.msg .mmi_if .i_image_four .i_p_image,
.msg .mmi_i .i_image_five .i_p_image,
.msg .mmi_if .i_image_five .i_p_image {
  opacity: 1 !important;
  object-fit: cover !important;
}

/* Ensure container has proper dimensions */
.msg .mmi_i .i_image_one,
.msg .mmi_if .i_image_one {
  max-width: 320px !important;
  width: auto !important;
}

/* Container alignment */
.msg .msg_me .i_image_one {
  margin-left: auto !important;
}

.msg .msg_friend .i_image_one {
  margin-right: auto !important;
}

/* ========================================
   END CHAT MESSAGE IMAGES FIX
   ======================================== */

/* ========================================
   CHAT INLINE VIDEO PLAYER
   Videos play directly in chat
   ======================================== */

.chat_video_wrapper {
  max-width: 320px !important;
  width: 100% !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  margin: 5px 0 !important;
  position: relative !important;
  z-index: 100 !important;
  pointer-events: auto !important;
}

.chat_inline_video {
  width: 100% !important;
  max-height: 400px !important;
  border-radius: 15px !important;
  background: #000 !important;
  display: block !important;
  position: relative !important;
  z-index: 101 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Alignment for sent videos (my messages) */
.msg .mmi_i .chat_video_wrapper,
.msg .msg_me .chat_video_wrapper {
  margin-left: auto !important;
}

/* Alignment for received videos (friend messages) */
.msg .mmi_if .chat_video_wrapper,
.msg .msg_friend .chat_video_wrapper {
  margin-right: auto !important;
}

/* Ensure container shows videos properly */
.msg .mmi_i .i_image_one,
.msg .mmi_if .i_image_one {
  display: block !important;
}

/* ========================================
   END CHAT INLINE VIDEO PLAYER
   ======================================== */

/* ========================================
   CHAT AVATAR ROUND FIX
   ======================================== */
.msg_o_avatar img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.conversation_avatar img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* ========================================
   MODERATION CENTER PANEL STYLES
   ======================================== */

.mod_container {
  width: 100%;
  padding: 20px;
  font-family: system-ui, -apple-system, sans-serif;
}

.mod_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 15px;
}

.mod_title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.mod_title_icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod_title_icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.mod_search_box {
  display: flex;
  gap: 10px;
}

.mod_search_input {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  min-width: 250px;
  outline: none;
  transition: all 0.2s;
}

.mod_search_input:focus {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

.mod_search_btn {
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.mod_search_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.mod_stats_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}

.mod_stat_card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}

.mod_stat_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mod_stat_card.pending {
  border-left: 4px solid #f59e0b;
}

.mod_stat_card.warning {
  border-left: 4px solid #eab308;
}

.mod_stat_card.temp_ban {
  border-left: 4px solid #f97316;
}

.mod_stat_card.perm_ban {
  border-left: 4px solid #ef4444;
}

.mod_stat_card.strikes {
  border-left: 4px solid #8b5cf6;
}

.mod_stat_card.today {
  border-left: 4px solid #22c55e;
}

.mod_stat_card.week {
  border-left: 4px solid #3b82f6;
}

.mod_stat_number {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.mod_stat_label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mod_content_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.mod_card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mod_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mod_card_title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.mod_card_badge {
  background: #ef4444;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.mod_card_badge.warning {
  background: #eab308;
}

.mod_card_body {
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}

.mod_empty {
  text-align: center;
  padding: 30px;
  color: rgba(255, 255, 255, 0.5);
}

.mod_empty_icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.mod_user_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.2s;
}

.mod_user_item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mod_user_avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.mod_user_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mod_user_info {
  flex: 1;
  min-width: 0;
}

.mod_user_name {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mod_user_username {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.mod_user_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.mod_ban_type {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #ef4444;
  color: #fff;
}

.mod_ban_type.temp {
  background: #f97316;
}

.mod_ban_type.perm {
  background: #ef4444;
}

.mod_ban_until {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.mod_strike_badge {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(139, 92, 246, 0.2);
  color: #a78bfa;
}

.mod_action_btn {
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.mod_action_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.mod_action_btn.success {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.mod_action_btn.success:hover {
  box-shadow: 0 5px 15px rgba(34, 197, 94, 0.3);
}

.mod_activity_item {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.mod_activity_icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(234, 179, 8, 0.2);
}

.mod_activity_icon.warning {
  background: rgba(234, 179, 8, 0.2);
}

.mod_activity_icon.temp_ban {
  background: rgba(249, 115, 22, 0.2);
}

.mod_activity_icon.permanent_ban {
  background: rgba(239, 68, 68, 0.2);
}

.mod_activity_content {
  flex: 1;
}

.mod_activity_text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.mod_activity_text strong {
  color: #fff;
}

.mod_activity_time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 4px;
}

/* Modal Styles */
.mod_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.mod_modal_overlay.active {
  opacity: 1;
  visibility: visible;
}

.mod_modal {
  background: #242526;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.9);
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mod_modal_overlay.active .mod_modal {
  transform: scale(1);
}

.mod_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mod_modal_title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.mod_modal_close {
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.mod_modal_close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mod_modal_body {
  padding: 20px;
}

.mod_form_group {
  margin-bottom: 20px;
}

.mod_form_label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mod_form_input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}

.mod_form_input:focus {
  border-color: #667eea;
}

.mod_form_textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  outline: none;
  min-height: 100px;
  resize: vertical;
  transition: all 0.2s;
}

.mod_form_textarea:focus {
  border-color: #667eea;
}

.mod_search_results {
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.mod_user_select_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.mod_user_select_item:hover {
  background: rgba(102, 126, 234, 0.1);
}

.mod_action_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mod_action_choice {
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.mod_action_choice:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.mod_action_choice.selected {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

.mod_action_choice.warning.selected {
  border-color: #eab308;
  background: rgba(234, 179, 8, 0.1);
}

.mod_action_choice.temp_ban.selected {
  border-color: #f97316;
  background: rgba(249, 115, 22, 0.1);
}

.mod_action_choice.perm_ban.selected {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}

.mod_action_choice.unban.selected {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
}

.mod_action_choice_icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.mod_action_choice_label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.mod_duration_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.mod_duration_btn {
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.mod_duration_btn:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.mod_duration_btn.selected {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.2);
}

.mod_submit_btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.mod_submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.mod_submit_btn.danger {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.mod_submit_btn.danger:hover {
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.4);
}

/* ========================================
   END MODERATION CENTER PANEL STYLES
   ======================================== */

/* YouTube Video Full Width Fix */
.i_post_text iframe,
.i_post_text iframe.new,
.i_user_comment_text iframe {
  width: calc(100% + 30px) !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  border-radius: 0 !important;
  max-width: none !important;
}

/* Appended Fix for Infinite Scroll */
.noPost,
.noStory,
.noLive {
  display: flex;
  display: -webkit-flex;
  background-color: #242526;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.noPostIcon,
.noStoryIcon,
.noLiveIcon {
  display: flex;
  display: -webkit-flex;
  width: 300px;
  height: 300px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.noPostIcon svg,
.noStoryIcon svg,
.noLiveIcon svg {
  width: 200px;
  height: 200px;
  fill: #858fad;
}

.noPostNote,
.noStoryNote,
.noLiveNote {
  display: flex;
  display: -webkit-flex;
  text-align: center;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  color: #858fad;
  font-size: 14px;
  line-height: 1.5rem;
}

/* ═══════════════════════════════════════════════════════════════════════════ */
/* PREMIUM STORIES SYSTEM: NEON, GLASS & CRYSTAL                              */
/* ═══════════════════════════════════════════════════════════════════════════ */

/* 1. NEON PULSE RINGS (Global) */
.story_unseen.public {
  border: 2px solid #00f2ea !important;
  box-shadow: 0 0 10px #00f2ea !important;
  animation: neonPulseCyan 2s infinite !important;
}

.story_unseen.vip {
  border: 2px solid #ffcc00 !important;
  box-shadow: 0 0 10px #ffcc00 !important;
  animation: neonPulseGold 2s infinite !important;
}

.story_seen {
  border: 2px solid #444 !important;
  opacity: 0.8;
}

@keyframes neonPulseCyan {
  0% {
    box-shadow: 0 0 5px #00f2ea;
  }

  50% {
    box-shadow: 0 0 15px #00f2ea;
  }

  100% {
    box-shadow: 0 0 5px #00f2ea;
  }
}

@keyframes neonPulseGold {
  0% {
    box-shadow: 0 0 5px #ffcc00;
  }

  50% {
    box-shadow: 0 0 15px #ffcc00;
  }

  100% {
    box-shadow: 0 0 5px #ffcc00;
  }
}

/* 2. SUGGESTED STORIES FEED (Widget) */
.suggested-stories-feed {
  margin: 20px 0;
  padding: 15px;
  background: rgba(20, 20, 25, 0.4);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.suggested-stories-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 5px;
}

.suggested-stories-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.suggested-stories-title svg {
  width: 22px;
  height: 22px;
  fill: #00f2ea;
  filter: drop-shadow(0 0 5px rgba(0, 242, 234, 0.4));
}

.suggested-stories-see-all {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.9;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(90deg, #00f2ea, #fc00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.suggested-stories-see-all:hover {
  opacity: 1;
  transform: translateX(4px);
  filter: drop-shadow(0 0 8px rgba(0, 242, 234, 0.6));
}

.see-all-arrow {
  font-size: 18px;
  line-height: 1;
  margin-top: -1px;
  background: linear-gradient(90deg, #00f2ea, #fc00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.suggested-stories-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 5px 5px 15px 5px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.suggested-stories-scroll::-webkit-scrollbar {
  display: none;
}

.suggested-story-card {
  min-width: 140px;
  width: 140px;
  height: 210px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.suggested-story-card:hover {
  transform: translateY(-5px);
}

.story-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6) saturate(1.2);
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.suggested-story-card:hover .story-card-bg {
  transform: scale(1.1);
}

.story-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.story-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
}

.story-card-avatar-wrap {
  position: relative;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.story-ring-large {
  width: 65px !important;
  height: 65px !important;
  min-width: 65px !important;
  min-height: 65px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  border: 2.5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

.story-avatar-inner {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
  box-sizing: border-box;
}

.story-card-info {
  margin-top: auto;
}

.story-card-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-card-status {
  display: block;
  font-size: 10px;
  color: #00f2ea;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 1px;
}

.story-card-locked-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  gap: 8px;
}

.locked-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffcc00;
  filter: drop-shadow(0 0 5px rgba(255, 204, 0, 0.4));
}

.locked-price {
  color: #ffcc00;
  font-weight: 800;
  font-size: 14px;
}

/* 3. CRYSTAL MODAL & AUDIENCE SELECTOR */
.crystal-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.crystal-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.crystal-modal {
  width: 90%;
  max-width: 400px;
  background: rgba(30, 30, 40, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  text-align: center;
}

.story-audience-selector {
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
  gap: 10px;
}

.story-audience-item {
  flex: 1;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-audience-item.active {
  border-color: #00f2ea !important;
  background: rgba(0, 242, 234, 0.1) !important;
}

.story-audience-item.active .audience-label {
  color: #00f2ea !important;
}

.story-audience-item.active svg {
  fill: #00f2ea !important;
}

.audience-label {
  font-size: 11px;
  margin-top: 5px;
  color: #888;
}

.story-premium-price-wrapper {
  margin-top: 15px;
  width: 100%;
  display: block;
}

.story-premium-price-wrapper.nonePoint {
  display: none !important;
}

.story-premium-input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  border: 1px solid #333;
  color: #fff;
}

/* CRYSTAL BUY MODAL */
.crystal-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.crystal-modal-overlay.is-active {
  opacity: 1;
}

.crystal-modal {
  position: relative;
  width: 90%;
  max-width: 400px;
  background: rgba(20, 20, 20, 0.6);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.crystal-modal-overlay.is-active .crystal-modal {
  transform: translateY(0);
}

.crystal-modal-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(0, 242, 234, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.crystal-modal-content {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.crystal-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.2s;
}

.crystal-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.crystal-creator-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #00f2ea 0%, #ff0050 100%);
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 242, 234, 0.3);
}

.crystal-creator-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #1a1a1a;
}

.crystal-modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.crystal-modal-desc {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 25px;
  line-height: 1.5;
}

.crystal-price-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.crystal-price-value {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.crystal-price-icon svg {
  width: 20px;
  height: 20px;
  fill: #00f2ea !important;
}

.crystal-btn-unlock {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(90deg, #00f2ea 0%, #00c2ff 100%);
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.crystal-btn-unlock:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(0, 242, 234, 0.4);
}

.crystal-btn-unlock:active {
  transform: translateY(0);
}

.crystal-btn-unlock svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.crystal-modal-footer {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}

.crystal-balance-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.crystal-balance {
  color: #00f2ea;
  font-weight: 600;
}

/* BEAST MODE STYLES */
.i_profile_avatar_ring.beast_active {
  box-shadow: 0 0 15px #FFD700, 0 0 30px #ffaa00 !important;
  border: 3px solid #FFD700 !important;
  animation: beast-pulse 2s infinite !important;
  position: relative !important;
  z-index: 10 !important;
  overflow: visible !important;
}

@keyframes beast-pulse {
  0% {
    box-shadow: 0 0 15px #FFD700, 0 0 5px #ffaa00;
    border-color: #FFD700;
  }

  50% {
    box-shadow: 0 0 25px #FFD700, 0 0 15px #ffaa00;
    border-color: #ffcc00;
  }

  100% {
    box-shadow: 0 0 15px #FFD700, 0 0 5px #ffaa00;
    border-color: #FFD700;
  }
}

.beast_avatar_badge {
  position: absolute !important;
  bottom: -5px !important;
  right: -5px !important;
  background: #1a1a1a !important;
  border: 2px solid #FFD700 !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  z-index: 999 !important;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.8) !important;
  color: #FFD700 !important;
}

.spotlight_badge_profile {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
  color: #000 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  padding: 2px 8px !important;
  border-radius: 10px !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.5) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  height: 20px !important;
}