html,
body {
  background-color: #fff !important;
  background: #fff !important;
}
.modal-header {
  border-radius: 0;
}
textarea.form-control {
  min-height: auto;
  height: auto;
}
.modal-close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
  background: transparent;
}
.modal-backdrop {
  --bs-backdrop-zindex: 10511 !important;
}
#reviewModal .close span {
  font-size: 24px !important;
}
.modal {
  z-index: 999999;
}

body *::-webkit-scrollbar-track {
  background-color: rgba(93, 45, 221, 0.3) !important;
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

body *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body *::-webkit-scrollbar-thumb {
  background-color: rgba(93, 45, 221, 0.7) !important;
  border-radius: 4px;
}

body *::-webkit-scrollbar-button {
  background: unset;
  height: 10%;
  width: 10%;
}

html,
body {
  height: 100%;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold !important;
}

button:focus,
button:active,
select:focus,
select:active {
  outline: none !important;
  box-shadow: none !important;
}

.modal-content {
  border-radius: 0;
  background-clip: unset;
  border: 2px solid #5d2ddd;
}

.modal-body {
  border-radius: 0;
  background-clip: unset;
  margin-right: 8px;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.contact-group .input-group-text {
  border: 1px solid rgb(229 233 238);
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: #346dff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: #346dff;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: #346dff;
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #346dff;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #346dff;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow:
    0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 50px !important;
}

.select2-container--default .select2-selection--single:focus-visible,
.select2-container
  .select2-selection--single
  .select2-selection__rendered:focus-visible {
  border: 1px solid #ced4da !important;
  outline: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: #346dff33 !important;
  border-radius: 0.375rem !important;
}

.single-product-item.no_data {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel-default .owl-dots {
  text-align: center;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.owl-carousel-default .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s;
}

.owl-carousel-default .owl-dot.active span {
  transform: scale(1.3);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: absolute;
  top: 40%;
}

.product-flash-img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .product-flash-img {
    height: 180px;
  }
}

.dashboard-menu:not(.before-login-menu) .side-sidebar-close-btn {
  display: none;
}

@media (max-width: 1199px) {
  .dashboard-menu:not(.before-login-menu) {
    display: none;
  }
}

.switch {
  margin-left: 4px;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-bottom: 0;
}

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

.switch input:checked + .slider {
  background-color: #28c66f;
}

.slider.round {
  border-radius: 34px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #282828;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-group:has(label.switch) {
  display: flex;
  align-items: center;
  gap: 4px;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  height: 13px;
  width: 13px;
  top: 1px;
  right: 4px;
  bottom: 3px;
  background-color: white;
}

.switch input:checked + .slider:before {
  left: -8px;
}

.slider.round:before {
  border-radius: 50%;
}

.blinking-dots {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.blinking-dots .dot {
  animation: blink 1s infinite;
  opacity: 0;
}

.blinking-dots .dot:nth-child(2) {
  animation-delay: 0s;
}

.blinking-dots .dot:nth-child(3) {
  animation-delay: 0.3s;
}

.blinking-dots .dot:nth-child(4) {
  animation-delay: 0.6s;
}

.text-brown {
  color: #bf3a0a !important;
}

.bg-brown,
.bg-brown:hover {
  background: #bf3a0a !important;
  color: white;
}

.border-brown {
  border-color: #bf3a0a !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: rgba(191, 58, 10, 0.3);
}

.custom-border-brown {
  border-color: rgba(191, 58, 10, 0.3) !important;
}

@keyframes blink {
  0%,
  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-carousel-default {
  position: relative;
}

.owl-carousel-default .owl-nav {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 35px;
}

/* Optional styling for buttons */
.owl-carousel-default .owl-nav button.owl-prev,
.owl-carousel-default .owl-nav button.owl-next {
  color: rgba(7, 7, 7, 0.24);
  border: none;
  padding: 10px 15px;
}

.border-black,
.border--black {
  border-color: #000 !important;
}

.custom-input {
  background: rgba(217, 217, 217, 0.5);
  border: none;
  border-radius: 10px;
  padding: 10px;
}

.form-control,
.form-select {
  padding: 10px;
  border-radius: 10px;
}

.custom-input:focus {
  background: rgba(217, 217, 217, 0.5);
}

.custom-input::placeholder {
  color: rgba(93, 45, 221, 0.3);
}

.border-color-input,
.custom-border-base {
  border-color: rgba(93, 45, 221, 0.3);
}

.dashboard-menu ul li a {
  border-bottom: 1px rgba(93, 45, 221, 0.3) solid;
}

.btn-close {
  font-size: 10px;
}

.rounded-pill-start {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.rounded-pill-end {
  border-bottom-right-radius: 50rem;
  border-top-right-radius: 50rem;
}

input:focus,
select:focus,
.form-select:focus,
textarea:focus,
.input-group:focus-within input,
.input-group:focus-within .input-group-text {
  border: 1px solid rgba(72, 21, 206, 0.5);
}

.owl-carousel-default .owl-nav {
  display: flex;
}

.owl-carousel-default .owl-dots {
  display: none !important;
}

.bg-md-white {
  background: white;
}

.me-md-n1 {
  margin-right: -10px;
}

@media (max-width: 991px) {
  .category-link {
    border-radius: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px;
  }

  #balance-user-container {
    background: transparent !important;
  }

  #balance-user-container {
    color: #5d2ddd !important;
  }

  #balance-user-container .fa-wallet,
  #balance-user-container .wallet-icon {
    color: #000 !important;
  }
}

.modal-header .btn-close,
.modal-header .close {
  right: 0.75rem !important;
  top: 0.75rem !important;
  position: absolute !important;
  background-color: transparent !important;
}

.modal-header {
  position: relative;
}

.dashboard-section-title {
  background: white;
  padding: 0.5rem !important;
}

@media (max-width: 767px) {
  .me-md-n1 {
    margin-right: 0;
  }

  .checkout-wrapper .nav-tabs li {
    margin: 4px !important;
  }

  .custom-mr-1 {
    margin-right: 16px;
  }

  .checkout-wrapper .nav-tabs li {
    width: auto;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
  }

  .shadow-md {
    box-shadow: none !important;
  }

  .owl-carousel-default .owl-nav {
    display: none !important;
  }

  .owl-carousel-default .owl-dots {
    display: flex !important;
    flex-wrap: wrap;
  }

  .bg-md-white {
    background: none;
  }
}

.bg-base-05 {
  background: rgb(93, 45, 221, 0.05) !important;
}

.bg-base-10 {
  background: rgb(93, 45, 221, 0.1) !important;
}

.bg-base-20 {
  background: rgb(93, 45, 221, 0.2) !important;
}

.bg-base-30 {
  background: rgb(93, 45, 221, 0.3) !important;
}

.bg-base-40 {
  background: rgb(93, 45, 221, 0.4) !important;
}

.bg-base-50 {
  background: rgb(93, 45, 221, 0.5) !important;
}

.bg-base-60 {
  background: rgb(93, 45, 221, 0.6) !important;
}

.bg-base-70 {
  background: rgb(93, 45, 221, 0.7) !important;
}

.bg-base-80 {
  background: rgb(93, 45, 221, 0.8) !important;
}

.bg-base-90 {
  background: rgb(93, 45, 221, 0.9) !important;
}

.dashboard-menu.before-login-menu .side-sidebar-close-btn {
  text-align: right;
  margin-right: 1rem;
  position: absolute;
}

.table > :not(caption) > * > * {
  background-color: inherit;
}

thead.bg-base th,
thead.bg--base th,
thead.bg-base td,
thead.bg--base td {
  color: white;
}

.custom-table thead th:first-child,
.custom-table thead td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}

.custom-table tbody td:first-child {
  position: sticky;
  left: 0;
  background: white;
  z-index: 2;
}
.custom-table tbody td {
  background: white;
}

.badge--success {
  color: #1dd031 !important;
  border: 1px solid #1dd031 !important;
  background: #eafdf5 !important;
}

.badge--warning,
.badge--brown {
  color: #bf3a0a !important;
  border: 1px solid #bf3a0a !important;
  background: #fcf0eb !important;
}

.badge--danger {
  color: #ea5455 !important;
  border: 1px solid #ea5455 !important;
  background: #ffefef !important;
}
.badge--primary {
  color: #5d2ddd !important;
  border: 1px solid #5d2ddd !important;
  background: #f4efff !important;
}
.badge {
  padding: 0.35em 0.65em;
}
.sidebar__menu .menu-title {
  width: 140px;
}
.sidebar__menu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html,
body {
  background-color: #fff !important;
  background: #fff !important;
}
.modal-header {
  border-radius: 0;
}

.modal-close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
  background: transparent;
}
.modal-backdrop {
  --bs-backdrop-zindex: 10511 !important;
}
#reviewModal .close span {
  font-size: 24px !important;
}
.modal {
  z-index: 999999;
}

