/*
Theme Name: King Child
Theme URI: http://kingthemes.net
Template: king
Author: RedKings
Author URI: http://themeforest.net/user/RedKings
Description: Description
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: king
Version: 1.1.56
*/

/*************** Add your custom css here  ***************/
html {
  scroll-padding-top: 80px;
}

.splot-home-strip {
  max-width: 1120px;
  margin: 24px auto 24px;
  padding: 0 18px;
}

.splot-home-strip__inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(168, 72, 255, 0.34), transparent 28%),
    radial-gradient(circle at 96% 8%, rgba(55, 199, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #07070a 0%, #13131b 52%, #060608 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  color: #f7f7fb;
  isolation: isolate;
}

.splot-home-strip__inner::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 27px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.11), transparent 26%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 58px);
  opacity: 0.62;
}

.splot-home-strip__orb {
  position: absolute;
  right: 28%;
  top: -76px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 38%, #ff2d9a 0 8%, #8148ff 28%, #23ddff 52%, transparent 66%);
  filter: blur(2px) saturate(1.25);
  opacity: 0.54;
  pointer-events: none;
}

.splot-home-strip__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.splot-home-strip__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #cda9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.splot-home-strip h1 {
  margin: 0;
  max-width: 650px;
  color: #fff;
  font-size: clamp(34px, 5.2vw, 66px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.splot-home-strip__copy p:last-child {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(247, 247, 251, 0.7);
  font-size: 16px;
  line-height: 1.58;
}

.splot-home-strip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.splot-home-strip__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.splot-home-strip__actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.splot-home-strip__action {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: center;
  padding: 16px 16px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.splot-home-strip__action:hover,
.splot-home-strip__action:focus {
  transform: translateX(4px);
  border-color: rgba(205, 169, 255, 0.42);
  background: rgba(255, 255, 255, 0.095);
  color: #fff;
}

.splot-home-strip__action--primary {
  border-color: rgba(168, 72, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(168, 72, 255, 0.28), rgba(35, 221, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
}

.splot-home-strip__action span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.splot-home-strip__action small {
  grid-column: 1;
  color: rgba(247, 247, 251, 0.6);
  font-size: 12px;
  font-weight: 700;
}

.splot-home-strip__action b {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #0a0a0f;
  font-size: 15px;
  letter-spacing: -0.12em;
}

.splot-home-strip__icon img {
  display: block;
  width: 21px;
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.28));
}

.king-night .splot-home-strip__inner {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.5);
}

@media (max-width: 980px) {
  .splot-home-strip__inner {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .splot-home-strip h1 {
    letter-spacing: -0.055em;
  }

  .splot-home-strip__orb {
    right: -30px;
    top: -70px;
    opacity: 0.42;
  }
}

body.home #king-pagination-02 .load-error,
body.blog #king-pagination-02 .load-error,
body.home .ias-noneleft,
body.blog .ias-noneleft {
  display: none !important;
}

body.home .site-main-top.kflex,
body.blog .site-main-top.kflex {
  gap: clamp(22px, 3vw, 44px);
}

.floating-chat {
  display: none !important;
}

body.home #primary.content-area,
body.blog #primary.content-area {
  align-items: flex-start;
  gap: clamp(30px, 4vw, 64px);
}

body.home #primary > .site-main-top,
body.blog #primary > .site-main-top {
  flex: 1 1 auto;
  min-width: 0;
}

.splot-home-feed-cta {
  position: relative;
  overflow: hidden;
  flex: 0 0 clamp(320px, 28vw, 420px);
  max-width: 420px;
  margin: 34px 0 10px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(35, 221, 255, 0.18), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(168, 72, 255, 0.26), transparent 32%),
    linear-gradient(135deg, rgba(21, 22, 31, 0.94), rgba(8, 8, 12, 0.96));
  color: #f7f7fb;
  text-align: center;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

body.home .splot-home-feed-cta,
body.blog .splot-home-feed-cta {
  position: sticky;
  top: 112px;
  align-self: flex-start;
}

.splot-home-feed-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.13), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.034) 0 1px, transparent 1px 56px);
  opacity: 0.58;
  pointer-events: none;
}

.splot-home-feed-cta__eyebrow,
.splot-home-feed-cta h2,
.splot-home-feed-cta__button {
  position: relative;
  z-index: 1;
}

.splot-home-feed-cta__eyebrow {
  margin: 0 0 10px;
  color: #cda9ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.splot-home-feed-cta h2 {
  max-width: 640px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: clamp(24px, 3.3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.splot-home-feed-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #07070a;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.splot-home-feed-cta__button:hover,
.splot-home-feed-cta__button:focus {
  transform: translateY(-2px);
  color: #07070a;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

@media (max-width: 640px) {
  .splot-home-feed-cta {
    margin: 24px 12px 8px;
  }
}

@media (max-width: 1100px) {
  body.home #primary.content-area,
  body.blog #primary.content-area {
    display: block;
  }

  body.home .splot-home-feed-cta,
  body.blog .splot-home-feed-cta {
    position: relative;
    top: auto;
    max-width: 820px;
    margin: 28px auto 10px;
  }
}

/* Collection Selection */
#king_posts_collection_form .king-submit-button {
  position: sticky;
  bottom: 15px;
  z-index: 9999;
}

.upload-failures {
  margin-top: 20px;
  padding: 20px;
  background: #fff4f4;
  border: 1px solid #f5c2c7;
  border-radius: 10px;
  /* max-width: 600px; */
  font-family: sans-serif;
}

.upload-failures h3 {
  margin-bottom: 20px;
  color: #b02a37;
  font-size: 20px;
}

.upload-error {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #ffe5e5;
  border: 1px solid #f5b5b5;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: background 0.3s;
}

.upload-error:hover {
  background: #ffdada;
}

.upload-error img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 15px;
  border: 2px solid #f5c2c7;
}

.error-content h4 {
  margin: 0;
  font-size: 16px;
  color: #a40000;
}

.collectionsList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.collectionsList .option-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 10px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.collectionsList .option-card img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.collectionsList .text-block {
  text-transform: capitalize;
}

.collectionsList .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 !important;
}

.collectionsList .description {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  display: block;
  font-weight: 500;
}

/* Hide the radio button */
.collectionsList input[type="radio"] {
  display: none;
}

/* Selected card style */
.collectionsList input[type="radio"]:checked+.option-card {
  background: #e50914;
  /* Netflix red, you can change */
  color: #fff;
  border-color: #e50914;
}

/* Keep text white when selected */
.collectionsList input[type="radio"]:checked+.option-card .description {
  /* color: #f0f0f0; */
}

/* Collection Selection */
/* Progress Bar */
#status-label {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

#progress-container .progress {
  width: 100%;
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
  height: 25px;
  margin: 10px 0;
}

#progress-container .progress .progress-bar {
  height: 100%;
  background: #4caf50;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
  transition: width 0.3s;
}

#progress-container {
  margin-top: 20px;
  width: 100%;
  border-radius: 12px;
}

#start-process {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

#start-process:hover {
  background: #43a047;
}

#progress-bar {
  width: 100%;
  height: 22px;
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
  appearance: none;
}

#progress-bar::-webkit-progress-bar {
  background: #eee;
  border-radius: 10px;
}

#progress-bar::-webkit-progress-value {
  background: linear-gradient(90deg, #4caf50, #81c784);
  border-radius: 10px;
}

#progress-bar::-moz-progress-bar {
  background: linear-gradient(90deg, #4caf50, #81c784);
  border-radius: 10px;
}

#status {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Progress Bar */

/* Collection Form CSS */
#media-form-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#media-form-cat li.form-categories-item {
  min-width: 130px !important;
}

#media-form-cat label.king-post-subcat {
  margin-left: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}

/* Collection Form CSS Over*/
/* Sub Menu CSS */
.king-head-nav>ul>li {
  position: relative;
}

.king-head-nav .king-nav-dropdown {
  width: 100%;
  min-width: 150px;
  padding: 0;
  min-height: auto;
  top: 100%;
  left: 0;
  border-radius: 10px;
}

.king-head-nav>ul>li ul.headn-menu {
  display: block;
  margin: 0;
  padding: 15px;
}

.king-head-nav .headn-menu li {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: circle;
}

.king-head-nav .headn-menu li:last-child {
  margin: 0;
}

/* Collection Form CSS */
#media-forms-container .media-form {
  width: 48%;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
}

#media-forms-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

#media-forms-container .media-form .nft-image-preview img {
  width: 50%;
  height: 160px !important;
  object-fit: contain;
}

/* Collection Form CSS Over*/

#drops .ribbon,
#marketplaceDrops .ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}

#drops .ribbon::before,
#drops .ribbon::after,
#marketplaceDrops .ribbon::before,
#marketplaceDrops .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 3px solid #ed0022;
}

#drops .ribbon span,
#marketplaceDrops .ribbon span {
  position: absolute;
  display: block;
  width: 175px;
  padding: 5px 0;
  text-align: center;
  background-color: #ed0022;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#drops .ribbon-top-left,
#marketplaceDrops .ribbon-top-left {
  top: -3px;
  left: -3px;
}

#drops .ribbon-top-left::before,
#drops .ribbon-top-left::after,
#marketplaceDrops .ribbon-top-left::before,
#marketplaceDrops .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

#drops .ribbon-top-left::before,
#marketplaceDrops .ribbon-top-left::before {
  top: 0;
  right: 0;
}

#drops .ribbon-top-left::after,
#marketplaceDrops .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

#drops .ribbon-top-left span,
#marketplaceDrops .ribbon-top-left span {
  right: -22px;
  top: 30px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0px 3px 19px;
}

#drops .box,
#marketplaceDrops .box {
  position: relative;
}

#drop .nft-section {
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

#drop .nft-section h2 {
  margin: 30px 0;
}

.countdown-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  z-index: 5;
  left: 0;
}

.countdown-text {
  font-weight: bold;
}

.drop-container .overlay .drop-description h3,
.drop-container .overlay .drop-description p {
  text-align: inherit;
}

.drop-container .overlay ol {
  padding-left: 20px;
}

.king-submit-buttons li {
  flex: 0 0 45%;
}

.king-submit-buttons li {
  min-width: 40%;
  list-style: none;
}

.unlink-processing {
  opacity: 0.6;
  position: relative;
  transition: opacity 0.3s ease;
}

.king-night .bucket-title {
  background: #0d0d0d;
}

.bucket-title {
  position: sticky;
  top: 90px;
  z-index: 10;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
}

.king-collections .bucket-title {
  position: relative;
  top: auto;
  z-index: 1;
}

#marketplaceDrops .king-post-item {
  width: 100%;
}

.king-night .drop-public-view {
  background-color: #1d1f24;
}

.king-night .drop-public-view .drop-title {
  color: #1d1f24;
}

.king-night .drop-description p {
  color: #1d1f24;
}

.king-night .drop-public-view .drop-container h3 {
  color: #1d1f24;
}

.drop-public-view .drop-button {
  text-align: right;
  margin-bottom: 20px;
}

.drop-public-view .drop-title {
  font-size: 45px;
  font-weight: 600;
}

/* .drop-public-view .drop-button a { */
.king-night .drop-public-view .drop-button a:first-child {
  background: #393c47;
  color: #fff;
  border: none;
}

.drop-public-view .drop-button a:first-child {
  padding: 10px 20px;
  background: #ffffff;
  line-height: 0;
  border-radius: 10px;
  color: #393c47;
  border: 1px solid #e7e7e9;
}

.drop-public-view .drop-container h3 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
}

.drop-description p {
  font-size: 18px;
  margin: 0;
}

.drop-public-view #flipdown {
  margin: 0 auto;
}

.drop-public-view {
  background-color: #fff;
  padding: 40px;
  border-radius: 14px;
}

.overlay {
  /* position: absolute; */
  /* top: 10%;
    right: 5%;
    bottom: 10%;
    left: 5%; */
  padding: 1em;
  margin: auto;
  z-index: 1000;
  background-color: rgb(255 255 255 / 74%);
  border-radius: 0.35em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
  width: 100%;
}

.drop-public-view .drop-container {
  background-size: cover;
  border-radius: 14px;
  background-position: center;
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  padding: 20px;
}

.unassigned-section .king-post-item,
.assigned-section .king-post-item,
.drop-nft .king-post-item,
.userDrop .king-post-item {
  width: 100%;
}

.drop-nft .king-collections-ul {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)) !important;
}

.drop-detail .bucket-title {
  display: flex;
  justify-content: space-between;
}

.drop-detail .bucket-title h2 {
  margin: 0;
  font-weight: 600;
}

.assigned-section h3 {
  margin-bottom: 20px !important;
}

.assigned-section h3,
.unassigned-section h3 {
  margin: 0;
  font-weight: 600;
}

.assigned-section .king-post-format form i {
  position: initial;
}

.king-night .unassigned-section article.hentry,
.king-night .assigned-section article.hentry {
  box-shadow: 0 0 2px rgb(255 255 255 / 65%);
}

.unassigned-section .king-collections-ul,
.assigned-section .king-collections-ul,
.drop-nft .king-collections-ul {
  grid-gap: 10px !important;
}

.unassigned-section .price_button .sellNFT {
  margin-bottom: 10px;
}

.drop-public-view .price_button {
  margin-bottom: 10px;
}

.unassigned-section .nftMillix input {
  border: 1px solid #edf0f3;
  border-radius: 10px;
  background: transparent;
  color: #576366;
}

.king-night .unassigned-section .nftMillix input {
  color: #fff;
}

.unassigned-section .price,
.assigned-section .price,
.drop-nft .price {
  margin: auto;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.assignNftsButton {
  position: sticky;
  bottom: 15px;
  z-index: 9999;
}

.unassigned-section .top-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.unassigned-section a.king-edit-bucket {
  padding: 15px 20px;
  background: #333;
  line-height: 0;
  border-radius: 10px;
  color: #fff;
}

.drop-detail {
  max-width: 1140px;
  margin: 0 auto;
}

.drop-detail .bucket-title .tooltip.top,
.price_button form .tooltip.top {
  padding: 5px 2px;
}

.drop-detail .bucket-title button {
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
}

.drop-detail .bucket-title form .king-add-bucket,
.drop-detail .bucket-title form .king-mint-bucket {
  padding: 15px 15px;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 15px;
  color: #333;
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
  margin: 5px;
}

#offerList .timer {
  margin-top: 10px;
  font-weight: bold;
  color: #007bff;
}

.offer-dropdown {
  position: relative;
  display: block;
  left: 430px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background-color: #fff;
  width: 300px;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 5px;
  z-index: 4;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 14px;
}

.offer-dropdown.open div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.offer-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.offer-dropdown.open:before {
  content: " ";
  background: none repeat scroll 0 0 transparent;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  bottom: auto;
  height: 0;
  left: auto;
  position: absolute;
  right: 28px;
  top: -22px;
  vertical-align: top;
  width: 0;
}

#parent-detail-modal {
  z-index: 999999;
}

.bucket-modal .mfp-close {
  top: 80px;
  color: #000;
}

.bucket-modal .mfp-close:after {
  display: none;
}

.noOffers {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.king-night #offerList {
  background-color: #3f4045;
}

.king-night #offerList .card {
  background-color: #161b20;
}

.king-night #offerList .content .details .title,
.king-night #offerList .content .details .description {
  color: #fff;
}

.card-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
  border-radius: 16px;
}

.card-container::-webkit-scrollbar {
  width: 5px;
  border-radius: 16px;
  background-color: #fff;
}

.card-container::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 16px;
}

.card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  height: 400px;
  overflow-y: scroll;
}

#offerList .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

#offerList .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#offerList .content {
  display: flex;
  align-items: center;
  gap: 15px;
}

#offerList .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #8a8b8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

#offerList .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#offerList .details .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
}

.profile-img img {
  border-radius: 10px;
}

#offerList .details .description {
  font-size: 14px;
  color: #777;
  margin: 0;
  text-align: left;
}

