html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Audiowide", sans-serif;
  color: rgba(26, 26, 26, 1);
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  background: rgba(245, 245, 245, 1);
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {
  font-family: "Audiowide", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: "Audiowide", sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}

h3,
h4,
h5,
h6 {
  font-family: "Audiowide", sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

form,
input,
select,
textarea,
p {
  margin: 0px;
  padding: 0;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}
.header {
  width: 100%;
  height: 68px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  position: fixed;
  top: 0;
  z-index: 100;
}
input,
button {
  font-family: "Geist", sans-serif;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 90px;
  height: 32px;
  object-fit: contain;
}
.auth-buttons {
  display: flex;
  gap: 15px;
}
p {
  font-family: "Geist", sans-serif;
}
.btn {
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 14px;
}

.btn-signin {
  background: rgba(245, 245, 245, 1);
  color: rgba(26, 26, 26, 1);
  border: 0.5px solid rgba(240, 240, 240, 1);
  cursor: pointer;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
}

.btn-signup,
.btn-gradient {
  background: linear-gradient(
    135deg,
    rgba(50, 238, 144, 1),
    rgba(237, 211, 50, 1)
  );
  color: rgba(26, 26, 26, 1);
  border: 0.5px solid #fff;
  cursor: pointer;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
}
/* Main Container */
.main-container {
  display: flex;
  margin-top: 68px;
  min-height: calc(100vh - 68px);
}

/* Sidebar Styles */
.sidebar {
  width: 240px;
  background: rgba(250, 250, 250, 1);
  position: fixed;
  height: calc(100vh - 68px);
  overflow-y: auto;
}
.mode-change {
  margin: 5px 16px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.mode-change button {
  background-color: #f5f5f5;
  border: none;
  color: #bfbfbf;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  flex-grow: 1;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.mode-change button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.mode-change button.active {
  background-color: #fff;
  color: #5f6d66;
  border-radius: 8px 0 0 8px;
}
.sidebar-menu {
  list-style: none;
  padding: 16px;
}

.sidebar-menu li {
  margin: 8px 0;
}

.sidebar-menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Geist", sans-serif;
  padding: 10px 16px;
  color: rgba(26, 26, 26, 1);
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  background-color: rgba(245, 245, 245, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 10px;
}
.sidebar-menu a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sidebar-menu .active a {
  font-weight: 500;
  color: #000;
}
.sidebar-menu .active a img {
  /* filter: invert(50%) sepia(100%) saturate(5000%) hue-rotate(200deg); */
}
.sidebar-menu a span {
  flex-grow: 1;
}
/* Content Area */
.content {
  flex: 1;
  margin-left: 240px;
  padding: 15px 24px 0;
  max-width: calc(100% - 240px);
  overflow: hidden;
}

.slider-container {
  width: 100%;
  background: rgba(250, 250, 250, 1);
  border-radius: 20px;
  overflow: hidden;
}

.slide {
  position: relative;
  outline: none;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 30px 30px;
  color: white;
}

.slide-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-description {
  font-size: 16px;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Hide default slick dots and arrows */
.slick-dots,
.slick-arrow {
  display: none !important;
}

/* Custom dots container */
.custom-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 12px;
}

.custom-dot {
  width: 8px;
  height: 8px;
  background: rgba(232, 232, 232, 1);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.custom-dot:hover {
  background: rgba(200, 200, 200, 1);
}

.custom-dot.active {
  width: 54px;
  background: rgba(232, 232, 232, 1);
  position: relative;
  overflow: hidden;
}

.custom-dot.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(50, 238, 144, 1);
  border-radius: 4px;
  animation: progressFill 4s linear;
}

@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title {
  padding: 24px 0 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  gap: 4px;
  align-items: center;
}
.title img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.upcommig-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.upcommig-wrapper-item {
  border-radius: 12px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  gap: 28px;
  position: relative;
  width: calc(25% - 12px);
  background-image: url(../images/bg-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  overflow: hidden;
  flex-wrap: wrap;
}
.upcommig-wrapper-item.u2 {
  background-image: url(../images/bg-2.svg);
}
.upcommig-wrapper-item.u3 {
  background-image: url(../images/bg-3.svg);
}
.upcommig-wrapper-item.u4 {
  background-image: url(../images/bg-4.svg);
}
.upcommig-wrapper-item.u1 h3 {
  color: rgba(211, 184, 19, 1);
}
.upcommig-wrapper-item.u2 h3 {
  color: #f2720d;
}
.upcommig-wrapper-item.u3 h3 {
  color: #12d473;
}
.upcommig-wrapper-item.u4 h3 {
  color: #9747ff;
}
.upcommig-wrapper-item > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper-left {
  max-width: calc(60% - 28px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper-right {
  max-width: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.wrapper-right img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
.wrapper-right .btn {
  max-width: 108px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-align: center;
}
.wrapper-left h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 16px;
}
.wrapper-left > p {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 12px;
}
.wrapper-left > p span {
  color: rgba(238, 162, 63, 1);
}
.wrapper-left > p img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.wrapper-left > p.game-start {
  line-height: 18px;
  padding-bottom: 4px;
  color: #1a1a1a;
  font-weight: 500;
}
.timer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.timer h5 {
  background-color: rgba(153, 153, 153, 0.2);
  backdrop-filter: blur(10px);
  padding: 7px 9px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  border-radius: 8px;
}
.running-wrapper {
  background-color: #fafafa;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.running-item {
  max-width: 184px;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.running-track {
  display: flex;
  width: max-content;
  animation: scroll-left 18s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.running-left {
  max-width: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  background: linear-gradient(135deg, #dcfff1, #c0ffe5);
  padding: 1px 10px 6px;
  border-radius: 8px;
}
.running-left img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.running-left h5 {
  font-weight: 400;
  font-size: 7px;
  line-height: 7px;
  text-align: center;
}
.running-right {
  width: 126px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.running-right p {
  color: #5f6d66;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.running-right h4 {
  color: #1a1a1a;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.all-game-wrapper .wrapper-left > p {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 0;
}
.all-game-wrapper .wrapper-left > h3 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 4px;
}
.all-game-wrapper .upcommig-wrapper-item {
  width: calc(50% - 12px);
  padding: 24px;
  background-position: center;
}
.all-game-wrapper .wrapper-right img {
  width: 240px;
  height: 178px;
  margin-bottom: -24px;
}
.all-game-wrapper .wrapper-left {
  justify-content: flex-start;
}
.leader-board {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 24px;
  overflow: hidden;
}
.leader-board-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  background-image: url("../images/leaderboard-bg.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.leader-board-title img {
  max-width: 144px;
  width: 100%;
}
.leader-title-right {
  padding: 14px 0;
}
.leader-title-right h6 {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 400;
}
.leader-title-right h2 {
  font-size: 40px;
  line-height: 48px;
  color: #28be73;
  text-transform: uppercase;
  font-weight: 400;
}
.tab-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.tab-btn {
  padding: 5px 12px;
  border: none;
  font-weight: 400;
  cursor: pointer;
  color: #5f6d66;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border-radius: 8px;
}
.tab-btn.active {
  background: #f5f5f5;
  font-weight: 500;
  color: #1a1a1a;
}
.leaderboard-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.leaderboard-table {
  width: 48%;
  border-collapse: collapse;
}
.leaderboard-table th,
.leaderboard-table td {
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.leaderboard-table th {
  font-family: "Geist", sans-serif;
  color: #5f6d66;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.leaderboard-table th:last-child {
  text-align: right;
}
.leaderboard-table th:first-child {
  text-align: center;
}
.leaderboard-table tbody tr td:nth-child(2) {
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  font-family: "Geist", sans-serif;
}
.tab-wrapper {
  padding: 8px 32px 35px;
}
.leaderboard-table tbody tr td:nth-child(3) {
  text-align: right;
}
.leaderboard-table tbody tr td:first-child {
  text-align: center;
}
.leaderboard-table td:last-child {
  color: #28be73;
  font-weight: 400;
}
.left-table tbody tr:nth-child(1) {
  background: linear-gradient(to right, #fdfefb, #e6fff7);
}
.left-table tbody tr:nth-child(2) {
  background: linear-gradient(to right, #fdfefb, #e6fff7);
}
.left-table tbody tr:nth-child(3) {
  background: linear-gradient(to right, #fdfefb, #e6fff7);
}
.left-table tbody tr td {
  border-bottom: 5px solid #fff;
}
.td-bg {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 24px;
  margin: 0 auto;
}
.td-bg1 {
  background-image: url("../images/1.svg");
}
.td-bg2 {
  background-image: url("../images/2.svg");
}
.td-bg3 {
  background-image: url("../images/3.svg");
}
.table-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 24px;
  gap: 15px;
}
.table-footer p {
  font-family: "Audiowide", sans-serif;
  color: #5f6d66;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.table-footer button {
  border-radius: 10px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 9px 16px;
  border: none;
  cursor: pointer;
}
.table-footer button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background-color: #f0f0f0;
  padding: 1px 2px;
}
.all-game-wrapper .upcommig-wrapper-item:last-child {
  order: 3;
}
.all-game-wrapper .upcommig-wrapper-item:nth-child(3) {
  order: 4;
}
footer {
  background-color: #f0f0f0;
  padding: 48px 24px 44px 0;
  position: relative;
  margin-top: 61px;
}
footer::before {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  left: -50vw;
  width: 50vw;
  height: 100%;
  display: block;
  top: 0;
  z-index: -1;
}
footer::after {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  right: -50vw;
  width: 50vw;
  height: 100%;
  display: block;
  top: 0;
  z-index: -1;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e8e8;
}
.footer-description img {
  margin-bottom: 24px;
  width: 90px;
  height: 32px;
  object-fit: contain;
}
.footer-description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 32px;
  color: #5f6d66;
}
.footer-description {
  max-width: 50%;
}
.footer-description h5 {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  color: #050404;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}
.footer-menu h4 {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-menu ul li a {
  color: #5f6d66;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
.social-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.social-flex a {
  display: inline-flex;
  width: 28px;
  height: 28px;
}
.social-flex a img {
  object-fit: contain;
}
.footer-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.footer-center img {
  max-width: 240px;
  width: 100%;
  object-fit: contain;
}
.footer-bottom {
  padding: 40px 15px 0;
}
.footer-bottom p {
  color: #bfbfbf;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.footer-menu ul li a:hover {
  color: #28be73;
  font-weight: 500;
}
.sidebar-menu .sub-menu a:hover {
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  color: #28be73;
}
.footer-menu ul li a img,
.sidebar-menu .sub-menu a img {
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
.footer-menu ul li a:hover img,
.sidebar-menu .sub-menu a:hover img:first-child {
  filter: brightness(0) saturate(100%) invert(75%) sepia(25%) saturate(1306%)
    hue-rotate(92deg) brightness(81%) contrast(83%);
}
.sidebar-menu a em {
  white-space: nowrap;
  color: #fff;
  background-color: #dc3545;
  font-family: "Geist", sans-serif;
  font-size: 10px;
  line-height: 14px;
  padding: 2px 3px;
  border: none;
  border-radius: 4px;
}
.deposit-wrapper {
  padding: 19px 32px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-image: url("../images/deposit-bg.svg");
  background-repeat: no-repeat;
  margin-top: 24px;
}
.deposite-image {
  display: flex;
  align-items: center;
  gap: 19.13px;
}
.deposite-image img {
  height: 24px;
  object-fit: contain;
}
.deposit-wrapper h3 {
  font-family: "Geist", sans-serif;
  font-size: 28px;
  line-height: normal;
  color: #1a1a1a;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal * {
  font-family: "Geist", sans-serif !important;
}
.modal-content {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  max-width: 560px;
  position: relative;
  border-radius: 16px;
}
.modal-header {
  background: linear-gradient(to right, #e0f7fa, #b2dfdb);
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 16px 16px 32px;
  background-image: url("../images/modal-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.logo {
  width: 90px;
  height: auto;
}
.close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.modal-body {
  padding: 32px 24px 24px;
}
.modal-body > h2 {
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  font-weight: 500;
}
.form-group {
  margin-bottom: 12px;
}
.form-group input {
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: 500;
}
.form-group input:focus {
  border-color: #28be73;
}
.password-strength {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.password-strength span.weak {
  color: crimson;
}
.password-strength span.strong {
  color: #28be73;
}
.strength-bar {
  flex-grow: 1;
  display: flex;
  gap: 16px;
  max-width: 300px;
}
.strength-bar div {
  flex: 1;
  height: 5px;
  background-color: #ddd;
  border-radius: 3px;
}
.two-col {
  display: flex;
  gap: 16px;
}
.strength-bar .weak {
  background: crimson;
}
.strength-bar .strong {
  background: #28be73;
}
.signup-btn {
  width: 100%;
  padding: 11px;
  background: linear-gradient(to right, #32ee90, #edd332);
  border: none;
  border-radius: 5px;
  color: #1a1a1a;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 24px;
}
.signin-link {
  text-align: center;
  margin: 0 0 32px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.signin-link a,
.terms a {
  color: #28be73;
}
.terms {
  font-size: 13px;
  line-height: 20px;
  color: #5f6d66;
  text-align: center;
  font-weight: 400;
}
.label-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.label-flex a {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #607d9f;
}
.password-container {
  position: relative;
  margin-bottom: 16px;
}
.password-container input {
  padding-right: 40px;
}
.eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #666;
}
.popup-overlay,
.login-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-height: 90%;
  overflow-y: auto;
  max-width: 560px;
  position: relative;
  border-radius: 16px;
  background-image: url("../images/welcome-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-text {
  color: #1a1a1a;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  padding: 56px 33px 30px;
}
.popup-text span {
  background: linear-gradient(to right, #28be73, #d3b813);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
}
.popup-image img {
  display: flex;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.popup-content button {
  max-width: 122px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.verify-account {
  padding-top: 0;
}
.back {
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
}
.verify-account p {
  color: #5f6d66;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
}
.wrap {
  position: relative;
}
.wrap input {
  padding-right: 40px;
}
.wrap p {
  padding: 0;
  position: absolute;
  right: 25px;
  top: 12px;
}
.resend-popup .wrap p,
.resend-popup .wrap p a {
  color: #28be73;
}
.account-creation {
  padding-top: 100px;
  text-align: center;
}
.account-creation button {
  max-width: 101px;
  margin: 0 auto;
}
.account-creation h2 {
  padding-bottom: 8px;
}
.account-creation p {
  margin-bottom: 24px;
}
.passwor-update button {
  max-width: 100%;
}
.main-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Video Container */
.video-container {
  position: relative;
  background: #000;
  /* aspect-ratio: 16 / 10; */
  border-radius: 20px;
  overflow: hidden;
  height: 459px;
}

/* YouTube iframe styling */
#youtube-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

/* Image Player Styling */
.image-player {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.racing-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.image-controls button {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.image-controls button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

/* Toggle Player Button */
.toggle-player-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  z-index: 15;
  transition: all 0.2s;
}

.toggle-player-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-1px);
}

/* Video Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
  pointer-events: none;
}

.live-indicator {
  background: #dc2626;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
  animation: pulse-live 2s infinite;
}

@keyframes pulse-live {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

.race-number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

/* Leaderboard */
.leaderboard {
  background: #f8fafc;
  padding: 20px;
}

.leaderboard-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #64748b;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.player-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.player-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.2s;
}

.player-item:hover {
  background: rgba(59, 130, 246, 0.05);
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
}

.player-item:last-child {
  border-bottom: none;
}

.player-number {
  color: #64748b;
  font-weight: 500;
  min-width: 20px;
}

.player-name {
  flex: 1;
  font-weight: 500;
  color: #334155;
}

.position-badge {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pos-1 {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}
.pos-2 {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.pos-3 {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}
.pos-4 {
  background: linear-gradient(135deg, #e11d48, #be185d);
}
.pos-5 {
  background: linear-gradient(135deg, #facc15, #eab308);
}
.pos-6 {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

/* Other Races Section */
.other-races-section {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.other-races-section h2 {
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.race-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.race-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

.race-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.race-icon {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.race-info {
  flex: 1;
}

.race-info h3 {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.race-info p {
  color: #64748b;
  font-size: 14px;
}

.countdown {
  color: #dc2626;
  font-weight: 600;
  animation: pulse 2s infinite;
}

.join-btn {
  background: #1f2937;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.join-btn:hover {
  background: #374151;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 41, 55, 0.3);
}

.join-btn.orange {
  background: #ea580c;
}

.join-btn.orange:hover {
  background: #c2410c;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}

.join-btn.green {
  background: #059669;
}

.join-btn.green:hover {
  background: #047857;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

/* Upcoming Races Section */
.upcoming-races-section {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.upcoming-races-section h2 {
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.race-schedule {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.race-time {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
}

.race-id {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
}

/* Results Table */
.results-table {
  margin-bottom: 40px;
}

.table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 80px 80px 80px;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #64748b;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 80px 80px 80px;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  transition: all 0.2s;
}

.table-row:hover {
  background: #fafbfc;
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
}

.player-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pos-badge {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 12px;
}

.player-name {
  font-weight: 500;
  color: #1f2937;
  font-size: 14px;
}

.last-results {
  display: flex;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.performance {
  display: flex;
  align-items: center;
  gap: 8px;
}

.percentage {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  min-width: 40px;
}

.progress-bar {
  flex: 1;
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  border-radius: 3px;
  transition: width 0.3s ease;
}

.odds {
  color: #059669;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background: #ebfdf4;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
}

.odds:hover {
  background: #28be73;
  color: #1a1a1a;
  transform: scale(1.05);
}
.wallet-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Geist", sans-serif;
}
.wallet-wrapper li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f6d66;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.deposit-header {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-left: 12px;
}
.deposit-header img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.notification,
.user span {
  padding: 6px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
}
.user span {
  border-radius: 50%;
}
.notification a {
  line-height: 0;
}
.notification img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.notification span {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 16px;
  height: 12px;
  background-color: #32ee90;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  border-radius: 4px;
  top: 0;
  right: 0;
  padding: 2px;
  position: absolute;
}
.radio-group {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 5px;
  padding: 12px 13px;
  gap: 13px;
  margin-bottom: 16px;
}

.radio-option {
  display: flex !important;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}

.radio-option input {
  margin-right: 10px;
  width: fit-content;
}

.radio-logo {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radio-option span {
  font-size: 16px;
  color: #333;
}

.select-wrapper label {
  font-weight: 400;
  color: #5f6d66;
  font-size: 14px;
}
.modal-header img {
  width: 90px;
  height: 32px;
}
.amount-wrapper {
  position: relative;
}
.amount-wrapper input {
  padding-left: 33px;
  padding-right: 100px;
}
.amount-wrapper .amount-label {
  position: absolute;
  left: 10px;
  color: #1a1a1a;
  font-size: 14px;
  top: 17px;
  line-height: 14px;
}
.amount-wrapper .amount-fix {
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  color: #5f6d66;
  font-size: 14px;
  top: 23px;
  line-height: 14px;
}
.login-popup {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.login-popup-header {
  padding: 49px 20px 20px 37px;
  background-image: url(../images/login-popup-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-popup-header h2 {
  background: linear-gradient(to right, #28be73, #d3b813);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 56px;
  line-height: normal;
}
.login-popup-body {
  padding: 0 40px 24px 40px;
}
.login-popup-body h5 {
  font-family: "geist";
  color: #1a1a1a;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.login-popup-body p {
  color: #808080;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 16px;
}
.btn-popup {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.btn-light {
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: 600;
  cursor: pointer;
}
.user {
  position: relative;
}
.user-profile {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  position: absolute;
  right: 0;
  min-width: 148px;
  top: calc(100% + 4px);
  transition: all 0.3s ease;
}
.user-profile ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-profile ul li,
.user-profile ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.user-profile ul li a {
  color: inherit;
}
.user-profile ul li img {
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 22px;
  color: #5f6d66;
}
.wallet-wrapper .logout {
  color: #be282b;
}
.user-profile.active {
  display: block !important;
  animation: fadeRight1 0.4s ease forwards;
}
.tour-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.tour-tooltip {
  position: absolute;
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1002;
  max-width: 300px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
}
.tour-highlight {
  position: relative;
  z-index: 1001;
  outline: 2px solid #00c4b4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.left-content {
  flex-grow: 1;
}

.tour-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tour-tooltip h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "geist";
}
.tour-tooltip p {
  margin: 0 0 30px;
  color: #5f6d66;
  font-size: 14px;
  line-height: 22px;
}
.tour-tooltip .tour-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.tour-tooltip button {
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.tour-tooltip .tour-next {
  background: linear-gradient(
    135deg,
    rgba(50, 238, 144, 1),
    rgba(237, 211, 50, 1)
  );
  color: #000;
}
.tour-tooltip .tour-skip {
  background: #f5f5f5;
  font-weight: 700;
}
.tour-tooltip .tour-skip:hover {
  background: #ccc;
}
.tour-step-indicator {
  margin-bottom: 7px;
  color: #5f6d66;
  font-size: 14px;
}
.tour-tooltip::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.tour-tooltip.left::before {
  display: none;
}
.tour-tooltip.left::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.header-highlight header {
  position: initial;
  margin-bottom: -68px;
}
.tab-content.tab-content-block {
  display: block;
  margin-top: 0;
}
.common-title h1 {
  font-family: "geist";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 9px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.common-tab {
  padding: 8px;
  background-color: #fff;
  border-radius: 12px;
}
.common-tab button {
  display: flex;
  gap: 3px;
  align-items: center;
}
.common-tab button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.common-tab button.active {
  color: #28be73;
}
.common-tab button.active img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(24%) saturate(1289%)
    hue-rotate(97deg) brightness(96%) contrast(82%);
}
.common-tab-wrapper {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}
.balance-header {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 94px;
  flex-wrap: wrap;
}
.balance-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.balance-item h5 {
  color: #5f6d66;
  font-family: "geist";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.balance-item h4 {
  color: #000;
  font-family: "geist";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.balance-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 16px 24px;
}
.balance-flex a {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
  font-family: "geist";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.balance-flex a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.balance-flex a.active {
  color: #28be73;
}
.balance-flex a.active img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(24%) saturate(1289%)
    hue-rotate(97deg) brightness(96%) contrast(82%);
}
.wallet-table {
  font-family: "geist";
}

.wallet-table-filters {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.wallet-table-filters select {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  max-width: 300px;
  width: 100%;
  font-weight: 400;
}

.wallet-table table {
  width: 100%;
  border-collapse: collapse;
}

.wallet-table th {
  font-size: 14px;
  color: #5f6d66;
  font-weight: 500;
  padding: 13px;
  text-align: left;
}
.wallet-table td {
  text-align: left;
  padding: 12px 16px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.wallet-table thead {
  background-color: #f5f5f5;
}

.wallet-table tbody tr {
  border-bottom: 1px solid #eee;
}

.amount-negative {
  color: #dc3545 !important;
}

.amount-positive {
  color: #28be73 !important;
}

.wallet-table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #5f6d66;
  padding-top: 28px;
  padding-bottom: 15px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #5f6d66;
}

.pagination span {
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.pagination .active {
  background-color: #e8e8e8;
}

.pagination .disabled {
  color: #aaa;
  cursor: default;
}
.btn-row{
  display: flex;
  align-items: center;
  gap: 2%;
}
.btn-row a,.btn-row button{
  width: 48%;
  text-align: center;
}
@media (max-width: 768px) {
  .tour-tooltip {
    max-width: 250px;
    padding: 15px;
  }
  .tour-tooltip h3 {
    font-size: 16px;
  }
}
@keyframes fadeRight1 {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.position-relative {
  position: relative;
}

.tab-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tab-content-type img {
  height: 50px;
}

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

.tab-content-type-name {
  position: absolute;
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}

.tab-nav-container {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 15px;
}

.tab-nav-container ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.tab-nav-container li {
  color: rgba(95, 109, 102, 1);
  font-family: "geist";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tab-nav-container li.active,
.tab-nav-container li:hover {
  color: #000;
  font-weight: 500;
}

.tab-nav-container li::after {
  content: "";
  background: rgba(50, 238, 144, 1);
  width: 0;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: -15px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.tab-nav-container li:hover::after {
  width: 100%;
}

.tab-nav-container li.active::after {
  content: "";
  background: rgba(50, 238, 144, 1);
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: -15px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.tab-content .tab-panel {
  display: flex;
  align-items: stretch;
  margin-top: 75px;
  gap: 20px;
}

.video-live-player-container {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  display: flex;
  align-items: stretch;
  gap: 15px;
  height: 480px;
}

.white-container {
  padding: 10px;
  background: #fff;
  border-radius: 20px;
}

.video-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
  pointer-events: none;
  background: rgb(5, 4, 4, 65%);
}

.video-control-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.live-player-list-box {
  border-radius: 12px;
  background: #fff;
}

.live-banner-text {
  background: #e41826;
  clip-path: polygon(0px 0px, 100% 0px, 90% 100%, 0% 100%);
  padding: 10px 15px;
  color: #fff;
  font-weight: 400;
  font-family: "Audiowide";
  font-size: 14px;
  width: 100px;
  border-top-left-radius: 12px;
}

.live-player-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-grow {
  flex-grow: 1;
}

/* .video-live-player-container .video-container {
  aspect-ratio: 16 / 9.7;
} */

.video-container video {
  max-width: 100%;
  width: 654px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-player-list-box {
  width: 291px;
}

.code-text {
  color: rgba(191, 191, 191, 1);
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
}

.live-player-heading {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: space-between;
}

.live-player-title {
  color: rgba(95, 109, 102, 1);
  font-family: "geist";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.live-player-list,
.live-player-list-result {
  padding: 15px 20px;
}

.live-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  background: linear-gradient(
    90deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.live-player-name {
  display: flex;
  align-items: center;
  color: rgba(26, 26, 26, 1);
  font-family: "geist";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  gap: 5px;
}

.live-player-name h5,
.position-player {
  color: rgba(26, 26, 26, 1);
  font-family: "geist";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.count-players {
  background: rgba(240, 240, 240, 1);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.green-bg {
  background: #28be73;
}

.blue-bg {
  background: #32a9ee;
}

.red-bg {
  background: #e41826;
}

.pink-bg {
  background: #d90368;
}

.yellow-bg {
  background: #edd332;
}

.orange-bg {
  background: #fbaf4b;
}

.purple-bg {
  background: #9747ff;
}

.teal-bg {
  background: #1abc9c;
}

.position-player {
  clip-path: polygon(34% 0px, 100% 0px, 70% 100%, 0% 100%);
  width: 36px;
  height: 28px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  align-items: center;
}

.upcoming-races-table {
  border-radius: 12px;
  background: #fff;
  margin-bottom: 15px;
}

.race-time {
  background: rgba(232, 232, 232, 1);
  clip-path: polygon(0 0px, 100% 0px, 80% 100%, 0% 100%);
  width: 99px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid rgba(217, 217, 217, 1);
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight: 600;
  font-family: "Geist";
  position: relative;
  border-top-left-radius: 12px;
}

.upcoming-races-table-timing span {
  width: 4px;
  height: 106%;
  position: absolute;
  left: 87px;
  background: rgba(191, 191, 191, 1);
  transform: rotate(25deg);
  top: -1px;
  border-radius: 2px;
}

.upcoming-races-table-timing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.upcoming-races-table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 80px 80px 80px;
  gap: 20px;
  padding: 16px 0;
  color: rgba(95, 109, 102, 1);
  font-weight: 400;
  font-size: 14px;
  font-family: "Geist";
  background: rgba(250, 250, 250, 1);
}

.upcoming-race-table-body {
  padding: 16px;
}

.upcoming-races-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 80px 80px 80px;
  gap: 20px;
  margin-bottom: 10px;
}

.race-item-num {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Geist";
}

.green-gradient-bg {
  background: RGBA(217, 252, 235, 1);
  background: linear-gradient(
    90deg,
    rgba(217, 252, 235, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.yellow-gradient-bg {
  background: RGBA(252, 247, 217, 1);
  background: linear-gradient(
    90deg,
    rgba(252, 247, 217, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.red-gradient-bg {
  background: RGBA(252, 227, 229, 1);
  background: linear-gradient(
    90deg,
    rgba(252, 227, 229, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.pink-gradient-bg {
  background: RGBA(255, 225, 239, 1);
  background: linear-gradient(
    90deg,
    rgba(255, 225, 239, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.orange-gradient-bg {
  background: RGBA(254, 237, 215, 1);
  background: linear-gradient(
    90deg,
    rgba(254, 237, 215, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.blue-gradient-bg {
  background: RGBA(217, 239, 252, 1);
  background: linear-gradient(
    90deg,
    rgba(217, 239, 252, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.purple-gradient-bg {
  background: RGBA(237, 217, 252, 1);
  background: linear-gradient(
    90deg,
    rgba(237, 217, 252, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.teal-gradient-bg {
  background: rgba(209, 247, 245, 1);
  background: linear-gradient(
    90deg,
    rgba(209, 247, 245, 1) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
}

.upcoming-race-name {
  color: rgba(26, 26, 26, 1);
  font-weight: 500;
  font-size: 14px;
  font-family: "Geist";
}

.upcoming-race-details {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 4px;
}

.score-result-board {
  display: flex;
  align-items: center;
}

.score-point {
  width: 30px;
  height: 24px;
  clip-path: polygon(34% 0px, 100% 0px, 70% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.score-1 {
  background: rgba(240, 240, 240, 1);
  color: rgba(5, 4, 4, 1);
}

.score-2 {
  background: rgba(245, 245, 245, 1);
  color: rgba(95, 109, 102, 1);
}

.score-3 {
  background: #fafafa;
  color: rgba(191, 191, 191, 1);
}

.score-x {
  background: transparent;
  color: rgba(191, 191, 191, 1);
}

.upcoming-races-table .percentage,
.upcoming-races-table .odds {
  font-family: "Geist";
  line-height: 22px;
}

.bet-race-green-bg {
  background: url(../images/bet-race-bg-3.svg) no-repeat center left;
}

.bet-race-yellow-bg {
  background: url(../images/bet-race-bg-1.svg) no-repeat center left;
}

.bet-race-orange-bg {
  background: url(../images/bet-race-bg-2.svg) no-repeat center left;
}

.bet-on-other-races-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}

.bet-on-other-races-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 80px;
  border-radius: 12px;
  background-size: cover;
}

.bet-on-race-title {
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.bet-on-race-details {
  margin-left: 40px;
}

.green-text {
  color: #12d473;
}

.yellow-text {
  color: #d3b813;
}

.orange-text {
  color: #f2720d;
}

.blue-text {
  color: #32a9ee;
}

.bet-on-other-races-item p {
  font-family: "Geist";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #242424;
}

.bet-on-other-races-item span {
  font-weight: bold;
  outline-color: #1a1a1a;
}

.bet-on-race-btn {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  border: none;
  border-radius: 8px;
  color: #fff;
}

.racing-leader-table-container {
  border-radius: 16px;
  background: #fff;
  margin: 24px 0;
}

.racing-leader-table-container .leaderboard-table {
  width: 100%;
}

.racing-leader-table-header {
  background: url(../images/car-racing-leader-table-header-bg.svg) no-repeat
      center right,
    #fff;
  padding: 16px 8px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  background-size: cover;
}

.racing-leader-table-subtitle {
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.racing-leader-table-title {
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.racing-leader-table-container .leaderboard-table tbody tr:nth-child(1) td,
.racing-leader-table-container .leaderboard-table tbody tr:nth-child(2) td,
.racing-leader-table-container .leaderboard-table tbody tr:nth-child(3) td {
  border-bottom: 1px solid transparent;
}

.racing-leader-table-container .leaderboard-table tbody tr td {
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.race-username,
.race-xp {
  font-family: "Geist" !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0%;
}

.head-xp {
  color: rgba(26, 26, 26, 1) !important;
}

.view-all-wrap {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  grid-area: 10px;
  cursor: pointer;
}

.view-all-wrap label {
  color: rgba(26, 26, 26, 1);
  font-family: "Geist";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.bet-data-tab {
  border-radius: 12px;
  background: rgba(250, 250, 250, 1);
  overflow: hidden;
}

.bet-data-tab-nav {
  display: flex;
}

.bet-tab-btn.bet-tab-btn-active {
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
  color: rgba(26, 26, 26, 1);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}

.bet-tab-btn {
  width: 100%;
  background: rgba(240, 240, 240, 1);
  border-radius: 0;
  padding: 5px 12px;
  border: none;
  font-weight: 400;
  cursor: pointer;
  color: #5f6d66;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.no-data-container {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.bet-on-other-races-main {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.races-container {
  display: flex;
  flex-direction: column;
}

.bet-slip-code-text {
  padding-left: 16px;
}

.time-box {
  padding: 12px 5px;
  border-radius: 8px;
  text-align: center;
  font-family: "Geist";
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  width: 63px;
}

.red-transparent-bg {
  background: #fceeef;
}

.bet-slip-content-head {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.red-text {
  color: #dc3545;
}

.time-action-delete {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 8px;
}

.bet-slips-list {
  background: #fafafa;
  padding: 12px 16px;
}

.bet-slip-item {
  margin-bottom: 16px;
}

.bet-slip-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.bet-slip-title {
  font-family: "Geist";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bet-slip-item-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bet-slip-item-name {
  font-family: "Geist";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #5f6d66;
}

.bet-point {
  font-family: "Geist";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #5f6d66;
}

.bet-point-close-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bet-point-value-box {
  padding: 9px 16px 9px 12px;
  background: #f5f5f5;
  border-radius: 8px;
  max-width: 127px;
  width: 100%;
  display: flex;
  gap: 5px;
}

.bet-point-value-box span {
  padding-right: 10px;
}

.bet-point-value-box input {
  color: #1a1a1a;
  width: 80px;
  border: none;
  background: transparent;
}

.bet-point-type {
  font-family: "Geist";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #1a1a1a;
}

.bet-point-calculation {
  background: #fff;
  padding: 8px 16px;
}

.bet-point-type-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bet-point-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}

.total-text,
.total-value {
  font-family: "Geist";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #5f6d66;
}

.black-bold {
  color: #1a1a1a !important;
  font-weight: 600;
}

.bet-points-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bet-points-wrap .odds {
  font-family: "Geist";
  line-height: 22px;
}

.place-bet {
  text-align: center;
  font-family: "Geist";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #bfbfbf;
  background: #f0f0f0;
  padding: 11px 16px;
  cursor: pointer;
}

.game-book {
  font-family: "Geist";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #5f6d66;
  background: #fafafa;
  padding: 11px 16px;
  cursor: pointer;
  text-align: center;
}

.bet-history-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #fff;
}

.bet-history-item .code-text {
  font-family: "Geist";
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
}

.bet-history-time {
  font-family: "Geist";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #bfbfbf;
}

.bet-history-details {
  padding: 8px 16px;
}

.bet-history-title,
.bet-history-amount-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bet-history-title label {
  font-family: "Geist";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.violet-text {
  color: #9747ff;
}

.bet-history-title p {
  font-family: "Geist";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.bet-history-amount-item label {
  font-family: "Geist";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #5f6d66;
  padding-bottom: 4px;
  display: inline-block;
}

.bet-history-amount-item p {
  font-family: "Geist";
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #1a1a1a;
}

.bet-history-view-all {
  padding: 11px 16px;
  text-align: center;
  font-family: "Geist";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #5f6d66;
  background: #fff;
  cursor: pointer;
}

.loader-title {
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #f5f5f5;
}

.violet-trans-bg {
  background: #f0e9fe;
}

.yellow-trans-bg {
  background: #fbf8e8;
}

.orange-trans-bg {
  background: #fbede5;
}

.green-trans-bg {
  background: #e9fcf0;
}
.violet-trans-bg .loader-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.yellow-trans-bg .loader-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.orange-trans-bg .loader-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.green-trans-bg .loader-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.leaderboard-page .leaderboard-container {
  padding-top: 25px;
}
.leaderboard-page thead th {
  background-color: #f0f0f0;
  padding: 7px 15px;
}
.leaderboard-page .tab-buttons {
  background-color: #fff;
  margin: 0 -24px;
  overflow: hidden;
  padding: 0 24px;
  margin-top: -15px;
}
.leaderboard-page .tab-btn {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.leaderboard-page .tab-btn.active {
  background-color: transparent;
  border-bottom: 3px solid #32ee90;
}

.light-tab-bg {
  display: block;
}
.btn-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  transition: opacity 0.5s ease;
  z-index: 10;
}
.upcommig-wrapper-item:hover .btn-overlay {
  opacity: 1 !important;
}
.btn-overlay button {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: none;
  padding: 5px;
  padding-left: 10px;
  margin-top: 16px;
  margin-right: 16px;
  cursor: pointer;
  font-family: "geist";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.btn-overlay button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.dark-tab-bg {
  display: none;
}
.u1 button {
  color: #d3b813;
  background-color: rgb(255, 246, 185);
}
.u2 button {
  color: #f2720d;
  background-color: #facfad;
}
.u3 button {
  color: #12d473;
  background-color: #cbffe5;
}
.u4 button {
  color: #9747ff;
  background-color: #d9bcff;
}
.u1 button img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(74%) saturate(492%)
    hue-rotate(12deg) brightness(98%) contrast(95%);
}
.u2 button img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(76%) saturate(4624%)
    hue-rotate(353deg) brightness(95%) contrast(100%);
}
.u3 button img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(6940%)
    hue-rotate(96deg) brightness(95%) contrast(86%);
}
.u4 button img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(74%) saturate(4621%)
    hue-rotate(251deg) brightness(102%) contrast(101%);
}

.tour-tooltip.step-bet-content::before,
.tour-tooltip.step-bet-tabs::before {
  top: 25% !important;
  right: -9px !important;
  transform: translateY(-50%) rotate(180deg) !important;
  left: unset !important;
}

.tour-tooltip.xp-popup::before,
.tour-tooltip.deposit-popup::before {
  top: -5px !important;
  left: 50% !important;
  transform: translateY(-50%) rotate(90deg) !important;
}

.tour-tooltip.step-upcoming-races::before {
  top: unset !important;
  bottom: -11% !important;
  left: 21px !important;
  transform: translateY(-50%) rotate(270deg) !important;
}
.profile-box {
  background-color: #fafafa;
  border-radius: 12px;
  overflow: hidden;
}
.flex-justify {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.user-data {
  display: flex;
  gap: 18px;
  align-items: center;
}
.user-data img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 2px solid #1a1a1a;
  border-radius: 20px;
}
.profile-box * {
  font-family: "geist";
}
.user-right h5 {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.user-right p {
  color: #5f6d66;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.inner-title {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-title h4 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.no-padding {
  padding: 0 !important;
  background-color: transparent !important;
}
.profile-box .flex-justify {
  padding: 32px 20px;
  align-items: flex-end;
}
.contact-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 20px;
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-item h5 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.contact-item a {
  color: #5f6d66;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.contact-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flex-right {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.flex-right .verify {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #28be73;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.flex-right .verify img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.profile-bottom {
  padding: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff;
  align-items: center;
}
.profile-bottom h4 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.btn-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-red {
  color: #dc3545;
}
.prefernce-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prefernce-box-item {
  padding: 16px 20px 12px;
  background-color: #fff;
  border-radius: 12px;
}
.prefernce-box * {
  font-family: "geist";
}
.prefernce-box-item > h5 {
  color: #5f6d66;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.prefernce-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 0;
}
.prefence-inner-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.prefernce-box select {
  color: #1a1a1a;
  padding: 7px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: none !important;
}
.prefence-inner-item h5 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.prefence-inner-item .mode-change button {
  padding: 8px;
  border-radius: 0 !important;
}
.prefernce-box .mode-change {
  margin: 0;
}
.prefence-inner-item .mode-change button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.custom-switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 32px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bfbfbf;
  transition: 0.4s;
  border-radius: 32px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: #808080;
  transition: 0.4s;
  border-radius: 50%;
}
.custom-switch input:checked + .slider {
  background-color: #28be73;
}

.custom-switch input:checked + .slider::before {
  transform: translateX(32px);
  background-color: #ffffff;
}
.inline-search-box {
  border-radius: 12px;
  background-color: #fff;
  max-width: 440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 20px;
  padding-right: 4px;
}
.inline-search-box input {
  flex-grow: 1;
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: "geist";
  border: none;
}
.inline-search-box button {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: "geist";
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.common-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
h2.main-title {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "geist";
  margin-bottom: 16px;
  margin-top: 24px;
}
.xp-card {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #eef8e9, #fdfdfb);
  border-radius: 12px;
  overflow: hidden;
}
.xp-badge {
  max-width: 254px;
  width: 100%;
}

.xp-info {
  padding: 21px 16px;
  flex-grow: 1;
}

.xp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.xp-header h4 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "geist";
}

.xp-total {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1a1a1a;
  font-family: "Audiowide", sans-serif;
}

.xp-btn {
  background: #eee;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "geist";
}

.xp-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  font-family: "geist";
  margin-bottom: 8px;
}

.xp-progress-bar {
  position: relative;
  background: #1a1a1a;
  border-radius: 8px;
  height: 12px;
}

.xp-progress-fill {
  background: linear-gradient(to right, #3cf77a, #b4dc29);
  height: 100%;
  position: relative;
  border-radius: 8px;
}

.xp-marker {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  background: url(../images/xp-marker.svg) no-repeat;
  background-size: contain;
}

.xp-footer {
  margin-top: 8px;
  font-size: 13px;
  color: #eee;
  font-family: "geist";
}
.no-rewards {
  background-color: #fff;
  border-radius: 12px;
}
.no-reward-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10% 5%;
}
.no-reward-box h4 {
  color: rgba(28, 28, 28, 0.6);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "geist";
}
.no-reward-box p {
  color: rgba(28, 28, 28, 0.4);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: "geist";
}
.no-reward-box img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  margin-bottom: 24px;
}
.bonus-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 4px 0;
}
.bonus-grid * {
  font-family: "geist";
}
.bonus-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 12px;
  background-color: rgba(28, 28, 28, 0.1);
  border-radius: 12px;
  overflow: hidden;
  max-width: 273px;
  width: 100%;
}
.bonus-bottom {
  padding: 8px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.bonus-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bonus-top figure {
  width: 76px;
  height: 76px;
  position: relative;
  margin-bottom: 16px;
}
.bonus-top figure::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(60, 247, 122, 0.4),
    rgba(180, 220, 41, 0.2),
    transparent 80%
  );
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.bonus-top figure img {
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.bonus-top h3 {
  color: #1a1a1a;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.bonus-top p {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.bonus-data {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bonus-data h6 {
  color: #eee;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
}
.bonus-data p {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
}
.bonus-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bonus-bottom button {
  font-weight: 600;
  font-size: 14px;
  padding: 6px 10px;
  white-space: nowrap;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "geist";
}

.accordion-item {
  background-color: #eee;
  border-radius: 12px;
  overflow: hidden;
}

.accordion-header {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.accordion-icon {
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(28, 28, 28, 0.1);
  border-radius: 10px;
}
.accordion-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.accordion-item.open .accordion-icon img {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 0 16px 16px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}
.open .accordion-header .accordion-title {
  color: #28be73;
}
.common-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-text img {
  max-width: 212px;
  width: 100%;
  object-fit: contain;
}
.common-text * {
  font-family: "geist";
}
.common-text p {
  color: #5f6d66;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.common-text ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  list-style: disc;
}
.common-text li {
  color: #5f6d66;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.common-text h1 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.common-text h2 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.common-text h3 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.common-text h4 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.common-text h5 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.common-text h6 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.license-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.license-item {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #efefef;
  border-radius: 10px;
}
.license-item p {
  color: #5f6d66;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.license-item figure {
  max-width: 120px;
  width: 100%;
  background-color: #e4e4e4;
  border-radius: 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.license-item figure img {
  width: 90px;
  height: 32px;
  object-fit: contain;
}

.notif-modal {
  position: fixed;
  top: 68px;
  right: 0;
  width: 480px;
  height: calc(100vh - 68px);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Slide-in animation */
@keyframes slideInRight {
  to {
    transform: translateX(0);
  }
}

/* Modal */
.profile-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}
.profile-modal {
  background: #fff;
  width: 480px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
  animation: scaleUp 0.3s ease-in-out;
}
.notif-modal *,
.profile-modal * {
  font-family: "geist";
}
/* Top Header */
.notif-header-top,
.profile-header-top {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}
.profile-header-top {
  background: #dadada;
}
.notif-title,
.profile-title {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.notif-close,
.profile-close {
  border: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
  display: flex;
}
.notif-close img,
.profile-close img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.notifications-wrapper,
.profile-wrapper {
  overflow-y: auto;
  padding: 22px 20px;
  flex: 1;
  background: #dadada;
}
.profile-wrapper {
  background: #fff;
}
.delete {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}
.delete img {
  width: 45px;
  height: 42px;
  object-fit: contain;
}
.notification-item {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.notif-header {
  font-size: 14px;
  color: #5f6d66;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.notif-dot {
  width: 10px;
  height: 10px;
  background: #00c781;
  margin-left: 8px;
  border-radius: 2px;
}

.notif-caption {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

.notif-body {
  color: #5f6d66;
  display: none;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.notif-body img {
  max-width: 100%;
  margin-top: 8px;
  border-radius: 6px;
}

.notif-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.toggle-btn {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 10px;
}
.loader-logo img {
  max-width: 240px;
  margin: 0 auto;
  object-fit: contain;
}
.toggle-arrow {
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.notif-modal .toggle-switch {
  position: relative;
  width: 36px;
  height: 18px;
}

.notif-modal .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.notif-modal .slider {
  position: absolute;
  cursor: pointer;
  background-color: #bfbfbf;
  border-radius: 18px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.notif-modal .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #5f6d66;
  transition: 0.4s;
  border-radius: 50%;
}

.notif-modal .toggle-switch input:checked + .slider {
  background-color: #00c781;
}
.notif-modal .toggle-switch input:checked + .slider:before {
  background-color: #fff;
}
.notif-modal .toggle-switch input:checked + .slider:before {
  transform: translateX(18px);
}

.notif-modal .toggle-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.all-read {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin-left: auto;
  color: #28be73;
  display: flex;
  align-items: center;
  gap: 8px;
}
.all-read img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.achievements-wrapper {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 16px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 16px;
}

.achievements-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 20px;
}
.achievements-header span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.achievements-header a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}
.achievements-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 8px;
}

.achievement {
  min-width: 48px;
  height: 56px;
  border-radius: 6px;
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievement img {
  width: 36px;
  height: 46px;
  object-fit: contain;
}
.achievement.locked {
  opacity: 0.5;
}
.achievement.locked::before {
  content: "";
  position: absolute;
  background: url(../images/lock.svg) no-repeat;
  top: 50%;
  left: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -30%);
}
.footer-content {
  color: #5f6d66;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.achievements-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.achievements-slider::-webkit-scrollbar {
  display: none;
}

.achievements-slider.dragging {
  cursor: grabbing;
}
.edit-profile-btn {
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  border: none;
  cursor: pointer;
}
.edit-profile-btn img {
  width: 44px;
  height: 40px;
  object-fit: contain;
}
.user-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
  align-items: center;
}
.most-played-wrapper h4 {
  font-size: 16px;
  line-height: 24px;
}
.most-played-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.most-played-wrapper .running-item {
  gap: 19px;
}
.most-played-wrapper button {
  font-weight: 600;
  font-size: 13px;
}
.profile-wrapper .user-data img {
  width: 94px;
  height: 94px;
}
.user-right em {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 1px 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #b5a642, #8c7e1d);
  border: 1px solid #ffd669;
  display: inline-flex;
  margin-top: 6px;
}
.profile-img .user-data {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.profile-img .user-data figure img {
  width: 184px;
  height: 184px;
}
.edit-profile-main .btn-gradient {
  margin-top: 24px;
  width: 100%;
}
.edit-profile-main .btn-light {
  font-weight: 600;
}
.tab-panel {
  display: none !important;
}
.tab-panel.active {
  display: flex !important;
}
.live-player-grid .live-player-list-box {
  width: 100%;
}
.live-player-grid .live-player-box-header {
  padding: 7px 16px;
}
.live-player-box-header time {
  font-family: "geist";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.live-player-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.live-player-grid .code-text {
  padding-right: 0;
}
.live-player-list-result {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.live-player-list-result .live-player {
  padding: 0;
  margin: 0;
  max-width: calc(50% - 8px);
  width: 100%;
}
.pagination-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  width: fit-content;
}
.pagination-wrapper ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination-wrapper ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.pagination-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  color: #5f6d66;
  font-family: "geist";
}
.pagination-wrapper ul li.active a {
  color: #000;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.filter-wrapper {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding: 7px 12px;
}
.filter-wrapper select,
.filter-wrapper input {
  border: none;
  color: #5f6d66;
  font-size: 14px;
  line-height: 22px;
  padding: 3px 9px;
  cursor: pointer;
}
.filter-wrapper select:focus,
.filter-wrapper input:focus {
  border: none;
  outline: none;
}
.filter-wrapper input {
  border-left: 1px solid #f0f0f0;
}
.white-container {
  position: relative;
}
.video-list-box {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 30%;
  bottom: 0;
  transform: translate(-50%);
  z-index: 4;
  background: transparent !important;
}
.video-count {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 100;
}
.video-code {
  font-family: "geist";
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.video-code span {
  color: #808080;
}
.video-count h2 {
  font-size: 40px;
  line-height: normal;
  color: #28be73;
}
.video-code {
  display: flex;
  gap: 10px;
}
.video-list-box .live-player {
  width: 100%;
  max-width: 100%;
}
.video-list-box .live-player-list-result {
  padding: 0;
  flex-direction: column;
  gap: 10px;
}
.live-player-list .no-race-message {
  min-height: 360px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-player-list p {
  text-align: center;
}

.video-list-box .code-text {
  color: #808080;
  padding-bottom: 10px;
}
.logout {
  color: #d32d30 !important;
}
.section {
  background: rgba(28, 28, 28, 0.11);
  padding: 9px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: rgba(28, 28, 28, 0.6);
  padding-right: 46px;
  position: relative;
}
.section::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/angle-right-green.svg) no-repeat;
  background-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.help-item {
  position: relative;
  padding-right: 46px;
}
.help-item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/angle-right-green.svg) no-repeat;
  background-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.section-content {
  display: flex;
  flex-direction: column;
}
.section-title {
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.section-description {
  font-size: 14px;
  color: #1a1a1a;
}
.help-category {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.article-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.article-paragraph {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.article-list {
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #1a1a1a;
  list-style: disc;
}
.live-back {
  width: 32px;
  height: 32px;
  display: flex;
}
.live-support .modal-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-weight: 500;
}
.live-support .modal-header .close img {
  width: 32px;
  height: 32px;
}
.modal.live-support .modal-content {
  background: radial-gradient(circle at top left, #fefee8, #dfffea, #fefee8);
}
.modal.live-support .modal-content .modal-header {
  background: transparent;
}
.video-live-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 20px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
.winning-popup .popup-content {
  max-width: 640px;
}
.winning-popup .popup-content .popup-image img {
  max-width: 500px;
  margin: 0 auto;
}
.winning-popup .popup-text h5 {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 10px;
}
.winning-popup .popup-text h2 {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.winning-popup .popup-text h2 span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background: inherit;
  display: initial;
  font-weight: inherit;
}
.winning-popup .btn-popup {
  justify-content: center;
  gap: 24px;
  padding-top: 37px;
}
.winning-popup .btn-popup button {
  max-width: fit-content;
  margin: 0;
  min-width: 152px;
}
.winning-popup .popup-content p {
  padding: 32px 20px 64px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.winning-popup .popup-content {
  background-image: url("../images/winning-messaage-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.winning-popup .popup-close {
  background: transparent;
}
.popup-preview {
  background-color: white;
  border-radius: 0;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  max-width: 1000px;
  position: relative;
  background-image: url("../images/horse-light.png");
  background-repeat: no-repeat;
  background-size: 30vw;
  background-position: bottom right;
  padding: 32px 32px 86px;
}
.preview-head img {
  max-width: 90px;
  width: 100%;
}
.preview-left h5 {
  font-family: "Geist", sans-serif;
  font-size: 28px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.preview-left h2 {
  font-family: "Geist", sans-serif;
  font-size: 44px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.preview-left p {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.preview-left h3 {
  font-family: "Geist", sans-serif;
  font-size: 38px;
  line-height: normal;
  font-weight: 800;
  color: #28be73;
  text-transform: uppercase;
}
.preview-flex {
  display: flex;
  gap: 2%;
  align-items: center;
  padding: 20px 30px;
}

.preview-left {
  display: flex;
  flex-direction: column;
  max-width: 49%;
  width: 100%;
  gap: 5px;
}
.preview-right {
  max-width: 49%;
  width: 100%;
  position: relative;
}
.preview-right::before {
  position: absolute;
  background: radial-gradient(
    circle at top left,
    rgba(50, 238, 144, 0.3),
    rgba(237, 211, 50, 0.3)
  );
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  filter: blur(100px);
}
.preview-right img {
  position: relative;
  z-index: 1;
}
/* Responsive Design */
@media (max-width: 768px) {
  .tour-tooltip {
    max-width: 250px;
    padding: 15px;
  }
  .tour-tooltip h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .tab-content .tab-panel {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .bet-on-other-races-item {
    gap: 15px;
  }
}

@media (max-width: 1024px) {
  .main-section {
    grid-template-columns: 1fr;
  }

  .race-cards {
    grid-template-columns: 1fr;
  }

  .table-header,
  .table-row {
    grid-template-columns: 2fr 1fr 60px 60px 60px;
    gap: 12px;
  }
  .bet-on-other-races-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 16px;
    gap: 20px;
  }

  .other-races-section,
  .upcoming-races-section {
    padding: 20px;
  }

  .race-card {
    flex-direction: column;
    text-align: center;
  }

  .table-header {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  .performance {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .progress-bar {
    width: 100%;
  }

  .last-results {
    flex-wrap: wrap;
  }

  .toggle-player-btn {
    font-size: 10px;
    padding: 6px 8px;
  }

  .last-result-head,
  .perfomance-head,
  .score-result-board,
  .upcoming-races-table .performance {
    display: none;
  }

  .upcoming-races-table-header,
  .upcoming-races-table-row {
    grid-template-columns: 1fr 80px 80px 80px;
  }

  .bet-on-other-races-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-live-player-container {
    display: none;
  }

  .races-container,
  .tab-header {
    flex-direction: column;
  }

  .races-container {
    margin-top: 20px;
  }

  .tab-header {
    gap: 10px;
  }

  .bet-data-tab {
    display: none;
  }

  #betPopup .bet-data-tab {
    display: block;
  }

  .bet-body {
    padding: 0px;
  }

  .upcoming-races-table .odds {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
  }

  .racing-leader-table-container .leaderboard-table tbody tr:nth-child(1) td,
  .racing-leader-table-container .leaderboard-table tbody tr:nth-child(2) td,
  .racing-leader-table-container .leaderboard-table tbody tr:nth-child(3) td {
    border-bottom: 1px solid #fff;
  }

  .tab-content-type-name {
    left: 12px;
  }
}

@media (max-width: 480px) {
  .video-overlay {
    padding: 12px;
  }

  .image-controls {
    bottom: 12px;
    left: 12px;
  }

  .leaderboard {
    padding: 16px;
  }

  .player-item {
    padding: 8px 0;
  }

  .race-schedule {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .upcoming-race-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
    display: inline-block;
  }

  .upcoming-races-table-header,
  .upcoming-races-table-row {
    grid-template-columns: 1fr 50px 50px 50px;
  }
}

/* Animation for countdown */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

button {
  transition: all 0.2s ease;
}

button:active {
  transform: translateY(1px);
}

.bet-placed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 10px;
  text-align: center;
}

.confirm-image {
  width: 80px;
  max-width: 80px;
}

.bet-placed-message h4 {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 22px;
  font-weight: 500;
  font-family: "Geist";
  padding-bottom: 5px;
}

.bet-placed-message p {
  font-size: 13px;
  line-height: 20px;
  max-width: 200px;
  width: 100%;
  padding-bottom: 15px;
}

.bet-placed-message button {
  margin-bottom: 20px;
}

.video-player-list {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 35%;
}

.video-player-list .code-text {
  padding-bottom: 10px;
}

.next-video-race .next-video-text {
  font-family: "Geist";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-left: 5px;
}

.next-video-race {
  position: absolute;
  bottom: 66px;
  left: 6%;
}

.next-video-time {
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 82px;
  line-height: 80px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #32ee90;
}
.live-social {
  text-align: center;
  margin-top: 90px;
}
.live-social-flex img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.live-social p {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.live-social-flex {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.live-footer {
  background-color: #fff;
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 26px 65px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  margin-top: 56px;
}
.live-footer a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(28, 28, 28, 0.6);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.sidebar-menu li.active a {
  background: linear-gradient(
    135deg,
    rgba(50, 238, 144, 1),
    rgba(237, 211, 50, 1)
  );
  border-left: none;
}
.help-container {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  max-width: 500px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #000;
}

.help-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box-light {
  border-radius: 10px;
  background: rgba(28, 28, 28, 0.1);
  padding: 10px;
}

.search-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 20px;
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.search-icon {
  font-size: 18px;
  color: green;
}

.quick-help-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.help-item {
  background: rgba(28, 28, 28, 0.11);
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: rgba(28, 28, 28, 0.6);
  padding-right: 46px;
}

.help-item span {
  width: 24px;
  height: 24px;
}

.submenu-toggle {
  padding: 10px;
}
.menu-active a img:last-child {
  transform: rotate(90deg);
}
/* Responsive Design */
@media (max-width: 1446px) {
  .upcommig-wrapper-item {
    gap: 10px;
  }
  .wrapper-left {
    max-width: calc(60% - 10px);
  }
  .timer {
    gap: 2px;
  }
  .timer h5 {
    font-size: 12px;
  }
  .wrapper-right .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 9px;
  }
  .wrapper-left > p {
    flex-wrap: wrap;
    gap: 2px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  .upcommig-wrapper-item {
    gap: 5px;
  }
  .wrapper-left {
    max-width: calc(50% - 5px);
  }
  .wrapper-right {
    max-width: calc(50% - 5px);
  }
  .leader-board-title {
    background-size: contain;
  }
  .timer h5 {
    padding: 5px;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }

  .content {
    max-width: calc(100%);
    margin-left: 0;
  }
  .modal-header img {
    width: 90px;
    height: 32px;
  }

  .header {
    padding: 12px 16px;
    height: 56px;
  }
  .btn-signin,
  .btn-signup,
  .popup-content button {
    padding: 7px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
  }
  .main-container {
    margin-top: 56px;
  }
  .content {
    padding: 16px;
  }
  .title {
    padding: 24px 0 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .upcommig-wrapper-item {
    margin: 0 6px;
  }
  .upcomming-main {
    margin: 0 -16px;
  }
  .upcomming-main .slick-arrow {
    display: block !important;
  }
  .upcomming-main .slick-arrow {
    position: absolute;
    top: -36px;
    z-index: 10;
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 6px;
    padding: 1px 2px;
    background: url("../images/arrow-right.svg") no-repeat center #f0f0f0;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    transform: inherit;
  }

  .upcomming-main .slick-next {
    right: 20px;
  }

  .upcomming-main .slick-prev {
    right: 50px;
    left: inherit;
    transform: scaleX(-1);
  }
  .popup-content,
  .login-popup {
    max-width: 90%;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .upcommig-wrapper-item {
    display: flex !important;
  }
  .wrapper-right img {
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .wrapper-left {
    max-width: 100%;
  }
  .wrapper-right {
    max-width: 100%;
  }
  .wrapper-left h3 {
    padding-right: 80px;
    font-size: 16px;
    line-height: normal;
  }
  .timer h5 {
    padding: 5px 16px;
  }
  .timer {
    justify-content: center;
    margin: 5px 0;
  }
  .wrapper-right {
    justify-content: center;
    align-items: center;
  }
  .leader-board-title img {
    max-width: 51.32px;
  }
  .leader-title-right h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .leader-board-title {
    background-size: contain;
  }
  .leader-board-title {
    gap: 12px;
  }
  .leader-title-right h6 {
    display: none;
  }
  .leader-title-right {
    padding: 5px 0;
  }
  .tab-wrapper {
    padding: 16px;
  }
  .tab-btn {
    flex-grow: 1;
  }
  .leaderboard-table th,
  .leaderboard-table td {
    font-size: 14px;
    line-height: normal;
    padding: 5px;
  }
  .leaderboard-container {
    display: block;
    gap: 0;
    padding-top: 0 !important;
  }
  .right-table thead {
    display: none;
  }
  .leaderboard-table {
    width: 100%;
  }
  .table-footer p {
    font-size: 11px;
    line-height: 16px;
  }
  .table-footer button {
    margin-left: auto;
  }
  .all-game-wrapper .wrapper-right img {
    position: relative;
    width: 102px;
    height: 84px;
    margin-bottom: 0;
  }
  .all-game-wrapper .upcommig-wrapper-item {
    width: 100%;
    padding: 16px;
  }
  .all-game-wrapper .wrapper-left {
    max-width: calc(60% - 5px);
  }
  .all-game-wrapper .wrapper-right {
    max-width: calc(40% - 5px);
    align-items: flex-end;
    position: relative;
    right: -20px;
    bottom: -15px;
  }
  .all-game-wrapper .wrapper-left > h3 {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .all-game-wrapper .wrapper-left > p {
    font-size: 12px;
    line-height: 16px;
  }
  .deposit-wrapper {
    flex-direction: column;
    background-size: cover;
    gap: 5px;
  }
  .deposite-image img {
    height: 20px;
    max-width: 100px;
  }
  .deposite-image {
    flex-wrap: wrap;
    gap: 10px;
  }
  .deposit-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-menu {
    display: none;
  }
  .footer-description {
    max-width: 100%;
  }
  .footer-center {
    padding: 24px 16px;
  }
  .footer-center img {
    max-width: 200px;
  }
  .footer-bottom {
    padding: 24px 16px 0;
  }
  .popup-text {
    font-size: 18px;
    line-height: 24px;
  }
  .popup-text span {
    font-size: 24px;
  }
  .two-col {
    flex-direction: column;
  }
  .footer-mobile-menu {
    position: fixed;
    display: block !important;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 14px 26px;
    z-index: 101;
    border-radius: 14px;
  }
  .footer-mobile-menu ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .footer-mobile-menu ul li {
    color: #5f6d66;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: "geist";
    cursor: pointer;
  }
  .footer-mobile-menu ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .footer-mobile-menu ul li.active {
    background-color: #32ee90;
    border-radius: 40px;
    color: #1a1a1a;
  }
  .mobile-menu-header {
    display: block !important;
  }
  @keyframes fadeLeft {
    from {
      opacity: 0;
      transform: translateX(100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(100%);
    }
  }
  .sidebar,
  .race-menu {
    display: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    width: 100%;
    position: fixed;
    top: 0;
    padding-bottom: 72px;
    height: 100%;
    z-index: 100;
    overflow-y: auto;
  }

  .sidebar.fade-left {
    display: block !important;
    animation: fadeLeft 0.5s ease forwards;
  }
  .sidebar.fade-right {
    display: block !important;
    animation: faderight 0.5s ease forwards;
  }
  .sidebar.fade-out-left {
    animation: fadeOutLeft 0.5s ease forwards;
  }
  .sidebar.fade-out-right {
    animation: fadeOutright 0.5s ease forwards;
  }
  .race-menu.fade-right {
    display: block !important;
    animation: faderight 0.5s ease forwards;
  }
  .race-menu.fade-left {
    display: block !important;
    animation: fadeLeft 0.5s ease forwards;
  }
  .race-menu.fade-out-right {
    animation: fadeOutright 0.5s ease forwards;
  }
  .race-menu.fade-out-left {
    animation: fadeOutLeft 0.5s ease forwards;
  }
  @keyframes faderight {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeOutright {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(-100%);
    }
  }
  .sidebar-menu a {
    padding: 11px 14px;
  }
  .sidebar-menu {
    padding-top: 10px;
  }
  .race-menu {
    background-color: #fff;
  }
  .race-menu .all-game-wrapper .upcommig-wrapper-item {
    background-size: 100%;
    margin: 0;
  }
  .race-menu .all-game-wrapper .wrapper-left > h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
  }
  .race-menu .all-game-wrapper .wrapper-left {
    justify-content: center;
  }
  .race-menu .all-game-wrapper .wrapper-right img {
    width: 113px;
    margin-top: -37px;
  }
  .race-menu .upcommig-wrapper {
    padding: 16px;
  }
  footer {
    margin-top: 40px;
  }
  .xp {
    display: none !important;
  }
  .notification a {
    display: none;
  }
  .notification {
    background-color: none !important;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
  }
  .notification span {
    top: -17px;
    right: -54px;
    z-index: 1;
  }
  .wallet-wrapper {
    gap: 8px;
  }
  .wallet-wrapper .btn-gradient {
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 8px;
  }
  .wallet-wrapper .btn-gradient span {
    font-size: 23px !important;
    width: 28px;
    height: 28px;
    line-height: 23px;
  }
  .deposit-header img {
    display: flex;
    align-items: center;
  }
  .deposit-header {
    height: 32px;
  }
  .notif-modal {
    top: 56px;
    height: calc(100vh - 56px);
    max-width: 375px;
    width: 100%;
  }
  .notifications-wrapper,
  .profile-wrapper {
    padding: 16px;
    background-color: #fff;
  }
  .notification-item {
    padding: 12px 16px;
    background-color: #f0f0f0;
  }
  .notif-caption {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .notif-body {
    font-size: 12px;
    line-height: 16px;
  }
  .notif-footer {
    border-top: 1px solid #e8e8e8;
  }
  .delete img {
    width: 36px;
    height: 36px;
  }
  .notif-modal .toggle-switch {
    width: 32px;
    height: 16px;
  }
  .notif-modal .slider::before {
    width: 12px;
    height: 12px;
  }
  .notif-modal .toggle-switch input:checked + .slider::before {
    transform: translateX(16px);
  }
  .user .user-profile {
    display: none !important;
  }
  .user-profile-mobile {
    width: 100%;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    padding: 0;
    font-family: "geist";
    display: none;
  }
  .user-profile-mobile ul {
    padding: 20px 16px;
    border-radius: 8px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .user-profile-body {
    padding: 16px;
  }
  .user-profile-mobile ul li,
  .user-profile-mobile ul li a {
    color: #5f6d66;
    font-size: 14px;
    line-height: 22px;
  }
  .notif-modal,
  .profile-modal {
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 100%;
    max-width: 100%;
  }
  .user-data-mobile,
  .brass-mobile,
  .deposit-mobile {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px 16px;
    margin-bottom: 16px;
  }
  .alpha-style {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #f0f0f0;
    font-weight: 500;
    font-size: 16.8px;
    border-radius: 50%;
  }
  .user-data-mobile {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }
  .arrow-mobile {
    display: block;
  }
  .arrow-mobile img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .brass-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px;
  }
  .brass-flex .user-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .brass-flex .user-right h5 {
    font-family: "geist";
  }
  .brass-flex .user-right em {
    margin: 0;
  }
  .brass-mobile .xp-progress-bar {
    background-color: #fff;
    height: 5px;
  }
  .brass-mobile .xp-progress-fill {
    border-radius: 4px;
  }
  .brass-mobile .xp-marker {
    width: 10px;
    height: 10px;
  }
  .deposit-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .deposit-top p {
    font-size: 12px;
    font-weight: 400;
  }
  .deposit-top h5 {
    font-family: "geist";
    font-weight: 600;
    font-size: 14px;
  }
  .deposit-mobile .btn-flex {
    justify-content: space-between;
    margin-top: 16px;
  }
  .deposit-mobile .btn-flex button {
    width: calc(50% - 4px);
  }
  .deposit-mobile .btn-flex .btn-light {
    background-color: #f0f0f0;
  }
  .user-profile-body {
    height: calc(100vh - 152px);
    display: block;
    overflow: auto;
  }
  .video-live-player-container {
    display: none;
  }
  .tab-header {
    position: initial;
    margin-top: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .tab-content .tab-panel {
    margin-top: 16px;
  }
  .tab-panel-mobile .video-live-player-container > .live-player-list-box {
    max-width: 100%;
    width: 100%;
    margin-top: 11px;
  }
  .white-container {
    padding: 5px;
  }
  .video-code {
    font-size: 14px;
    line-height: normal;
  }
  .video-count h2 {
    font-size: 20px;
  }
  .video-list-box .code-text {
    padding-bottom: 2px;
  }
  .video-list-box {
    background: transparent;
    top: 30%;
    z-index: 1000;
  }
  .video-list-box .live-player-list-result {
    gap: 2px;
  }
  .races-container {
    margin-top: 0;
  }
  .watch-live {
    background-color: #e41826;
    border-radius: 12px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 9px 16px;
  }
  .watch-live a {
    display: flex;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  .watch-live p {
    display: flex;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }
  .mobile-modal {
    z-index: 100000;
    position: fixed;
  }
  .mobile-back {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    cursor: pointer;
  }
  .mobile-back img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .mobile-modal-top {
    justify-content: flex-start;
    gap: 15px;
    background-color: #f0f0f0;
  }
  .balance-header {
    padding: 12px 16px;
    flex-direction: column;
    gap: 32px;
    border-radius: 10px;
  }
  .balance-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  .balance-item h4,
  .balance-flex a {
    font-size: 14px;
    line-height: 22px;
  }
  .balance-item:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    left: 0;
    bottom: -16px;
    position: absolute;
  }
  .sub-time span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #5f6d66;
    padding-top: 3px;
  }
  .sub-amount span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #1a1a1a;
    padding-top: 3px;
  }
  .wallet-table-footer {
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }
  .pagination {
    justify-content: center;
  }
  .user-profile-mobile ul li:hover a,
  .user-profile-mobile ul li:hover {
    color: #28be73;
    transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .user-profile-mobile ul li:hover img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(25%) saturate(1306%)
      hue-rotate(92deg) brightness(81%) contrast(83%);
  }
  .logout:hover img {
    filter: none !important;
  }
  .prefernce-box {
    gap: 12px;
  }
  .prefernce-box-item {
    padding: 12px;
    background-color: #fafafa;
    border-radius: 12px;
  }
  .inline-search-box {
    justify-content: flex-end;
    max-width: fit-content;
  }
  .bonus-grid {
    gap: 8px;
  }
  .bonus-grid-item {
    max-width: 100%;
  }
  .no-rewards {
    background-color: #fafafa;
  }
  .xp-badge {
    max-width: 134px;
  }
  .xp-badge img {
    height: 100%;
    object-fit: cover;
  }
  .xp-card {
    align-items: inherit;
  }
  .xp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    cursor: pointer;
  }
  .xp-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  .xp-header h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .xp-total {
    font-size: 14px;
    line-height: 22px;
    font-family: "Audiowide", sans-serif;
  }
  .xp-progress-bar {
    height: 8px;
    border-radius: 8px;
  }
  .xp-marker {
    width: 16px;
    height: 16px;
  }
  .bonus-grid-item {
    flex-direction: row;
    gap: 15px;
  }
  .bonus-bottom {
    background-color: transparent !important;
    max-width: 100%;
    flex-grow: 1;
    gap: 5px;
  }
  .bonus-top {
    max-width: 25%;
    width: 100%;
  }
  .bonus-title h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .bonus-title p {
    font-size: 10px;
    line-height: 14px;
  }
  .btn-flex {
    justify-content: space-between;
  }
  .btn-flex button {
    padding: 6px 10px;
    border: none;
    flex-grow: 1;
  }
  .btn-flex {
    gap: 8px;
    font-size: 13px;
  }
  .common-tab {
    background-color: #fafafa;
  }
  .tab-btn.active {
    background-color: #f0f0f0;
  }
  .mobile-select .tab-select {
    padding: 8px;
    border: none;
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    font-family: "geist";
    background-color: transparent;
    cursor: pointer;
  }
  .mobile-select .tab-select:focus {
    border: none;
    outline: none;
  }
  .mobile-select .common-tab-wrapper{
    padding: 0;
  }
  .license-item{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .modal-content{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .modal-body{
    height: 100%;
  }
  .help-container h2{
    font-size: 18px;
    line-height: 26px;
  }
}

.video-end-heading {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: max-content;
}

.race-end-heading {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: max-content;
}

.video-end-text {
  font-family: "Audiowide";
  font-weight: 400;
  font-size: 45px;
  line-height: 80px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #32ee90;
}

.video-play-progress {
  position: absolute;
  bottom: 49px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.progress-container {
  width: 100%;
  background-color: #fff;
  /* border-radius: 25px; */
  overflow: hidden;
  height: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.game-progress-bar {
  height: 100%;
  width: 0%;
  background: #32ee90;
  border-radius: 25px 0 0 25px;
  transition: all 0.1s linear;
}

.progress-thumb {
  position: absolute;
  bottom: -5px;
  /* transform: rotate(18deg); */
  left: 10px;
  width: 16px;
  height: 16px;
  background: #32ee90;
  transform: skewX(-22deg);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all 0.1s linear;
}

.bet-on-other {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.bet-on-other a {
  font-size: 14px;
  line-height: 22px;
  font-family: "Geist";
  font-weight: 500;
  padding-left: 22px;
  padding-top: 14px;
  display: inline-block;
  color: #fff;
}

.bet-point-value-box::-webkit-input-placeholder {
  color: #1a1a1a;
}
.bet-point-value-box:-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.bet-point-value-box::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}
.bet-point-value-box:-ms-input-placeholder {
  color: #1a1a1a;
}
.video-container iframe {
  border: none;
}
@media (max-width: 768px) {
  #betPopup .modal-content {
    max-width: 100%;
    width: 100%;
  }
  .mobile-live-tab {
    display: inline-block;
  }

  .mobile-live-tab-content {
    margin-top: 95px !important;
  }

  .mobile-live-tab-content .video-live-player-container {
    display: flex;
    flex-direction: column;
  }

  .mobile-live-tab-content .white-container {
    max-width: 100% !important;
  }

  .video-end-text {
    font-size: 34px !important;
  }

  .video-count h2 {
    font-size: 26px !important;
  }

  .mobile-live-tab-content .live-player-list-box.video-block {
    width: 100%;
  }
  .mobile-live-tab-content .video-end-text {
    font-size: 18px !important;
    line-height: 26px;
  }

  .video-code {
    font-size: 12px;
  }

  .video-count h2 {
    font-size: 13px !important;
  }

  .mobile-live-tab-content .video-list-box {
    top: 19%;
  }

  .video-container {
    height: 289px;
  }

  .video-live-player-container {
    max-height: 300px;
    margin-bottom: 20px;
  }
  .preview-flex {
    flex-direction: column;
  }
  .preview-left,
  .preview-right {
    max-width: 100%;
    text-align: center;
  }
  .preview-flex {
    padding: 0;
    padding-top: 40px;
  }
  .popup-preview {
    padding: 20px;
  }
  .preview-left h2,.preview-left h3 {
    font-size: 30px;
  }
  .preview-left p {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .video-end-text {
    font-size: 27px !important;
  }
  .video-end-heading-winner {
    top: -8%;
  }
  .position {
    width: 100%;
  }
}
@media (max-width: 400px) {
  upcoming-race-table-body {
    padding: 7px;
  }

  .upcoming-races-table .odds {
    height: 36px;
    width: 50px;
  }

  .upcoming-races-table-row {
    grid-template-columns: 1fr 40px 40px 40px;
  }
}
