:root {
  --primary-color: #0b5b7bf6;
  --secondarr-color: #3a3a3a;
  --green: #009e4f;
  --blue: #45a2c0;
  --darkblue: #0f1da0;
  --gold: #fdb40a;
  --red: #c20000;
  --lime: #cddc39;
  --yellow: #ffeb3b;
  --orange: #ff9800;
  --purple: #7b04eb;
  --pink: #e91e63;
  --font-color: #333;

  --scroll-inner: rgb(184, 184, 184);
  --scroll-back: rgb(214, 214, 214);
  --bg-primary-light: #fff;
  --bg-primary: #fff;
  --bg-primary-dark: rgb(238, 237, 237);
  --bg-primary-darkest: rgb(226, 226, 226);
  --bg-primary-darkest2: rgb(210, 210, 210);
  --bg-secondary: #0b5b7bf6;
  --bg-secondary-light: #106586f6;
  --bg-secondary-lightest: #1c7a9ff6;
  --bg-secondary-dark: #064963f6;
  --bg-secondary-darkest: #043c52f6;
  --bg-blue: #3b8acc;
  --bg-blue-light: #45a2c0;
  --bg-blue-lighter: #81d4fa;
  --bg-blue-lightest: #b3e5fc;
  --bg-blue-dark: #146ab0;
  --bg-blue-darker: rgb(11, 93, 176);
  --bg-blue-darkest: #074a81;
  --bg-dark: #3a3a3a;
  --bg-dark-dark: #2e2e2e;
  --bg-dark-light: #54595f;
  --hint-color: rgb(124, 124, 124);
  --border-color: #e0e0e0;
  --border-color-dark: #dddddd;
  --border-color-darkest: #a5a5a5;
  --bg-glassy: rgba(0, 0, 0, 0.25);
  --more-bg: url(../img/mpre-bg-l.jpg);
  --icon-color: invert(1);
  --icon-color2: invert(0.2);
  --bg-glassy-light: rgba(255, 255, 255, 0.4);
}

[data-theme="dark"] {
  --scroll-inner: rgb(49, 49, 49);
  --scroll-back: rgb(20, 20, 20);
  --bg-primary-light: rgb(18, 18, 18);
  --bg-primary: #111111;
  --bg-primary-dark: #222222;
  --bg-primary-darkest: #333333;
  --font-color: #eee;
  --hint-color: rgb(175, 175, 175);
  --border-color: #363636;
  --border-color-dark: #5f5f5f;
  --border-color-darkest: #969696;
  --bg-secondary: #0b5b7bf6;
  --bg-secondary-light: #106586f6;
  --bg-secondary-lightest: #1c7a9ff6;
  --bg-secondary-dark: #064963f6;
  --bg-secondary-darkest: #043c52f6;
  --bg-glassy: rgba(255, 255, 255, 0.25);
  --more-bg: url(../img/mpre-bg.jpg);
  --icon-color: invert(0);
  --icon-color2: invert(0.65);
  --bg-glassy-light: rgb(39 37 37 / 40%);
  --bg-blue-dark: #45a2c0;
  --bg-blue-darker: #81d4fa;
  --bg-blue-darkest: #b3e5fc;
  --bg-blue-light: #146ab0;
  --bg-blue-lighter: rgb(11, 93, 176);
  --bg-blue-lightest: #074a81;
  --darkblue: #81d4fa;
}

.pinter {
  cursor: pointer;
}

.hint {
  color: var(--hint-color);
}

.bg-primary {
  background-color: var(--bg-primary) !important;
}

.bg-primary-darkest2 {
  background-color: var(--bg-primary-darkest2) !important;
}

.bg-secondary-color {
  background-color: var(--secondary-color) !important;
}

.bg-primary-dark {
  background-color: var(--bg-primary-dark) !important;
}

.bg-primary-darkest {
  background-color: var(--bg-primary-darkest) !important;
}

.bg-secondary-light {
  background-color: var(--bg-secondary-light) !important;
}

.bg-secondary-dark {
  background-color: var(--bg-primary-dark) !important;
}

.bg-secondary {
  background-color: var(--bg-secondary) !important;
}

.bg-dark {
  background-color: var(--bg-dark) !important;
}

.bg-light {
  background-color: var(--bg-light) !important;
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #23bdb8, #43e794);
}