#offerList .actions {
  display: flex;
  gap: 15px;
}

#offerList button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

#offerList .reject {
  background-color: transparent;
  color: #dc3545;
  border: 2px solid #dc3545;
}

#offerList .reject:hover {
  background-color: #dc3545;
  color: white;
  transform: scale(1.05);
}

#offerList .accept {
  background-color: transparent;
  color: #28a745;
  border: 2px solid #28a745;
}

#offerList .accept:hover {
  background-color: #28a745;
  color: white;
  transform: scale(1.05);
}

.useroffers.active {
  padding-right: 30px;
}

.king-profile-links .edit-profile {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.king-profile-links .edit-profile .profile-link-label {
  line-height: 1;
}

.useroffers span {
  position: absolute;
  top: 5px;
  color: #ffffff;
  border-radius: 50%;
  background-color: red;
  font-size: 10px;
  font-family: system-ui;
  font-weight: 600;
  padding: 9px 5px;
  line-height: 0;
}

#offermodal {
  z-index: 999999;
}

.offer-modal .mfp-close:hover {
  color: #000;
}

.offer-modal .mfp-close:after {
  visibility: hidden;
}

#offermodal .king-modal-content {
  padding: 40px 20px;
}

#offerForm .king-form-group {
  display: flex;
  align-items: center;
  gap: 5px;
  border: inherit;
  width: 100%;
  padding: 0 10px;
  border-radius: 5px;
  border: 2px solid #e8ebed;
}

#offerForm .king-form-group img {
  width: 35px;
  object-fit: cover;
}

#offerForm .king-form-group input.bpinput {
  border: 0;
  background: transparent;
}

#offerForm .king-form-group .bpinput:hover {
  box-shadow: none;
}

.offer-modal .mfp-content {
  max-width: 500px;
}

.page-template-template-marketplace .king-featured-5 .featured-content {
  top: 70%;
}

.page-template-template-marketplace .featured-posts .featured-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.king-featured-8 .featured-content {
  max-width: 70%;
}

.king-featured-8 .owl-nav,
.king-featured-8 .owl-dots {
  display: block !important;
}

.pformat-image.nav-image.sold_NFT_title i {
  color: #fff;
}

.sold_NFT_title {
  width: 80px;
  background-color: red !important;
}

.king-post-format.sold_NFT {
  padding: 10px;
}

.featured_nft {
  padding: 3px 10px !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  line-height: 0 !important;
  flex-direction: row-reverse;
  margin-top: 10px !important;
  justify-content: start;
  width: fit-content;
}

.featured_nft img {
  width: 30px;
}

.featured_nft p {
  margin: 0;
}

#collection-thumbnail .acf-gallery-attachments {
  margin-top: 20px;
}

#collection-thumbnail a.acf-button.button.button-primary.acf-gallery-add {
  color: #fff;
  background: red;
  padding: 15px;
  border-radius: 14px;
}

.king-collection-imgs .shot-image {
  background-color: transparent;
}

.cloudzoom-zoom-inside {
  border-radius: 10px;
}

#collection-popup .acf-actions.-hover {
  position: absolute;
  display: none;
  top: 50px;
  right: 10px;
  padding: 5px;
}

#collection-popup #popup-footer {
  display: none;
}

#collection-popup a.acf-icon.-cancel.dark {
  background: #191e23;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: transparent solid 1px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
}

#fullScreenImage {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 999999;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fullScreenImage i {
  font-size: 17px;
}

.king-night select#menu-header {
  border: 2px solid #333;
  background: #000;
}

.king-night input#user-search-input {
  border: 2px solid #333;
  background: #000;
  color: #aebbc7;
}

.king-night input#user-search-input:focus {
  border: 2px solid #333 !important;
}

.king-night div#user-search-results {
  background-color: #000;
  border: 2px solid #333;
  border-top: 0;
}

.king-night div#user-search-results ul li {
  color: #aebbc7;
  border-bottom: 1px solid #333;
}

.king-night #filter_tab1 select#orderbySelect {
  background: #000;
  border: 2px solid #333;
}

.king-night .nftMillix p.price {
  color: #fff;
}

/* Chat CSS */

.chat.enter #simple-ajax-chat {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.chat.enter div#sac-output {
  border: none !important;
}

#sac-user-chat label {
  display: none;
}

.chat.enter #sac-output {
  width: 100% !important;
}

.chat.enter #sac-panel {
  width: 100% !important;
}

.chat.enter #sac-user-info label {
  display: none !important;
}

.chat.enter #sac-latest-message {
  display: none;
}

.chat.enter #sac-form {
  display: flex;
  align-items: end;
  margin-top: 8px;
  gap: 4px !important;
}

.chat.enter ul#sac-messages {
  background-color: transparent;
}

.chat.enter #sac-user-chat {
  margin: 0 !important;
}

.chat.enter #submitchat {
  padding: 11.5px 10px !important;
}

.chat.enter #sac-form fieldset textarea {
  height: 45px !important;
  width: 100% !important;
}

.chat.enter .sac-live {
  background: transparent !important;
  color: #fff !important;
}

.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background: -moz-linear-gradient(-45deg,
      #183850 0,
      #183850 25%,
      #192c46 50%,
      #22254c 75%,
      #22254c 100%);
  background: -webkit-linear-gradient(-45deg,
      #183850 0,
      #183850 25%,
      #192c46 50%,
      #22254c 75%,
      #22254c 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.floating-chat.enter {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
  z-index: 99;
}

.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}

.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}

.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}

.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}

.floating-chat .chat .header button {
  flex-shrink: 0;
}

.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}

.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}

.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}

.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0ad5c1;
}

.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}

.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}

.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0ec879;
}

.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}

.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}

.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}

.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0ec879;
  overflow-y: auto;
  padding: 2px 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

/* --- Chat CSS Over --- */
/* Competitions */

#post-7737 header.entry-header {
  display: none;
}

.entry-header {
  margin: 0 !important;
}

/* Badges CSS */

.king-profile-badge .Unlimited_Badges {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/unlimited.png);
}

.king-profile-badge .editors_choice {
  background-image: url(https://splot.io/wp-content/uploads/2024/07/editor-post.png);
  position: relative;
  display: inline-block;
}

.editors_choice .badge-counter {
  position: absolute;
  top: 13px;
  right: -10px;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px 0px;
  font-size: 14px;
  font-family: system-ui;
  font-weight: 900;
  -webkit-text-stroke: 1px #4829b0;
  text-stroke: 1px #000;
}

.king-profile-badge .weekly_competition_winner {
  background-image: url(https://splot.io/wp-content/uploads/2024/09/contest-winner-splot.png);
  position: relative;
  display: inline-block;
}

.weekly_competition_winner .badge-counter {
  position: absolute;
  top: 13px;
  right: -10px;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 14px;
  font-family: system-ui;
  font-weight: 900;
  -webkit-text-stroke: 1px #ad2123;
  text-stroke: 1px #000;
}

.king-profile-badge .Points_Badge_lvl1 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/pob1.png);
}

.king-profile-badge .Points_Badge_lvl2 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/pob2.png);
}

.king-profile-badge .Points_Badge_lvl3 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/pob3.png);
}

.king-profile-badge .Followed_Accounts {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/fb1.png);
}

.king-profile-badge .Top_Commenter_lvl1 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/cb1.png);
}

.king-profile-badge .Top_Commenter_lvl2 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/cb2.png);
}

.king-profile-badge .Top_Commenter_lvl3 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/cb3.png);
}

.king-profile-badge .Post_Creator_lvl1 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/pb1.png);
}

.king-profile-badge .Post_Creator_lvl2 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/pb2.png);
}

.king-profile-badge .Post_Creator_lvl3 {
  background-image: url(https://splot.io/wp-content/uploads/2018/01/pb3.png);
}

/* New Buy Credit Page CSS */
/* Chat CSS */
.king-night .sac-live {
  color: #000 !important;
}

.millixNFT img {
  width: 30px;
}

.king-night ul#sac-messages {
  background-color: #131313;
}

ul#sac-messages {
  background-color: #ffffff;
}

div#sac-output::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #000;
  border-radius: 16px;
}

div#sac-output::-webkit-scrollbar {
  width: 5px;
  border-radius: 16px;
  background-color: #ffffff;
}

div#sac-output::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 16px;
}

.king-night div#sac-output::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 16px;
}

.king-night div#sac-output::-webkit-scrollbar {
  width: 5px;
  border-radius: 16px;
  background-color: #000000;
}

.king-night div#sac-output::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 16px;
}

input#submitchat {
  padding: 10px 30px;
}

textarea#sac_chat {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #e8ebed;
  border-radius: 14px;
  padding: 10px;
}

.king-night textarea#sac_chat {
  background-color: #131313;
  border: 2px solid #333;
  color: #fff;
  border-radius: 14px;
  padding: 10px;
}

.nftDetails .nftMillix p {
  color: #000;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.king-night .nftDetails .nftMillix p {
  color: #fff;
}

.king-night .summary.entry-summary {
  color: #000;
}

.king-night span.woocommerce-Price-amount.amount {
  color: #000 !important;
}

ul.products li.splot-paypal-package {
  position: relative !important;
}

.splot-paypal-buttons-container {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  max-height: 300px;
  overflow: auto;
  margin: auto;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 20px;
}

.woocommerce ul.products li.product:hover .splot-paypal-buttons-container {
  min-height: 80px !important;
  overflow: auto;
  height: auto;
  opacity: 1;
}

.splot-paypal-buttons-container {
  background-color: #edf0f3;
  border-radius: 0 0 14px 14px;
  padding: 10px 7px 0 7px;
  min-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  text-align: center;
  height: 0;
  opacity: 0;
}

.mycommerece ul.products {
  margin: 0 0 3.5em 1.3%;
  padding: 0;
  list-style: none outside;
  clear: both;
  font-family: "Roboto", sans-serif;
}

.mycommerece ul.products li.product a {
  text-decoration: none;
}

.mycommerece .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.mycommerece ul.products li {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
  background-color: #fff;
  border-radius: 14px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, box-shadow, width;
  transition-property: transform, box-shadow, width;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  width: 23.66%;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}

.mycommerece ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  border-radius: 14px 14px 0 0;
  margin-bottom: 0;
  max-width: 100%;
}

.mycommerece .king-shop-meta {
  padding: 4px 18px 20px 18px;
  min-height: 130px;
}

.mycommerece ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  color: #313647;
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  line-height: 28px;
  padding: 0.5em 0;
  margin: 0;
  clear: both;
}

.mycommerece ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}

.mycommerece ul.products li.product:hover,
.mycommerece ul.products li.product:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.mycommerece .king-shop-addcart {
  background-color: #edf0f3;
  border-radius: 0 0 14px 14px;
  padding: 0 7px;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  visibility: hidden;
  text-align: center;
}

.mycommerece ul.products li.product:hover .king-shop-addcart {
  height: 80px !important;
  visibility: visible !important;
}

.mycommerece .wcpv-sold-by-loop {
  display: block;
  margin: 5px 0;
}

.mycommerece .king-shop-addcart .button {
  transform: translateY(36px);
  transition: all 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  display: inline-block;
  margin-top: 7px !important;
  float: left;
  margin-left: 7px !important;
  font-weight: 400 !important;
  box-shadow: 0 2px 5px 0 rgba(253, 44, 86, 0.53) !important;
  background-color: #fd2c56;
  color: #fff;
  border-radius: 16px;
  padding: 11px 20px;
}

.mycommerece ul.products li.product:hover .button {
  transform: translateY(0px);
}

.mycommerece ul.products li a {
  color: #e60023;
}

.mycommerece ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
  text-decoration: none;
}

.mycommerece ul.products li.product .price del {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding-right: 5px;
  text-decoration: line-through;
}

.mycommerece ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.mycommerece span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #b3af54;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
  margin: 5px !important;
  height: 32px;
  min-height: auto;
  min-width: 3.236em;
  padding: 0 16px;
  border-radius: 32px;
  line-height: 32px;
  background: -webkit-linear-gradient(left, #6d47d9, #f93d66);
  background-color: #6d47d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  top: 0;
  right: 0;
  left: auto;
}

/*  */
/* .category-marketplace{
    padding: 16px !important;
} */

.mintedbyinfo a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
}

.king-night .popup-inner {
  background: #292929;
}

.comment-author img.user-comment-avatar.verified {
  aspect-ratio: 3/3;
  object-fit: cover;
}

.king-night span.king-reaction-count {
  color: #fff;
}

/* Ticker Css */

.king-night .product-name a {
  color: #fff;
}

/* .king-night body:not(.woocommerce-shop) span.woocommerce-Price-amount.amount {
    color: #fff !important;
} */

.king-night .Marquee {
  background-color: #0d0d0d;
}

.Marquee-tag {
  color: #fff;
}

.Marquee img {
  width: 20px;
}

.Marquee-tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}

.Marquee-tag p.price {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}

.Marquee {
  /* background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
    background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
    background: -o-linear-gradient(225deg, #008ed9, #8b00db);
    background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
    background: linear-gradient(-135deg, #008ed9, #8b00db); */
  background-color: #878787;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  color: #fff;
  font-weight: 200;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 600s linear infinite running;
  -moz-animation: marquee 600s linear infinite running;
  -o-animation: marquee 600s linear infinite running;
  -ms-animation: marquee 600s linear infinite running;
  animation: marquee 600s linear infinite running;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.Marquee-tag {
  border-radius: 16px;
  width: 320px;
  max-width: calc(100vw - 24px);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0.5em;
  color: #fff;
  padding: 0.5em;
  background: rgb(93 93 93 / 45%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Marquee-tag > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.Marquee-tag .price {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  margin: 0;
  max-width: 52%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Marquee-tag .price .splot-millix-icon {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 0;
  width: 20px;
}

.Marquee-tag:hover {
  background: rgb(157 154 154 / 35%);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/* NFT View Page  */
div#mintLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  transform: translate(-50%, -50%);
  text-align: center;
}

div#mintLoader.splot-mint-loader {
  height: auto;
  min-height: 0;
  background: transparent;
  animation: none;
  text-indent: 0;
}

div#mintLoader.splot-mint-loader:before,
div#mintLoader.splot-mint-loader:after {
  content: none;
  display: none;
}

div#mintLoader.splot-mint-loader * {
  text-indent: 0;
}

body.mintLoad:before {
  content: "";
  background:
    radial-gradient(circle at 50% 28%, rgba(54, 214, 255, 0.16), transparent 34%),
    rgb(0 0 0 / 86%);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.splot-mint-loader {
  width: min(460px, calc(100vw - 32px));
}

.splot-mint-loader__panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    #080a10;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.splot-mint-loader__panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-120%);
  animation: splot-loader-sheen 2.6s ease-in-out infinite;
  pointer-events: none;
}

.splot-mint-loader__mark {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #33d6ff, #ff2d9a, #fff, #33d6ff);
  animation: splot-loader-spin 1.2s linear infinite;
}

.splot-mint-loader__mark:after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.18), transparent 32%),
    #080a10;
}

.splot-mint-loader__eyebrow {
  position: relative;
  z-index: 1;
  color: #7ee8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

div#mintLoader .mint-loader-message {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  margin: 8px auto 20px;
  max-width: 360px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.splot-mint-loader__steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.splot-mint-loader__step {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.splot-mint-loader__step span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  flex: 0 0 auto;
}

.splot-mint-loader__step.is-active {
  border-color: rgba(54, 214, 255, 0.5);
  background: rgba(54, 214, 255, 0.12);
  color: #fff;
}

.splot-mint-loader__step.is-active span {
  background: #33d6ff;
  box-shadow: 0 0 0 6px rgba(54, 214, 255, 0.16);
  animation: splot-loader-pulse 1.4s ease-in-out infinite;
}

.splot-mint-loader__step.is-done {
  color: rgba(255, 255, 255, 0.78);
}

.splot-mint-loader__step.is-done span {
  background: #7cffbd;
}

.splot-mint-loader__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.splot-mint-loader__meta span,
.splot-mint-loader__hint {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
}

.splot-mint-loader__meta span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.splot-mint-loader__hint {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  line-height: 1.45;
}

@keyframes splot-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes splot-loader-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.78;
  }
}

