.sports-buttons {
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  ) !important;
}

.sport-box:hover .sport-name {
  color: #6243b4;
  transform: translateY(0);
  text-shadow: 0 2px 10px rgba(47, 27, 98, 0.3);
}

.tabs-nav__btn.active {
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #6243b4 26%,
    #ad8ff7 68%,
    #643cc8 100%
  );
  border-radius: 10px;
}

.payment-subtitle {
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #6243b4 29%,
    #ad8ff7 68%,
    #643cc8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.3rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.payment-button {
  padding: 12px !important;
  border: none !important;
  border-radius: 12px !important;
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  ) !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  cursor: pointer !important;
  box-shadow: 0 5px 0 #2f1b62, 0 6px 15px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(0) !important;
  transition: all 0.2s ease-in-out !important;
  position: relative !important;
  z-index: 1 !important;
}

.register-button {
  padding: 12px !important;
  border: none !important;
  border-radius: 12px !important;
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  ) !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  cursor: pointer !important;
  box-shadow: 0 5px 0 #2f1b62, 0 6px 15px #654ca273 !important;
  transform: translateY(0) !important;
  transition: all 0.2s ease-in-out !important;
  position: relative !important;
  z-index: 1 !important;
}

.social-button {
  background: #2f1b62;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px #4a300099, inset 0 4px 3px #ffffff60;
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  );
}

.header__signup {
  font-weight: 600 !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  ) !important;
  text-transform: capitalize !important;
  border: none !important;
  border-radius: 9px !important;
  height: auto !important;
  padding: 8px 0px !important;
  margin-left: 10px !important;
}

.header__signin {
  position: relative !important;
}

.header__signin span {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 600 !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(
    to right,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  ) !important;
  text-transform: capitalize !important;
  border: none !important;
  border-radius: 9px !important;
  height: auto !important;
  padding: 8px 18px !important;
  margin-left: 10px !important;
}

/* .header__signin:hover::before {
  content: "" !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #fff !important;
  border-radius: 1px !important;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6),
    0 4px 10px rgba(255, 255, 255, 0.2), 0 8px 20px rgba(255, 255, 255, 0.05) !important;
} */

.header__search-btn {
  right: -25px !important;
}

.game-box.sports {
  background: linear-gradient(
    145deg,
    #2f1b62 0%,
    #2f1b62 29%,
    #2f1b62 68%,
    #654ca2 100%
  );
  animation: gentleFloat 6s ease-in-out infinite;
  animation-delay: 1.5s;
  box-shadow: 0 10px 30px rgba(16, 51, 62, 0.4),
    inset 0 2px 10px rgba(93, 188, 255, 0.1);
}

.brand-container {
  background: linear-gradient(to right, #0d0011 0%, #212121 47%, #0d0011 100%);
  padding: 1rem 0;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 -4px 15px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-top: 1.5rem;
  max-width: 1200px;
  margin-right: 10px;
  margin-left: 10px;
}

.payment-container {
  background: url(https://cdn.efsinomedia.com/img/payment-background-4.png)
    no-repeat center center;
  background-size: cover;
  padding: 2rem;
  border-radius: 20px;
  margin: 3.5rem 0;
  margin-bottom: 1.23rem;
  width: 100%;
  max-width: 1200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 1rem;
}

.feature-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #777777;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  justify-content: flex-start;
  transition: all 0.4s ease;
  animation: featureFloat 6s ease-in-out infinite;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.feature-icon-bg::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7f418e 0%, #2a1845 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.feature-icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    #2f1b62 0%,
    #654ca2 29%,
    #654ca2 68%,
    #2f1b62 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

@keyframes featureFloat {
  0% {
    transform: translateY(0) translateX(0);
    box-shadow: 0 5px 15px rgba(42, 22, 64, 0.1);
  }

  25% {
    transform: translateY(-5px) translateX(2px);
    box-shadow: 0 10px 20px rgba(42, 22, 64, 0.2);
  }

  75% {
    transform: translateY(3px) translateX(-2px);
    box-shadow: 0 7px 17px rgba(42, 22, 64, 0.15);
  }

  100% {
    transform: translateY(0) translateX(0);
    box-shadow: 0 5px 15px rgba(42, 22, 64, 0.1);
  }
}

.tabs-nav {
  background: linear-gradient(to right, #2c0e2d 0%, #381741 47%, #2a0327 100%);
}

.xtable tr:nth-child(even),
.xtable tr:nth-child(odd) {
  background-color: #161616 !important;
}

.feature-item:hover {
  border-color: #7536ef;
}