.bg-gradient-light {
  background: linear-gradient(90deg, #ee0979, #ff6a00);
}

.color-white {
  color: #ffff !important;
}

.color-font {
  color: var(--font-color);
}

.color-primary {
  color: var(--bg-primary) !important;
}

.bg-blue {
  background-color: var(--bg-blue) !important;
}

.bg-light-blue {
  background-color: var(--bg-blue-light) !important;
}

.bg-lightest-blue {
  background-color: var(--bg-blue-lighter) !important;
}

.bg-dark-blue {
  background-color: var(--bg-blue-dark) !important;
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-light-green {
  background-color: #01aba8;
}

.bg-dark-green {
  background-color: #017a75;
}

.bg-orange {
  background-color: #f1870f !important;
}

.bg-light-orange {
  background-color: #f7a708;
}

.bg-dark-orange {
  background-color: #d0430d;
}

.bg-pink {
  background-color: #c51778;
}

.bg-light-pink {
  background-color: #d61781;
}

.bg-dark-pink {
  background-color: #a11961;
}

.bg-purpule {
  background-color: #712973;
}

.bg-light-purpule {
  background-color: #8c338b;
}

.bg-dark-purpule {
  background-color: #55245c;
}

.bg-dark-light {
  background-color: #f1f1f1 !important;
}

.border-btn-exit {
  border: 2px dashed var(--primary-color);
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-primary-darkest {
  border: 1px solid var(--bg-primary-darkest) !important;
}

.border-dott {
  border: 3px dashed #0079bf49;
}

.font-iranSanse {
  font-family: "iranSanse";
}

.color-primary {
  color: var(--primary-color);
}

@font-face {
  font-family: "iran";
  src: url("fonts/iran.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iran";
  src: url("fonts/IRANSANSMOBILE_BOLD.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.en {
  font-family: sans-serif, Arial, Helvetica;
}

html {
  direction: rtl !important;
  text-align: right;
}

body {
  background-color: var(--bg-primary-dark);
  text-align: justify;
  font-weight: normal;
  line-height: normal;
  color: var(--font-color);
  font-family: iran;
}

* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  user-select: none;
}

.card-header {
  padding: 0.4rem 1em;
}

.card-body {
  padding: 1rem;
}

.t-small {
  font-size: 0.9em;
}

.t-smaller {
  font-size: 0.8em;
}

.t-smallest {
  font-size: 0.7em;
}

.t-big {
  font-size: 1.1em;
}

.t-bigger {
  font-size: 1.2em;
}

.t-biggest {
  font-size: 1.3em;
}

.t-verybig {
  font-size: 1.5em;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

select {
  text-align-last: center;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

span {
  display: inline-block;
}

.pager {
  height: 100%;
}

.pager .page {
  display: none;
  height: 100%;
  overflow-y: auto;
}

.pager .page.act {
  display: block;
}

.gslide {
  background-color: var(--bg-primary);
  display: none;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.gslide.act {
  display: block;
}

input {
  color: var(--font-color);
  background-color: var(--bg-primary);
}

input[type="range"] {
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
}

.btn:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btm-radius {
  border-radius: 0 0 15px 15px;
}

.btm-border {
  border-bottom: 1px solid var(--border-color);
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.stretch {
  width: 100%;
}

a:hover {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.hint {
  color: var(--hint-color);
}

.green {
  color: var(--green) !important;
}

.blue {
  color: var(--blue) !important;
}

.darkblue {
  color: var(--darkblue) !important;
}

.purple {
  color: var(--purple);
}

.gold {
  color: var(--gold);
}

.red {
  color: var(--red) !important;
}

.yellow {
  color: var(--yellow) !important;
}

.orange {
  color: var(--orange);
}

.pink {
  color: var(--pink);
}

.lime {
  color: var(--lime);
}

.primary-color {
  color: var(--primary-color);
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

.padd0 {
  padding-left: 0;
  padding-right: 0;
}

.padd2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padd5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padd7 {
  padding-left: 7px;
  padding-right: 7px;
}

.padd10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padd15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padd20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mbot5 {
  margin-bottom: 5px;
}

.mbot10 {
  margin-bottom: 10px;
}

.mbot15 {
  margin-bottom: 15px;
}

.mbot20 {
  margin-bottom: 20px;
}

.mbot25 {
  margin-bottom: 25px;
}

.mbot30 {
  margin-bottom: 30px;
}

.pbot5 {
  padding-bottom: 5px;
}

.pbot10 {
  padding-bottom: 10px;
}

.pbot15 {
  padding-bottom: 15px;
}

.pbot20 {
  padding-bottom: 20px;
}

.paddall5 {
  padding: 5px;
}

.paddall10 {
  padding: 10px;
}

.paddall15 {
  padding: 15px;
}

.paddall20 {
  padding: 20px;
}

.relative {
  position: relative;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

.bold {
  font-weight: bold;
}

.radius-tr-br {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.radius-tl-bl {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.second-bar i {
  color: #fbd500;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  font-size: 2.5em;
  border: 2px solid #fbd501;
  position: relative;
  filter: drop-shadow(0px 0px 2px white);
  top: 8px;
  margin-right: 6px;
}

#vp {
  width: 100%;
  margin: auto;
  transition: 0.3s;
  max-width: 560px;
  overflow: hidden;
  height: calc(100% - 30px);
  -webkit-transition: 0.3s -webkit-filter linear;
  -moz-transition: 0.3s -moz-filter linear;
  -moz-transition: 0.3s filter linear;
  -ms-transition: 0.3s -ms-filter linear;
  -o-transition: 0.3s -o-filter linear;
  transition: 0.3s filter linear, 0.3s -webkit-filter linear;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  box-shadow: 0 0 4px var(--border-color-darkest);
}

#vp iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.fixed-top {
  z-index: 9;
  max-width: 560px;
  margin: auto;
}

.homeHeader {
  background-image: url(../img/bg/home-h.jpg);
  background-position: center top;
  background-size: auto 150%;
  padding: 15px 0 150px;
  text-shadow: 0 0 15px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff;
  font-size: 2em;
  font-weight: bold;
  font-family: iran;
  color: #ffffff;
  text-align: center;
  color: var(--bg-blue-darkest);
  padding-left: 15px;
}

.swiper-wrapper {
  height: auto !important;
}

nav {
  position: fixed;
  bottom: 15px;
  left: calc(50% - 220px);
  right: calc(50% - 220px);
  height: 50px;
  text-align: center;
  background-color: var(--bg-glassy-light);
  z-index: 10;
  border-radius: 30px;
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-color-dark);
  transition: 0.3s;
  max-width: 94%;
  margin: auto;
}

nav ul {
  width: 100%;
  display: flex;
  height: 100%;
  max-width: 500px;
  margin: auto;
}

nav ul li {
  display: grid;
  width: 20%;
  align-items: center;
  text-align: center;
  list-style-type: none;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  user-select: none;
  position: relative;
  padding: 3px 0 4px;
}

nav.hide {
  bottom: -55px;
}

.navli .bdg {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--danger);
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding-top: 2px;
  text-align: center;
  top: 6px;
  left: calc(50% - 22px);
  display: none;
}

.navli .bdg.act {
  display: initial;
}

.navli.ss img {
  width: 45px;
  height: 45px;
  margin: auto;
  background-color: var(--bg-primary);
  transition: 0.1s;
  filter: grayscale(1);
}

.navli.ss>i {
  font-size: 2.4em;
}

.navli.ss.act>i {
  color: var(--primary-color);
  font-size: 3.2em;
}

.navli.ss.act img {
  filter: none;
  transform: scale(1.1);
}

.modal-footer> :not(:last-child) {
  margin-left: 5px;
}

.modal-footer> :not(:first-child) {
  margin-left: unset;
}

nav ul li {
  color: var(--font-color);
}

nav ul li>i {
  font-size: 24px;
  transition: 0.2s;
  position: relative;
}

nav ul li>img {
  height: 24px;
  transition: 0.2s;
  position: relative;
  margin: auto;
  margin-bottom: 1px;
  filter: var(--icon-color2);
}

nav ul li>span {
  font-size: 10px;
}

nav ul li.act {
  color: var(--bg-blue-light);
}

nav ul li.act>img {
  filter: invert(58%) sepia(1) saturate(500%) hue-rotate(150deg) brightness(90%) contrast(90%);
}

nav ul li>i>i {
  font-size: 0.6em;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

nav ul li>i.icofont-computer {
  font-size: 2.4em;
  top: 1px;
}

nav ul li.act>i.icofont-computer {
  font-size: 2.6em;
}

nav ul li>i>i.icofont-play-alt-1 {
  font-size: 0.4em;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 7px);
}

nav ul li.act>i>i.icofont-play-alt-1 {
  top: calc(50% - 10px);
  left: calc(50% - 8px);
}

#page-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(135deg, #bacfd675 0%, #63818a99 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

#page-loader.act {
  opacity: 1;
}

#page-loader .loading-waves {
  width: 100%;
  height: 10px;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  position: absolute;
  top: -75;
}

#page-loader .parallax>use {
  animation: move-forever 5s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

#page-loader .parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}

#page-loader .parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 5s;
}

#page-loader .parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 5s;
}

#page-loader .parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 10s;
}

#page-loader.act .waveBox {
  opacity: 1;
  height: calc(100% - 50px);
}

#page-loader .waveBox {
  width: 100%;
  background-color: #1a87cb !important;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: height 1.5s linear, opacity 1.5s linear;
  height: 0;
  opacity: 0;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.modal-content {
  font-family: iran;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.form-control {
  /* border-radius: 0; */
  padding: 8px 10px 6px 10px !important;
  height: auto !important;
  font-weight: 200 !important;
  -webkit-appearance: unset !important;
  /* border: none; */
  background-color: transparent;
  transition: 0.3s;
  font-size: 0.9em;
}

button:focus {
  outline: none;
}

.topgap {
  height: 50px;
}

.form-control:focus {
  border-color: #888;
  outline: none;
  box-shadow: none;
}

::placeholder {
  color: var(--hint-color) !important;
}

.help-color {
  border: 2px solid;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 3px;
}

.box-item .title-item {
  color: var(--bg-blue-dark);
  font-weight: 600;
  font-family: iran;
  font-size: 1.1em;
  display: flex;
  align-items: center;
}

.box-item .title-item img {
  width: 28px;
  height: 28px;
  margin-left: 6px;
}

/* SVG Icons Color Management - Direct Color Approach */
.title-icon,
.ico-info-pool {
  color: #3b8acc !important;
}

/* Filter Toggle Icon */
.filter-toggle-icon {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: var(--bg-blue-darkest);
  transition: all 0.3s ease;
  border-radius: 1px;
}

.filter-toggle-icon.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.filter-toggle-icon.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.filter-toggle-icon.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Filter Panel Animation */
#search-filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#search-filters.show {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}

.notification {
  position: fixed;
  top: 80px;
  right: 20px;
  max-width: calc(100% - 40px);
  z-index: 10000;
}

.notification>div {
  min-width: 200px;
  padding: 10px 12px 10px 25px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  display: none;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.notification span {
  text-align: justify;
  line-height: 25px;
  display: block;
  font-size: 0.9em;
}

.notification .danger {
  background-color: #ffcdd2;
  color: #d32f2f;
  border: 1px solid #ef9a9a;
}

.notification .warning {
  background-color: #fff59d;
  color: #ee770e;
  border: 1px solid #fdd835;
}

.notification .info {
  background-color: #81d4fa;
  color: #01579b;
  border: 1px solid #4fc3f7;
}

.notification .success {
  background-color: #a5d6a7;
  color: #1b5e20;
  border: 1px solid #81c784;
}

.notification i {
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 1.5em;
}

.notification .icofont-close {
  left: 0px;
  top: 0px;
  font-size: 1em;
  right: unset;
}

.notification .notif {
  font-size: 0.9em;
  padding: 7px 38px 7px 16px;
  margin-bottom: 15px;
}

.notification .notif .pic {
  background-image: url(img/noimg0.jpg);
  width: 50px;
  min-width: initial;
  height: 50px;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 25px);
  right: -12px;
}

.notif.warning .pic {
  border: 3px solid #fdd735;
}

.notif.success .pic {
  border: 3px solid #81c784;
}

.notif.danger .pic {
  border: 3px solid #ef9a9a;
}

.imgbox .profileimg {
  width: 160px;
  height: 160px;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  background-color: var(--bg-primary-dark);
}

.imgbox i {
  position: absolute;
  left: calc(50% - 90px);
  top: 161px;
  font-size: 1.8em;
  background-color: var(--bg-primary);
  border-radius: 50%;
  padding: 5px;
}

.radius {
  border-radius: 30px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.rounded-circle {
  border-radius: 50%;
}

.beforeicon::before {
  font-family: "icofont";
  content: attr(icon);
  position: absolute;
  right: -10px;
  top: 0;
  color: var(--primary-color);
  font-size: 17px;
}

.beforeicon::after {
  content: attr(label);
  position: absolute;
  right: 11px;
  top: 0;
  color: var(--primary-color);
  font-size: 12px;
}

.aftericon::after {
  font-family: "icofont" !important;
  content: attr(icon) !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 2px !important;
  color: var(--primary-color) !important;
  font-size: 18px !important;
  -webkit-text-security: initial;
}

[contenteditable="true"] {
  outline: none;
  border-bottom: 1px solid #007eb5;
  padding: 2px 25px 3px 10px;
  color: var(--font-color);
  word-wrap: break-word;
  margin-bottom: 8px;
  display: block;
  position: relative;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: var(--hint-color);
}

[contenteditable="true"]:empty {
  content: attr(placeholder);
  -webkit-text-security: initial;
}

[contenteditable="true"]::after {
  content: "\ea54";
  font-family: "icofont";
  position: absolute;
  right: -2px;
  bottom: 4px;
  color: var(--primary-color);
  font-size: 1.3em;
}

.editmode .hideedit {
  display: none !important;
}

.editmode .editcontent {
  display: inline-block !important;
}

.editmode .editcontent.d-block {
  display: block !important;
}

.editcontent,
.editcontent.d-block {
  display: none !important;
}

.password.act {
  -webkit-text-security: initial;
}

.password {
  -webkit-text-security: disc;
}

.msgrow {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--bg-secondary);
  padding: 3px 0;
  cursor: pointer;
  line-height: 18px;
}

.msgrow .hint {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.msgrow .align-self-center {
  overflow: hidden;
}

.msgrow .picbox {
  width: 18vw;
  height: 18vw;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--bg-secondary);
  margin: auto;
}

.msgrow .picbox .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  border: 2px solid var(--bg-primary);
  border-radius: 50%;
}

.msgrow .icofont-ui-press {
  color: var(--bg-secondary);
}

.msgrow.online .picbox {
  border: 3px solid var(--green);
}

.msgrow.online .icofont-ui-press {
  color: var(--green);
}

.msgrow .unread {
  background-color: var(--primary-color);
  color: white;
  padding: 3px 0;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: iran;
}

#mloaderbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-color: var(--bg-primary);
  display: none;
}

#mloader {
  width: 100%;
  max-width: 560px;
  margin: auto;
  height: 100%;
  overflow-y: auto;
  background-color: var(--bg-primary);
  position: relative;
}

#ploaderbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: none;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  transition: 5s !important;
  max-width: 560px;
  margin: auto;
}