@keyframes splot-loader-sheen {
  0% {
    transform: translateX(-120%);
  }

  42%,
  100% {
    transform: translateX(120%);
  }
}

.content-right-top span.content-avatar img {
  aspect-ratio: 3/3;
}

.king-post-item .entry-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.splot-nft-provenance {
  align-items: stretch;
  background: rgba(16, 18, 24, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  bottom: 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  left: 10px;
  max-width: calc(100% - 20px);
  opacity: 0;
  padding: 8px 9px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 4;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .splot-nft-provenance {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.king-post-item .entry-image-link:hover .splot-nft-provenance,
.king-post-item .entry-image-link:focus .splot-nft-provenance,
.king-post-item .entry-image-link:focus-visible .splot-nft-provenance,
.king-post-item:focus-within .splot-nft-provenance {
  opacity: 1;
  transform: translateY(0);
}

.splot-nft-provenance__row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  line-height: 1.15;
  min-width: 0;
}

.splot-nft-provenance__label {
  color: rgba(255, 255, 255, 0.66);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.splot-nft-provenance__handle {
  color: #fff;
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (hover: none), (max-width: 769px) {
  .king-post-item .entry-image-link {
    overflow: visible;
  }

  .splot-nft-provenance {
    background: rgba(16, 18, 24, 0.76);
    bottom: auto;
    left: auto;
    margin: 8px 8px 0;
    max-width: none;
    opacity: 1;
    padding: 7px 8px;
    position: static;
    right: auto;
    transform: none;
  }
}

.nftMessage {
  display: flex;
  align-items: center;
  gap: 5px;
  color: green;
  font-weight: 600;
  font-size: 17px;
}

.nftMessage p {
  font-size: 14px;
  margin: 0;
}

.post-author-avatar-a img.post-author-avatar {
  aspect-ratio: 2/2;
}

/*  Marketplace */
div#user-search-results ul li {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
  color: #000;
}

input#user-search-input {
  width: 90%;
  padding: 15px 20px;
  border-radius: 16px;
  color: #000;
}

div#user-search-results {
  height: 200px;
  display: none;
  overflow-y: scroll;
  background-color: #fff;
  width: 90%;
  border-radius: 16px;
}

div#user-search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 16px;
}

div#user-search-results::-webkit-scrollbar {
  width: 0px;
  border-radius: 16px;
  background-color: #fff;
}

div#user-search-results::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 16px;
}

input#user-search-input:focus {
  border: none !important;
}

#filterBtnsection {
  text-align: center;
}

button#btn-filter {
  padding: 10px 20px;
  width: 50%;
  font-weight: 800;
}

#filter_tab3 select {
  border: none;
  width: 90%;
  padding: 15px 20px !important;
}

.king-night p.price {
  color: #fff;
}

#filter_tab1 select#orderbySelect {
  border: none;
  width: 90%;
  padding: 15px 20px !important;
  color: #aebbc7;
}

.categoty-filter {
  border: none;
  width: 90%;
  padding: 15px 20px !important;
  color: #aebbc7;
}

#filter_tab2 .king-3rd-nav {
  justify-content: flex-start !important;
}

#filter_tab2 span {
  width: 30%;
}

#leaderboard-2 li#menu-item.active {
  background-color: #eff2f6;
  border-radius: 16px;
}

#leaderboard-2 .king-cat-list.columns-3 .menu>.menu-item {
  width: 100%;
  max-width: 100% !important;
}

#leaderboard-2 .king-cat-list.columns-3.open {
  width: 30%;
}

#leaderboard-2 ul#menu-header {
  height: 300px;
  overflow-y: scroll;
}

#leaderboard-2 ul#menu-header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#leaderboard-2 ul#menu-header::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#leaderboard-2 ul#menu-header::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.filter_tab1 #orderbySelect:focus-visible {
  outline: none;
  border: none;
}

.first-sidebar {
  display: flex;
  margin-top: 20px;
}

.first-sidebar.ShowNFTfilter {
  justify-content: end;
}

.first-sidebar.ShowMerchfilter {
  justify-content: end;
}

.filter_tab1 #orderbySelect {
  border: none;
  padding: 8px 10px;
}

.filter_tab1 {
  width: 30%;
}

.filter_marketplace .king-cat-dots {
  width: auto;
  font-size: 18px;
  margin-top: 20px;
}

.filter_marketplace .king-cat-list {
  top: 210px;
}

.noCatFound {
  display: flex;
  align-items: center;
  justify-content: center;
}

.noCatFound span {
  display: inline-block;
  text-align: center;
  margin: 14px auto;
  color: #788691;
  border: 2px solid #788691;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
}

.filter_tab2 .cat_link_filter {
  padding: 10px 15px;
  border-radius: 40px;
  color: #909399;
  font-weight: 500;
  font-size: 13px;
}

.filter_tab2 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  background-color: #fff;
  padding: 10px;
  border-radius: 16px;
}

.filter_tab2 .cat_link_filter:hover {
  background: #eef2f5;
}

a.cat_link_filter.active {
  background-color: #eef2f5;
}

.filter_tab1 .king-3rd-nav span {
  flex-direction: column;
}

.filter_tab1 .king-3rd-nav {
  display: block;
}

.nftDetails {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
}

.nftDetails .nftMillix {
  margin: 0;
}

.price_button {
  display: flex;
  justify-content: space-between;
}

.buyNFT a.button {
  padding: 8px 16px;
  background: linear-gradient(to left top, #6f50f1, #d13ff6);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 16px;
}

/* Sell NFT Button CSS */

h2.entry-title {
  margin: 0 !important;
}

.nftMillix {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.nftMillix img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.splot-millix-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: url("/wp-content/uploads/2024/01/millix-icon-square-60px.png") center / cover no-repeat;
}

p.price .splot-millix-icon {
  margin-right: 4px;
  vertical-align: middle;
}

.splot-footer-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.splot-footer-links a {
  color: inherit;
  opacity: 0.78;
}

.splot-footer-links a:hover,
.splot-footer-links a:focus {
  opacity: 1;
}

.splot-updates-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 52px 28px 72px;
}

.splot-updates-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.splot-updates-hero {
  position: sticky;
  top: 104px;
  overflow: hidden;
  min-height: min(760px, calc(100vh - 136px));
  margin-bottom: 0;
  padding: 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 102, 0.2), transparent 34%),
    linear-gradient(135deg, #12131d 0%, #202335 55%, #111 100%);
  color: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.splot-updates-kicker {
  margin-bottom: 10px;
  color: #ffd666;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.splot-updates-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 0.98;
}

.splot-updates-hero p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.splot-updates-list {
  display: grid;
  gap: 28px;
  margin-top: 0;
}

.splot-update-card {
  margin: 0 0 2px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(15, 18, 30, 0.08);
}

.king-night .splot-update-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: #171821;
}

.splot-update-date {
  margin-bottom: 8px;
  color: #e60023;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.splot-update-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
}

.splot-update-card p {
  margin-bottom: 14px;
  color: #5d6470;
}

.king-night .splot-update-card p {
  color: #c4c8d4;
}

.splot-update-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.splot-update-card li {
  margin: 6px 0;
}

@media (max-width: 900px) {
  .splot-updates-page {
    padding-top: 28px;
  }

  .splot-updates-layout {
    display: block;
  }

  .splot-updates-hero {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 28px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .splot-update-card {
    padding: 22px;
  }
}

/* Splot FAQ page */
.page-template-template-faq #content {
  background: #f6f8fb;
}

.splot-faq-page {
  display: block;
  min-height: 70vh;
  width: 100%;
  max-width: none;
  padding: 60px 28px 84px;
  background:
    linear-gradient(180deg, #f6f8fb 0%, #fff 42%, #f7f8fb 100%);
  color: #20232c;
}

#primary.splot-faq-page {
  display: block;
  justify-content: initial;
  max-width: none;
}

.splot-faq-hero,
.splot-faq-sections {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.splot-faq-hero {
  padding-bottom: 28px;
}

.splot-faq-hero__inner {
  max-width: 980px;
}

.splot-faq-kicker {
  margin: 0 0 12px;
  color: #e60023;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.splot-faq-hero h1 {
  margin: 0 0 12px;
  color: #15171d;
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.splot-faq-hero p {
  max-width: 760px;
  margin: 0;
  color: #4d5563;
  font-size: 18px;
  line-height: 1.62;
}

.splot-faq-tools {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.splot-faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.splot-faq-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #dfe4ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(35, 42, 60, 0.06);
  color: #20232c;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.splot-faq-tab:hover,
.splot-faq-tab:focus {
  border-color: #e60023;
  color: #e60023;
}

.splot-faq-search {
  display: grid;
  gap: 8px;
  max-width: 620px;
}

.splot-faq-search label {
  color: #222631;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.splot-faq-search input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #d7dde8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 42, 60, 0.06);
  color: #20232c;
  font-size: 16px;
  line-height: 1.4;
}

.splot-faq-search input:focus {
  border-color: #e60023;
  outline: 2px solid rgba(230, 0, 35, 0.16);
  outline-offset: 2px;
}

.splot-faq-search__summary,
.splot-faq-search__empty {
  margin: 0;
  color: #616977;
  font-size: 14px;
  line-height: 1.45;
}

.splot-faq-sections {
  display: grid;
  gap: 22px;
  padding-top: 10px;
}

.splot-faq-section {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 28px;
  border: 1px solid #e1e6ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(35, 42, 60, 0.08);
}

.splot-faq-section:nth-child(3n + 1) .splot-faq-section__header p {
  color: #e60023;
}

.splot-faq-section:nth-child(3n + 2) .splot-faq-section__header p {
  color: #0f8e9a;
}

.splot-faq-section:nth-child(3n) .splot-faq-section__header p {
  color: #9b6a00;
}

.splot-faq-section__header p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.splot-faq-section__header h2 {
  margin: 0 0 10px;
  color: #20232c;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.splot-faq-section__header span {
  display: block;
  color: #626977;
  font-size: 15px;
  line-height: 1.55;
}

.splot-faq-section__items {
  display: grid;
  gap: 10px;
}

.splot-faq-item {
  border: 1px solid #e3e7ef;
  border-radius: 8px;
  background: #fbfcfe;
}

.splot-faq-item[open] {
  border-color: rgba(230, 0, 35, 0.3);
  background: #fff;
}

.splot-faq-item summary {
  cursor: pointer;
  min-height: 52px;
  padding: 14px 16px;
  color: #20232c;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.splot-faq-item summary::marker {
  color: #e60023;
}

.splot-faq-item__answer {
  padding: 0 16px 16px 31px;
}

.splot-faq-item__answer p {
  margin: 0 0 10px;
  color: #4b5160;
  font-size: 15px;
  line-height: 1.62;
}

.splot-faq-item__answer p:last-child {
  margin-bottom: 0;
}

.splot-faq-item__answer a {
  color: #e60023;
  font-weight: 850;
}

.king-night .page-template-template-faq #content,
.king-night .splot-faq-page {
  background: #10131a;
  color: #f4f6fb;
}

.king-night .splot-faq-hero h1,
.king-night .splot-faq-section__header h2,
.king-night .splot-faq-item summary {
  color: #f4f6fb;
}

.king-night .splot-faq-hero p,
.king-night .splot-faq-section__header span,
.king-night .splot-faq-item__answer p,
.king-night .splot-faq-search__summary,
.king-night .splot-faq-search__empty {
  color: #c3cad6;
}

.king-night .splot-faq-tab,
.king-night .splot-faq-search input,
.king-night .splot-faq-section,
.king-night .splot-faq-item {
  border-color: rgba(255, 255, 255, 0.1);
  background: #171b24;
  color: #f4f6fb;
}

.king-night .splot-faq-item[open] {
  background: #1d2330;
}

@media (max-width: 780px) {
  .splot-faq-page {
    padding: 38px 18px 64px;
  }

  .splot-faq-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .splot-faq-tab {
    flex: 1 1 auto;
  }

  .splot-faq-hero p {
    font-size: 16px;
  }
}

.page-template-template-marketplace .price_button .nftMillix p.price {
  margin: auto;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.user-profile .price_button .nftMillix p.price {
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.king-night .price_button .nftMillix p.price {
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

section.price-box {
  width: 100%;
  margin: 10px 15px 0px auto;
  padding: 10px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

label.millixLabel {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

label.priceError {
  font-size: 14px;
  color: red;
  padding-left: 5px;
}

.price-box-text input {
  width: 100%;
  border: 0;
}

.price-box-text input:focus-visible {
  outline: none;
}

.save-btn button {
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  background: linear-gradient(to left top, #6f50f1, #d13ff6);
  cursor: pointer;
  border: 0;
}

.price-box-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-box img {
  width: 25px;
}

.price-box textarea {
  resize: none;
  width: 100%;
}

.price-box-text {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #e8ebed;
  font: 15px/1.5 "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border-radius: 5px;
}

.save-btn {
  text-align: end;
}

.sellNFT {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 0px;
}

.tgl {
  display: none;
}

.tgl+.tgl-btn {
  outline: 0;
  display: block;
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl+.tgl-btn:after {
  left: 0;
}

.tgl+.tgl-btn:before {
  display: none;
}

.tgl:checked+.tgl-btn:after {
  left: 50%;
}

.tgl-light+.tgl-btn {
  background: #a5b6bf;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.tgl-light+.tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl-light:checked+.tgl-btn {
  background: green;
}

/* AI Editor - Light Mode */

.king-night .site-info {
  color: #b1b1b1;
}

.king-night .site-footer a {
  color: #8e9093;
}

.king-night a.takedown {
  color: #8e9093 !important;
}

.king-night .king-footer-social ul li a {
  border: none !important;
}

.king-footer-social ul li a {
  width: 50px !important;
  height: 50px !important;
  border: none !important;
}

.king-light div#wpwrap {
  background-color: #b8bfcf !important;
}

.king-light div#wpadminbar {
  color: #000 !important;
}

.king-light #wpwrap * {
  color: #000 !important;
}

.king-light #wpwrap .nav-link.active {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
}

.king-light #wpwrap #ai-image-pro-editor-panes {
  background-color: #fff !important;
  border: 1px solid #cdcdcd !important;
}

.king-light #wpwrap .nav-pills .nav-link.active {
  background-color: #b6bfce !important;
  border: none !important;
  opacity: 1 !important;
}

.king-light #wpwrap .nav-pills .nav-link {
  background-color: #b6bfce !important;
  opacity: 0.4 !important;
  font-size: min(max(0.85vw, 12px), 14px);
  color: #000 !important;
}

.king-light #wpwrap textarea,
#wpwrap input[type="text"],
#wpwrap input[type="number"],
#wpwrap select {
  background-color: #b6bfce !important;
}

.king-light #ai-image-pro-dalle-generate-button,
#ai-image-pro-stabilityai-generate-button,
.ai-image-pro-primary-button,
#ai-image-pro-stabilityai-upscale-button {
  background-color: #b4bfce !important;
  border-color: #b4bfcd !important;
}

.king-light #ai-image-pro-dalle-generate-button:hover,
#ai-image-pro-stabilityai-generate-button:hover,
#ai-image-pro-stabilityai-upscale-button:hover {
  background-color: #82868a;
  border-color: #82868a;
}

.king-light .ai-image-pro-range {
  color: #fff !important;
}

.king-light #wpwrap .nav-pills .nav-link:hover {
  background-color: #b9c0d0 !important;
  opacity: 1 !important;
}

.king-light #wpwrap .ai-image-pro-editor-canvas-container {
  background-color: #fff !important;
}

.container {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}

p {
  margin-top: 2rem;
  font-size: 0.75rem;
  text-align: center;
}

