/* Luxury Dark Theme for TokenLite */
:root {
    /* Color Palette */
    --dark-bg: #0f0f0f;
    --dark-card: #1a1a1a;
    --dark-element: #242424;
    --gold-primary: #d4af37;
    --gold-secondary: #f8e9a1;
    --gold-accent: #ffd700;
    --text-light: #f5f5f5;
    --text-muted: #a0a0a0;
    
    /* Font Families */
    --luxury-serif: 'Playfair Display', 'Didot', 'Bodoni MT', serif;
    --luxury-sans: 'Montserrat', 'Avenir', 'Helvetica Neue', sans-serif;
}

/* Base Styles */
body {
    font-family: var(--luxury-sans);
    background-color: var(--dark-bg);
    color: var(--text-light);
    line-height: 1.6;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--luxury-serif);
    font-weight: 600;
    color: var(--gold-primary);
}

/* Navigation */
.navbar, .sidebar {
    background-color: var(--dark-card);
    border-bottom: 1px solid var(--gold-primary);
}

.nav-link {
    color: var(--text-light) !important;
    font-family: var(--luxury-sans);
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--gold-primary) !important;
}

/* Cards & Containers */
.card, .dashboard-card, .panel {
    background-color: var(--dark-card);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.card-header {
    background-color: var(--dark-element);
    border-bottom: 1px solid var(--gold-primary);
    font-family: var(--luxury-serif);
    color: var(--gold-primary);
}

/* Buttons */
.btn-primary {
    background-color: var(--gold-primary);
    border-color: var(--gold-primary);
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--gold-accent);
    border-color: var(--gold-accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.4);
}

.btn-outline-primary {
    border-color: var(--gold-primary);
    color: var(--gold-primary);
}

.btn-outline-primary:hover {
    background-color: var(--gold-primary);
    color: #000;
}

/* Forms */
.form-control {
    background-color: var(--dark-element);
    border: 1px solid #444;
    color: var(--text-light);
}

.form-control:focus {
    background-color: var(--dark-element);
    border-color: var(--gold-primary);
    color: var(--text-light);
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.form-label {
    color: var(--text-muted);
}

/* Tables */
.table {
    color: var(--text-light);
    border-color: #444;
}

.table th {
    border-color: #444;
    color: var(--gold-primary);
    font-family: var(--luxury-serif);
}

.table td {
    border-color: #444;
}

.table-hover tbody tr:hover {
    background-color: rgba(212, 175, 55, 0.1);
    color: var(--text-light);
}

/* Token Balance Display */
.token-balance {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-element) 100%);
    border: 1px solid var(--gold-primary);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.token-balance h3 {
    color: var(--gold-primary);
    font-family: var(--luxury-serif);
    font-size: 1.5rem;
}

.token-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold-primary);
    font-family: var(--luxury-serif);
}

/* Progress Bars */
.progress {
    background-color: var(--dark-element);
    height: 8px;
    border-radius: 4px;
}

.progress-bar {
    background-color: var(--gold-primary);
}

/* Status Indicators */
.status-badge {
    background-color: rgba(212, 175, 55, 0.2);
    color: var(--gold-primary);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
}

/* Footer */
.footer {
    background-color: var(--dark-card);
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--text-muted);
    padding: 20px 0;
}

/* Utility Classes */
.text-gold {
    color: var(--gold-primary) !important;
}

.bg-dark-card {
    background-color: var(--dark-card) !important;
}

.border-gold {
    border-color: var(--gold-primary) !important;
}

/* Custom animations for luxury feel */
@keyframes subtleGlow {
    0% { box-shadow: 0 0 5px rgba(212, 175, 55, 0.3); }
    50% { box-shadow: 0 0 20px rgba(212, 175, 55, 0.5); }
    100% { box-shadow: 0 0 5px rgba(212, 175, 55, 0.3); }
}

.glow-element {
    animation: subtleGlow 3s infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .token-amount {
        font-size: 2rem;
    }
}


.card-title {
  color: #130e0e;
  font-weight: 500;
  margin: 0;
}


.text-dark {
  color: #fff !important;
}


.card, .dashboard-card, .panel {
  background-color: #000;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}


.pay-option-label {
  width: 100%;
  background: #000;
  border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
  border-radius: 4px;
  cursor: pointer;
  transition: all .4s ease;
  text-align: center;
  margin-bottom: 15px;
}


.card-title {
  color: #fff;
  font-weight: 500;
  margin: 0;
}


.dropdown-content {
  position: absolute;
  top: calc(100% + 10px);
  background: #130e0e;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0px 0 35px 0px rgba(0,0,0,0.2);
}


.bg-light {
  background: #130e0e !important;
}



.input-hint {
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  font-weight: 500;
  background: #b28501;
}


.nav-tabs-line {
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #f4a529;
}


.nav-tabs .nav-link.active {
  background-color: #906411;
  border-color: #dee2e6 #dee2e6 #fff;
}


.input-item-label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
  display: inline-block;
}


.input-bordered {
  border-radius: 4px;
  border: 1px solid #d2dde9;
  width: 100%;
  padding: 10px 15px;
  line-height: 20px;
  font-size: .9em;
  color: rgba(212, 213, 219, 0.7);
  transition: all .4s;
}



.select2-container--flat .select2-results > .select2-results__options {
  max-height: 250px;
  overflow: auto;
  background: #000;
}


.data-item {
    background: #000000;
    margin-bottom: 3px;
    border-radius: 4px;
    position: relative;
}



.data-col .lead {
    color: #dee2e6;
    line-height: 1.2;
    display: block;
    margin-top: 0;
}


.data-col .sub {
    font-weight: 400;
    color: #f8f9fa;
    line-height: 1.3;
    display: block;
}


.badge-outline {
    background: none;
    color: #dee2e6;
}



.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) {
    margin-bottom: 0;
    color: #eee;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    text-transform: initial;
    display: block;
}


.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) {
    margin-bottom: 0;
    color: #130e0e;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    text-transform: initial;
    display: block;
}


.modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    outline: 0;
}


.popup-title {
    color: #f8f9fa;
    font-weight: 500;
    padding-right: 40px;
    margin-bottom: 12px;
    font-size: 1.3em;
}


.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) {
    margin-bottom: 0;
    color: #dee2e6;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    text-transform: initial;
    display: block;
}



.input-note {
    font-size: 12px;
    line-height: 1.4em;
    color: #dee2e6;
    font-weight: 400;
    display: block;
    padding: 8px 0 0;
}


.input-note {
    font-size: 12px;
    line-height: 1.4em;
    color: #dee2e6;
    font-weight: 400;
    display: block;
    padding: 8px 0 0;
}


.text-head {
    color: #dee2e6 !important;
}


.tile-data-number {
    line-height: 1;
    color: #e9ebee;
    font-weight: 500;
}


.tile-title {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}


.table td .sub {
    font-size: 12px;
    font-weight: 400;
    color: #d2dde9;
    letter-spacing: 0.01em;
    line-height: 1;
    padding-top: 7px;
}


.table td .lead {
    font-size: 14px;
    font-weight: 600;
    color: #e9ebee;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: 0;
    margin-right: 4px;
}


a {
    outline: 0;
    transition: all 0.5s;
    color: #ffc33d;
}



.btn-outline.btn-dark {
    color: #e9ebee;
    border-color: #d2dde9;
}


.dropdown-list li a {
    position: relative;
    text-align: left;
    padding: 6px 32px 6px 16px;
    white-space: nowrap;
    color: #b1becc;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: flex
;
    align-items: center;
}