body *::-webkit-scrollbar-track {
  background-color: rgba(93, 45, 221, 0.3) !important;
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

body *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body *::-webkit-scrollbar-thumb {
  background-color: rgba(93, 45, 221, 0.7) !important;
  border-radius: 4px;
}

body *::-webkit-scrollbar-button {
  background: unset;
  height: 10%;
  width: 10%;
}

html,
body {
  height: 100%;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold !important;
}

button:focus,
button:active,
select:focus,
select:active {
  outline: none !important;
  box-shadow: none !important;
}

.modal-content {
  border-radius: 0;
  background-clip: unset;
  border: 2px solid #5d2ddd;
}

.modal-body {
  border-radius: 0;
  background-clip: unset;
  margin-right: 8px;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.contact-group .input-group-text {
  border: 1px solid rgb(229 233 238);
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: #346dff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: #346dff;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: #346dff;
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #346dff;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #346dff;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow:
    0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 50px !important;
}

.select2-container--default .select2-selection--single:focus-visible,
.select2-container
  .select2-selection--single
  .select2-selection__rendered:focus-visible {
  border: 1px solid #ced4da !important;
  outline: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: #346dff33 !important;
  border-radius: 0.375rem !important;
}

.single-product-item.no_data {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel-default .owl-dots {
  text-align: center;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.owl-carousel-default .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s;
}

.owl-carousel-default .owl-dot.active span {
  transform: scale(1.3);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: absolute;
  top: 40%;
}

.product-flash-img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .product-flash-img {
    height: 180px;
  }
}

.dashboard-menu:not(.before-login-menu) .side-sidebar-close-btn {
  display: none;
}

@media (max-width: 1199px) {
  .dashboard-menu:not(.before-login-menu) {
    display: none;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-bottom: 0;
}

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

.switch input:checked + .slider {
  background-color: #28c66f;
}

.slider.round {
  border-radius: 34px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #282828;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-group:has(label.switch) {
  display: flex;
  align-items: center;
  gap: 4px;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  height: 13px;
  width: 13px;
  top: 1px;
  right: 4px;
  bottom: 3px;
  background-color: white;
}

.switch input:checked + .slider:before {
  left: -8px;
}

.slider.round:before {
  border-radius: 50%;
}

.blinking-dots {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.blinking-dots .dot {
  animation: blink 1s infinite;
  opacity: 0;
}

.blinking-dots .dot:nth-child(2) {
  animation-delay: 0s;
}

.blinking-dots .dot:nth-child(3) {
  animation-delay: 0.3s;
}

.blinking-dots .dot:nth-child(4) {
  animation-delay: 0.6s;
}

.text-brown {
  color: #bf3a0a !important;
}

.bg-brown,
.bg-brown:hover {
  background: #bf3a0a !important;
  color: white;
}

.border-brown {
  border-color: #bf3a0a !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: rgba(191, 58, 10, 0.3);
}

.custom-border-brown {
  border-color: rgba(191, 58, 10, 0.3) !important;
}

@keyframes blink {
  0%,
  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-carousel-default {
  position: relative;
}

.owl-carousel-default .owl-nav {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 35px;
}

/* Optional styling for buttons */
.owl-carousel-default .owl-nav button.owl-prev,
.owl-carousel-default .owl-nav button.owl-next {
  color: rgba(7, 7, 7, 0.24);
  border: none;
  padding: 10px 15px;
}

.border-black,
.border--black {
  border-color: #000 !important;
}

.custom-input {
  background: rgba(217, 217, 217, 0.5);
  border: none;
  border-radius: 10px;
  padding: 10px;
}

.form-control,
.form-select {
  padding: 10px;
  border-radius: 10px;
}

.custom-input:focus {
  background: rgba(217, 217, 217, 0.5);
}

.custom-input::placeholder {
  color: rgba(93, 45, 221, 0.3);
}

.border-color-input,
.custom-border-base {
  border-color: rgba(93, 45, 221, 0.3);
}

.dashboard-menu ul li a {
  border-bottom: 1px rgba(93, 45, 221, 0.3) solid;
}

.btn-close {
  font-size: 10px;
}

.rounded-pill-start {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.rounded-pill-end {
  border-bottom-right-radius: 50rem;
  border-top-right-radius: 50rem;
}

input:focus,
select:focus,
.form-select:focus,
textarea:focus,
.input-group:focus-within input,
.input-group:focus-within .input-group-text {
  border: 1px solid rgba(72, 21, 206, 0.5);
}

.owl-carousel-default .owl-nav {
  display: flex;
}

.owl-carousel-default .owl-dots {
  display: none !important;
}

.bg-md-white {
  background: white;
}

.me-md-n1 {
  margin-right: -10px;
}

@media (max-width: 991px) {
  .category-link {
    border-radius: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px;
  }

  #balance-user-container {
    background: transparent !important;
  }

  #balance-user-container {
    color: #5d2ddd !important;
  }

  #balance-user-container .fa-wallet,
  #balance-user-container .wallet-icon {
    color: #000 !important;
  }
}

.modal-header .btn-close,
.modal-header .close {
  right: 0.75rem !important;
  top: 0.75rem !important;
  position: absolute !important;
  background-color: transparent !important;
}

.modal-header {
  position: relative;
}

.dashboard-section-title {
  background: white;
  padding: 0.5rem !important;
}

@media (max-width: 767px) {
  .me-md-n1 {
    margin-right: 0;
  }

  .checkout-wrapper .nav-tabs li {
    margin: 4px !important;
  }

  .custom-mr-1 {
    margin-right: 16px;
  }

  .checkout-wrapper .nav-tabs li {
    width: auto;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
  }

  .shadow-md {
    box-shadow: none !important;
  }

  .owl-carousel-default .owl-nav {
    display: none !important;
  }

  .owl-carousel-default .owl-dots {
    display: flex !important;
    flex-wrap: wrap;
  }

  .bg-md-white {
    background: none;
  }
}

.bg-base-05 {
  background: rgb(93, 45, 221, 0.05) !important;
}

.bg-base-10 {
  background: rgb(93, 45, 221, 0.1) !important;
}

.bg-base-20 {
  background: rgb(93, 45, 221, 0.2) !important;
}

.bg-base-30 {
  background: rgb(93, 45, 221, 0.3) !important;
}

.bg-base-40 {
  background: rgb(93, 45, 221, 0.4) !important;
}

.bg-base-50 {
  background: rgb(93, 45, 221, 0.5) !important;
}

.bg-base-60 {
  background: rgb(93, 45, 221, 0.6) !important;
}

.bg-base-70 {
  background: rgb(93, 45, 221, 0.7) !important;
}

.bg-base-80 {
  background: rgb(93, 45, 221, 0.8) !important;
}

.bg-base-90 {
  background: rgb(93, 45, 221, 0.9) !important;
}

.dashboard-menu.before-login-menu .side-sidebar-close-btn {
  text-align: right;
  margin-right: 1rem;
  position: absolute;
}

.table > :not(caption) > * > * {
  background-color: inherit;
}

thead.bg-base th,
thead.bg--base th,
thead.bg-base td,
thead.bg--base td {
  color: white;
}

.custom-table thead th:first-child,
.custom-table thead td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}

.custom-table tbody td:first-child {
  position: sticky;
  left: 0;
  background: white;
  z-index: 2;
}
.custom-table tbody td {
  background: white;
}

.badge--success {
  color: #1dd031 !important;
  border: 1px solid #1dd031 !important;
  background: #eafdf5 !important;
}

.badge--warning,
.badge--brown {
  color: #bf3a0a !important;
  border: 1px solid #bf3a0a !important;
  background: #fcf0eb !important;
}

.badge--danger {
  color: #ea5455 !important;
  border: 1px solid #ea5455 !important;
  background: #ffefef !important;
}
.badge--primary {
  color: #5d2ddd !important;
  border: 1px solid #5d2ddd !important;
  background: #f4efff !important;
}
.badge {
  padding: 0.35em 0.65em;
}
.sidebar__menu .menu-title {
  width: 140px;
}
.sidebar__menu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.translatex-0 {
  transform: translateX(0) !important;
}

.vs__dropdown-toggle {
  border-radius: 10px;
  padding: 8px;
  border-color: #dee2e6;
}
.vs__dropdown-toggle:focus {
  border-color: #5d2ddd;
}
.positive {
  color: green;
}

/* Red for negative */
.negative {
  color: red;
}
.dashboard-menu.before-login {
  height: 100vh;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
}
.side-sidebar-close-btn {
  cursor: pointer;
}
.vs__dropdown-toggle {
  border-color: #5d2ddd !important;
  min-height: 2rem;
  padding: 0px;
}

.vs__search {
  position: absolute !important;
  height: 1.5rem;
  width: 100% !important;
}

.vs__actions .vs__clear {
  display: flex !important;
}

#mobile-side-menu-dashboard-menu {
  left: 0;
  right: unset;
}
.vs__dropdown-toggle {
  border-color: #5d2ddd !important;
  min-height: 2rem;
}
.no-border-vselect .vs__dropdown-toggle {
  border: 0 !important;
}
.vs__dropdown-toggle {
  min-height: 2rem;
}
.vs__search {
  position: absolute !important;
  height: 1.5rem !important;
  width: 100% !important;
}

.vs__actions ::deep .vs__clear {
  display: flex !important;
}
.vs__actions img,
.vs__actions svg {
  vertical-align: baseline;
}

html.desktop-zoom80 {
  zoom: 0.8;
}

@supports not (zoom: 1) {
  html.desktop-zoom80 #main-wrapper {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%;
    min-height: 125vh;
  }
}