.switches-container {
  width: 20rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #b9c0d0;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

:root {
  --switches-bg-color: goldenrod;
  --switches-label-color: white;
  --switch-bg-color: white;
  --switch-text-color: goldenrod;
}

:root {
  --switches-bg-color: goldenrod;
  --switches-label-color: white;
  --switch-bg-color: white;
  --switch-text-color: goldenrod;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: white;
  text-transform: capitalize !important;
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}

.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}

.king-night .switch {
  background: #3c424b;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #b7c0cf;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.king-nsfw label {
  color: #fff !important;
}

.king-night .switches-container {
  background: #222327;
}

.king-night #toggle-section-Video p.supported_types {
  background: transparent;
  font-weight: 600;
}

.king-night a.takedown {
  color: #fff !important;
}

.takedown {
  width: 180px !important;
  cursor: pointer;
}

.king-footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fatfooter.footer-single .king-footer-social {
  text-align: center;
  margin: 0 auto;
}

.king-night .king-alert {
  background-color: #222327;
}

.king-night p.supported_types {
  color: #5e6068;
  margin: 0;
  background-color: #222327;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.king-night .nft-image-uploader .acf-gallery-attachments {
  background-color: #222327 !important;
}

.king-night .nft-image-uploader .acf-gallery-attachments a {
  color: #898989;
}

.king-night .nft-image-uploader {
  margin: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background-color: #131313;
}

.king-night input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(180deg) !important;
  cursor: pointer;
}

.king-night textarea#king_post_description {
  background-color: #222327;
  color: #fff;
}

.king-night #king_posts_form #nft_sell_price {
  color: #576366 !important;
}

.price-box-text input#nft_sell_price {
  color: #000;
}

.form-part-line {
  background-color: #ccc;
  margin: 20px 0px 20px 0px;
}

.king-night .form-part-line {
  background-color: #333;
}

.king-night .file-select-name {
  color: #000;
}

.cloudzoom-lens {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair;
  z-index: 9999;
}

.cloudzoom-zoom {
  border: 1px solid #fff;
  width: 600px;
  height: 200px;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  z-index: 9999;
}

.cloudzoom-caption {
  display: none;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}

#toggle-section-NFT .king-gallery-img {
  margin: 0 !important;
}

.cloudzoom-blank {
  background-image: url(blank.png);
}

#toggle-section-Video .acf-file-uploader {
  text-align: center;
  margin-bottom: 10px;
}

.cloudzoom-ajax-loader {
  background-image: url(ajax-loader.gif);
  width: 32px;
  height: 32px;
}

.nft-image-uploader .acf-gallery-attachments .acf-gallery-add:hover {
  /* box-shadow: 0 0 8px 0 #e60023 inset, 0 0 10px 1px #e60023; */
  border: 2px dashed #e60023;
}

.nft-image-uploader .acf-gallery-attachments.ui-sortable {
  display: flex;
}

.nft-image-uploader .acf-gallery-attachments .acf-gallery-add {
  width: 100%;
  height: auto;
  line-height: 80px;
  color: #000000;
  border: 2px dashed #babac4;
  background-color: inherit;
}

.splot-preview-placeholder {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(124, 255, 189, 0.24);
  border-radius: 12px;
  background: rgba(124, 255, 189, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.splot-upload-status {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 10px 11px;
  border: 1px solid rgba(51, 214, 255, 0.22);
  border-radius: 12px;
  background: rgba(6, 10, 16, 0.76);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.acf-image-uploader.is-selecting .splot-upload-status,
.acf-image-uploader.is-uploading .splot-upload-status,
.acf-image-uploader.is-processing .splot-upload-status,
.acf-image-uploader.is-ready .splot-upload-status,
.acf-image-uploader.is-upload-error .splot-upload-status {
  display: flex;
}

.splot-upload-status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #33d6ff;
  box-shadow: 0 0 0 5px rgba(51, 214, 255, 0.12);
  flex: 0 0 auto;
}

.splot-upload-status__text {
  color: #fff;
}

.splot-upload-status__detail {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.splot-upload-status__bar {
  overflow: hidden;
  display: block;
  flex: 0 0 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.splot-upload-status__bar span {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #33d6ff, #ff2d9a);
  transform: translateX(-120%);
}

.acf-image-uploader.is-uploading .splot-upload-status__bar span,
.acf-image-uploader.is-processing .splot-upload-status__bar span {
  animation: splot-upload-bar 1.25s ease-in-out infinite;
}

.acf-image-uploader.is-ready .splot-upload-status {
  border-color: rgba(124, 255, 189, 0.32);
}

.acf-image-uploader.is-ready .splot-upload-status__dot {
  background: #7cffbd;
  box-shadow: 0 0 0 5px rgba(124, 255, 189, 0.14);
}

.acf-image-uploader.is-ready .splot-upload-status__bar span {
  width: 100%;
  transform: translateX(0);
  background: #7cffbd;
}

.acf-image-uploader.is-selecting .splot-upload-status__bar {
  display: none;
}

.acf-image-uploader.is-upload-error .splot-upload-status {
  border-color: rgba(255, 85, 118, 0.38);
}

.acf-image-uploader.is-upload-error .splot-upload-status__dot,
.acf-image-uploader.is-upload-error .splot-upload-status__bar span {
  background: #ff5576;
}

@keyframes splot-upload-bar {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(320%);
  }
}

.woocommerce ul.products li.product:hover .king-shop-addcart {
  height: 80px !important;
  visibility: visible !important;
}

.king-reactions ul li:first-child label:before {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/like.png);
}

.king-reactions ul li:nth-child(2) label:before {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/love.png);
}

.king-reactions ul li:nth-child(3) label:before {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/bravo.png);
}

.king-reactions ul li:nth-child(4) label:before {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/care.png);
}

.king-reactions ul li:nth-child(5) label:before {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/wow.png);
}

.king-reactions ul li:nth-child(6) label:before {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/deep.png);
}

.king-reaction-like {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/like.png);
}

.king-reaction-love {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/love.png);
}

.king-reaction-haha {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/bravo.png);
}

.king-reaction-wow {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/care.png);
}

.king-reaction-sad {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/wow.png);
}

.king-reaction-angry {
  background-image: url(https://splot.io/wp-content/uploads/2023/09/deep.png);
}

.imagePreview {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.file-upload {
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
}

.file-select {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.file-select-name {
  margin-left: 15px;
}

.file-select input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

img.shareNFT {
  width: 15px;
}

.sendNFT {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 5px;
}

#closeNFT {
  padding: 5px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
}

#popup-NFt-Img {
  width: 20%;
  border-radius: 14px;
}

div#NftShow {
  display: grid;
  justify-items: end;
  gap: 10px;
}

#NftShow img {
  width: 10%;
  border-radius: 14px;
}

select#sendNFTto {
  width: 60%;
  padding: 5px;
  border-radius: 5px;
}

.king-leftmenu-nav a img {
  width: 30%;
}

div#creditTable_wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}

tr.odd {
  background: #0153ff1c !important;
}

tr.even {
  background: #fff !important;
}

table#creditTable {
  border: 3px solid #d7dff1;
  border-radius: 14px;
}

td.plus {
  color: green;
  font-size: 15px;
  font-weight: 600;
}

td.minus {
  font-size: 15px;
  color: red;
  font-weight: 600;
}

a#creditTable_previous {
  background-color: #fff;
  color: #a8b6c0 !important;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

#creditTable_paginate span a.paginate_button {
  line-height: 30px;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #a8b6c0;
  color: #fff;
  display: inline-block;
  border: 3px solid #edf0f3;
  transition: all 0.3s ease-in-out;
}

#creditTable_paginate span a.paginate_button.current {
  background: #fff;
}

a#creditTable_next {
  background-color: #fff;
  color: #a8b6c0 !important;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

#creditTable_paginate span a.paginate_button:hover {
  border-color: #e60023 !important;
  background: #fff !important;
  color: #000 !important;
}

div#creditTable_paginate {
  text-align: center !important;
  float: unset;
}

a#creditTable_next:hover {
  background: #fff !important;
  color: #a8b6c0 !important;
  font-weight: bold;
  border: 3px solid;
  border-color: #e60023;
}

a#creditTable_previous:hover {
  background: #fff !important;
  color: #a8b6c0 !important;
  font-weight: bold;
  border: 3px solid;
  border-color: #e60023;
}

span.ellipsis {
  line-height: 35px;
  height: 46px;
  width: 46px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #a8b6c0;
  color: #fff;
  display: inline-block;
  border: 3px solid #edf0f3;
  transition: all 0.3s ease-in-out;
}

.postAuthor a.post-author-name {
  font-size: 20px !important;
  width: fit-content;
}

