: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(23, 23, 23);
  --bg-primary: #141414;
  --bg-primary-dark: #282828;
  --bg-primary-darkest: #323232;
  --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: rgba(0, 0, 0, 0.4);
  --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-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);
}

.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;
}
.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);
}
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;
}
.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: 460px;
  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: 460px;
  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(--hint-color);
  opacity: 0.6;
  transition: 0.3s;
}
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-dark);
  opacity: 1;
}
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 2.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 2s linear, opacity 2s 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;
}

button:focus {
  outline: none;
}
.card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-color) !important;
  background-color: var(--bg-primary) !important;
}
.card-header {
  padding: 0.6rem 1em;
}
.card-body {
  padding: 1rem;
  background-color: var(--bg-primary);
  border-color: var(--border-color) !important;
}
.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;
  max-width: 460px;
  margin: auto;
}

#mloader {
  width: 100%;
  /* max-width: 768px; */
  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;
}

#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;
  background-color: var(--bg-primary) !important;
  border-color: var(--border-color-dark) !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;
}
.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);
  padding: 6px 12px;
  cursor: pointer;
  color: var(--hint-color);
  position: relative;
  top: 2px;
}
.tabBtn.act {
  background-color: var(--bg-primary-dark);
  border: 1px solid var(--bg-primary-darkest2);
  color: var(--font-color);
  border-bottom: 1px solid var(--bg-primary-dark);
}
.tabBtn i {
  font-size: 20px;
}
.tabBtn span {
  font-size: 12px;
  margin-right: 6px;
}
.tabLoader {
  background-color: var(--bg-primary-dark);
  border: 1px solid var(--bg-primary-darkest2);
  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: #f7f7f7e9;
  width: 100%;
}

.logo-login {
  width: 128px;
}

.phone-number {
  border: 1px solid #d7effd;
  margin: 10px 0;
  padding: 10px 30px;
}
/* login user app */
.bg-Gray {
  background-color: #ebebeb4e !important;
}

.info-box {
  position: relative;
}

.titel-input {
  position: absolute;
  top: -10px;
  right: 15px;
  background-color: var(--bg-primary);
  padding: 1px 10px;
  font-size: 0.8em;
  z-index: 2;
  color: var(--font-color);
}

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

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

.login {
  width: 100%;
  margin: 0 auto;
}

.container-login-user {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/bg/bg-user-login.jpg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.wrap-login-user {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 35px 30px 35px;
  background: #fff;
}

.container-login::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.107);
}

.logo-login {
  width: 150px;
}

.phone-number {
  border: 1px solid #d7effd;
  margin: 10px 0;
  padding: 10px 30px;
  /* width: 390px; */
}

.appsupport-loader .inner > div {
  display: flex;
  margin-bottom: 8px;
}
.appsupport-loader .inner .sendsend {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.appsupport-loader .inner .reciverecive {
  justify-content: flex-end;
  margin-bottom: 20px;
}
.appsupport-loader .inner .send,
.inner .recive {
  display: inline-block;
  max-width: 80%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  padding: 9px 17px;
  font-size: 12px;
}
/* Right side for sender */
.appsupport-loader .inner .send {
  background: #0a9655;
}
/* Left side for receiver */
.appsupport-loader .inner .recive {
  background: #074a81;
}
.chat-container {
  position: absolute;
  top: 80px;
  bottom: 70px;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 15px;
  background-color: var(--bg-primary-dark);
}
.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;
}
.ticket.disabled {
  opacity: 0.6;
  background: linear-gradient(135deg, rgba(108, 117, 125, 0.8) 0%, rgba(108, 117, 125, 1) 100%) !important;
  border-color: rgba(108, 117, 125, 0.8) !important;
  box-shadow: 0 8px 32px rgba(108, 117, 125, 0.4) !important;
}