#ploaderbox.act {
  background-color: var(--bg-glassy);
  display: flex !important;
}

#ploader {
  position: absolute;
  left: 5%;
  right: 5%;
  /* top: 5%; */
  /* bottom: 4%; */
  overflow-y: auto;
  background-color: var(--bg-primary);
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 0 8px #000000ad;
  align-self: center;
  height: auto;
  min-height: 10vh;
  max-height: 90vh;
}

.emojilist {
  position: absolute;
  border: 1px solid var(--bg-secondary);
  bottom: 43px;
  padding: 4px;
  border-radius: 5px;
  background-color: var(--bg-primary);
  width: 120%;
  left: -10%;
  font-size: 1.5em;
  height: 250px;
  overflow-y: auto;
}

.emojilist span {
  padding: 0 2px;
}

.stbtn {
  text-align: center;
  background-color: var(--bg-secondary-light);
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 14px 5px;
  cursor: pointer;
  border: 1px solid var(--bg-secondary-dark);
  color: white;
}

.stbtn i {
  font-size: 2em;
}

.stbtn span {
  font-size: 0.66em;
}

.stbtn .bdg {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--danger);
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding-top: 2px;
  text-align: center;
  top: 6px;
  left: calc(40% - 22px);
  display: none;
}

.stbtn .bdg.act {
  display: initial;
}

.settingsbody .dtl {
  background-color: var(--bg-primary);
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
  border-radius: 5px;
}

.btngrp {
  display: inline-flex;
}

.btngrp>.btn {
  color: var(--font-color);
  background-color: var(--bg-secondary-light);
  border: 1px var(--bg-secondary) solid;
  padding: 4px 10px;
  font-size: 0.75em;
  display: inline-flex;
  border-radius: 0 !important;
}

.btngrp>.btn:first-child {
  border-radius: 0 5px 5px 0 !important;
}

.btngrp>.btn:last-child {
  border-radius: 5px 0 0 5px !important;
  border-right: none !important;
}

.btngrp>.btn:not(:first-child) {
  border-right: none !important;
}

.btngrp>.btn.act {
  background-color: var(--bg-primary);
}

.multibtn,
.multiselect {
  display: flex;
  flex-flow: wrap;
  background-color: var(--bg-glassy-light);
  padding: 5px;
  border-radius: 5px;
}

.multibtn>.btn,
.multiselect>.btn {
  color: var(--font-color);
  background-color: var(--bg-primary-darkest);
  border: 1px var(--bg-primary-darkest2) solid;
  padding: 6px 4px 5px 2px;
  font-size: 0.9em;
  flex: auto;
  border-radius: 4px;
  margin: 3px;
  cursor: pointer;
  position: relative;
}

.multibtn>.btn.act,
.multiselect>.btn.act {
  border: 1px var(--bg-secondary-darkest) solid;
  background-color: var(--bg-secondary-dark);
  color: white;
}

.multibtn>.btn.act,
.multiselect>.btn.act {
  border: 1px var(--bg-secondary-darkest) solid;
  background-color: var(--bg-secondary-dark);
  color: white;
}

.multibtn>.btn.act img,
.multiselect>.btn.act img {
  filter: invert(1);
}

.multibtn>.btn i,
.multiselect>.btn i,
.multibtn>.btn img,
.multiselect>.btn img {
  position: absolute;
  right: 4px;
  top: calc(50% - 10px);
  font-size: 22px;
  height: 24px;
  width: 24px;
  top: 3px;
}

.multibtn>.btn .ic2,
.multiselect>.btn .ic2 {
  font-size: 15px;
  position: absolute;
  right: 5px;
  top: 4px;
}

.btn.buy.act {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}

.btn.sell.act {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}

.btn.buy {
  padding: 8px 0;
}

.btn.sell {
  padding: 8px 0;
}

.biobox .bio .label {
  font-size: 0.86em;
  /* color: var(--primary-color); */
  margin-bottom: 2px;
}

.loading,
.loading2 {
  width: 70px;
  left: calc(50% - 35px);
  bottom: -80px;
  z-index: 1040;
  position: fixed;
  transition: 0.3s;
  opacity: 0;
}

.loading.act,
.loading2.act {
  bottom: 80px;
  transition: 0.3s;
  opacity: 1;
}

.loading img,
.loading2 img {
  width: 70px;
  /* height: 70px; */
  transition: 1.2s;
  -webkit-filter: drop-shadow(2px 3px 5px black);
  filter: drop-shadow(2px 3px 5px black);
  animation: loadinganimate 2s linear infinite;
  -webkit-animation: loadinganimate 2s linear infinite;
}

@keyframes loadinganimate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loginbox .logindigit::-webkit-outer-spin-button,
.loginbox .logindigit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.regbox,
.loginbox,
.frgbox {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}

.panel {
  background-color: var(--bg-secondary);
  border: 1px solid var(--bg-secondary-light);
  border-radius: 10px;
}

.panel-heading {
  background-color: var(--bg-secondary-light);
  text-align: center;
  padding: 3px;
  border-radius: 10px 10px 0 0;
  color: var(--font-color);
}

.panel-body {
  padding: 10px 5px;
}

.icofont-toggle-on {
  color: var(--primary-color);
}

.icofont-toggle-off {
  color: var(--hint-color);
}

.table {
  color: var(--font-color) !important;
}

.adminmsgbox {
  background-color: var(--bg-secondary);
  padding: 5px 8px 15px 8px;
  position: relative;
  border-radius: 5px;
}

.adminmsgbox .time {
  position: absolute;
  left: 5px;
  top: 5px;
}

.adminmsgbox .sender {
  color: var(--primary-color);
  position: relative;
  padding-right: 30px;
}

.adminmsgbox .sender i {
  position: absolute;
  right: 0;
  top: -2px;
}

.modal-footer {
  justify-content: flex-start !important;
  padding: 15px !important;
  border-top: 1px solid var(--border-color) !important;
}

.modal-content {
  background-color: var(--bg-primary) !important;
}

.modal-header {
  background-color: var(--primary-color);
  color: white;
  border-bottom: none;
  padding: 8px 10px !important;
}

.form-control {
  color: var(--font-color) !important;
}