.postAuthor {
  display: flex;
  margin: 0;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.postAuthor a {
  margin: 0;
  /* width: 50px; */
  height: auto;
}

/* .postAuthor .post-author-avatar-a {
    display: flex;
    align-items: center;
    gap: 5px;
} */

.postAuthor img.post-author-avatar {
  border: 1px solid #adadad;
  padding: 1px;
}

.millixNFT {
  display: flex;
  align-items: center;
  gap: 5px;
}

.king-night button.detail-link {
  color: #fff;
  background-color: #393c48;
  border-color: #393c48;
}

button.detail-link {
  font-size: 16px;
  color: #0d0c22;
  background-color: #fff;
  border: 1px solid #e7e7e9;
  border-radius: 14px;
  height: 36px;
  margin-top: 5px;
  display: inline-block;
  line-height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.popup-inner button {
  width: 20%;
  margin-top: 10px;
  display: block;
  padding: 10px 0;
  font-size: 13px;
}

.actionButtons {
  text-align: right;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.popupNFT {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.popup-innerNFT {
  max-width: 700px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 14px;
  background: #fff;
}

.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 14px;
  background: #fff;
}

.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  color: #fff;
}

.custom-modal {
  display: none;
}

body.modal-open .custom-modal {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.custom-modal .custom-modal-dialog {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.custom-modal,
body .custom-modal,
body.modal-open .custom-modal .custom-modal-dialog,
body .custom-modal .custom-modal-dialog {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tagButton div a {
  color: #acacac;
  font-size: 14px;
}

.tagButton {
  display: flex;
  justify-content: space-between;
  /* margin: 12px; */
}

.burn-container-else {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.burn-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  gap: 10px;
  background-color: #ededed !important;
  border-radius: 8px !important;
  box-shadow: 1px 3px 3px 1px #0000001c;
  margin: 20px 0px;
}

.create-merch {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  /* width: 10%; */
}

#marketplaceMerch .create-merch-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.brun {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 10%;
}

.shop_table button {
  color: #fff !important;
}

.new-button-class {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #191e238c;
  color: #ffffff;
  top: 138px;
  left: 50%;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.king-night .modal-content {
  color: #000;
}

.king-night td {
  border-top: 1px solid #000 !important;
}

/* Dokan Sales Dashboard Orders - dark mode fix: white text on light backgrounds */
.king-night .dokan-orders-content .dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a1d24 !important;
}
.king-night .dokan-orders-content .dokan-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #24282f !important;
}
.king-night .dokan-orders-content .dokan-table th,
.king-night .dokan-orders-content .dokan-table td {
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-orders-content .dokan-table td a {
  color: #94a3b8 !important;
}
.king-night .dokan-orders-content .dokan-table td a:hover {
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .pagination-wrap .pagination > li > a,
.king-night .dokan-orders-content .pagination-wrap .pagination > li > span {
  background-color: #1a1d24 !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .pagination-wrap .pagination > li > a:hover,
.king-night .dokan-orders-content .pagination-wrap .pagination > li > span:hover {
  background-color: #24282f !important;
  color: #fff !important;
}
.king-night .dokan-orders-content .pagination-wrap .pagination > li > span.current {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #555 !important;
}

/* Splot: Withdraw balance split - Millix left, Dollar right */
.splot-balance-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  gap: 1.5rem;
}
.splot-balance-millix,
.splot-balance-usd {
  flex: 1;
  min-width: 200px;
}
.splot-balance-millix p,
.splot-balance-usd p {
  margin: 0;
  font-size: 1.15em;
  line-height: 1.5;
}
.splot-balance-millix strong,
.splot-balance-usd strong {
  font-size: 1.25em;
}
.splot-balance-millix {
  text-align: left;
}
.splot-balance-usd {
  text-align: right;
}

/* Dokan Sales Dashboard Withdraw - dark mode fix: white text on light backgrounds */
.king-night .dokan-withdraw-content .dokan-panel {
  background-color: #1a1d24 !important;
  border-color: #333 !important;
}
.king-night .dokan-withdraw-content .dokan-panel-default > .dokan-panel-heading {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-content .dokan-panel-body,
.king-night .dokan-withdraw-content .dokan-panel-body p,
.king-night .dokan-withdraw-content .dokan-panel-body strong,
.king-night .dokan-withdraw-content .dokan-panel-body small {
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-content .dokan-panel-body .dokan-panel-inner-container {
  border-bottom-color: #333 !important;
}
.king-night .dokan-withdraw-content .dokan-panel-body .dokan-panel-inner-container .dokan-w8 strong a {
  color: #f05025 !important;
}
.king-night .dokan-withdraw-content .dokan-withdraw-status-filter-container ul li a {
  color: #94a3b8 !important;
}
.king-night .dokan-withdraw-content .dokan-withdraw-status-filter-container ul li.active a {
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-content .dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a1d24 !important;
}
.king-night .dokan-withdraw-content .dokan-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #24282f !important;
}
.king-night .dokan-withdraw-content .dokan-table th,
.king-night .dokan-withdraw-content .dokan-table td {
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-withdraw-content .dokan-table td a {
  color: #94a3b8 !important;
}
.king-night .dokan-withdraw-content .dokan-table td a:hover {
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-content .pagination-wrap .pagination > li > a,
.king-night .dokan-withdraw-content .pagination-wrap .pagination > li > span {
  background-color: #1a1d24 !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-content .pagination-wrap .pagination > li > a:hover,
.king-night .dokan-withdraw-content .pagination-wrap .pagination > li > span:hover {
  background-color: #24282f !important;
  color: #fff !important;
}
.king-night .dokan-withdraw-content .pagination-wrap .pagination > li > span.current {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #555 !important;
}
.king-night .dokan-withdraw-content .dokan-btn-default {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-content .dokan-btn-default:hover {
  background-color: #333 !important;
  color: #fff !important;
}
/* Withdraw request popup - may render outside dokan-withdraw-content (modal) */
.king-night .dokan-withdraw-popup,
.king-night #withdraw-request-popup,
.king-night .dokan-withdraw-content .dokan-withdraw-popup,
.king-night .dokan-withdraw-content .white-popup {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-popup h2,
.king-night .dokan-withdraw-popup label,
.king-night .dokan-withdraw-popup .dokan-form-control,
.king-night #withdraw-request-popup h2,
.king-night #withdraw-request-popup label,
.king-night #withdraw-request-popup .dokan-form-control {
  color: #e6eef8 !important;
}
.king-night .dokan-withdraw-popup .dokan-form-control,
.king-night #withdraw-request-popup .dokan-form-control {
  background-color: #24282f !important;
  border-color: #333 !important;
}
.king-night .dokan-withdraw-popup .dokan-input-group-addon,
.king-night #withdraw-request-popup .dokan-input-group-addon {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}

/* Dokan Sales Dashboard - dark mode: main dashboard, widgets, tabs, settings, products */
.king-night .dokan-dashboard-wrap,
.king-night .dokan-dashboard-content {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content .dashboard-content-area .dashboard-widget,
.king-night .dokan-dashboard-content article .dashboard-widget {
  background-color: #1a1d24 !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content .dashboard-widget .widget-title,
.king-night .dokan-dashboard-content .dashboard-widget .widget-title i,
.king-night .dokan-dashboard-content .dashboard-widget .widget-title .pull-right a {
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content .dashboard-widget .widget-title {
  border-bottom-color: #333 !important;
}
.king-night .dokan-dashboard-content .dashboard-widget .widget-title .pull-right a:hover {
  color: #fff !important;
}
.king-night .dokan-dashboard-content .dashboard-widget a,
.king-night .dokan-dashboard-content .dashboard-widget .list-count a {
  color: #94a3b8 !important;
}
.king-night .dokan-dashboard-content .dashboard-widget a:hover,
.king-night .dokan-dashboard-content .dashboard-widget .list-count a:hover {
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content .dashboard-widget.big-counter .title,
.king-night .dokan-dashboard-content .dashboard-widget.big-counter .count {
  color: #e6eef8 !important;
  border-bottom-color: #333 !important;
}
.king-night .dokan-dashboard-content ul.dokan_tabs {
  border-bottom-color: #333 !important;
}
.king-night .dokan-dashboard-content ul.dokan_tabs li a {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #94a3b8 !important;
}
.king-night .dokan-dashboard-content ul.dokan_tabs li.active a {
  background-color: #1a1d24 !important;
  border-bottom-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content ul.dokan_tabs li a:hover {
  color: #e6eef8 !important;
}
.king-night header.dokan-dashboard-header,
.king-night header.dokan-dashboard-header h1 {
  color: #e6eef8 !important;
  border-bottom-color: #333 !important;
}
.king-night .dokan-settings-content,
.king-night .dokan-settings-content .dokan-settings-area {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-settings-content .dokan-form-group label,
.king-night .dokan-settings-content .dokan-form-group .form-label,
.king-night .dokan-settings-content h2,
.king-night .dokan-settings-content h3 {
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content input,
.king-night .dokan-settings-content select,
.king-night .dokan-settings-content textarea {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing,
.king-night .dokan-product-listing .dokan-product-listing-area {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-product-listing table,
.king-night .dokan-product-listing .dokan-table {
  background-color: #1a1d24 !important;
}
/* Striped rows - override Dokan #f9f9f9 so "No product found" row has dark background */
.king-night .dokan-product-listing .dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a1d24 !important;
}
.king-night .dokan-product-listing .dokan-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #24282f !important;
}
.king-night .dokan-product-listing .dokan-table th,
.king-night .dokan-product-listing .dokan-table td,
.king-night .dokan-product-listing .dokan-table a {
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-product-listing .dokan-table a {
  color: #94a3b8 !important;
}
.king-night .dokan-product-listing .dokan-table a:hover {
  color: #e6eef8 !important;
}
.king-night .dokan-reverse-withdrawal-content {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-reverse-withdrawal-content .dokan-table th,
.king-night .dokan-reverse-withdrawal-content .dokan-table td,
.king-night .dokan-reverse-withdrawal-content .dokan-table a {
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-reverse-withdrawal-content .dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a1d24 !important;
}
.king-night .dokan-reverse-withdrawal-content .dokan-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #24282f !important;
}
.king-night .profile-content-area.dokan-dashboard-wrap,
.king-night .profile-content-area .dokan-dashboard-wrap {
  background-color: transparent;
}
.king-night .profile-content-area .dokan-dashboard-content {
  background-color: #1a1d24 !important;
}
.king-night .dokan-dashboard-content .dashboard-widget.orders #order-stats,
.king-night .dokan-dashboard-content .dashboard-widget .chart-placeholder {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content .dokan-panel-inner-container,
.king-night .dokan-withdraw-content .dokan-panel-inner-container {
  background-color: transparent !important;
  color: #e6eef8 !important;
}
.king-night .dokan-dashboard-content .dokan-panel-inner-container strong,
.king-night .dokan-dashboard-content .dokan-panel-inner-container .dokan-table th,
.king-night .dokan-dashboard-content .dokan-panel-inner-container .dokan-table td {
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-dashboard-content .dokan-panel-inner-container .dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a1d24 !important;
}
.king-night .dokan-dashboard-content .dokan-panel-inner-container .dokan-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #24282f !important;
}
.king-night .dokan-dashboard-content .dokan-panel-inner-container a {
  color: #94a3b8 !important;
}
.king-night .dokan-dashboard-content .dokan-panel-inner-container a:hover {
  color: #e6eef8 !important;
}
.king-night .dokan-edit-account .dokan-dashboard-content,
.king-night .dokan-dashboard-content .dokan-settings-area {
  background-color: #1a1d24 !important;
}
/* Dokan sidebar sub-menu - override white background in dark mode */
.king-night .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu {
  background-color: #24282f !important;
  border-color: #333 !important;
}
.king-night .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a {
  color: #e6eef8 !important;
}
.king-night .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover {
  color: #fff !important;
  background-color: #333 !important;
}
.king-night .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li {
  border-bottom-color: #333 !important;
}

/* Dokan Order detail page (orders/?order_id=...) - panels and order detail wrap */
.king-night .dokan-orders-content .dokan-order-details-wrap,
.king-night .dokan-orders-content .dokan-orders-area {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-panel,
.king-night .dokan-orders-content .dokan-panel-default {
  background-color: #1a1d24 !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-panel-default > .dokan-panel-heading {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-panel-body {
  background-color: #1a1d24 !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-panel-body,
.king-night .dokan-orders-content .dokan-orders-area table.order-items,
.king-night .dokan-orders-content .dokan-orders-area table.order-items th,
.king-night .dokan-orders-content .dokan-orders-area table.order-items td,
.king-night .dokan-orders-content .dokan-orders-area tfoot td.value {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-orders-content .dokan-orders-area .general-details ul.order-status,
.king-night .dokan-orders-content .dokan-orders-area .general-details ul.customer-details,
.king-night .dokan-orders-content .dokan-orders-area .general-details span {
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach input,
.king-night .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach select {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a {
  color: #94a3b8 !important;
}
.king-night .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
  color: #e6eef8 !important;
}
.king-night .dokan-orders-content .dokan-orders-area .alert-success.customer-note {
  background-color: #1e3a2e !important;
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
  background-color: #24282f !important;
  color: #e6eef8 !important;
  border-color: #333 !important;
}
.king-night .dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content {
  background-color: #2d2430 !important;
}
.king-night .dokan-orders-content .dokan-orders-area #dokan-order-status-form select {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}

/* Dokan Products page - product-listing-top, filters, form, wrapper */
.king-night .dokan-product-listing .product-listing-top {
  background-color: transparent !important;
  border-bottom-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .product-listing-top ul.dokan-listing-filter li a {
  color: #94a3b8 !important;
}
.king-night .dokan-product-listing .product-listing-top ul.dokan-listing-filter li.active a {
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .dokan-dashboard-product-listing-wrapper {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing #product-filter,
.king-night .dokan-product-listing .dokan-form-inline {
  background-color: transparent !important;
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .dokan-form-control,
.king-night .dokan-product-listing select,
.king-night .dokan-product-listing input[type="text"],
.king-night .dokan-product-listing input[type="search"] {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .product-listing-table td.column-primary a,
.king-night .dokan-product-listing .product-listing-table .row-actions a {
  color: #94a3b8 !important;
}
.king-night .dokan-product-listing .product-listing-table td.column-primary a:hover,
.king-night .dokan-product-listing .product-listing-table .row-actions a:hover {
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .product-listing-table p {
  color: #e6eef8 !important;
}
/* No product found block - dark background and light text */
.king-night .dokan-product-listing .dokan-dashboard-not-product-found {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .dokan-dashboard-not-product-found .dokan-blank-product-message {
  color: #e6eef8 !important;
}
.king-night .dokan-product-listing .dokan-dashboard-not-product-found .dokan-add-product-link a {
  color: #e6eef8 !important;
}

/* Dokan Settings / Payment page - payment summary and dropdowns */
.king-night .dokan-settings-content .dokan-payment-settings-summary {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
  border-color: #333 !important;
}
/* Payment Methods header bar - override Dokan #EEEEEE background */
.king-night .dokan-settings-content .dokan-payment-settings-summary div.payment-methods-listing-header {
  background-color: #24282f !important;
  border-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary div.payment-methods-listing-header > h2 {
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary > ul {
  background-color: #1a1d24 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary > ul li > div {
  background-color: #1a1d24 !important;
  border-bottom-color: #333 !important;
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary #toggle-vendor-payment-method-drop-down,
.king-night .dokan-settings-content .dokan-payment-settings-summary #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down {
  color: #e6eef8 !important;
  background-color: #24282f !important;
  border-color: #333 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary #vendor-payment-method-drop-down {
  background-color: #24282f !important;
  border-color: #333 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary #vendor-payment-method-drop-down ul li {
  border-bottom-color: #333 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary #vendor-payment-method-drop-down ul li div span {
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary #vendor-payment-method-drop-down ul li:hover {
  background-color: #1a1d24 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down {
  background-color: #333 !important;
  color: #fff !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary > ul li > div > div span {
  color: #e6eef8 !important;
}
.king-night .dokan-settings-content .dokan-payment-settings-summary .no-content {
  color: #94a3b8 !important;
}
.king-night .dokan-settings-content #payment-form .dokan-form-group label,
.king-night .dokan-settings-content #payment-form .payment-field-bank {
  color: #e6eef8 !important;
}

#NFTDetailsTable tr.even td {
  color: #000;
}

.king-night div#creditTable_wrapper {
  color: #000;
}

.king-night .creditTable_wrapper input[type="search"] {
  color: #000;
}

.king-notify-toggle {
  background-color: #ffffff;
}

.king-rlater {
  background-color: #ffffff;
}

#searchv2-button {
  background-color: #ffffff;
}

textarea#king_post_description,
textarea#drop_description {
  background-color: #f6f7f9;
  border: 2px solid #5e6068;
  font-size: 15px;
  font-weight: 600;
  color: #576366;
  width: 100%;
  outline: 0;
  line-height: 28px;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 14px;
  box-sizing: border-box;
  transition: 0.2s;
}

.king-header-right .king-submit-buttons {
  /* -webkit-flex-wrap: initial !important; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.king-submit-buttons li {
  flex: 1 1 45%;
  /* 2 items per row with gap */
}

.king-submit-buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  width: 100%;
}

.page-template-template-submit-mint .page-top-header {
  background-color: #000000;
}

.page-template-template-create-nft-drop .page-top-header {
  background-color: #000000;
}

.page-template-king_page_feeds .page-top-header {
  background-color: #000000;
}

.page-template-template-marketplace .page-top-header {
  background-color: #000000;
}

.page-template-custom .page-top-header {
  background-color: #000000;
}

.page-template-template-submit-mint .king-form-group label {
  color: #5e6068;
}

.page-template-template-submit-mint .king-form-group .bpinput {
  border: 2px solid #5e6068;
}

.page-template-template-submit-mint .king-gallery-img .acf-gallery {
  border: 2px solid #5e6068;
}

.page-template-template-submit-mint .acf-gallery .acf-gallery-main {
  background: #f6f6f8;
}

.page-template-template-create-nft-drop .king-form-group label {
  color: #5e6068;
}

.page-template-template-create-nft-drop .king-form-group .bpinput {
  border: 2px solid #5e6068;
}

.page-template-template-submit-create .page-top-header {
  background-color: #5e6068;
}

.page-template-template-submit-create .king-form-group label {
  color: #5e6068;
}

.page-template-template-submit-create .king-form-group .bpinput {
  border: 2px solid #5e6068;
}

.page-template-template-submit-create .king-gallery-img .acf-gallery {
  border: 2px solid #5e6068;
}

.page-template-template-submit-create .acf-gallery .acf-gallery-main {
  background: #f6f6f8;
}

.page-template-template-submit-create textarea#king_post_content {
  border: 2px solid #5e6068;
}

.page-template-template-submit-create .king-form-group.form-categories {
  border: 2px solid #5e6068;
}

.page-template-template-submit-mint #acf-field_60ae46d02f589 {
  height: 220px !important;
}

.page-template-template-submit-mint .acf-gallery .acf-gallery-attachments {
  /* position: relative; */
}

.page-template-template-submit-mint .div-img-border {
  border: 2px solid #5e6068;
  border-radius: 14px;
  background-color: #eff2f5;
}

.page-template-template-submit-mint .acf-field {
  margin: 0;
}

.wpcf7-form label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 0 4px 0;
  display: block;
  color: #b8c4ce;
}

#wpforms-form-3150 input.wpforms-field-required {
  padding-right: 160px;
  box-shadow: 0 0 0 2px rgb(136 126 242 / 10%);
  background-color: inherit;
  border: 2px solid #e8ebed;
  font-size: 15px;
  font-weight: 600;
  color: #576366;
  width: 100%;
  outline: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 14px;
  box-sizing: border-box;
  transition: 0.2s;
}

#wpforms-form-3150 input.wpforms-field-required:focus {
  border-color: #e8ebed;
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
}

#wpforms-form-3150 textarea {
  padding-right: 160px;
  box-shadow: 0 0 0 2px rgb(136 126 242 / 10%);
  background-color: inherit;
  border: 2px solid #e8ebed;
  font-size: 15px;
  font-weight: 600;
  color: #576366;
  width: 100%;
  outline: 0;
  height: 200px;
  line-height: 48px;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 14px;
  box-sizing: border-box;
  transition: 0.2s;
}

#wpforms-form-3150 textarea:focus {
  border-color: #e8ebed;
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
}

#wpforms-form-3150 button#wpforms-submit-3150 {
  margin: 14px 0 5px;
  padding: 10px 0;
  border-radius: 14px;
  background-color: #e60023;
  border: solid 1px #e60023;
  color: #fff;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
}

.cloudzoom-lens+div {
  display: none !important;
}

.splot-paypal-package-wrapper ul.products {
  margin-left: 0 !important;
}

/* Override main theme's flex layout on .king-submit-drop */
body .king-submit-drop {
  display: block !important;
  /* removes flex layout */
}

/* ✅ Fix container layout */
.king-posts.vendor-drops-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
  list-style: none;
}

/* ✅ Fix drop card sizing */
.king-post.drop-box {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

/* ✅ Image style */
.king-post.drop-box .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* ✅ Card content layout */
.king-post.drop-box .post-details {
  padding: 12px;
  text-align: center;
}

.king-post.drop-box .post-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ✅ Text spacing */
.king-post.drop-box .post-details p {
  font-size: 13px;
  color: #555;
  margin: 4px 0;
}

/* ✅ Button style */
.king-button {
  background: #5c67f2;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

ul.assigned-nfts {
  padding: 0;
  margin-top: 15px;
  list-style-type: none;
}

ul.assigned-nfts li {
  background-color: #f1f1f1;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.assigned-nfts li a {
  text-decoration: none;
  color: #0073aa;
}

ul.assigned-nfts li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  #image-popup-container img {
    top: 210px !important;
    max-width: 38vw !important;
  }

  .king-post-item,
  .grid-sizer {
    width: 100% !important;
  }

  #image-popup-container+.cloudzoom-blank+.cloudzoom-zoom {
    left: 0 !important;
    top: 40% !important;
    width: 600px !important;
    height: 260px !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 425px) {}

@media only screen and (max-width: 575px) {
  .drop-public-view .drop-title {
    font-size: 35px;
  }

  .drop-public-view .drop-container h3 {
    font-size: 25px;
  }

  #mintVisibility ul {
    display: block !important;
  }

  .single-post .millixNFT {
    flex-wrap: wrap;
  }

  #parent-detail-modal .modal-content {
    height: 300px;
    overflow: scroll;
  }

  .king-featured-5 .featured-content,
  .king-featured-8 .featured-content {
    max-width: 70% !important;
  }

  #parent-detail-modal .modal-content {
    width: 90%;
  }

  td.resp {
    word-break: break-all;
  }

  .first-sidebar {
    display: block;
  }

  select#menu-header {
    width: 100%;
  }

  div#user-search-results {
    width: 100%;
  }

  input#user-search-input {
    width: 100%;
  }

  #filter_tab1 select#orderbySelect {
    width: 100%;
  }

  div#primary.page-template-template-marketplace {
    flex-direction: column;
  }

  .postAuthor {
    width: 80% !important;
  }

  #image-popup-container img {
    top: 200px !important;
    max-width: 70vw !important;
  }

  #image-popup-container+.cloudzoom-blank+.cloudzoom-zoom {
    left: 0 !important;
    top: 56% !important;
    width: 280px !important;
    height: 230px !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.competitions-container {
  width: 90%;
  margin: 0 auto;
  /* background: rgb(115, 1, 237); */
  /* background: linear-gradient(90deg, rgba(115, 1, 237, 1) 0%, rgba(222, 1, 237, 1) 80%); */
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}

.king-night .title h1 {
  color: #fff;
}

.title h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 25px;
  color: #000;
  animation: moveLeft 1.5s ease-in;
}

.title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
}

.king-night .title i {
  color: #fff !important;
}

.title i {
  font-size: 55px;
}

.king-night .week-content h2,
.king-night .how-work h2 {
  color: #fff;
}

.week-content h2,
.how-work h2 {
  font-size: 30px;
  text-align: center;
  color: #000;
  margin: 10px;
  font-weight: 600;
}

.king-night .week-content .sub-title {
  color: #fff;
}

.week-content .sub-title {
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.rules-div p {
  color: #fff;
}

.king-night .rules-div p,
.king-night .how-work h2 i {
  color: #fff !important;
}

.rules-div p {
  color: #000;
  text-align: start !important;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.rules-div {
  width: 70%;
  margin: 0 auto;
}

hr.hr-line {
  margin: 40px 0;
}

.how-work ul {
  width: 70%;
  margin: 0 auto;
}

.how-work h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.how-work h2 i {
  font-size: 15px;
}

ul.list li p {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

.checkout-player p {
  font-size: 25px;
}

.king-night .competitions-container {
  background: #313131;
}

.title svg {
  width: 70px;
}

.king-night .title svg {
  fill: #fff;
}

img.dark-t {
  display: none;
}

.king-night img.light-t {
  display: none;
}

.king-night .owl-nav {
  background-color: #313131;
}

.king-night .owl-dots {
  background-color: #313131;
}

.king-night img.dark-t {
  display: block;
}

.toggle-section {
  display: none;
}

.toggle-section.show {
  display: block;
}

@media only screen and (max-width: 991px) {
  .title h1 {
    letter-spacing: 15px;
  }

  .king-profile-links {
    display: flex;
    width: 100%;
  }

  .king-3rd-nav span {
    overflow: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .title h1 {
    letter-spacing: 3px;
  }

  .competitions-container {
    padding: 40px;
  }

  .title {
    gap: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .title svg {
    width: 60px;
  }

  .title i {
    font-size: 25px;
  }

  .title h1 {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .week-content h2,
  .how-work h2 {
    font-size: 20px;
  }

  .rules-div {
    width: 100%;
  }

  .competitions-container {
    padding: 20px;
  }

  .title {
    padding-bottom: 20px;
    justify-content: center;
    gap: 15px;
  }

  hr.hr-line {
    margin: 20px 0;
  }

  .how-work ul {
    width: 100%;
    padding: 20px;
  }
}

@keyframes moveLeft {
  0% {
    opacity: 0;
    transform: translatex(-100px);
  }

  80% {
    transform: translatex(10px);
  }

  100% {
    opacity: 1;
    transform: translatex(0);
  }
}

@media (max-width: 1199px) {
  .header-template-02.site .site-branding {
    left: 61%;
  }
}

@media (max-width: 991px) {
  .king-head-nav {
    display: none;
  }

  /* .king-3rd-nav a{
        padding: 0 8px;
        
    } */
  .king-head-toggle {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    width: 40px;
    color: #646464;
    background-color: #eef0f3;
    line-height: 40px;
    margin-left: 5px;
    border-radius: 32px;
    text-align: center;
  }

  .header-template-02.site .site-branding {
    left: 11%;
  }
}

.loader-container div#mintLoader {
  position: relative !important;
  left: 0 !important;
}

.marketPlaceloader-container div#mintLoader {
  position: relative !important;
  top: 100% !important;
}

select#orderbySelectMerch {
  border: none;

  padding: 15px 20px !important;
  color: #aebbc7;
}

#filter_tab1.sectionShowNFTS {
  flex-grow: 0 !important;
}

#orderbySelect.orderByselectNFT {
  width: 0 !important;
}

#filter_tab1.sectionShowMerch {
  flex-grow: 0 !important;
}

.usernft div#mintLoader {
  position: relative !important;
  top: 100% !important;
}

#king-pagination-02 .load-error span {
  display: inline-block;
  text-align: center;
  margin: 14px auto;
  color: #788691;
  border: 2px solid #788691;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
}

#king-pagination-02 .load-error {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

/* .load-nomore span{
    display:none !important;
} */
.products .load-errorMerch span {
  display: inline-block;
  text-align: center;
  margin: 14px auto;
  color: #788691;
  border: 2px solid #788691;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
}

.products .load-errorMerch {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

div#nftList label {
  color: #000 !important;
}

div#productType label {
  color: #000 !important;
}

.king-3rd-nav div {
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding: 0 34px;
  position: relative;
  height: 34px;
  color: rgb(148 158 176);
  line-height: 34px;
  transition: all 0.2s ease;
  font-size: 14px;
  border-radius: 14px;
  margin: 0 2px;
}

.create-merch {
  background: linear-gradient(to left top, #6f50f1, #d13ff6);
  padding: 8px 10px;
  border-radius: 8px;
}

.create-merch a {
  color: #fff;
}

/* 25 - 10 - 2025 */

.mintedbyinfo .user-header-avatar {
  min-width: 80px !important;
  height: 80px !important;
}

.mintedbyinfo p {
  margin: 0;
  color: #353535;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}

.mintedbyinfo p:hover {
  color: #70a9ff;
}

.plus-icon {
  color: #fff;
}

.king-night .burn-container {
  background-color: #393c48 !important;
}

.king-night section.price-box {
  background-color: #393c48 !important;
}

.king-night .price-box-text input#nft_sell_price {
  background: transparent;
  color: #fff;
}

.king-night .mintedbyinfo a p {
  color: #fff !important;
}

/* 27-10-2025 */

.nft-alert {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #e6002329;
  border: 1px solid #e60023;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(14, 14, 14, 0.06);
  max-width: 760px;
  margin: 12px 0;
  position: relative;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
}

.nft-alert__icon {
  font-size: 22px;
  line-height: 1;
  padding-top: 2px;
}

.nft-alert__content {
  flex: 1 1 auto;
  min-width: 0;
}

.nft-alert__title {
  font-weight: 600;
  font-size: 15px;
  color: #2b2b2b;
  margin-bottom: 6px;
}

.nft-alert__message {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
  word-wrap: break-word;
}

.nft-alert__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.single-format-image .format-image {
  padding: 16px !important;
}

.king-night .nft-alert__title {
  color: #fff;
}

.king-night .nft-alert__message {
  color: #fff;
}

@media (max-width: 520px) {
  .nft-alert {
    padding: 12px;
    gap: 12px;
  }

  .nft-alert__title {
    font-size: 14px;
  }

  .nft-alert__message {
    font-size: 13px;
  }
}

.king-night .page-template-template-marketplace span.woocommerce-Price-amount.amount {
  color: #000 !important;
}

.king-night #ShowMerch span.woocommerce-Price-amount.amount {
  color: #000 !important;
}

.king-night select#orderbySelectMerch {
  background-color: #23282d;
}

.king-night #nftList label {
  color: #fff !important;
}

