.header{
  z-index: 999 !important;
}
.contain .sidebar {
  z-index: 9999 !important;
}
#approved-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}

#approved-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

#approved-modal .overlay_login {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: modalOverlayIn 180ms ease-out;
}

#approved-modal pop-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 !important;
}

#approved-modal pop-cont {
  position: relative;
  display: block;
  width: clamp(320px, 92vw, 520px);
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.15),
    0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: modalIn 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

#approved-modal pop-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 48px 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(180deg, #ffffff, #fafafa);
}

#approved-modal pop-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

#approved-modal .pop-close1 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--primary);
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--primary);
  cursor: pointer;
  transition:
    background 140ms ease,
    color 140ms ease,
    transform 120ms ease;
  font-weight: 700;
  line-height: 1;
}

#approved-modal .pop-close1:hover {
  background: #f4f4f4;
  color: #111;
}

#approved-modal .pop-close1:active {
  transform: scale(0.96);
}

#approved-modal .amount {
  padding: 20px;
}

#approved-modal #tran_data {
  margin: 0;
  padding: 12px 8px;
  line-height: 1.5;
  color: #333;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.uppershow {
  position: relative !important;
  z-index: 99999 !important;
}

.balance-dropdown-container {
  position: relative;
  flex: 1;
  padding-right: 10px;
}

.balance-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.balance-trigger:hover {
  opacity: 0.8;
}

.balance-trigger i {
  margin-left: 8px !important;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  margin-left: 8px;
  line-height: 30px;
  margin: 5px 0px !important;
  color: #fff;
}

.balance-dropdown-container.active .dropdown-arrow {
  transform: rotate(180deg);
}

.balance-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #333333;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.balance-dropdown-container.active .balance-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.balance-card {
  background: #333333;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.balance-card:last-child {
  margin-bottom: 0;
}

.balance-card:hover {
  background: #374151;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(72, 187, 120, 0.2);
}

.balance-card-header {
  margin-bottom: 4px;
}

.wallet-name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: left;
}

.balance-card-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amount-balance {
  color: #ffc107;
  font-size: 14px;
  font-weight: bold;
}

.contact ul li img {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .balance-dropdown {
    right: -20px;
    min-width: 200px;
  }
}

.promo-modal-clim h1 {
  color: #000000;
  font-size: 17px;
  padding: 13px 0px;
  text-align: center;
}

.promo-modal-clim h3 {
  color: #242424;
  font-size: 17px;
  padding: 13px 0px;
  text-align: center;
}

.btn-promo-cliam {
  width: 12%;
  height: 30px;
  color: #000;
  background: #c1c2c5;
  cursor: pointer;
  float: right;
  border-radius: 4px;
}

.promocode-more {
  background: #b3b3b3;
  padding: 10px 10px;
  border-radius: 20px;
  border: 1px solid #626262;
  color: #333 !important;
  margin: 3px 130px;
  display: block;
}

[data-dir="855test"],
[data-dir="agent88"] {
  .top_header .dropbtn {
    width: 100px !important;
  }

  .dropbtn span {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff;
  }

  .lang_dropdown .dropbtn img {
    margin-left: 5px;
  }

  .dropbtn .ico {
    color: #fff;
    font-size: 24px;
    line-height: 9px;
  }

  .top_header .dropdown-content a {
    width: 80px !important;
    border-radius: unset !important;
    gap: 10px;
  }

  .top_header .dropdown-content a.active,
  .top_header .dropdown-content a:hover {
    border-radius: 5px !important;
  }
}

.jackpotgames .slick-prev {
  background: url("../images/arrow_left.png") no-repeat;
}

.jackpotgames .slick-next {
  background: url("../images/arrow_right.png") no-repeat;
}

.jackpotgames {
  position: relative;
}

.jackpotgames .slick-prev,
.jackpotgames .slick-next {
  position: absolute;
  /* top: -2%!important; */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-position: center !important;
  background-size: 24px 24px !important;
  border: none;
  outline: none;
  text-indent: -9999px;
  /* hide "Previous"/"Next" text */
  cursor: pointer;
  z-index: 2;
  opacity: 0.85;
}

.jackpotgames .slick-prev {
  right: 5%;
}

.jackpotgames .slick-next {
  right: 0;
}