.helpbg {
  background-color: var(--helpbg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

header {
  padding: 5px 8px;
  height: 40px;
  color: var(--font-color);
  background-color: var(--bg-glassy-light);
  z-index: 10;
  backdrop-filter: blur(16px);
  box-shadow: 0px 4px 40px -4px #00000028;
  transition: 0.3s;
  overflow: hidden;
}

header .bg-primary {
  color: var(--font-color);
}

header .logo {
  position: absolute;
  height: 25px;
  left: 6px;
  top: 7px;
  /* animation: logoanimate 4s infinite linear; */
}

.subheader {
  background-color: var(--bg-primary-dark);
  border-bottom: 1px solid var(--border-color);
  padding: 5px;
}

.subheader.yearbox {
  overflow-x: auto;
}

.optionmenu {
  position: absolute;
  width: max-content;
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  font-size: 0.8em;
  list-style-type: none;
  display: none;
  animation-duration: 0.3s !important;
  -webkit-animation-duration: 0.3s !important;
}

.optionmenu::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 9px;
  transform: skew(-39deg, 22deg), rotate(201deg);
  background-color: var(--bg-primary);
  height: 5px;
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.optionmenu li {
  padding: 3px 26px 3px 13px;
  margin: 3px 0;
  position: relative;
}

.optionmenu li i {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 1.32em;
}

ul {
  list-style-type: none;
}

.mybtn {
  background-color: var(--bg-blue-light);
  border: 1px solid var(--bg-blue);
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 1rem;
}

.btn:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mylist {
  padding: 0;
}

.mylist li {
  font-size: 0.8em;
  padding: 5px 12px;
  border-bottom: 1px solid var(--bg-primary-dark);
}

.mylist li.title {
  font-size: 1em;
  color: var(--bg-secondary-darkest);
  position: relative;
  padding: 5px 43px;
  margin-top: 10px;
  border-bottom: none;
}

.mylist li.title i {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 27px;
}

.mylist li.title::after {
  content: "";
  width: 90%;
  height: 1px;
  bottom: 0;
  right: 5px;
  position: absolute;
  background: rgb(5, 122, 168);
  background: linear-gradient(90deg,
      rgba(238, 9, 121, 0) 7%,
      rgba(5, 122, 168, 1) 100%);
}

.wait {
  text-align: center;
  padding: 120px 0;
}

.wait i {
  font-size: 3em;
  color: var(--bg-secondary-darkest);
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-right: -1.25rem;
}

p {
  margin-bottom: unset;
}

#flexCheckDefault {
  width: 16px;
  height: 16px;
  top: -3px;
}

.ticket {
  background-color: var(--bg-primary-dark);
  padding: 5px;
  margin: 10px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 0.9em;
  position: relative;
}

.ticket.send {
  background-color: var(--bg-primary-darkest);
  border: 1px solid var(--border-color-dark);
  margin-left: 40px;
}

.ticket.get {
  background: #f1fff1;
  border: 1px solid #2ecc71;

  margin-right: 40px;
}

.ticket .dep {
  float: left;
  font-size: 0.8em;
  color: var(--gray);
}

.ticket .time {
  position: absolute;
  left: 5px;
  bottom: 1px;
  direction: ltr;
  font-size: 0.8em;
  color: var(--gray);
}

.ticket .title {
  color: var(--bg-secondary-darkest);
  margin-bottom: 10px;
}

.ticket .text {
  color: var(--gray);
  margin: 6px 0 15px 0;
  font-size: 0.9em;
}

.ticket .num {
  font-size: 0.8em;
}

#pinpage {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-primary);
  display: none;
}

header .icofont-close {
  cursor: pointer;
}

#deskmenu {
  display: none;
  position: fixed;
  width: 220px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(to bottom,
      var(--bg-primary) 0%,
      var(--bg-primary-dark) 100%);
  z-index: 10;
  border-left: 1px solid var(--border-color);
}

#deskmenu img.logo {
  width: 180px;
  margin: 40px auto 55px;
}

#deskmenu .mylist li.title {
  font-size: 0.8em;
  cursor: unset;
}

#deskmenu .mylist li.title::after {
  content: "";
  width: 90%;
  height: 2px;
  bottom: 0;
  right: 5px;
  position: absolute;
  background: rgb(9, 153, 210);
  background: linear-gradient(90deg,
      rgba(238, 9, 121, 0) 7%,
      rgb(9, 153, 210) 100%);
}

#deskmenu>ul {
  height: calc(100% - 170px);
  overflow-y: auto;
  position: relative;
}

#deskmenu .mylist li {
  font-size: 0.7em;
  border-bottom: none;
  color: #eee;
  cursor: pointer;
}

#deskmenu .mylist li.title i {
  position: absolute;
  right: 8px;
  font-size: 23px;
  cursor: unset;
}

#deskmenu .mylist li.title span {
  cursor: unset;
}

#deskmenu>ul>li {
  padding: 6px 14px 4px 2px;
  transition: 0.3s;
  background-color: var(--font-color);
  margin: 12px 15px;
  border-radius: 28px;
  color: var(--bg-primary);
  cursor: pointer;
}

#deskmenu>ul>li i {
  font-size: 1.5em;
  margin-left: 10px;
  cursor: pointer;
}

#deskmenu>ul>li span {
  cursor: pointer;
  font-size: 0.8em;
  position: relative;
  top: -3px;
}

#deskmenu>ul>li img {
  width: 21px;
  margin-left: 10px;
  cursor: pointer;
  filter: var(--icon-color);
  position: relative;
  top: -2px;
}

#deskmenu>ul>li ul {
  display: none;
}

#deskmenu>ul>li.act {
  background-color: var(--bg-secondary-light);
}

#deskmenu>ul>li:last-of-type {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}

#banner_bg_effect {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mytitle {
  font-size: 1em;
  color: var(--bg-secondary-darkest);
  position: relative;
  padding: 5px 43px;
  margin-top: 10px;
}

.mytitle i {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 27px;
}

.mytitle::after {
  content: "";
  width: 90%;
  height: 1px;
  bottom: 0;
  right: 5px;
  position: absolute;
  background: rgb(5, 122, 168);
  background: linear-gradient(90deg,
      rgba(238, 9, 121, 0) 7%,
      rgba(5, 122, 168, 1) 100%);
}

.table td,
.table th {
  padding: 5px;
}

.loginbox {
  color: #333;
}

.loginbox input#phone {
  font-size: 1.1em;
  padding: 10px 5px 6px !important;
  width: calc(100% - 64px);
  border-radius: 5px 0 0 5px;
  border-color: #f6c301;
  float: left;
  background-color: white;
  -moz-appearance: textfield;
  color: #333 !important;
}

.loginbox input#phone::-webkit-outer-spin-button,
.loginbox input#phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.loginbox .phonebtn {
  border: 1px solid #f6c301;
  display: block;
  width: 75px;
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-top: 11px;
  position: absolute;
  right: -10px;
  top: 0;
  border-radius: 0 5px 5px 0;
  opacity: 0.65;
  transition: 0.3s;
  text-align: center;
}

.loginbox .phonebtn.act {
  opacity: 1;
}

.loginbox .logindigit {
  display: inline-block;
  width: 38px;
  height: 37px !important;
  text-align: center;
  font-size: 20px;
  background-color: white;
  color: #333 !important;
}

.loginbox #loginbtn {
  opacity: 0.75;
}

.loginbox #loginbtn.act {
  opacity: 1;
}

.emailbox input#email {
  font-size: 1.2em;
  padding: 9px 5px 5px !important;
  width: calc(100% - 40px);
  border-radius: 5px 0 0 5px;
  float: left;
}

.emailbox .emailbtn {
  display: block;
  width: 41px;
  height: 41px;
  background-color: var(--bg-secondary);
  color: white;
  text-align: center;
  font-size: 33px;
  padding-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  opacity: 0.75;
  transition: 0.3s;
}

.emailbox .emailbtn.act {
  opacity: 1;
}

.emailbox .logindigit2 {
  display: inline-block;
  width: 38px;
  height: 37px !important;
  text-align: center;
  font-size: 20px;
}

.emailbox #loginbtn2 {
  opacity: 0.75;
}

.emailbox #loginbtn2.act {
  opacity: 1;
}

#loginline1 {
  position: absolute;
  top: 32vh;
  left: 0;
  z-index: -1;
  width: calc(50% - 220px);
  opacity: 0;
  transition: 1.5s ease-in;
  display: none;
}

#loginline2 {
  position: absolute;
  top: 50vh;
  right: 0;
  z-index: -1;
  width: calc(50% - 220px);
  opacity: 0;
  transition: 2.5s ease-in;
  display: none;
}

.coinrow {
  cursor: pointer;
  margin: 7px 4px;
  background-color: var(--bg-primary-dark);
  border-radius: 5px;
  padding: 5px 8px;
  border: 1px solid var(--bg-primary-darkest);
}

.wallet .coinrow>div {
  display: flex;
  justify-content: space-between;
}

.wallet .coinrow>div>div {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 0;
}

.wallet .coinrow div {
  align-self: center;
}

.wallet .coinrow .icon {
  width: 32px;
  margin-left: 10px;
  border-radius: 50%;
}

.wallet .coinrow .more {
  padding: 10px 5px;
  background-color: var(--bg-primary-darkest);
  border-radius: 5px;
  margin-top: 12px;
  display: none;
}

.wallet .coinrow .more .btn {
  padding: 5px 5px !important;
  font-size: 0.75em;
}

.wallet .coinrow .more>div {
  display: flex;
  justify-content: space-around;
}