.king-night #catalogVariants .card,
.king-night #nftList .card {
  background-color: #313131;
}

.king-night #catalogVariants .title,
.king-night #nftList .title {
  color: #fff;
}

.king-night div#productType label {
  color: #fff !important;
}

.king-night .category-header {
  color: #fff;
}

.king-night .category-header:hover {
  background-color: #313131;
}

.king-night .page-top-header {
  background-color: #13151d !important;
}

.king-night #productContainerMockup .sidebar,
.king-night #productContainer .sidebar {
  background-color: #313131;
  border-right: 1px solid #000000;
}

.king-night #productContainerMockup .tabs,
.king-night #productContainer .tabs {
  background-color: #313131;
}

.king-night #productContainerMockup .footer,
.king-night #productContainer .footer {
  background-color: #313131;
}

.king-night #productContainerMockup .price,
.king-night #productContainer .price {
  color: #fff;
}
.merchButton {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.king-night .merchButton {background: #23282d;}
.king-night #productContainerMockup .size-btn.active,
.king-night #productContainer .size-btn.active {
  background-color: #0d0d0d;
}

.king-night .notifications .toast .column span {
  color: #fff;
}

.king-night .notifications .toast {
  background-color: #000;
}

/* 29-10-2025 */
div#productContainer label{
  color :#000;
}
.king-night div#productContainer label{
  color:#fff
}

div#productContainerMockup label{
  color:#000;
}
.king-night div#productContainerMockup label{
  color: #fff
}
div#productContainerMockup #product_title{
  color: #000;
}
.king-night div#productContainerMockup #product_title{
  color: #fff;
}

div#productContainerMockup #product_description{
  color: #000;
}
.king-night div#productContainerMockup #product_description{
  background-color:#131313;
  color: #fff;
}

header.king-shop {
  background-color: #000;
}
.king-night header.king-shop{
  background-color: #13151d !important;
}

header.users {
  background-color:#000;
}
.king-night header.users{
  background-color: #13151d !important
}

.product_cat-nft-merch p.stock.out-of-stock{
  display:none;
}

/* Hide Continue Shopping button on checkout page */
body.woocommerce-checkout .ast-continue-shopping,
body.woocommerce-checkout .wc-forward.ast-continue-shopping,
body.woocommerce-checkout a.button.wc-forward:contains("Continue Shopping"),
body.woocommerce-checkout .woocommerce-mini-cart__buttons .ast-continue-shopping,
.page-id-checkout2 .ast-continue-shopping,
.page-id-checkout2 .wc-forward,
body[class*="checkout2"] .woocommerce-message .button,
body[class*="checkout2"] .wc-forward,
body[class*="checkout2"] .ast-continue-shopping {
  display: none !important;
}

/* Required field asterisk styling for checkout */
.woocommerce-checkout .form-row label abbr.required,
.woocommerce form .form-row label abbr.required {
  color: #ff0000;
  text-decoration: none;
  border: none;
}

/* Splot About page */
.splot-about-page {
	--splot-about-bg: #030407;
	--splot-about-panel: rgba(19, 21, 31, 0.82);
	--splot-about-panel-strong: rgba(32, 35, 48, 0.92);
	--splot-about-line: rgba(154, 167, 255, 0.18);
	--splot-about-text: #f6f4ee;
	--splot-about-muted: rgba(246, 244, 238, 0.68);
	--splot-about-hot: #ef3f5f;
	--splot-about-blue: #34d6ff;
	--splot-about-violet: #7d4dff;
	background:
		radial-gradient(circle at 18% 12%, rgba(125, 77, 255, 0.28), transparent 28rem),
		radial-gradient(circle at 86% 18%, rgba(52, 214, 255, 0.22), transparent 24rem),
		linear-gradient(180deg, #050609 0%, #000 52%, #07080d 100%);
	color: var(--splot-about-text);
	display: block;
	font-family: 'Nunito', sans-serif;
	margin: 0 auto;
	max-width: none;
	min-height: 100vh;
	overflow: hidden;
	padding: clamp(42px, 7vw, 96px) clamp(16px, 4vw, 64px) 80px;
	position: relative;
	width: 100%;
}

.splot-about-page:before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
	content: '';
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
	pointer-events: none;
	position: absolute;
}

.splot-about-hero,
.splot-about-grid,
.splot-about-story,
.splot-about-cta {
	isolation: isolate;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	position: relative;
}