.jackpotgames .slick-prev:hover,
.jackpotgames .slick-next:hover {
  opacity: 1;
}

.modal-qrcode .modalContant {
  overflow: hidden;
}

#uploadQRForm .center-submit {
  margin-left: unset !important;
}

#uploadQRForm #qr_upload_file {
  height: 40px;
  border: 1px dashed #bbb !important;
  border-radius: 6px;
  background-color: #f9f9f9 !important;
  padding: 6px !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.external_login_app {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px 0;
}

.external_login_app img {
  width: 100%;
}

.country-list .highlight {
  position: unset;
  box-shadow: unset;
  z-index: 999999 !important;
  border: unset;
  outline: unset;
  background-image: var(--lg);
  border-radius: unset;
  overflow: unset;
  font-weight: unset;
  padding: unset;
  background: unset;
}

body .btn-register,
body .btn-login,
a.btn_logout,
.btn1 {
  border-radius: 5px !important;
}

.dropdown .btn-login:hover {
  background: unset;
}

[data-dir="855test"] {
  .dropdown .btn-login {
    border: 1px solid #fff !important;
  }
}

.dropdown .btn-login {
  background: unset;
}

.top_header .dropdown-content a {
  border-radius: 5px !important;
}

.btn {
  height: 45px !important;
}

.max366-sidebar {
  position: fixed;
  bottom: 10%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  align-items: stretch;
  font-family: inherit;
}

.max366-sidebar-inner {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px 0 0 16px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  width: 80px;
  box-sizing: border-box;
  transition:
    width 0.3s ease,
    padding 0.3s ease,
    opacity 0.3s ease;
  overflow: hidden;
}

.max366-sidebar.collapsed .max366-sidebar-inner {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
}

.max366-sidebar-toggle {
  display: none !important;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 60px;
  background: #f5c842;
  border: none;
  border-radius: 15px 0 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -2px 2px 0 0 rgba(180, 140, 30, 0.8);
  padding: 0;
  transition: background 0.2s;
}

.max366-sidebar-toggle:hover {
  background: #f7d04d;
}

.max366-sidebar-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.max366-sidebar-chevron i {
  font-size: inherit;
  color: inherit;
}

.max366-sidebar.collapsed .max366-sidebar-chevron {
  transform: rotate(180deg);
}

.max366-sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.max366-sidebar-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.08); */
}
.max366-sidebar-icon:hover {
  transform: scale(1.1);
}
.max366-sidebar-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.max366-sidebar-label {
  display: inline-block;
  background: #f5c842;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  padding: 4px;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 rgba(180, 140, 30, 0.85);
  text-align: center;
  white-space: nowrap;
  width: 68px;
}

.max366-sidebar-item:hover .max366-sidebar-label {
  background: #f7d04d;
}

.toolbar-panel.draggable-panel.ui-draggable {
  z-index: 999999999 !important;
}

/* App download modal (header_design11) */
.download-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
}

.download-modal.is-open {
  display: flex;
}

.download-modal-content {
  position: relative;
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.download-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  color: #888;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 6px;
}

.download-modal-close:hover {
  color: #333;
  background: rgba(0, 0, 0, 0.06);
}

.download-modal-content-header {
  padding: 20px 48px 12px 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.download-modal-content-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
}

.download-modal-content-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 32px 100px;
  padding: 24px 20px 28px;
}

.download-modal-content-body-item {
  flex: 0 0 auto;
  text-align: center;
  min-width: 0;
}

.download-modal-content-body-item-title h3 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #111;
}

.download-modal-content-body-item-content {
  line-height: 0;
}

.download-modal-qr-host,
.download-modal-content-body-item-content canvas {
  display: block;
  margin: 0 auto;
  width: 200px !important;
  height: 200px !important;
}

/* Football match cards (homepage, design11 / winkh88) */
.football-match .football-match-slider-wrap {
  position: relative;
  /* padding: 0 44px 8px; */
}

.football-match-slider .slick-list {
  margin: 0 -10px;
}

.football-match-slider .slick-slide {
  margin: 0 10px;
}

.football-match-slider .fm-slide {
  height: auto;
}

.fm-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.fm-card__head {
  background: #f2f2f2;
  color: #4a4a4a;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 16px;
}

.fm-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 16px 22px;
}