/* Wallet Styles */
.wallet-balance-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.wallet-icon-wrapper {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.wallet-charge-section {
  background-color: var(--bg-primary-dark) !important;
  box-shadow: 0 2px 8px var(--bg-glassy-light);
}

.wallet-add-icon {
  background-color: var(--orange) !important;
  box-shadow: 0 2px 6px var(--bg-glassy);
}

.wallet-input-wrapper {
  margin-bottom: 1.5rem;
}

.wallet-amount-input {
  font-size: 1.2rem;
  padding: 12px 16px;
  background-color: var(--bg-primary) !important;
  color: var(--font-color) !important;
  border: 2px solid var(--border-color) !important;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.wallet-amount-input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px var(--bg-glassy-light);
  outline: none;
}

.wallet-option {
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: var(--bg-primary) !important;
  border: 2px solid var(--border-color) !important;
  color: var(--font-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wallet-option.wallet-option-active {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--bg-secondary-dark) 100%) !important;
  border-color: var(--primary-color) !important;
  color: var(--bg-primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.wallet-option.wallet-option-active .hint {
  color: var(--bg-primary) !important;
  opacity: 0.9;
}

.wallet-confirm-btn {
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: var(--green) !important;
  color: var(--bg-primary) !important;
  box-shadow: 0 4px 12px var(--bg-glassy);
  transition: all 0.3s ease;
}

.wallet-confirm-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--bg-glassy);
}

.wallet-confirm-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Profile Page Styles */
.profile-header-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.profile-image-wrapper {
  position: relative;
}

.profile-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 3px solid var(--bg-primary);
  box-shadow: 0 2px 8px var(--bg-glassy);
  background-color: var(--bg-primary);
}

.profile-input-box {
  background-color: var(--bg-primary-dark) !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 2px 4px var(--bg-glassy-light);
  transition: all 0.3s ease;
}

.profile-input-box:focus-within {
  border-color: var(--primary-color) !important;
  box-shadow: 0 4px 8px var(--bg-glassy);
}

.profile-label {
  color: var(--font-color) !important;
  font-weight: 500;
  font-size: 0.9em;
}

.profile-input {
  background-color: var(--bg-primary) !important;
  color: var(--font-color) !important;
  border: 1px solid var(--border-color) !important;
  padding: 10px 12px;
  font-size: 1em;
  transition: all 0.3s ease;
}

.profile-input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px var(--bg-glassy-light);
  outline: none;
  background-color: var(--bg-primary) !important;
}

.profile-input:disabled,
.profile-input[readonly] {
  background-color: var(--bg-primary-dark) !important;
  color: var(--hint-color) !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.profile-input::placeholder {
  color: var(--hint-color) !important;
  opacity: 0.7;
}

.profile-input option {
  background-color: var(--bg-primary) !important;
  color: var(--font-color) !important;
}

.profile-save-btn {
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: var(--green) !important;
  color: var(--bg-primary) !important;
  box-shadow: 0 4px 12px var(--bg-glassy);
  transition: all 0.3s ease;
}

.profile-save-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--bg-glassy);
}

.profile-save-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Terms Page Styles */
.terms-section {
  padding-bottom: 2rem;
}

.terms-intro {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
  border: none !important;
}

.terms-intro h3 {
  color: var(--bg-primary) !important;
}

.terms-intro p {
  color: var(--bg-primary) !important;
  opacity: 0.95;
}

.terms-intro-icon {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.terms-intro i {
  color: var(--primary-color) !important;
}

.terms-footer-icon {
  background-color: var(--orange) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.terms-content {
  margin-bottom: 2rem;
}

.term-item {
  background-color: var(--bg-primary-dark) !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 2px 6px var(--bg-glassy-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.term-item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.term-item:hover {
  box-shadow: 0 6px 16px var(--bg-glassy);
  transform: translateY(-3px);
  border-color: var(--primary-color) !important;
}

.term-item:hover::before {
  opacity: 1;
}

.term-number {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%) !important;
  font-size: 0.95em;
  flex-shrink: 0;
  min-width: 36px !important;
  height: 36px !important;
  box-shadow: 0 2px 6px var(--bg-glassy);
  border: 2px solid var(--bg-primary);
}

.term-item h4 {
  color: var(--font-color) !important;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.term-item p {
  color: var(--font-color) !important;
  opacity: 0.9;
  margin-bottom: 0;
}

.terms-footer {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.1) 0%, rgba(255, 152, 0, 0.05) 100%);
  border: 2px solid var(--orange) !important;
  box-shadow: 0 4px 12px var(--bg-glassy);
  position: relative;
  overflow: hidden;
}

.terms-footer::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--orange);
}

.terms-footer h4 {
  color: var(--font-color) !important;
  font-weight: 600;
}

.terms-footer p {
  color: var(--font-color) !important;
  opacity: 0.9;
}

/* Support Page Styles */
.support-section {
  padding-bottom: 2rem;
}