.splot-about-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(22px, 4vw, 44px);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.splot-about-hero__copy,
.splot-about-hero__panel,
.splot-about-story,
.splot-about-cta {
	backdrop-filter: blur(22px);
	background: linear-gradient(145deg, rgba(18, 19, 28, 0.9), rgba(11, 13, 19, 0.74));
	border: 1px solid var(--splot-about-line);
	border-radius: 36px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.splot-about-hero__copy {
	min-height: 560px;
	padding: clamp(34px, 6vw, 72px);
}

.splot-about-kicker {
	color: #d7c8ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.24em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.splot-about-hero h1 {
	color: var(--splot-about-text);
	font-size: clamp(48px, 8vw, 104px);
	font-weight: 900;
	letter-spacing: -0.075em;
	line-height: 0.92;
	margin: 0;
	max-width: 820px;
}

.splot-about-hero__copy > p {
	color: var(--splot-about-muted);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.55;
	margin: 28px 0 0;
	max-width: 680px;
}

.splot-about-actions,
.splot-about-cta__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.splot-about-actions a,
.splot-about-cta__links a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #0b0d13;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.splot-about-actions a + a,
.splot-about-cta__links a + a {
	background: rgba(255, 255, 255, 0.08);
	color: var(--splot-about-text);
}

.splot-about-actions a:hover,
.splot-about-cta__links a:hover {
	color: #0b0d13;
	transform: translateY(-2px);
}

.splot-about-hero__panel {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 560px;
	overflow: hidden;
	padding: 28px;
}

.splot-about-orb {
	aspect-ratio: 1;
	background:
		radial-gradient(circle at 35% 30%, #fff 0 4%, transparent 5%),
		radial-gradient(circle at 36% 34%, #34d6ff 0, transparent 30%),
		radial-gradient(circle at 66% 58%, #ef3f5f 0, transparent 34%),
		radial-gradient(circle at 44% 62%, #7d4dff 0, transparent 38%);
	border-radius: 50%;
	filter: saturate(1.25);
	left: 50%;
	opacity: 0.88;
	position: absolute;
	top: 34px;
	transform: translateX(-50%);
	width: min(72%, 380px);
}

.splot-about-orb:after {
	background: radial-gradient(circle, rgba(52, 214, 255, 0.34), transparent 62%);
	content: '';
	filter: blur(36px);
	inset: -18%;
	position: absolute;
}

.splot-about-signal {
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	margin-top: 12px;
	padding: 20px;
	position: relative;
}

.splot-about-signal span {
	color: var(--splot-about-hot);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.splot-about-signal strong {
	color: var(--splot-about-text);
	display: block;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.2;
}

.splot-about-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.splot-about-grid article {
	background: var(--splot-about-panel);
	border: 1px solid var(--splot-about-line);
	border-radius: 28px;
	min-height: 250px;
	padding: 28px;
}

.splot-about-grid span {
	color: var(--splot-about-blue);
	display: block;
	font-weight: 900;
	letter-spacing: 0.18em;
	margin-bottom: 42px;
}

.splot-about-grid h2,
.splot-about-story h2,
.splot-about-cta h2 {
	color: var(--splot-about-text);
	font-size: clamp(30px, 4vw, 56px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0 0 16px;
}

.splot-about-grid p,
.splot-about-story > p {
	color: var(--splot-about-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.splot-about-story,
.splot-about-cta {
	align-items: center;
	display: grid;
	gap: clamp(20px, 4vw, 54px);
	grid-template-columns: 0.85fr 1.15fr;
	margin-top: 22px;
	padding: clamp(28px, 5vw, 54px);
}

.splot-about-story {
	background:
		linear-gradient(135deg, rgba(239, 63, 95, 0.16), transparent 44%),
		linear-gradient(145deg, rgba(18, 19, 28, 0.92), rgba(7, 8, 12, 0.84));
}

.splot-about-cta {
	background:
		radial-gradient(circle at 85% 20%, rgba(125, 77, 255, 0.2), transparent 22rem),
		linear-gradient(145deg, rgba(18, 19, 28, 0.92), rgba(7, 8, 12, 0.84));
}

.splot-about-cta__links {
	justify-content: flex-end;
	margin-top: 0;
}

@media (max-width: 920px) {
	.splot-about-hero,
	.splot-about-story,
	.splot-about-cta {
		grid-template-columns: 1fr;
	}

	.splot-about-hero__copy,
	.splot-about-hero__panel {
		min-height: auto;
	}

	.splot-about-hero__panel {
		padding-top: 260px;
	}

	.splot-about-grid {
		grid-template-columns: 1fr;
	}

	.splot-about-cta__links {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.splot-about-page {
		padding: 28px 12px 58px;
	}

	.splot-about-hero__copy,
	.splot-about-story,
	.splot-about-cta,
	.splot-about-grid article {
		border-radius: 24px;
		padding: 24px;
	}

	.splot-about-hero h1 {
		font-size: clamp(42px, 14vw, 62px);
	}

	.splot-about-actions a,
	.splot-about-cta__links a {
		width: 100%;
	}
}

#primary.splot-about-page {
	display: block;
	justify-content: initial;
	padding-left: clamp(16px, 4vw, 64px);
	padding-right: clamp(16px, 4vw, 64px);
}

@media (max-width: 560px) {
	#primary.splot-about-page {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Splot credit guide card */
section.credit-table .splot-credit-value-card {
	background:
		radial-gradient(circle at 12% 10%, rgba(52, 214, 255, 0.22), transparent 26rem),
		radial-gradient(circle at 92% 0%, rgba(125, 77, 255, 0.24), transparent 24rem),
		linear-gradient(145deg, rgba(17, 19, 30, 0.98), rgba(6, 7, 12, 0.96));
	border: 1px solid rgba(154, 167, 255, 0.22);
	border-radius: 32px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	color: #f8f5ef;
	overflow: hidden;
	padding: clamp(24px, 4vw, 40px);
	position: relative;
}

section.credit-table .splot-credit-value-card:before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 46px 46px;
	content: '';
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
	pointer-events: none;
	position: absolute;
}

section.credit-table .splot-credit-value-card__glow {
	background:
		radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.9) 0 3%, transparent 4%),
		radial-gradient(circle at 40% 40%, rgba(52, 214, 255, 0.72), transparent 32%),
		radial-gradient(circle at 62% 62%, rgba(239, 63, 95, 0.58), transparent 38%),
		radial-gradient(circle at 42% 66%, rgba(125, 77, 255, 0.62), transparent 42%);
	border-radius: 999px;
	filter: blur(2px) saturate(1.18);
	height: 170px;
	opacity: 0.7;
	position: absolute;
	right: clamp(18px, 4vw, 54px);
	top: 22px;
	width: 170px;
}

section.credit-table .splot-credit-value-card__header,
section.credit-table .splot-credit-value-list {
	position: relative;
	z-index: 1;
}

section.credit-table .splot-credit-value-card__header {
	align-items: flex-end;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	margin-bottom: 26px;
}

section.credit-table .splot-credit-value-card__eyebrow {
	color: #34d6ff;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.22em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

section.credit-table .splot-credit-value-card h2 {
	color: #f8f5ef;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: -0.065em;
	line-height: 0.95;
	margin: 0;
}

section.credit-table .splot-credit-value-card__header p {
	color: rgba(248, 245, 239, 0.68);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

section.credit-table .splot-credit-value-list {
	display: grid;
	gap: 12px;
}

section.credit-table .splot-credit-value-row {
	align-items: center;
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 22px;
	display: grid;
	gap: 16px;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	padding: 16px 18px;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

section.credit-table .splot-credit-value-row:hover {
	background: rgba(255, 255, 255, 0.095);
	border-color: rgba(52, 214, 255, 0.34);
	transform: translateY(-2px);
}

section.credit-table .splot-credit-value-row__index {
	align-items: center;
	background: rgba(52, 214, 255, 0.12);
	border: 1px solid rgba(52, 214, 255, 0.28);
	border-radius: 16px;
	color: #8ce8ff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 44px;
}

section.credit-table .splot-credit-value-row__item {
	color: #f8f5ef;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 800;
	line-height: 1.25;
}

section.credit-table .splot-credit-value-row__cost {
	background: #fff;
	border-radius: 999px;
	color: #0b0d13;
	font-size: 14px;
	font-weight: 900;
	padding: 10px 14px;
	white-space: nowrap;
}

.king-night section.credit-table .splot-credit-value-card {
	color: #f8f5ef;
}

@media only screen and (max-width: 767px) {
	section.credit-table .splot-credit-value-card__header {
		grid-template-columns: 1fr;
	}

	section.credit-table .splot-credit-value-card__glow {
		height: 120px;
		opacity: 0.42;
		width: 120px;
	}

	section.credit-table .splot-credit-value-row {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	section.credit-table .splot-credit-value-row__cost {
		grid-column: 2;
		justify-self: start;
	}
}

@media only screen and (max-width: 480px) {
	section.credit-table .splot-credit-value-card {
		border-radius: 24px;
		padding: 20px;
	}

	section.credit-table .splot-credit-value-row {
		border-radius: 18px;
		gap: 12px;
		padding: 14px;
	}
}

.page-template-king_page_feeds .page-top-header.hot {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 28px 28px;
	background:
		radial-gradient(circle at 22% 0%, rgba(49, 217, 255, 0.24), transparent 32%),
		radial-gradient(circle at 78% 0%, rgba(255, 44, 154, 0.18), transparent 30%),
		linear-gradient(135deg, #07080d 0%, #141622 100%);
}

.page-template-king_page_feeds .splot-feed-quest {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
	gap: 18px;
	align-items: center;
	max-width: 1180px;
	margin: 18px auto 12px;
	padding: 18px 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
		radial-gradient(circle at 0% 0%, rgba(52, 214, 255, 0.16), transparent 34%);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
	color: #f7f7fb;
}

.page-template-king_page_feeds .splot-feed-quest__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: #7fe7ff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.page-template-king_page_feeds .splot-feed-quest strong {
	display: block;
	font-size: clamp(20px, 3vw, 34px);
	line-height: 1.04;
}

.page-template-king_page_feeds .splot-feed-quest p {
	margin: 0;
	color: rgba(247, 247, 251, 0.7);
	font-size: 15px;
	line-height: 1.55;
}

.page-template-king_page_feeds .king-3rd-nav {
	margin-top: 14px;
}

.page-template-king_page_feeds .king-3rd-nav span {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.page-template-king_page_feeds .king-3rd-nav a {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.72);
	font-weight: 900;
	letter-spacing: 0.01em;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.page-template-king_page_feeds .king-3rd-nav a:hover,
.page-template-king_page_feeds .king-3rd-nav a.active {
	border-color: rgba(52, 214, 255, 0.55);
	background:
		radial-gradient(circle at 18% 0%, rgba(52, 214, 255, 0.2), transparent 44%),
		rgba(255, 255, 255, 0.1);
	color: #fff;
	transform: translateY(-1px);
}

.splot-feed-card-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: calc(100% - 72px);
	pointer-events: none;
}

.splot-feed-card-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(8, 10, 16, 0.66);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	color: #fff;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.splot-feed-card-badge--fresh {
	border-color: rgba(52, 214, 255, 0.48);
	color: #9cf0ff;
}

.splot-feed-card-badge--rising {
	border-color: rgba(255, 206, 84, 0.5);
	color: #ffe28a;
}

.splot-feed-card-badge--gem {
	border-color: rgba(134, 255, 187, 0.42);
	color: #a7ffc9;
}

.splot-feed-card-badge--conversation {
	border-color: rgba(255, 112, 196, 0.46);
	color: #ffabd9;
}

.splot-feed-card-badge--curated {
	border-color: rgba(176, 132, 255, 0.5);
	color: #d4bcff;
}

.page-template-king_page_feeds .splot-feed-wave {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 34px auto 18px;
	text-align: center;
}

.page-template-king_page_feeds .splot-feed-wave__button {
	min-width: 168px;
	border: 1px solid rgba(52, 214, 255, 0.45);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(52, 214, 255, 0.2), rgba(255, 45, 154, 0.18)),
		#0b0d13;
	box-shadow: 0 18px 48px rgba(52, 214, 255, 0.16);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 950;
	letter-spacing: 0.08em;
	padding: 14px 22px;
	text-transform: uppercase;
	transition: transform 160ms ease, opacity 160ms ease;
}

.page-template-king_page_feeds .splot-feed-wave__button:hover {
	transform: translateY(-2px);
}

.page-template-king_page_feeds .splot-feed-wave__button:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.page-template-king_page_feeds .splot-feed-wave__status {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.page-template-king_page_feeds .splot-feed-quest {
		grid-template-columns: 1fr;
		margin-right: 14px;
		margin-left: 14px;
	}

	.page-template-king_page_feeds .king-3rd-nav span {
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 14px 8px;
		flex-wrap: nowrap;
	}

	.page-template-king_page_feeds .king-3rd-nav a {
		white-space: nowrap;
	}
}

.splot-profile-nav.king-profile-links {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0 14px;
	height: auto;
	justify-content: center;
	min-height: 50px;
	overflow: visible;
	white-space: normal;
}

.splot-profile-nav__group {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0 6px;
	justify-content: center;
	min-height: 50px;
}

.splot-profile-nav__group + .splot-profile-nav__group {
	border-left: 1px solid rgba(104, 118, 134, 0.22);
	padding-left: 14px;
}

.splot-profile-nav__label {
	color: #65737f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 2px;
}

.splot-profile-nav--public .splot-profile-nav__label {
	display: none;
}

.splot-profile-nav a {
	white-space: nowrap;
}

.splot-profile-nav__offers {
	display: inline-flex;
	position: relative;
}

.splot-profile-nav__offers .useroffers span:empty {
	display: none;
}

.splot-profile-nav__offers .offer-dropdown {
	border-radius: 8px;
	bottom: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	transform-origin: top right;
}

.splot-profile-nav__offers .offer-dropdown div {
	gap: 4px;
}

.splot-profile-nav__offers .offer-dropdown a {
	align-items: center;
	border-radius: 6px;
	display: flex;
	height: auto;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 12px;
	white-space: normal;
	width: 100%;
}

.splot-profile-nav__offers .offer-dropdown a:after {
	display: none;
}

.king-night .splot-profile-nav__label {
	color: #a6b0b7;
}

@media only screen and (max-width: 600px) {
	.splot-profile-nav.king-profile-links {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 8px;
		white-space: nowrap;
	}

	.splot-profile-nav__group {
		display: inline-flex;
		flex-wrap: nowrap;
	}

	.splot-profile-nav__group + .splot-profile-nav__group {
		margin-left: 12px;
	}

	.splot-profile-nav__offers .offer-dropdown {
		left: 0;
		right: auto;
	}
}

.splot-profile-filters.king-3rd-nav,
.splot-listing-tabs.king-3rd-nav,
.splot-offer-tabs.king-3rd-nav {
	margin-top: 16px;
}

.splot-profile-filters__inner,
.splot-listing-tabs__inner,
.splot-offer-tabs__inner {
	align-items: center;
	background-color: #fff;
	background-image: none;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: inherit;
	cursor: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	height: auto;
	justify-content: center;
	line-height: normal;
	margin: 0 0 20px;
	max-width: min(1180px, calc(100vw - 28px));
	padding: 8px;
	position: static;
}

.splot-profile-filters.king-3rd-nav .splot-profile-filters__inner,
.splot-listing-tabs.king-3rd-nav .splot-listing-tabs__inner,
.splot-offer-tabs.king-3rd-nav .splot-offer-tabs__inner {
	color: inherit;
	cursor: auto;
	height: auto;
	line-height: normal;
	margin: 0 0 20px;
	padding: 8px;
	position: static;
}

.splot-profile-filters__group {
	align-items: center;
	background-image: none;
	color: inherit;
	cursor: auto;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	height: auto;
	justify-content: center;
	line-height: normal;
	margin: 0;
	min-height: 34px;
	padding: 0;
	position: static;
}

.splot-profile-filters.king-3rd-nav .splot-profile-filters__group {
	color: inherit;
	cursor: auto;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: static;
}

.splot-profile-filters__group + .splot-profile-filters__group {
	border-left: 1px solid rgba(104, 118, 134, 0.22);
	padding-left: 12px;
}

.splot-profile-filters__label {
	color: #65737f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 3px;
	white-space: nowrap;
}

.splot-offer-tabs__label {
	color: #65737f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 34px;
	margin: 0 4px;
	white-space: nowrap;
}

.splot-profile-filters.king-3rd-nav a,
.splot-listing-tabs.king-3rd-nav div[data-type],
.splot-offer-tabs.king-3rd-nav a {
	border-radius: 6px;
	color: rgb(148 158 176);
	cursor: pointer;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 14px;
	position: relative;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.splot-listing-tabs.king-3rd-nav div[data-type]:focus-visible,
.splot-offer-tabs.king-3rd-nav a:focus-visible,
.splot-profile-filters.king-3rd-nav a:focus-visible {
	outline: 2px solid #e60023;
	outline-offset: 2px;
}

.splot-profile-filters.king-3rd-nav a.active,
.splot-profile-filters.king-3rd-nav a:hover,
.splot-listing-tabs.king-3rd-nav div[data-type].active,
.splot-listing-tabs.king-3rd-nav div[data-type]:hover,
.splot-offer-tabs.king-3rd-nav a.active,
.splot-offer-tabs.king-3rd-nav a:hover {
	background-color: rgb(239 242 245);
	color: #333;
}

.king-night .splot-profile-filters__inner,
.king-night .splot-listing-tabs__inner,
.king-night .splot-offer-tabs__inner {
	background-color: #23282d;
}

.king-night .splot-profile-filters__label,
.king-night .splot-offer-tabs__label {
	color: #a6b0b7;
}

.king-night .splot-profile-filters.king-3rd-nav a.active,
.king-night .splot-profile-filters.king-3rd-nav a:hover,
.king-night .splot-listing-tabs.king-3rd-nav div[data-type].active,
.king-night .splot-listing-tabs.king-3rd-nav div[data-type]:hover,
.king-night .splot-offer-tabs.king-3rd-nav a.active,
.king-night .splot-offer-tabs.king-3rd-nav a:hover {
	background-color: #000;
	color: #fff;
}

.splot-empty-state {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(104, 118, 134, 0.14);
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	color: #65737f;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 24px auto;
	max-width: 540px;
	padding: 28px;
	text-align: center;
	width: calc(100% - 28px);
}

.splot-empty-state__mark {
	background: #161b22;
	display: block;
	flex: 0 0 auto;
	height: 34px;
	margin: 0 auto 2px;
	mask: url("assets/splot-icon-black.svg") center / contain no-repeat;
	width: 38px;
	-webkit-mask: url("assets/splot-icon-black.svg") center / contain no-repeat;
}

.splot-empty-state__mark img {
	display: none;
}

.splot-empty-state strong {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
}

.splot-empty-state__message {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	max-width: 420px;
}

.king-night .splot-empty-state {
	background: #23282d;
	border-color: rgba(255, 255, 255, 0.08);
	color: #a6b0b7;
}

.king-night .splot-empty-state__mark {
	background: #fff;
}

.king-night .splot-empty-state strong {
	color: #fff;
}

.site-branding .splot-fallback-logo {
	align-items: center;
	display: inline-flex;
	line-height: 1;
}

.site-branding .splot-fallback-logo img {
	display: block;
	height: auto;
	max-height: 42px;
	max-width: 150px;
	object-fit: contain;
	width: auto;
}

.site-branding .splot-fallback-logo--mobile img {
	max-height: 38px;
	max-width: 118px;
}

.splot-icon-button,
.splot-account-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: inherit;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.splot-icon-button:hover,
.splot-icon-button:focus,
.splot-account-trigger:hover,
.splot-account-trigger:focus {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	outline: 0;
}

.splot-menu-title,
.splot-menu-section {
	color: #65737f;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.splot-menu-title {
	margin: 0 0 8px;
	padding: 0 4px;
}

.splot-menu-section {
	margin: 0 0 6px;
	padding: 0 4px;
}

.king-submit-drop.splot-create-menu,
.user-header-menu.splot-account-menu {
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
	min-width: 260px;
	padding: 12px;
}

.splot-create-menu .king-submit-buttons {
	display: grid;
	gap: 6px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.splot-create-menu .king-submit-buttons li {
	flex: initial;
	list-style: none;
	min-width: 0;
	width: 100%;
}

.splot-create-menu .king-submit-buttons li a,
.splot-user-menu-group a,
.user-header-menu.splot-account-menu .king-login-buttons a {
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	font-weight: 700;
	gap: 10px;
	justify-content: flex-start;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 12px;
	text-align: left;
	width: 100%;
}

.splot-create-menu .king-submit-buttons li a i,
.splot-user-menu-group a i,
.user-header-menu.splot-account-menu .king-login-buttons a i {
	flex: 0 0 18px;
	text-align: center;
}

.splot-create-menu .king-submit-buttons li a span,
.splot-user-menu-group a span,
.user-header-menu.splot-account-menu .king-login-buttons a span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-header-menu.splot-account-menu {
	width: 300px;
}

.user-header-menu.splot-account-menu .user-header-profile {
	border-bottom: 1px solid rgba(104, 118, 134, 0.16);
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.splot-user-menu-group {
	border-bottom: 1px solid rgba(104, 118, 134, 0.16);
	display: grid;
	gap: 4px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.splot-user-menu-group:last-child,
.splot-user-menu-group--session {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.splot-user-menu-group--session a {
	color: #e60023;
}

.king-night .splot-menu-title,
.king-night .splot-menu-section {
	color: #a6b0b7;
}

.king-night .user-header-menu.splot-account-menu .user-header-profile,
.king-night .splot-user-menu-group {
	border-color: rgba(255, 255, 255, 0.08);
}

@media only screen and (max-width: 820px) {
	.splot-profile-filters.king-3rd-nav,
	.splot-listing-tabs.king-3rd-nav,
	.splot-offer-tabs.king-3rd-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 10px;
	}

	.splot-profile-filters__inner,
	.splot-listing-tabs__inner,
	.splot-offer-tabs__inner {
		flex-wrap: nowrap;
		justify-content: flex-start;
		min-width: max-content;
	}

	.splot-profile-filters__group {
		flex-wrap: nowrap;
	}

	.splot-profile-filters__group + .splot-profile-filters__group {
		padding-left: 12px;
	}
}

.splot-profile-filters.king-3rd-nav .splot-label-full,
.splot-profile-filters.king-3rd-nav .splot-label-short,
.splot-listing-tabs.king-3rd-nav .splot-label-full,
.splot-listing-tabs.king-3rd-nav .splot-label-short,
.splot-offer-tabs.king-3rd-nav .splot-label-full,
.splot-offer-tabs.king-3rd-nav .splot-label-short {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	overflow: visible;
	padding: 0;
}

.splot-profile-filters.king-3rd-nav .splot-label-short,
.splot-listing-tabs.king-3rd-nav .splot-label-short,
.splot-offer-tabs.king-3rd-nav .splot-label-short {
	display: none;
}

@media only screen and (max-width: 600px) {
	html,
	body,
	#page,
	.site,
	.site-content {
		max-width: 100%;
		overflow-x: hidden;
	}

	.king-headerstrip {
		box-sizing: border-box;
		max-width: 100vw;
		overflow: hidden;
		padding: 0 34px 0 10px;
	}

	.king-headerstrip .king-hs-content {
		align-items: center;
		display: flex;
		font-size: 12px;
		gap: 8px;
		justify-content: center;
		line-height: 1.2;
		min-width: 0;
		white-space: nowrap;
	}

	.king-headerstrip .king-hs-button {
		flex: 0 0 auto;
		margin-left: 0;
		padding: 8px 14px;
	}

	.header-template-02 .king-header {
		align-items: center;
		display: flex;
		gap: 8px;
		min-width: 0;
	}

	.header-template-02 .king-head-toggle {
		flex: 0 0 38px;
		height: 38px;
		line-height: 38px;
		margin-left: 0;
		width: 38px;
	}

	.header-template-02.site .site-branding {
		flex: 1 1 auto;
		left: auto;
		min-width: 0;
		position: static !important;
		text-align: left;
		transform: none !important;
	}

	.header-template-02 .site-branding .site-title {
		display: block;
		line-height: 1;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.header-template-02 .site-branding .site-title a {
		font-size: 22px;
		line-height: 1;
	}

	.header-template-02 .site-branding .site-description {
		display: none;
	}

	.header-template-02 .king-header-right {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		gap: 6px;
		margin-left: auto;
		min-width: 0;
	}

	.header-template-02 .king-header-right > * {
		flex: 0 0 auto;
	}

	.header-template-02 #searchv2-button,
	.header-template-02 .king-submit-open,
	.header-template-02 .header-login {
		height: 38px;
		line-height: 38px;
		margin: 0;
		width: 38px;
	}

	.king-leftmenu {
		max-width: 340px;
		width: min(86vw, 340px);
	}

	.king-leftmenu-nav {
		padding: 12px;
	}

	.king-mobile-search {
		margin: 12px;
	}

	.king-mobile-search-field {
		min-height: 44px;
		width: 100%;
	}

	.splot-leftmenu-list {
		display: grid;
		gap: 6px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.splot-leftmenu-list > li {
		display: block;
		list-style: none;
		margin: 0;
	}

	.king-leftmenu-nav .king-head-nav-a,
	.king-leftmenu-nav .headn-menu a,
	.king-leftmenu-nav .menu a {
		align-items: center;
		border-radius: 8px;
		color: #333;
		display: flex;
		font-size: 15px;
		font-weight: 700;
		min-height: 44px;
		padding: 0 12px;
		width: 100%;
	}

	.king-leftmenu-nav .king-head-nav-a:hover,
	.king-leftmenu-nav .headn-menu a:hover,
	.king-leftmenu-nav .menu a:hover {
		background: #eff2f5;
		color: #e60023;
	}

	.king-leftmenu-nav .king-nav-dropdown {
		background: transparent;
		box-shadow: none;
		margin: 0 0 6px 12px;
		min-height: 0;
		opacity: 1;
		padding: 0;
		position: static;
		visibility: visible;
	}

	.king-leftmenu-nav .headn-menu {
		display: grid;
		gap: 2px;
		margin: 0;
		width: 100%;
	}

	.king-leftmenu-nav .headn-menu li {
		display: block;
		padding: 0;
		width: 100%;
	}

	.king-leftmenu-nav .headn-menu a.new-parent {
		color: #65737f;
		font-size: 13px;
		font-weight: 700;
		min-height: 36px;
		padding-left: 12px;
	}

	.user-header-menu {
		box-sizing: border-box;
		max-height: calc(100vh - 88px);
		max-width: calc(100vw - 24px);
		overflow-y: auto;
		padding: 10px;
		width: 320px;
	}

	.user-header-menu a {
		align-items: center;
		border-radius: 8px;
		display: flex;
		gap: 8px;
		justify-content: flex-start;
		line-height: 1.2;
		min-height: 44px;
		padding: 10px 12px;
		white-space: normal;
		width: 100%;
	}

	.user-header-menu .king-login-buttons {
		display: grid;
		gap: 6px;
	}

	.king-profile-top,
	.king-profile-head {
		box-sizing: border-box;
		max-width: 100%;
		overflow: hidden;
	}

	.king-profile-top {
		margin-left: 4px;
		margin-right: 4px;
		max-width: 390px;
		width: calc(100vw - 8px);
	}

	#primary.profile-content-area,
	#primary.content-area.user-profile,
	#king-pagination-02,
	#king-pagination-02 .site-main {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		max-width: 390px;
		width: 100%;
	}

	#primary.profile-content-area,
	#primary.content-area.user-profile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.king-profile-avatar {
		margin-top: 20px;
	}

	.king-profile-avatar img,
	.king-profile-avatar .no-avatar {
		height: 140px;
		width: 140px;
	}

	.king-profile-info h4 {
		font-size: 30px;
		line-height: 1.15;
		margin: 12px auto 6px;
		max-width: calc(100vw - 42px);
		overflow-wrap: anywhere;
	}

	.king-profile-info .verified_account {
		font-size: 20px !important;
		vertical-align: middle;
	}

	.profile-stats {
		box-sizing: border-box;
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		justify-content: stretch;
		max-width: 100%;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.king-profile-head .profile-stats .profile-stats-num {
		box-sizing: border-box;
		display: block !important;
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1.2;
		min-width: 0 !important;
		padding: 8px 1px;
		text-align: center;
		white-space: nowrap;
		width: auto !important;
	}

	.king-profile-head .profile-stats .profile-stats-num i {
		display: block;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 3px;
	}

	.splot-profile-nav.king-profile-links {
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 12px 10px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		white-space: nowrap;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.splot-profile-nav.king-profile-links::-webkit-scrollbar,
	.splot-profile-filters.king-3rd-nav::-webkit-scrollbar,
	.splot-listing-tabs.king-3rd-nav::-webkit-scrollbar,
	.splot-offer-tabs.king-3rd-nav::-webkit-scrollbar {
		display: none;
	}

	.splot-profile-nav__group {
		display: inline-flex;
		flex: 0 0 auto;
		flex-wrap: nowrap;
		gap: 4px;
		min-height: 44px;
		scroll-snap-align: start;
	}

	.splot-profile-nav__group + .splot-profile-nav__group {
		border-left: 0;
		margin-left: 8px;
		padding-left: 8px;
	}

	.splot-profile-nav__label {
		align-self: center;
		flex: 0 0 auto;
		margin-right: 4px;
	}

	.splot-profile-nav a {
		align-items: center;
		border-radius: 8px;
		display: inline-flex;
		height: 40px;
		line-height: 1;
		padding: 0 12px;
	}

	.splot-profile-nav__offers .offer-dropdown {
		left: 12px;
		max-width: calc(100vw - 24px);
		right: 12px;
		width: auto;
	}

	.splot-profile-filters.king-3rd-nav,
	.splot-listing-tabs.king-3rd-nav,
	.splot-offer-tabs.king-3rd-nav {
		box-sizing: border-box;
		max-width: 100%;
		overflow-x: auto;
		padding: 0 12px;
		scrollbar-width: none;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.splot-listing-tabs.king-3rd-nav .splot-listing-tabs__inner,
	.splot-offer-tabs.king-3rd-nav .splot-offer-tabs__inner {
		box-sizing: border-box;
		gap: 4px;
		justify-content: stretch;
		min-width: 0;
		width: 100%;
	}

	.splot-profile-filters.king-3rd-nav .splot-profile-filters__inner {
		box-sizing: border-box;
		min-width: max-content;
	}

	.splot-listing-tabs.king-3rd-nav div[data-type],
	.splot-offer-tabs.king-3rd-nav a {
		box-sizing: border-box;
		flex: 1 1 0;
		font-size: 13px;
		min-width: 0;
		padding: 0 8px;
		text-align: center;
	}

	.splot-profile-filters.king-3rd-nav .splot-label-full,
	.splot-listing-tabs.king-3rd-nav .splot-label-full,
	.splot-offer-tabs.king-3rd-nav .splot-label-full {
		display: none !important;
	}

	.splot-profile-filters.king-3rd-nav .splot-label-short,
	.splot-listing-tabs.king-3rd-nav .splot-label-short,
	.splot-offer-tabs.king-3rd-nav .splot-label-short {
		display: inline !important;
	}

	.splot-empty-state {
		margin: 22px auto;
		padding: 24px 18px;
		width: calc(100% - 32px);
	}
}

/* Final profile nav cleanup overrides. */
.splot-profile-nav.king-profile-links {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 4px 6px;
	justify-content: center;
	min-height: 50px;
	overflow: visible;
	padding: 0 12px;
	white-space: normal;
}

.splot-profile-nav a,
.splot-profile-nav__menu > summary {
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 7px;
	height: 40px;
	line-height: 1;
	padding: 0 14px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.splot-profile-nav a.active,
.splot-profile-nav__menu > summary.active,
.splot-profile-nav__menu[open] > summary,
.splot-profile-nav a:hover,
.splot-profile-nav__menu > summary:hover {
	background: rgba(230, 0, 35, 0.08);
	color: #e60023;
}

.splot-profile-nav__menu,
.splot-profile-filters__more {
	display: inline-flex;
	position: relative;
}

.splot-profile-nav__menu > summary,
.splot-profile-filters__more > summary {
	list-style: none;
}

.splot-profile-nav__menu > summary::-webkit-details-marker,
.splot-profile-filters__more > summary::-webkit-details-marker {
	display: none;
}

.splot-profile-nav__menu > summary:after,
.splot-profile-filters__more > summary:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	display: inline-block;
	opacity: 0.65;
}

.splot-profile-nav__menu-panel,
.splot-profile-filters__menu {
	background: #fff;
	border: 1px solid rgba(104, 118, 134, 0.18);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
	display: none;
	min-width: 176px;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 120;
}

.splot-profile-nav__menu[open] .splot-profile-nav__menu-panel,
.splot-profile-filters__more[open] .splot-profile-filters__menu {
	display: grid;
	gap: 2px;
}

.splot-profile-nav__menu-panel a,
.splot-profile-filters__menu a {
	border-radius: 6px;
	display: flex;
	height: auto;
	justify-content: flex-start;
	line-height: 1.2;
	min-height: 38px;
	padding: 9px 11px;
	width: 100%;
}

.splot-profile-nav__badge {
	align-items: center;
	background: #e60023;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	line-height: 1;
	min-width: 18px;
	padding: 0 5px;
}

.splot-profile-filters.king-3rd-nav {
	margin-top: 14px;
}

.splot-profile-filters.king-3rd-nav .splot-profile-filters__inner {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(104, 118, 134, 0.16);
	border-radius: 8px;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: min(100%, 760px);
	padding: 5px;
}

.splot-profile-filters.king-3rd-nav a,
.splot-profile-filters__more > summary {
	align-items: center;
	border-radius: 6px;
	color: rgb(125 136 150);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 7px;
	height: 34px;
	line-height: 1;
	margin: 0;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.splot-profile-filters.king-3rd-nav a.active,
.splot-profile-filters.king-3rd-nav a:hover,
.splot-profile-filters__more > summary.active,
.splot-profile-filters__more[open] > summary,
.splot-profile-filters__more > summary:hover {
	background: rgba(230, 0, 35, 0.08);
	color: #e60023;
}

.king-night .splot-profile-nav__menu-panel,
.king-night .splot-profile-filters__menu {
	background: #171b20;
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.king-night .splot-profile-filters.king-3rd-nav .splot-profile-filters__inner {
	background: rgba(35, 40, 45, 0.72);
	border-color: rgba(255, 255, 255, 0.08);
}

.king-night .splot-profile-nav a.active,
.king-night .splot-profile-nav__menu > summary.active,
.king-night .splot-profile-nav__menu[open] > summary,
.king-night .splot-profile-nav a:hover,
.king-night .splot-profile-nav__menu > summary:hover,
.king-night .splot-profile-filters.king-3rd-nav a.active,
.king-night .splot-profile-filters.king-3rd-nav a:hover,
.king-night .splot-profile-filters__more > summary.active,
.king-night .splot-profile-filters__more[open] > summary,
.king-night .splot-profile-filters__more > summary:hover {
	background: rgba(230, 0, 35, 0.16);
	color: #ff405e;
}

@media only screen and (max-width: 820px) {
	.splot-profile-nav.king-profile-links,
	.splot-profile-filters.king-3rd-nav {
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: visible;
		scrollbar-width: none;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.splot-profile-nav.king-profile-links {
		flex-wrap: nowrap;
		padding: 0 12px 10px;
	}

	.splot-profile-filters.king-3rd-nav {
		padding: 0 12px;
	}

	.splot-profile-filters.king-3rd-nav .splot-profile-filters__inner {
		flex-wrap: nowrap;
		justify-content: flex-start;
		min-width: max-content;
	}

	.splot-profile-nav__menu-panel,
	.splot-profile-filters__menu {
		left: 0;
		right: auto;
	}
}
