:root {
  --primary-color: #2596be;
  --secondary-color: #11467a;
}

:root {
  --primary-color-text: rgb(37 150 190);
  --secondary-color: rgb(17 70 122);
  --primary-color: rgb(37 150 190);
  --primary-gradient-color: linear-gradient(to right,
          rgb(37 150 190) 40%,
          #2596be 92%);
  --secondary-gradient-color: linear-gradient(to right,
          rgb(17 70 122) 40%,
          #11467a 92%);
  --primary-light-color: rgb(255 215 0 / 20%);
}

/* :root {
  --primary-color: #2596be;
  --secondary-color: #11467a;
  --primary-color-text: #0a1628;
  --primary-gradient-color: linear-gradient(90deg, #2596be 0%, #11467a 100%);
  --secondary-gradient-color: linear-gradient(90deg, #2596be 0%, #11467a 100%);
  --primary-light-color: rgb(248 242 53 / 25%);
} */

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

.bg-gradient{
    background: linear-gradient(90deg, #2596be 0%, #11467a 100%);
}

.rotating-image {
  display: block;
  margin: auto;
  width: auto;
  height: 400px;
  animation: rotateImage 5s linear infinite;
}

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

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

.copy-icon {
  top: 10px;
  position: absolute;
}

.text-purple-600,
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: var(--primary-color);
}

.border-purple-600 {
  border-color: var(--primary-color);
}

.border-white {
  border: 1px solid #ffffff;
  background: rgb(228 228 228 / 42%) !important;
}

.text-gray {
  color: rgb(69, 69, 69) !important;
}

.font-normal-bold {
  font-weight: 500;
}

.border-dashed {
  border: 1px dashed rgb(193, 193, 193) !important;
}

.border-dashed-right {
  border-right: 1px solid rgb(235 236 239) !important;
}

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

.logo-img {
  height: 130px;
  width: auto !important;
}

.bd-transparent {
  background-color: transparent !important;
}

.text-gray {
  color: rgb(69, 69, 69) !important;
}

.kyc-bg {
  border: 1px solid #2596be;
  background-image: var(--primary-gradient-color);
  padding: 0px;
  color: #fff;
}

.kyc-bg h5 {
  border-bottom: 1px solid rgb(184, 184, 184);
  color: #fff;
  padding: 13px 20px;
}

.primary-gradient-bg {
  background-image: var(--primary-gradient-color);
}

.sidebar-menu li > a.active-page,
.btn-primary-600,
.btn-primary {
  background: linear-gradient(90deg, #2596be 0%, #11467a 100%) !important;
  transition: background 0.35s ease-in-out, transform 0.25s ease;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #2596be 0%, #11467a 100%) !important;
}

.from-\[\#86dd6640\] {
  --tw-gradient-from: #023a54 var(--tw-gradient-from-position);
}

.mt-5 {
  margin-top: 50px;
}

.style-pill-button li button[aria-selected="true"] {
  border-color: var(--primary-color-text);
  background-color: transparent;
}

.wd-55 {
  width: 55%;
}

.wd-55 li {
  margin-bottom: 10px;
}

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

.termional-icon {
  height: 100px;
  width: auto;
}

.bg1 {
  background: linear-gradient(
    180deg,
    rgb(237 249 255) 0%,
    rgb(243 251 255) 100%
  );
}

.login-bg {
  background: linear-gradient(150deg, #2596be, #0a1628, #070f1a, #2596be);
}

.ban-bg {
  background: linear-gradient(90deg, #2596be 0%, #11467a 100%) !important;
}

.ban-bg-two {
  background: linear-gradient(
    to right,
    rgb(98 0 255) 40%,
    #f18b32 92%
  ) !important;
}

.navbar-header {
  box-shadow: 6px 15px 25px 0px rgba(207, 212, 220, 0.4);
}

.program-label {
  display: block;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.3s ease;
}

input[type="radio"]:checked + .program-label {
  border-color: rgb(232, 200, 120);
  box-shadow: 0 0 10px rgba(76, 114, 175, 0.3);
  /* background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 106, 255, 1) 100%); */
  background: linear-gradient(90deg, #2596be 0%, #11467a 100%) !important;
  color: white;
}

.program-label:active > .font-semibold {
  color: white !important;
}

.program-label:hover {
  border-color: #374151;
}

.program-label:active {
  color: white;
}

.button-container {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: start;
}

.btn-label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 8px;
  /* background: #f0f8ff; */
  transition: all 0.3s ease;
}

.btn-label:hover {
  border: 2px solid rgb(42, 90, 143);
  color: rgb(0, 0, 0);
}

.button-container input[type="radio"] {
  display: none;
}

.button-container input[type="radio"]:checked + .btn-label {
  border: 1px solid rgb(42, 90, 143);
  color: white;
  background: linear-gradient(
  180deg,
  #11467a 0%,
  #dcb967 25%,
  #c59d45 55%,
  #2596be 100%
) !important;

}
.button-container input[type="radio"]:checked + .btn-label div {
  background-color: rgb(var(--primary-color) / var(--tw-bg-opacity));
}

.price-plan table {
  margin-top: 20px;
  width: 100%;
  display: none;
}

.price-plan table.active {
  display: table;
  height: 350px;
}

.price-plan td {
  font-size: 14px;
  padding: 0px 20px;
  border: 0;
  color: rgb(190, 190, 190);
}

.wd-8 {
  width: 80%;
}

.form-wizard-list.style-two .form-wizard-list__item.activated {
  --tw-bg-opacity: 1;
  background-color: rgb(30, 74, 126);
}

.clock-button {
  color: white;
  border: none;
  padding: 8px 55px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

.clock-button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.form-wizard-list__item {
  width: 47% !important;
}

.form-wizard-list.style-three {
  min-width: auto !important;
}

/* Preloader
-------------------------------------------------------*/

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.move-container {
  width: 255px;
  height: 600px;
  overflow: hidden;
  position: relative;
  box-shadow: 6px 15px 25px 0px rgba(207, 212, 220, 0.4);
}

/* move track */
.move {
  display: flex;
  flex-direction: column;
  animation: scrollUp 15s linear infinite;
}

.move:hover {
  animation-play-state: paused;
}

.move-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

@keyframes scrollUp {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(0, -25%, 0);
  }

  50% {
    transform: translate3d(0, -50%, 0);
  }

  75% {
    transform: translate3d(0, -25%, 0);
  }

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

.move-container1 {
  position: fixed;
  top: 15%;
  right: 0;
  height: auto;
  width: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snow-bg {
  background: linear-gradient(150deg, #2596be, #0a1628, #070f1a, #2596be);
}

@keyframes tradeMove {
  0% {
    transform: scaleY(1);
  }

  /* Normal height */
  25% {
    transform: scaleY(1.2);
  }

  /* Increase height */
  50% {
    transform: scaleY(0.8);
  }

  /* Decrease height */
  75% {
    transform: scaleY(1.1);
  }

  /* Slightly increase */
  100% {
    transform: scaleY(1);
  }
}

.animated-trade-icon {
  display: inline-block;
  font-size: 24px;
  animation: tradeMove 0.8s infinite alternate ease-in-out;
  transform-origin: bottom;
}

.down-arrow {
  height: 100px;
  margin-top: -80px;
}

.active .active-flex {
  display: inline-grid;
}

.active .act-dis-nn {
  display: none;
}

.price-button {
  display: none;
}

.style-pill-button li button[aria-selected="true"] {
  background-color: transparent !important;
}

.doc-img {
  height: 200px;
  width: auto;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.close-btn {
  cursor: pointer;
  font-size: 20px;
  float: right;
}

.border-t-5 {
  border-top: 5px solid var(--primary-color);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 68%);
}

/* Modal Content */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 950px;
  margin: 7% auto;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.close:hover {
  color: black;
}

.text-left {
  text-align: left !important;
}

.dark select {
  background-color: #fff0;
}

.ticket td {
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .move-container1 {
    position: fixed;
    left: 1%;
    bottom: 0;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .mob-v .w-\[70\%\] {
    width: 100% !important;
  }

  .mb-w-100 {
    width: 100% !important;
  }

  .move {
    display: flex;
    flex-direction: row;
    /* Change from column to row */
    animation: scrollLeft 15s linear infinite;
  }

  .move:hover {
    animation-play-state: paused;
  }

  .move-item {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-right: 1px solid #ccc;
    padding: 10px;
    white-space: nowrap;
    /* Prevent text wrapping */
  }

  @keyframes scrollLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }

    25% {
      transform: translate3d(-25%, 0, 0);
    }

    50% {
      transform: translate3d(-50%, 0, 0);
    }

    75% {
      transform: translate3d(-25%, 0, 0);
    }

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

@media only screen and (max-width: 768px) {
  .mob-flex {
    display: block !important;
  }

  .mob-in {
    display: initial !important;
  }

  .m-py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-px-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-px-0-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .plan .form-wizard-list__item {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .reg .form-wizard-list__item {
    width: 48% !important;
  }

  .reg {
    min-width: auto !important;
  }

  .px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .mb-pt-2 {
    padding-top: 20px;
  }

  .mb-wd-100 {
    width: 100%;
  }

  .withdraw .px-5 {
    padding-left: 1.02rem;
    padding-right: 1.02rem;
    margin-bottom: 10px;
  }

  .plat .px-4 {
    padding-left: 0rem;
  }

  .sm\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.tv-ticker-item-tape {
  color: #d7d7d7 !important;
}

#tableplan_2,
#tableplan_3,
#tableplan_4,
#tableplan_5,
#tableplan_6 {
  background: linear-gradient(
    45deg,
    hsl(240deg 78% 34%) 0%,
    hsl(242deg 80% 33%) 11%,
    hsl(244deg 81% 31%) 21%,
    hsl(245deg 83% 29%) 29%,
    hsl(247deg 85% 28%) 36%,
    hsl(249deg 87% 26%) 40%,
    hsl(250deg 89% 24%) 46%,
    hsl(251deg 91% 23%) 52%,
    hsl(252deg 93% 21%) 60%,
    hsl(253deg 95% 20%) 69%,
    hsl(254deg 96% 19%) 79%,
    hsl(255deg 98% 17%) 89%,
    hsl(255deg 100% 16%) 100%
  ) !important;
}