.support-header-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.support-header-icon {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.support-add-btn {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  color: var(--bg-primary) !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.support-add-btn:hover {
  background: linear-gradient(135deg, #20c997 0%, var(--green) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.support-add-btn span {
  color: var(--bg-primary) !important;
}

.support-add-btn i {
  color: var(--bg-primary) !important;
  margin-right: 6px;
  font-size: 1.2em;
}

.support-tickets-container {
  margin-top: 0;
}

.support-loading {
  color: var(--font-color);
}

.support-loading-icon {
  animation: pulse 2s infinite;
}

.support-empty,
.support-error {
  background: linear-gradient(135deg, var(--bg-primary-dark) 0%, var(--bg-primary-darkest) 100%);
  border-radius: 20px;
  padding: 4rem 2rem;
  border: 2px dashed var(--border-color);
  box-shadow: 0 4px 12px var(--bg-glassy-light);
}

.support-empty-icon,
.support-error-icon {
  margin-bottom: 1.5rem;
}

.support-empty-icon-bg,
.support-error-icon-bg {
  background: linear-gradient(135deg, var(--bg-primary-dark) 0%, var(--bg-primary-darkest) 100%) !important;
  box-shadow: 0 4px 12px var(--bg-glassy);
  width: 100px;
  height: 100px;
}

.support-empty-btn,
.support-retry-btn {
  font-weight: 600;
  box-shadow: 0 4px 12px var(--bg-glassy);
  transition: all 0.3s ease;
}

.support-empty-btn:hover,
.support-retry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--bg-glassy);
}

.support-ticket-card {
  background: linear-gradient(135deg, var(--bg-primary-dark) 0%, var(--bg-primary) 100%) !important;
  border: 2px solid var(--border-color) !important;
  box-shadow: 0 4px 12px var(--bg-glassy-light);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.support-ticket-card::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.support-ticket-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(11, 91, 123, 0.05) 0%, rgba(11, 91, 123, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}


.support-ticket-card:hover::before {
  opacity: 1;
}

.support-ticket-card:hover::after {
  opacity: 1;
}

.support-ticket-id {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%) !important;
  color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
  border: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
}

.support-ticket-dep {
  background:linear-gradient(135deg, rgb(26 190 132) 0%, #0d597a 100%) !important;
  color: white !important;
  border: 1px solid var(--border-color-dark);
  box-shadow: 0 2px 4px var(--bg-glassy-light);
}

.support-ticket-status {
  box-shadow: 0 2px 4px var(--bg-glassy-light);
}

.support-status-open {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
  color: var(--bg-primary) !important;
}

.support-status-answered {
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%) !important;
  color: var(--bg-primary) !important;
}

.support-status-closed {
  background: linear-gradient(135deg, var(--red) 0%, #a71e2e 100%) !important;
  color: var(--bg-primary) !important;
}

.support-ticket-time-wrapper {
  display: flex;
  align-items: center;
  background-color: var(--bg-primary-darkest);
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 4px var(--bg-glassy-light);
}

.support-ticket-time {
  color: var(--hint-color) !important;
  white-space: nowrap;
  font-weight: 500;
}

.support-ticket-content {
  padding: 0.5rem 0;
}

.support-ticket-title {
  color: var(--font-color) !important;
  margin-bottom: 0;
  line-height: 1.5;
}

.support-ticket-text {
  color: var(--font-color) !important;
  opacity: 0.85;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.support-ticket-footer {
  border-top: 1px solid var(--border-color) !important;
}

.support-ticket-view {
  color: var(--hint-color) !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.support-ticket-arrow {
  text-align: left;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.support-ticket-card:hover .support-ticket-arrow {
  opacity: 1;
  transform: translateX(-8px);
}

.support-ticket-card:hover .support-ticket-arrow i {
  color: var(--primary-color) !important;
}

/* Support Detail Page Styles */
.support-detail-section {
  padding-bottom: 200px;
}

.support-detail-header-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.support-detail-id {
  background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(255, 255, 255, 0.9) 100%) !important;
  color: var(--primary-color) !important;
  box-shadow: 0 2px 6px var(--bg-glassy);
}

.support-detail-dep {
  background: rgba(255, 255, 255, 0.2) !important;
  color: var(--bg-primary) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.support-detail-title {
  color: var(--bg-primary) !important;
}

.support-detail-text {
  color: var(--bg-primary) !important;
}

.support-messages-container {
  margin-bottom: 2rem;
}

.support-message {
  transition: all 0.3s ease;
}

.support-message-user {
  margin-right: 0;
  margin-left: 20%;
}

.support-message-support {
  margin-left: 0;
  margin-right: 20%;
}

.support-message-card {
  background-color: var(--bg-primary-dark) !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 2px 8px var(--bg-glassy-light);
  transition: all 0.3s ease;
}

.support-message-user .support-message-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%) !important;
  border-color: var(--primary-color) !important;
}

.support-message-support .support-message-card {
  background-color: var(--bg-primary) !important;
  border-color: var(--border-color-dark) !important;
}

.support-message-from {
  color: var(--font-color) !important;
  font-weight: 600;
}

.support-message-user .support-message-from {
  color: var(--bg-primary) !important;
}

.support-message-time {
  color: var(--hint-color) !important;
}

.support-message-user .support-message-time {
  color: rgba(255, 255, 255, 0.8) !important;
}

.support-message-text {
  color: var(--font-color) !important;
  line-height: 1.8;
}

.support-message-user .support-message-text {
  color: var(--bg-primary) !important;
}

.support-no-messages {
  background-color: var(--bg-primary-dark) !important;
  border: 1px dashed var(--border-color);
}

.support-reply-section {
  z-index: 1000;
  padding-bottom: env(safe-area-inset-bottom);
}

.support-reply-input {
  background-color: var(--bg-primary) !important;
  color: var(--font-color) !important;
  border: 2px solid var(--border-color) !important;
  padding: 12px 16px;
  font-size: 1em;
  transition: all 0.3s ease;
}

.support-reply-input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px var(--bg-glassy-light);
  outline: none;
}

.support-reply-input::placeholder {
  color: var(--hint-color) !important;
  opacity: 0.7;
}

.support-file-label {
  background-color: var(--bg-primary-dark) !important;
  border: 1px solid var(--border-color) !important;
  color: var(--font-color) !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.support-file-label:hover {
  background-color: var(--bg-primary-darkest) !important;
  border-color: var(--primary-color) !important;
}

.support-send-btn {
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%) !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
  transition: all 0.3s ease;
  border: none !important;
}

.support-send-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #20c997 0%, var(--green) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.support-send-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* New Support Ticket Page Styles */

.newsupport-header-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.newsupport-header-icon {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.newsupport-form-group {
  margin-bottom: 1.5rem;
}

.newsupport-label {
  color: var(--font-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.newsupport-label i {
  color: var(--primary-color);
}

.newsupport-select,
.newsupport-input,
.newsupport-textarea {
  background-color: var(--bg-primary) !important;
  color: var(--font-color) !important;
  border: 2px solid var(--border-color) !important;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 1em;
  transition: all 0.3s ease;
  width: 100%;
}

.newsupport-select:focus,
.newsupport-input:focus,
.newsupport-textarea:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px var(--bg-glassy-light);
  outline: none;
}

.newsupport-select::placeholder,
.newsupport-input::placeholder,
.newsupport-textarea::placeholder {
  color: var(--hint-color) !important;
  opacity: 0.7;
}

.newsupport-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.8;
}

.newsupport-char-count {
  text-align: left;
  color: var(--hint-color);
}

.newsupport-submit-btn {
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%) !important;
  color: var(--bg-primary) !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
  transition: all 0.3s ease;
  border: none !important;
  font-weight: 600;
  font-size: 1.1em;
}

.newsupport-submit-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #20c997 0%, var(--green) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.newsupport-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.newsupport-submit-btn i {
  color: var(--bg-primary) !important;
}

.pool-card .img-box {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.pool-card .title {
  color: var(--font-color) !important;
  font-weight: 700;
  line-height: 1.5;
}

.pool-card .add {
  color: var(--hint-color) !important;
  line-height: 1.6;
}


@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.mailsgst span {
  background-color: var(--bg-primary-darkest);
  padding: 5px 5px;
  font-size: 0.8em;
  margin: 2px 1px;
  border-radius: 5px;
  cursor: pointer;
  color: #eee;
  display: none;
}

.coinselect {
  border: 1px solid var(--bg-primary-darkest2);
  border-radius: 10px;
  padding: 4px;
  font-size: 0.9em;
}

.coinselect i {
  font-size: 1.2em;
}

.coinselect>div {
  align-self: center;
  text-align: center;
}

.inputitem {
  background-color: var(--bg-primary-dark);
  padding: 20px 10px 10px;
  border-radius: 6px;
  border: 1px solid var(--bg-primary-darkest);
  position: relative;
}

.inputitem:first-child {
  background-color: var(--bg-primary);
  border-radius: 10px 10px 0 0;
}

.inputitem:last-child {
  border-radius: 0 0 10px 10px;
}

.inputitem input {
  width: 80%;
  border: none;
  background-color: transparent;
  padding: 5px 10px 5px 0;
}

.inputitem .allmoney {
  position: absolute;
  left: 10px;
  top: calc(50% - 12px);
  color: green;
  font-size: 0.9em;
}

.inputitem .cursum {
  position: absolute;
  left: 10px;
  top: calc(50% - 12px);
  font-size: 0.9em;
}

.inputitem .title {
  color: var(--hint-color);
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 0.7em;
  transition: 0.3s;
}

.inputitem .title.act {
  font-size: 1em;
  top: 20px;
  right: 15px;
}

.trade__panel1__list {
  width: 100%;
  height: calc(100% - 33px);
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
  scrollbar-width: none;
}

.trade__panel1__list div.row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 14.28571%;
}

.trade__panel1__list div.row span {
  color: rgba(16, 16, 16, 0.6666666666666666);
  width: 33%;
  display: flex;
  justify-content: center;
}

.trade__panel1__list-head div.row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}

.trade__panel1__list-head div.row.firstline span {
  color: #babec2;
  text-align: center;
}

.trade__panel2 {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  overflow-x: hidden;
  height: calc(100% - 40px) !important;
}

.trade__panel2__list {
  width: calc(50% - 2.5px);
  height: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.trade__panel2__list div.head {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
}

.trade__panel2__list div.head span {
  width: 50%;
  display: flex;
  justify-content: center;
  color: #babec2;
  text-align: right;
}

.trade__panel2__list div.list {
  overflow-y: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100% - 40px);
  overflow-y: hidden;
  scrollbar-width: none;
}

.trade__panel2__list div.row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 16.66667%;
  padding: 0 10px;
}

input[type="range"] {
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
}

[slider] {
  width: 100%;
  position: relative;
  height: 5px;
  margin: 10px 0;
}

[slider]>div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}

[slider]>div>[inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
  width: 100%;
}

[slider]>div>[inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
  width: 100%;
}

[slider]>div>[range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #d02128;
}

[slider]>div>[thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  font-size: 10px;
  text-align: center;
  padding-top: 3px;
  color: #d24526;
}

[slider]>input[type="range"] {
  position: absolute;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
}

div[slider]>input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider]>input[type="range"]:focus {
  outline: none;
}

div[slider]>input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider]>input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type="range"]::-ms-tooltip {
  display: none;
}

[slider]>div>[sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #d02128;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider]>div>[sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #d02128;
}

[slider]>div>[sign]>span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover>div>[sign] {
  opacity: 1;
}

header .filterbox {
  background-color: var(--bg-primary-dark);
  border: 1px solid var(--bg-secondary-darkest);
  border-radius: 30px;
  max-width: 550px;
  margin: auto;
}

header .filterbox>[contenteditable="true"] {
  outline: none;
  border-bottom: none;
  padding: 5px;
  margin-bottom: 0;
  font-size: 0.9em;
}

header .filterbox>.aftericon::after {
  right: 12px !important;
  bottom: 8px !important;
}

.historybox {
  position: absolute;
  top: 71px;
  width: 100%;
  left: 0;
  height: calc(100% - 71px);
  padding: 10px 5px;
  overflow-y: auto;
}

#qrcode img {
  margin: auto !important;
}

#tradebtnbox {
  left: 0;
  width: 100%;
  right: 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--bg-primary-dark);
  opacity: 1;
}

.modal-content {
  border: 1px solid var(--border-color-dark) !important;
  box-shadow: 0 0 3px var(--border-color-dark) !important;
}

.level span {
  background-color: #effdff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #777;
  padding-top: 18px;
  font-size: 0.85em;
  z-index: 2;
  position: relative;
}

.level::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #effdff;
  top: calc(50% - 2px);
  right: 0;
  z-index: 1;
}

.level.active span,
.level.active::after {
  background-color: #04af0d;
  color: white;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-success {
  background-color: #009e4f !important;
  border-color: #009e4f !important;
}

.bg-success {
  background-color: #009e4f !important;
}

.top-banner {
  margin-top: 40px;
  padding: 10px 0;
}

.top-banner .banner {
  height: 100%;
  border-radius: 8px;
  background-size: 90%;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 56px 14px 0;
}

.top-banner .bg-success .text-success {
  text-shadow: 0 0 1px #fff;
  color: #004405 !important;
}

.top-banner .banner .hint {
  color: #333 !important;
}

.pool-card {
  background-color: var(--bg-primary);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--bg-blue-lightest);
  position: relative;
}

.pool-card .img-box {
  width: 100%;
  height: 230px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}

.pool-card:hover .img-box {
  background-size: 115%;
}

.pool-card .stars {
  position: absolute;
  left: 10px;
  bottom: 10px;
  position: absolute;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 16px;
  display: flex;
  backdrop-filter: blur(38px);
  color: white;
  font-size: 12px;
  border: 1px solid #ffffff29;
  direction: ltr;
  gap: 10px;
}

.pool-card .stars i {
  font-size: 1.4em;
  text-shadow: 0 0 1px var(--bg-blue);
}

