html,
body {
  background-color: #000000 !important;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

input, textarea, select {
  background-color: transparent !important;
}

body {
  touch-action: manipulation;
}
body {
  -webkit-background-clip: padding-box;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
}
.agree label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.agree label a {
  color: #CCCEEF;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.agree label a:hover {
  color: #ffffff;
}
.page-ath-form {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 30px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.page-ath-form::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, #690070, #242650, #690070);
  background-size: 300% 300%;
  animation: rotateBorder 6s linear infinite;
  z-index: -1;
}
.page-ath-form > * {
  position: relative;
  z-index: 2;
}
.page-ath-form input,
.page-ath-form select,
.page-ath-form textarea {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border: 1px solid #690070;
}
.page-ath-form input::placeholder,
.page-ath-form select::placeholder,
.page-ath-form textarea::placeholder {
  color: #CCCEEF;
}
@keyframes rotateBorder {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.page-ath-heading,
.page-ath-heading.d-flex.justify-content-between.align-items-center {
  color: #ffffff;
  font-weight: 600;
}
.form-note {
  color: #cccccc;
  font-size: 13px;
  margin-top: 10px;
}
.form-note a {
  color: #CCCEEF;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.form-note a:hover {
  color: #ffffff;
}
.nk-header, .nk-header-main, .topbar, .navbar, .topbar-wrap {
  background: linear-gradient(to right, #690070, #242650) !important;
  border-bottom: 1px solid #242650 !important;
}
.topbar.is-sticky {
  background: linear-gradient(90deg, #242650 0%, #690070 100%) !important;
}
.navbar a, .topbar a, .nk-header a, .menu-link, .topbar-text {
  color: #CCCEEF !important;
}
.card-innr {
  background: linear-gradient(to right, #690070, #242650) !important;
  border: 1px solid #242650 !important;
  color: #CCCEEF !important;
}
.page-content,
.user-dashboard.page-user.theme-modern.no-touch,
.admin-dashboard.page-user.no-touch,
.main-content.col-lg-12,
.admin-dashboard.page-user,
.user-dashboard.page-user.theme-modern.no-touch {
  background: #000000 !important;
  color: #CCCEEF !important;
}
.btn.btn-danger.btn-xl.btn-between.w-100.mgb-1-5x.user-wallet {
  background: linear-gradient(90deg, #242650 0%, #690070 100%) !important;
  border: none !important;
  color: #CCCEEF !important;
}
.pay-option-label {
  background: linear-gradient(90deg, #242650 0%, #690070 100%) !important;
  color: #ffffff !important;
  border: 2px solid #690070 !important;
  border-radius: 8px;
  padding: 12px 18px;
}
input[type="radio"]:checked + .pay-option-label,
input[type="checkbox"]:checked + .pay-option-label {
  border: 2px solid #CCCEEF !important;
  box-shadow:
    0 0 12px #CCCEEF,
    0 0 20px #CCCEEF,
    0 0 30px rgba(88, 173, 170, 0.6);
  transition: all 0.3s ease;
}
.user-status,
.user-links,
.user-links.bg-light {
  background: linear-gradient(90deg, #242650 0%, #690070 100%) !important;
}
.page-ath-content {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #242650, #690070);
  color: #ffffff;
  min-height: 100vh;
}
.page-ath-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: rotateGrid 90s linear infinite;
  z-index: 1;
}
.page-ath-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 300%;
  background-image: radial-gradient(white 1px, transparent 2px);
  background-size: 150px 150px;
  animation: moveStars 60s linear infinite;
  opacity: 0.2;
  z-index: 2;
}
.page-ath-content > * {
  position: relative;
  z-index: 5;
}
@keyframes rotateGrid {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes moveStars {
  0% { transform: translate(0, 0); }
  100% { transform: translate(200px, 200px); }
}
.footer-bar {
  background: #000000 !important;
  color: #ffffff !important;
}
.footer-bar a {
  color: #CCCEEF !important;
}
.pay-buttons.pt-0 button,
.pay-buttons.pt-0 a {
  background: linear-gradient(135deg, #242650, #690070);
  color: #ffffff !important;
  font-weight: 700;
  border: 1px solid #690070;
  border-radius: 0;
  padding: 14px 24px;
  font-size: 16px;
  width: 100%;
}
.modal-content {
  background: linear-gradient(135deg, #242650, #690070);
  color: #ffffff;
  border: 1px solid #690070;
  border-radius: 0;
  padding: 20px;
}
.modal-content .btn {
  background: linear-gradient(135deg, #242650, #690070);
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #690070;
  border-radius: 0;
  padding: 14px 24px;
  font-size: 16px;
  width: 100%;
}
span.input-hint.input-hint-sap.payment-get-cur.payment-cal-cur.ucap {
  color: #000000 !important;
}
.token-calc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15, 15, 30, 0.85);
  border: 1px solid #2e2b4f;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 14px rgba(105, 0, 112, 0.4);
  flex-wrap: wrap;
  gap: 20px;
}

.token-pay-amount.payment-get {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
}

.token-number {
  background: #0d0c1f;
  border: 2px solid #690070;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 16px;
  width: 100%;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 10px rgba(105, 0, 112, 0.3);
}

.token-number:focus {
  border-color: #c640ff;
  box-shadow: 0 0 8px #c640ff;
}

.token-pay-currency .input-hint {
  color: #c640ff;
  font-weight: bold;
  font-size: 14px;
}

.token-received.token-received-alt {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 200px;
}

.token-eq-sign {
  font-size: 22px;
  color: #aaa;
  font-weight: bold;
}

.token-received-amount {
  display: flex;
  align-items: center;
  gap: 8px;
}

.token-amount.pay-amount-u {
  font-size: 22px;
  font-weight: bold;
  color: #74fffa;
  text-shadow: 0 0 4px #74fffa;
}

.token-symbol.pay-currency.ucap {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.badge.badge-disabled.ml-2 {
  background: #000000 !important;
  color: #690070 !important;
  border: 1px solid #690070 !important;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bg-light.text-center.rounded.pdt-5x.pdb-5x {
  background-color: #000000 !important;
  color: #CCCEEF !important;
  border-radius: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  text-align: center !important;
}
.page-nav-bar.justify-content-between.bg-lighter {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #242650;
  padding: 12px 20px;
}
.navbar-dropdown,
.navbar-dropdown a,
.navbar-dropdown span,
.navbar-dropdown li {
  color: #000000 !important;
}
.btn.btn-primary,
.btn.btn-primary.btn-block {
  background: linear-gradient(135deg, #690070, #242650) !important;
  color: #CCCEEF !important;
  font-weight: 700;
  border: 2px solid #690070 !important;
  border-radius: 8px !important;
  padding: 14px 26px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  box-shadow: 0px 6px 20px rgba(105, 0, 112, 0.6), 0px 0px 12px rgba(36, 38, 80, 0.6) !important;
  transition: all 0.3s ease !important;
}
.btn.btn-primary:hover,
.btn.btn-primary.btn-block:hover {
  background: linear-gradient(135deg, #242650, #690070) !important;
  color: #CCCEEF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 8px 24px rgba(105, 0, 112, 0.8), 0px 0px 18px rgba(36, 38, 80, 0.8) !important;
}
.toggle-tigger.user-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #690070;
  background: linear-gradient(135deg, #242650, #690070);
  box-shadow: 0px 4px 12px rgba(105, 0, 112, 0.3), 0px 0px 6px rgba(36, 38, 80, 0.3);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-tigger.user-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-tigger.user-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 18px rgba(105, 0, 112, 0.6), 0px 0px 10px rgba(36, 38, 80, 0.6);
}

*:where([style*="#7668fe"], [style*="#7668FE"]) {
  color: #CCCEEF !important;
}

.text-primary,
.text-purple,
.text-theme,
.text-indigo,
.text-highlight,
a,
span,
label,
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}

*:where([style*="#495463"], [style*="#495463"]) {
  color: #ccceef !important;
  fill: #ccceef !important;
  border-color: #ccceef !important;
}

.text-muted,
.text-secondary,
.text-gray,
.text-dark,
.text-soft,
a,
span,
label,
h1, h2, h3, h4, h5, h6 {
  color: #ccceef !important;
}

body, p, span, label {
  color: #E0E0E0 !important;
}

.socials.mb-3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 8px;
  background: linear-gradient(135deg, #690070, #242650);
  border: 2px solid #690070;
  border-radius: 50%;
  color: #CCCEEF !important;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(105, 0, 112, 0.4);
}

.socials.mb-3 a:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #242650, #690070);
  box-shadow: 0px 6px 16px rgba(105, 0, 112, 0.8);
  color: #ffffff !important;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.socials a {
  width: 48px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #242650, #690070) !important;
  border: 2px solid #690070 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  text-decoration: none;
  padding: 0 !important;
  box-shadow: 0px 4px 12px rgba(105, 0, 112, 0.3), 0px 0px 6px rgba(36, 38, 80, 0.3);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.socials a:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #690070, #242650) !important;
  box-shadow: 0px 6px 20px rgba(105, 0, 112, 0.6), 0px 0px 10px rgba(36, 38, 80, 0.6);
}

.page-ath-heading,
.page-ath-heading * {
  color: #ccceef !important;
}
.card-innr,
.card-innr * {
  color: #ccceef !important;
}

.btn.btn-xs.btn-auto.btn-success {
  color: #000000 !important;
}

.badge.badge-success.ucap {
  background-color: #ccceef !important;
  color: #000000 !important;
}

.toggle-tigger.btn-icon {
  border-radius: 50%;
  background: linear-gradient(135deg, #242650, #690070);
  color: #ffffff;
  box-shadow: 0 0 6px rgba(105, 0, 112, 0.4);
}

.col-sm-7.col-md-8 a {
  background: none !important;
  color: #58adaa !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 2px 4px;
  border-radius: 4px;
}

.col-sm-7.col-md-8 a:hover {
  color: #ffffff !important;
  background: rgba(88, 173, 170, 0.1);
  text-decoration: underline;
  box-shadow: 0 0 6px rgba(88, 173, 170, 0.4);
}
.dropdown-list.dropdown-list-s2 {
  background: linear-gradient(135deg, #1f1b3a, #2e2a60) !important;
  border: 1px solid #690070 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 16px rgba(105, 0, 112, 0.3) !important;
  padding: 8px 0 !important;
  color: #ccceef !important;
  overflow: hidden !important;
}

/* Menü öğeleri */
.dropdown-list.dropdown-list-s2 a,
.dropdown-list.dropdown-list-s2 .dropdown-item {
  background: transparent !important;
  color: #ccceef !important;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 0 !important;
  transition: all 0.2s ease;
}

/* Hover efekti */
.dropdown-list.dropdown-list-s2 a:hover,
.dropdown-list.dropdown-list-s2 .dropdown-item:hover {
  background-color: rgba(88, 173, 170, 0.1) !important;
  color: #ffffff !important;
}

html, body {
  background: #000000 !important;
  color: #ffffff;
  overflow-x: hidden !important;
}
body {
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    background-color: #000 !important;
  }

  * {
    box-sizing: border-box;
  }
}
.card-innr.card-innr-fix-x {
  display: none !important;
}

.ti-settings,
.ti-server,
.ti-panel,
.ti-eye,
.ti-trash {
  color: #58adaa !important;
  fill: #58adaa !important;
  stroke: #58adaa !important;
  font-size: 18px;
  transition: color 0.3s ease, filter 0.3s ease;
}

.ti-settings:hover,
.ti-server:hover,
.ti-panel:hover,
.ti-eye:hover,
.ti-trash:hover {
  color: #74fffa !important;
  filter: drop-shadow(0 0 6px #74fffa);
}
.select2-selection__rendered {
  color: #3fb3aa !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.select2-selection__placeholder {
  color: #7ba8a5 !important;
  font-weight: 500;
  font-style: italic;
}

.select2-results__options {
  background-color: #1c1c2e !important;
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 0 8px rgba(105, 0, 112, 0.3);
  color: #58adaa !important;
}

.select2-results__option {
  padding: 8px 14px;
  font-size: 14px;
  color: #58adaa !important;
  transition: background 0.2s ease;
}

/* Seçili/hover edilen seçenek */
.select2-results__option--highlighted {
  background-color: #2a2a44 !important;
  color: #74fffa !important;
}

.select2-dropdown {
  background-color: #1c1c2e !important;
  border: 1px solid #690070 !important;
}

.select2-search.select2-search--dropdown input {
  background-color: #1c1c2e !important;
  color: #58adaa !important;
  border: 1px solid #690070 !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 6px rgba(105, 0, 112, 0.3);
  transition: all 0.3s ease;
}

.select2-search.select2-search--dropdown input:focus {
  border-color: #58adaa !important;
  box-shadow: 0 0 8px rgba(88, 173, 170, 0.5) !important;
  outline: none !important;
}

.select2-results__options {
  background-color: #1c1c2e !important;
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 0 8px rgba(105, 0, 112, 0.3);
  color: #58adaa !important;
  overflow-y: auto;
  max-height: 250px;
}

.select2-results__option {
  padding: 10px 16px;
  font-size: 14px;
  color: #58adaa !important;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 4px;
}

/* Üzerine gelince */
.select2-results__option--highlighted {
  background-color: #2a2a44 !important;
  color: #74fffa !important;
}

.select2-dropdown {
  background-color: #1c1c2e !important;
  border: 1px solid #690070 !important;
  border-radius: 8px;
}

.nav-tabs.nav-tabs-line {
  border: none;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  justify-content: flex-start;
}

.nav-tabs .nav-link {
  color: #cccccc;
  padding: 12px 24px;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-tabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #690070;
  color: #ffffff;
  box-shadow: 0 0 10px #69007099;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.show {
  background: linear-gradient(135deg, #690070, #242650);
  color: #ffffff;
  border-color: #690070;
  box-shadow: 0 0 15px #690070cc;
}

.select2-container,
.select2-container--default,
.select2-container--flat,
.select2-container--default .select2-selection--single,
.select2-container--flat .select2-selection--single {
  background-color: #1a1a2e !important;
  border: 1px solid #690070 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.select2-selection__rendered {
  color: #16f1db !important;
  font-weight: 700;
}

.select2-search.select2-search--dropdown {
  background-color: #1a1a2e;
  padding: 8px;
  border-bottom: 1px solid #690070;
}

.select2-search--dropdown .select2-search__field {
  background-color: #2a2a3f;
  border: 1px solid #690070;
  color: #ffffff;
  border-radius: 8px;
  padding: 6px 10px;
  outline: none;
  transition: all 0.3s ease;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: #a100c3;
  box-shadow: 0 0 8px #690070aa;
  background-color: #1e1e30;
}

.select2-results__option {
  background-color: #1a1a2e;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.select2-results__option--highlighted {
  background-color: #690070 !important;
  color: #ffffff !important;
}

.select2-results__option[aria-selected="true"] {
  background-color: #4a004f !important;
  color: #16f1db !important;
  font-weight: 700;
}

.input-grp.align-items-center {
  background-color: #1a1a2e !important;
  border: 1px solid #690070 !important;
  border-radius: 0 !important;
  padding: 8px 12px;
  color: #ffffff;
  display: flex;
  gap: 10px;
}

.input-grp .input-icon,
.input-grp i {
  color: #16f1db;
  font-size: 16px;
}

/* Ortak stil */
.alert.alert-center {
  background-color: #1a1a2e !important;
  padding: 16px 20px;
  text-align: center;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
  box-shadow: none;
}

.alert.alert-info {
  border: 1px solid #16f1db !important;
  color: #16f1db !important;
  box-shadow: 0 0 10px rgba(22, 241, 219, 0.25);
}

.alert.alert-warning {
  border: 1px solid #ffaa00 !important;
  color: #ffaa00 !important;
  box-shadow: 0 0 10px rgba(255, 170, 0, 0.25);
}

.alert.alert-danger {
  border: 1px solid #ff4d4f !important;
  color: #ff4d4f !important;
  box-shadow: 0 0 10px rgba(255, 77, 79, 0.25);
}

@keyframes softPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.alert.alert-center {
  animation: fadeSlideIn 0.4s ease-out;
}

.alert.alert-center span, 
.alert.alert-center strong, 
.alert.alert-center div, 
.alert.alert-center p {
  animation: softPulse 1.5s ease-in-out infinite;
}

.alert.alert-center {
  animation: fadeSlideIn 0.4s ease-out, softPulse 1.5s ease-in-out infinite;
}

@keyframes softPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.user-wallet.btn-danger {
  background: linear-gradient(135deg, #a10036, #690070);
  border: 1px solid #690070;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 0;
  width: 100%;
  animation: softPulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(105, 0, 112, 0.4);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.user-wallet.btn-danger:hover {
  background: linear-gradient(135deg, #c0004f, #7e0095);
  box-shadow: 0 0 16px rgba(105, 0, 112, 0.6);
}

.input-bordered:valid {
  color: #16f1db !important;
  border-color: #16f1db !important;
}

.input-bordered:focus:valid {
  box-shadow: 0 0 8px rgba(22, 241, 219, 0.4);
  outline: none;
}

.input-bordered::placeholder {
  color: #888 !important;
  opacity: 0.6;
}

.user-wallet.btn-danger {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #16f1db !important;
  border: 2px solid #16f1db;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 0;
  width: 100%;
  animation: softPulse 1.5s ease-in-out infinite;
  text-align: center;
  box-shadow: 0 0 12px #16f1db99;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.user-wallet.btn-danger:hover {
  box-shadow: 0 0 20px #16f1dbcc, 0 0 30px #16f1db88;
  background-color: rgba(22, 241, 219, 0.08);
  color: #ffffff !important;
}
@keyframes softPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@media (max-width: 576px) {
  .col-sm-5.col-md-4 {
    display: none !important;
  }
}
.payment-item.active {
  border: 2px solid #16f1db !important;
  box-shadow: 0 0 12px #16f1db99;
  color: #16f1db;
}
.view-transaction.btn {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #666;
  color: #74FFFA;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.view-transaction.btn:hover {
  background-color: #74FFFA;
  color: #0a0a0a;
}
.card,
.content-area,
.content-area.content-area-mh {
  background: linear-gradient(135deg, #0f0f1e, #1a1a2e);
  color: #CCCEEF;
  border: 1px solid #2e2b4f;
  border-radius: 16px;
  box-shadow: 0 0 14px rgba(105, 0, 112, 0.3);
  padding: 24px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.data-item.data-head {
  background: linear-gradient(to right, #242650, #690070);
  color: #ffffff;
}

.data-col.tnx-status.dt-tnxno,
.data-col.dt-token,
.data-col.dt-amount,
.data-col.dt-usd-amount,
.data-col.pm-gateway.dt-account,
.data-col.dt-type.tnx-type,
.data-col {
  background-color: rgba(15, 15, 30, 0.9);
  color: #CCCEEF;
}
.alert.alert-dismissible.fade.show.alert-danger {
  background-color: rgba(255, 77, 109, 0.08);
  border: 1px solid #FF4D6D;
  color: #FF4D6D;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 20px;
  box-shadow:
    0 0 8px rgba(255, 77, 109, 0.3),
    0 0 16px rgba(255, 77, 109, 0.2);
  position: relative;
  transition: all 0.3s ease;
}

.alert.alert-dismissible .btn-close {
  filter: brightness(0) saturate(100%) invert(39%) sepia(84%) saturate(2646%) hue-rotate(318deg) brightness(103%) contrast(103%);
  opacity: 0.8;
}

.alert.alert-dismissible .btn-close:hover {
  opacity: 1;
}
.input-bordered-error.error {
  background-color: rgba(30, 0, 10, 0.6);
  color: #FF4D6D;
  border: 2px solid #FF4D6D;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  box-shadow:
    0 0 6px rgba(255, 77, 109, 0.4),
    inset 0 0 4px rgba(255, 77, 109, 0.3);
  transition: all 0.3s ease;
}

.input-bordered-error.error::placeholder {
  color: #ff9ba9;
  opacity: 0.8;
}
.alert.alert-dismissible.fade.show.alert-danger svg {
  color: #FF4D6D !important;
  fill: #FF4D6D !important;
  stroke: #FF4D6D !important;
}
.dropdown-content {
  background: linear-gradient(135deg, #1f1b3a, #2e2a60);
  border: 1px solid #690070;
  border-radius: 12px;
  padding: 12px 0;
  box-shadow: 0 0 16px rgba(105, 0, 112, 0.4);
  color: #CCCEEF;
  min-width: 180px;
  z-index: 9999;
}

.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-list li {
  padding: 8px 20px;
}

.dropdown-list li a {
  color: #74FFFA;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
  border-radius: 6px;
}

.dropdown-list li a:hover {
  background: rgba(116, 255, 250, 0.08);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(116, 255, 250, 0.3);
}

.dropdown-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  padding: 4px 20px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

table.dataTable td.dataTables_empty {
  background-color: #1a1a2e;
  color: #74FFFA;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(116, 255, 250, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(116, 255, 250, 0.2);
  transition: all 0.3s ease;
}
.modal-content .btn.btn-primary {
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding: 6px 12px !important;
  max-width: 100% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  text-align: center !important;
}
.action-btn .btn.btn-light-alt {
  background-color: rgba(116, 255, 250, 0.1);
  border: 1px solid #74FFFA;
  color: #74FFFA;
  transition: all 0.3s ease;
}

.action-btn .btn.btn-light-alt:hover {
  background-color: #74FFFA;
  color: #0f0f1e;
  box-shadow: 0 0 12px #74FFFA;
}

.action-btn .far.fa-edit {
  font-size: 14px;
}