.fm-team {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fm-team__logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.fm-team__logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.fm-team__logo--placeholder {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  font-style: normal;
}

.fm-team__name {
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.25;
  word-break: break-word;
  white-space: nowrap;
}

.fm-card__center {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 4px;
}

.fm-btn-bet {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.fm-btn-bet:hover {
  color: #fff !important;
  opacity: 0.9;
}

.fm-datetime {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #c41e1e;
  line-height: 1.2;
}

.football-match-slider-wrap .fm-slick-prev,
.football-match-slider-wrap .fm-slick-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.football-match-slider-wrap .fm-slick-prev {
  left: 0;
}

.football-match-slider-wrap .fm-slick-next {
  right: 0;
}

.football-match-slider-wrap .fm-slick-prev:before,
.football-match-slider-wrap .fm-slick-next:before {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  opacity: 1;
}

.football-match-slider-wrap .fm-slick-prev:before {
  content: "‹";
}

.football-match-slider-wrap .fm-slick-next:before {
  content: "›";
}

/* end football-match  */

.top-footer .contact ul {
  padding: 0 !important;
}

/* footer contant us  */
.sideBannerSection {
  position: fixed;
  right: 0;
  top: 25%;
  /* transform: translateY(-50%); */
  z-index: 999;
}

.siderBarRight {
  position: relative;
}

.siderBarRightcontact {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.siderBarRightcontact:hover {
  transform: translateX(-220px);
}

.toggleRight {
  width: 44px;
  min-height: 210px;
  background: var(--theme-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 4px 16px;
  box-sizing: border-box;
  box-shadow: -6px 0 14px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.toggleRight:hover {
  box-shadow: -10px 0 22px rgba(0, 0, 0, 0.45);
  background: var(--secondary-color-2, #164a96);
}

.toggleRight svg {
  display: block;
  width: 100%;
  max-width: 36px;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 1rem;
  fill: #fff;
}

.toggleRight svg path {
  vector-effect: non-scaling-stroke;
}

.toggleRight__label {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.sideBarBox {
  position: absolute;
  top: 0;
  left: 44px;
  width: 220px;
  margin: 0;
  padding: 14px;
  list-style: none;
  background: var(--secondary-color-2);
  box-shadow: -8px 0 20px rgba(0, 0, 0, 0.45);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.sideBarBox {
  transform: translateX(-14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.siderBarRightcontact:hover .sideBarBox {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sideBarBox li {
  margin: 0 0 4px;
}

.sideBarBox li:last-child {
  margin-bottom: 0;
}

.sideBarBox li > a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.contactContainer {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.contactContainer i {
  width: 20px;
  text-align: center;
  color: #bbbbbb;
  font-size: 20px;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.contactContainer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  color: #e2e2e2;
  transition: color 0.2s ease;
}

.contactContainer p a {
  color: inherit;
  text-decoration: none;
}

.sideBarBox li:hover .contactContainer {
  background: rgba(255, 255, 255, 0.08);
}

.sideBarBox li:hover .contactContainer i,
.sideBarBox li:hover .contactContainer p,
.sideBarBox li:hover .contactContainer p a {
  color: #ffffff;
}

.floating-banners {
  position: fixed;
  right: 0;
  /* top: 42%; */
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: float-vertical 15s ease-in-out infinite;
}

.floating-banners img {
  display: block;
  width: 60px;
  height: auto;
  border-radius: 6px;
}

.floating-social {
  position: fixed;
  right: 10px;
  bottom: 10%;
  transform: translateY(-50%);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: float-gorgeous 4s ease-in-out infinite;
}

.sideBannerSection .social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.sideBannerSection .social-item:nth-child(1) .social-icon {
  background: linear-gradient(135deg, #ceefff, #00aaff);
}

.sideBannerSection .social-item:nth-child(2) .social-icon {
  background: linear-gradient(135deg, #0b07ff, #05f0f0);
}

.sideBannerSection .social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transition: left 0.6s;
}

.floating-social .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.sideBannerSection .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  transition: all 0.4s ease;
}

@keyframes float-gorgeous {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(6px);
  }
}

@keyframes float-vertical {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10vh);
  }

  100% {
    transform: translateY(0);
  }
}

/* end contact us  */

/* user random header */
#winkh88-month-winners .winkh88-scroll-viewport {
  overflow: hidden;
  max-height: 320px;
  position: relative;
}

#winkh88-month-winners .winkh88-scroll-strip {
  animation: winkh88WinnerScroll 90s linear infinite;
}

#winkh88-month-winners .winkh88-scroll-strip:hover {
  animation-play-state: paused;
}

@keyframes winkh88WinnerScroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

#winkh88-month-winners .amount_win .winkh88-amt {
  color: #ffffff;
}

#winkh88-month-winners .amount_win .winkh88-usd {
  color: #7dffb3;
  font-size: 11px;
  margin-left: 4px;
  white-space: nowrap;
}

/* end user random header */

.vip.main .vip_na {
  width: 100%;
}
.btn-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.separator,
.affiliate-header,
.p-0.m-0 {
  color: var(--secondary-color-2) !important;
}
.ref_link_name svg path,
.ref_code_name svg path {
  fill: var(--secondary-color-2) !important;
}
.affiliate-header {
  text-align: center;
}
.ref_link_name input,
.ref_code_name input {
  border: 1px var(--secondary-color-2) solid !important;
  height: 40px;
  border-radius: 5px;
}
.overview-container-2 .report-item {
  background: var(--secondary-color-2) !important;
}
.overview-container-2 {
  padding: 0 !important;
}
[data-pages="update_bonus_list"] {
  .submit_all {
    margin-left: 26.6rem !important;
  }
  .separator {
    width: 100% !important;
  }
}
#with_con_input {
  width: 320px;
}
.depositfr.dps .promo_or_dpamt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body .d-flex.flex-column.py-2 {
  align-items: unset !important;
}
.promo_or_dpamt .text-white {
  color: #000 !important;
}

/* Overlay background */
.pop-depo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Center container */
.pop-depo .depo-middle-center {
  width: 100%;
  max-width: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Main popup box */
.pop-depo .depo-middle-center pop-main {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
}

/* Header */
.pop-depo .depo-middle-center pop-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background: #1e88e5;
  color: #fff;
}

.pop-depo .depo-middle-center pop-title h3 {
  margin: 0;
  font-size: 18px;
}

.pop-depo .depo-middle-center .ico-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("close-icon.svg") no-repeat center;
  margin-right: 0;
}

/* Form section */
.pop-depo .depo-middle-center .form {
  padding: 15px;
}

/* List items */
.pop-depo .depo-middle-center .form li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

/* Label */
.pop-depo .depo-middle-center .form li span:first-child {
  font-size: 14px;
  color: #555;
}

/* Input */
.pop-depo .depo-middle-center .form input[type="text"] {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

.pop-depo .depo-middle-center .form input[type="text"]:focus {
  border-color: #1e88e5;
}

/* Buttons */
.pop-depo .depo-middle-center .btn-submit {
  background: #1e88e5;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  margin: 0 10px;
}

.pop-depo .depo-middle-center .btn-submit:hover {
  background: #1565c0;
}

/* Back button */
.pop-depo .depo-middle-center .payment-modal-btn-back {
  background: #ccc;
  color: #333;
}

.pop-depo .depo-middle-center .payment-modal-btn-back:hover {
  background: #999;
}

/* Copy icon */
.pop-depo .depo-middle-center .ico-copy {
  cursor: pointer;
  margin-left: 8px;
}

/* QR Image */
.pop-depo .depo-middle-center .payment-modal-form-qr-address img {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 6px;
}

/* Tip section */
.pop-depo .depo-middle-center .tip {
  font-size: 13px;
  color: #333;
  border-top: 1px solid #eee;
}

.pop-depo .depo-middle-center .tip p {
  margin: 5px 0;
}

/* Hidden step */
.pop-depo .depo-middle-center .d-none {
  display: none;
}
.payment-msg-success #close_msg {
  margin-top: -30px !important;
  float: right;
  font-size: 20px !important;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: -30px;
  background: #0101;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-usdt:hover {
  background: #0101;
  color: #000;
}
.btn.btn-usdt {
  /* background: #0101; */
  border: 1px solid #0101;
  color: #000;
}

[data-dir="bet88"] {
  .toolbar-panel.draggable-panel.ui-draggable{
  bottom: 50px !important;
  }
  .logo a img{
    height: 35px !important;
    margin-left:  20px !important;
  }
}