.modal-backdrop.show {
  height: 125%;
  width: 125%;
}

html.desktop-zoom80 .dashboard-menu.before-login-menu {
  height: 125vh !important;
}
#userlinks-container {
  height: 80vh;
}

html.desktop-zoom80 #userlinks-container {
  height: 100vh;
}
#how-it-works-home p,
#how-it-works-home li,
#how-it-works-home span,
#how-it-works-home div,
#how-it-works-home h1,
#how-it-works-home h2,
#how-it-works-home h3,
#how-it-works-home h4,
#how-it-works-home h5,
#how-it-works-home h6,
#how-it-works-home a {
  color: white !important;
}
#gt_float_wrapper {
  position: fixed !important;
  bottom: 45px !important;
  left: 4px !important;
  z-index: 9 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 10px !important;
}

.gt_float_switcher img {
  width: 20px !important;
}

.gt_float_switcher {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .latest-games-game p b,
  .latest-games-game p a {
    display: block;
  }

  .latest-games-game p {
    display: block !important;
    font-size: 12px;
  }
}
#how-it-works-home p,
#how-it-works-home li,
#how-it-works-home span,
#how-it-works-home div,
#how-it-works-home h1,
#how-it-works-home h2,
#how-it-works-home h3,
#how-it-works-home h4,
#how-it-works-home h5,
#how-it-works-home h6,
#how-it-works-home a {
  color: white;
}
.swiper-wrapper {
  justify-content: center;
}