/* Star rating styles */
.star-full {
  color: var(--gold);
}

.star-empty {
  color: var(--hint-color);
  opacity: 0.5;
}

.star-half {
  position: relative;
  display: inline-block;
  color: var(--hint-color);
}

.star-half::after {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: var(--gold);
  /* clip-path: inset(0 50% 0 0); */
}

.star-half::before {
  opacity: 0.5;
}

.pool-card .title {
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 10px;
  color: var(--bg-blue-dark);
}

.pool-card .add {
  font-size: 0.84em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 10px;
}

.pool-card .off {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #ff0000dd;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-weight: 500;
}

.pool-card .gender {
  position: absolute;
  right: 10;
  top: 10;
  background-color: #009500;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.9em;
}

.pool-card .gender span {
  fill: #fff;
}

.pool-card .gender>img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

.pool-card .btn {
  background-color: var(--bg-blue-light);
  border: 1px solid var(--bg-blue);
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 1rem;
}

#popular .swiper-slide-next .col {
  transition: all 0.4s;
  transform: scale(1.2) !important;
  position: relative;
  bottom: 20px;
}

#popular .col {
  padding: 0 6px;
}

#popular .img-Top-pools {
  border: 5px solid var(--blue);
  border-radius: 50%;
  width: 6.8em;
  height: 6.8em;
}

.pool-round-icon {
  border-radius: 50%;
  background-color: var(--bg-primary-dark);
  padding: 10px;
}

.poolInfo {
  position: relative;
}

.poolInfo i {
  font-size: 1.2em;
  color: var(--bg-blue-dark);
}

.poolInfo .description {
  margin-bottom: 18px;
  font-size: 0.8em;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  background-color: var(--bg-primary-dark);
  border: 1px solid var(--bg-primary-darkest);
  padding: 10px 8px 20px;
  border-radius: 5px;
  direction: rtl;
  color: var(--hint-color);
}

.poolInfo .see-more {
  color: var(--bg-blue-dark);
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color-dark);
  border-radius: 15px;
  padding: 2px 6px 3px 10px;
  background-color: var(--bg-primary-dark);
  cursor: pointer;
}

.poolInfo .see-more i {
  font-size: 20px;
  transition: 0.3s;
}

.poolInfo.open .description {
  max-height: 500px;
}

.poolInfo.open .see-more i {
  transform: rotate(180deg);
}

.date-pool.selected {
  background: #f1870f98;
  border: 1px solid #f1870f !important;
}

.genbtn {
  opacity: 0.2;
  filter: grayscale(0.7);
  transition: 0.3s;
}

.genbtn.act {
  opacity: 1;
  filter: grayscale(0);
}

.men-ticket {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  justify-content: center;
  background-color: #00adfe;
  border: none;
  color: #fff;
}

.woman-ticket {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  justify-content: center;
  background-color: #f60192;
  border: none;
  color: #fff;
}

.vip-ticket {
  background-color: #ff9800 !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

#boy-ticket>div,
#girl-ticket>div {
  position: relative;
  overflow: hidden;
}

#boy-ticket>div .tag,
#girl-ticket>div .tag {
  background-color: var(--bg-blue);
  position: absolute;
  left: -16px;
  top: 5px;
  color: white;
  width: 60px;
  height: 16px;
  transform: rotate(-45deg);
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding-top: 1px;
}

#boy-ticket>div .tag.gold,
#girl-ticket>div .tag.gold {
  background-color: #fbde06;
  color: black;
}

#boy-ticket>div .tag.vije,
#girl-ticket>div .tag.vije {
  background-color: #018511;
}

#boy-ticket .off,
#girl-ticket .off {
  background: #ff0000dd;
  color: #fff;
  padding: 2px 7px;
  border-radius: 20px;
  font-size: 11px;
}

#boy-ticket .off span,
#girl-ticket .off span {
  font-size: 0.8em;
  margin-right: 3px;
}

.tabBtn {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid var(--border-color-dark);
  border-bottom: transparent;
  padding: 6px 12px;
  cursor: pointer;
  color: var(--hint-color);
  position: relative;
  top: 2px;
  opacity: 0.5;
  translate: 0 1px;
  background-color: var(--bg-primary-dark);
  transition: all 0.3s ease;
}

.tabBtn.act {
  color: var(--font-color);
  opacity: 1;
  background-color: var(--bg-primary);
}

.tabBtn i {
  font-size: 20px;
}

.tabBtn span {
  font-size: 12px;
  margin-right: 6px;
}

.tabLoader {
  border: 1px solid var(--bg-primary-dark);
  border-radius: 10px 0 10px 10px;
  padding: 10px;
  min-height: 150px;
}

#fullMap {
  margin-top: 40px;
  width: 100%;
  height: calc(100vh - 40px);
  background-color: var(--bg-primary-dark);
}

.container-login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.wrap-login {
  border-radius: 12px;
  overflow: hidden;
  padding: 45px 25px;
  background: var(--bg-primary);
  width: 100%;
}

.logo-login {
  width: 128px;
}

.phone-number {
  border: 1px solid var(--border-color);
  margin: 10px 0;
  padding: 10px 30px;
  background-color: var(--bg-primary-dark);
}

.leaflet-control-attribution {
  display: none !important;
}

.ticket-timeLine>span {
  position: relative;
}

.ticket-timeLine>span::before {
  content: "";
  background-color: var(--bg-primary-dark);
  height: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 5px);
}

.ticket-timeLine>span:first-of-type::before {
  border-radius: 0 5px 5px 0 !important;
}

.ticket-timeLine>span:last-of-type::before {
  border-radius: 5px 0 0 5px !important;
}

.ticket-timeLine>span.act::before {
  background-color: green;
}

.ticket-timeLine>span.half::before {
  background: green;
  background: linear-gradient(90deg,
      var(--bg-primary-dark) 50%,
      green 50%);
}

.ticket-timeLine>span.act i {
  background-color: green;
  color: white;
}

.ticket-timeLine>span.half i {
  background: green;
  background: linear-gradient(90deg,
      var(--bg-primary-dark) 50%,
      green 100%);
  text-shadow: 0 0 1px black;
}

.ticket-timeLine i {
  background-color: var(--bg-primary-dark);
  padding: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

.ticket {
  background-image: linear-gradient(to top right, #158bf082, #1484e6b5, #0f60a6c2, #0f60a6);
  border-radius: 10px;
  color: #444;
}

.ticket button {
  background: linear-gradient(135deg,
      rgb(80 25 153 / 80%) 0%,
      rgb(167 40 40) 100%);
  color: white;
  font-weight: 600;
  width: 80%;
}

.ticket .logo-wide {
  width: 128px;
  max-width: 60%;
  background-color: white;
  border-radius: 9px;
}

/* Pool Page Styles */
.map.pointer, .fave.pointer, .share.pointer {
  cursor: pointer;
  transition: all 0.3s ease;
}
.map.pointer:hover, .fave.pointer:hover, .share.pointer:hover {
  transform: scale(1.1);
  background-color: rgba(11, 91, 123, 0.2) !important;
}
.map.pointer:active, .fave.pointer:active, .share.pointer:active {
  transform: scale(0.95);
}
.nav-option {
  transition: all 0.2s ease;
}
.nav-option:hover {
  transform: translateX(-5px);
  background-color: rgba(11, 91, 123, 0.3) !important;
}
.nav-option:active {
  transform: scale(0.98);
}
.close-nav-menu:hover {
  color: #333 !important;
}
.date-pool {
  transition: all 0.3s ease;
}
.date-pool:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.comment {
  transition: all 0.3s ease;
}
.comment:hover {
  transform: translateX(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}
.bg-secondary-color {
  transition: all 0.3s ease;
}
.bg-secondary-color:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.img-box {
  transition: all 0.3s ease;
}
.img-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.tabLoader[num='4'] img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.tabLoader[num='4'] .col-lg-3:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.genbtn {
  transition: all 0.3s ease;
}
.genbtn:hover {
  transform: scale(1.05);
}
.poolInfo {
  transition: all 0.3s ease;
}
.see-more {
  transition: all 0.3s ease;
  cursor: pointer;
}
.see-more:hover {
  transform: translateY(3px);
}
.poolInfo.open .see-more i {
  transform: rotate(180deg);
}
button.mybtn {
  transition: all 0.3s ease;
}
button.mybtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
button.mybtn:active {
  transform: translateY(0);
}
.rating-slider {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #e0e0e0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.rating-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0b5b7b;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rating-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background: #0a4a63;
}
.rating-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0b5b7b;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}
.rating-slider::-moz-range-thumb:hover {
  transform: scale(1.2);
  background: #0a4a63;
}
.rating-item {
  transition: all 0.3s ease;
}
.rating-item:hover {
  background: rgba(11, 91, 123, 0.1) !important;
}
.comment-card {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.comment-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.rate-box {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(11, 91, 123, 0.1) 0%, rgba(11, 91, 123, 0.05) 100%);
  border: 2px solid rgba(11, 91, 123, 0.2);
}
.rate-number {
  font-size: 32px;
  color: #0b5b7b;
  line-height: 1;
}
.rate-text {
  font-size: 12px;
  margin-top: 5px;
}
.rate-stars {
  margin-top: 8px;
}
.comment-positive {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.08) 0%, rgba(40, 167, 69, 0.03) 100%);
  border-right: 3px solid #28a745;
}
.comment-negative {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.08) 0%, rgba(220, 53, 69, 0.03) 100%);
  border-right: 3px solid #dc3545;
}
.comment-form-section {
  transition: all 0.3s ease;
}
.comment-form-section:hover {
  background: rgba(11, 91, 123, 0.05) !important;
}
.comment-form-section textarea:focus {
  border-color: #0b5b7b !important;
  box-shadow: 0 0 0 0.2rem rgba(11, 91, 123, 0.15);
  outline: none;
}
#ptext:focus {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.15);
}
#ntext:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}
.comments-username {
  color: #333;
}
.comments-date {
  color: #999;
  font-size: 11px;
}
.spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
#sendComment:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#sendComment:disabled:hover {
  transform: none;
  box-shadow: none;
}

/* Custom Pool Marker */
.custom-pool-marker {
  background: transparent !important;
  border: none !important;
}
.custom-pool-marker img {
  pointer-events: none;
}

/* Pool Options Styles */
.pool-option-item {
  background: rgba(11, 91, 123, 0.05);
  border: 1px solid rgba(11, 91, 123, 0.1);
  transition: all 0.3s ease;
  cursor: default;
}
.pool-option-item:hover {
  background: rgba(11, 91, 123, 0.1);
  border-color: rgba(11, 91, 123, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 91, 123, 0.15);
}
.pool-option-icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 91, 123, 0.08);
  border-radius: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.pool-option-item:hover .pool-option-icon-wrapper {
  background: rgba(11, 91, 123, 0.15);
  transform: scale(1.1);
}
.pool-option-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.pool-option-item:hover .pool-option-icon {
  transform: scale(1.1);
}
.pool-option-text {
  transition: color 0.3s ease;
}
.pool-option-item:hover .pool-option-text {
  color: #0b5b7b;
}

/* Top Pools Section Styles */
.Toppools-section {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.toppools-header-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.toppools-header-icon {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.toppools-swiper-wrapper {
  background-color: var(--bg-primary-dark);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px var(--bg-glassy-light);
  min-height: 300px;
}

.toppools-swiper-wrapper .swiper-box {
  min-height: 250px;
}

.toppools-pool-card {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  padding: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.toppools-pool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px var(--bg-glassy);
  border-color: var(--primary-color);
}

.toppools-pool-img-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background-color: var(--bg-primary-dark);
}

.toppools-pool-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.toppools-pool-card:hover .toppools-pool-img {
  transform: scale(1.1);
}

.toppools-rating {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.95) 0%, rgba(255, 152, 0, 0.95) 100%);
  color: var(--bg-primary);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 4px;
}

.toppools-rating i {
  font-size: 0.9rem;
}

.toppools-pool-title {
  color: var(--font-color);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}

.toppools-pool-city {
  color: var(--hint-color);
  display: block;
  margin-top: 0.25rem;
}

.toppools-view-all-btn {
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%) !important;
  color: var(--bg-primary) !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
  transition: all 0.3s ease;
  border: none !important;
  font-weight: 600;
}

.toppools-view-all-btn:hover {
  background: linear-gradient(135deg, #20c997 0%, var(--green) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.toppools-view-all-btn i {
  color: var(--bg-primary) !important;
}

.toppools-stats-card {
  background-color: var(--bg-primary-dark);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px var(--bg-glassy-light);
}

.toppools-stats-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.toppools-stats-row:last-child {
  margin-bottom: 0;
}

.toppools-stat-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--bg-primary);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.toppools-stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px var(--bg-glassy);
  border-color: var(--primary-color);
}

.toppools-stat-icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 2px 8px var(--bg-glassy);
  flex-shrink: 0;
}

.toppools-stat-icon-wrapper.bg-blue {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
}

.toppools-stat-icon-wrapper.bg-green {
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%);
}

.toppools-stat-icon-wrapper.bg-orange {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.toppools-stat-icon-wrapper.bg-purple {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

.toppools-stat-content {
  flex: 1;
}

.toppools-stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}

.toppools-stat-label {
  color: var(--font-color);
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 0.5rem 0;
}

.toppools-stat-desc {
  color: var(--hint-color);
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
}

/* Home Stats Section Styles */
.home-stats-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-stats-header-card {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.home-stats-header-icon {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 2px 8px var(--bg-glassy);
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-stat-card {
  border-radius: 15px;
  padding: 1.5rem 1rem;
  text-align: center;
  box-shadow: 0 4px 12px var(--bg-glassy-light);
  position: relative;
  overflow: hidden;
}

.home-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  opacity: 0.8;
}

.home-stat-card-blue {
  background: linear-gradient(135deg, rgba(47, 109, 252, 0.1) 0%, rgba(47, 109, 252, 0.05) 100%);
  border: 2px solid rgba(47, 109, 252, 0.3);
}

.home-stat-card-blue::before {
  background: linear-gradient(90deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
}

.home-stat-card-green {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
  border: 2px solid rgba(40, 167, 69, 0.3);
}

.home-stat-card-green::before {
  background: linear-gradient(90deg, var(--green) 0%, #20c997 100%);
}

.home-stat-card-orange {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.1) 0%, rgba(255, 152, 0, 0.05) 100%);
  border: 2px solid rgba(255, 152, 0, 0.3);
}

.home-stat-card-orange::before {
  background: linear-gradient(90deg, #ff9800 0%, #f57c00 100%);
}

.home-stat-card-purple {
  background: linear-gradient(135deg, rgba(156, 39, 176, 0.1) 0%, rgba(156, 39, 176, 0.05) 100%);
  border: 2px solid rgba(156, 39, 176, 0.3);
}

.home-stat-card-purple::before {
  background: linear-gradient(90deg, #9c27b0 0%, #7b1fa2 100%);
}

.home-stat-icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 12px var(--bg-glassy);
}

.home-stat-card-blue .home-stat-icon-wrapper {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
}

.home-stat-card-green .home-stat-icon-wrapper {
  background: linear-gradient(135deg, var(--green) 0%, #20c997 100%);
}

.home-stat-card-orange .home-stat-icon-wrapper {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.home-stat-card-purple .home-stat-icon-wrapper {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

.home-stat-content {
  text-align: center;
}

.home-stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

.home-stat-card-blue .home-stat-number {
  color: var(--bg-secondary);
}

.home-stat-card-green .home-stat-number {
  color: var(--green);
}

.home-stat-card-orange .home-stat-number {
  color: #ff9800;
}

.home-stat-card-purple .home-stat-number {
  color: #9c27b0;
}

.home-stat-label {
  color: var(--font-color);
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 0.25rem 0;
}

.home-stat-desc {
  color: var(--hint-color);
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  
  .home-stat-card {
    padding: 1.25rem 0.75rem;
  }
  
  .home-stat-icon-wrapper {
    width: 55px;
    height: 55px;
    margin-bottom: 0.75rem;
  }
  
  .home-stat-number {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  
  .home-stat-card {
    padding: 1rem 0.5rem;
  }
  
  .home-stat-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .home-stat-number {
    font-size: 1.4rem;
  }
  
  .home-stat-label {
    font-size: 0.85rem;
  }
  
  .home-stat-desc {
    font-size: 0.75rem;
  }
}

/* Offline Banner Styles */
.offline-banner-tickets {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
  border: 2px solid rgba(255, 193, 7, 0.3);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
}

.offline-banner-tickets i {
  font-size: 1.2rem;
  color: #ff9800;
}

.offline-banner-tickets span {
  color: var(--font-color);
  font-weight: 500;
}

/* Login Required Card Styles */
.login-required-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 2px solid var(--border-color);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 8px 24px var(--bg-glassy);
  max-width: 500px;
  margin: 2rem auto;
}

.login-required-icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  box-shadow: 0 4px 16px var(--bg-glassy);
}

.login-required-icon-wrapper i {
  font-size: 2.5rem;
}

.login-required-icon-wrapper-expired {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.login-required-title {
  color: var(--font-color);
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.login-required-text {
  color: var(--hint-color);
  font-size: 0.95rem;
  margin: 0 0 2rem 0;
  line-height: 1.7;
}

.login-required-btn {
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-secondary-dark) 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px var(--bg-glassy);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-required-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--bg-glassy);
}

.login-required-btn:active {
  transform: translateY(0);
}

.login-required-btn i {
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .login-required-card {
    padding: 2rem 1.5rem;
    margin: 1rem auto;
  }
  
  .login-required-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 1.25rem;
  }
  
  .login-required-icon-wrapper i {
    font-size: 2rem;
  }
  
  .login-required-title {
    font-size: 1.1rem;
  }
  
  .login-required-text {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  
  .login-required-btn {
    padding: 0.875rem 2rem;
    font-size: 0.95rem;
  }
}