/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
    font-size: 14px;
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}



/* =========================================================
   NEXO IPTV - EXACT BRANDING DARK THEME
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ================= 1. GLOBAL SETTINGS (EXACT NEXO BG) ================= */
body, body.primary-bg-color, section#main-body, body[data-phone-cc-input] {
    background-color: #070410 !important; /* Exact Nexo Deep Dark Background */
    font-family: 'Inter', sans-serif !important;
    color: #d1d5db !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #ffffff !important; }
.text-muted { color: #9ca3af !important; }

a { color: #8035FF !important; transition: 0.3s ease; }
a:hover { color: #BF35E0 !important; text-decoration: none; }

/* ================= 2. NEXO HEADER MENU ================= */
.nexo-header {
    background-color: #070410;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.nexo-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.nexo-logo img { height: 45px; width: auto; object-fit: contain; }

.nexo-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 25px; }
.nexo-menu > li > a {
    color: #d1d5db !important; font-weight: 500; font-size: 15px; display: flex; align-items: center; gap: 6px;
}
.nexo-menu > li > a:hover { color: #BF35E0 !important; }

.nexo-dropdown { position: relative; }
.nexo-submenu {
    position: absolute; top: 100%; left: 0; background: #120b29; border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px; padding: 10px 0; min-width: 200px; list-style: none;
    opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8); z-index: 1000;
}
.nexo-dropdown:hover .nexo-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nexo-submenu li a { color: #9ca3af !important; padding: 8px 20px; display: block; font-size: 14px; }
.nexo-submenu li a:hover { background: #1a103c; color: #ffffff !important; }

.nexo-actions { display: flex; align-items: center; gap: 15px; }
.nexo-icon-btn {
    background: transparent; border: 1px solid rgba(255, 255, 255, 0.1); color: #d1d5db; width: 40px; height: 40px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: 0.3s; position: relative;
}
.nexo-icon-btn:hover { background: #1a103c; color: #BF35E0; border-color: #BF35E0; }
.nexo-badge {
    position: absolute; top: -5px; right: -5px; background: #BF35E0; color: #fff;
    font-size: 10px; font-weight: bold; padding: 2px 6px; border-radius: 10px;
}

.nexo-action-dropdown .dropdown-menu { background: #120b29; border: 1px solid rgba(255, 255, 255, 0.05); margin-top: 10px; }
.nexo-action-dropdown .dropdown-item { color: #d1d5db !important; padding: 10px 20px; }
.nexo-action-dropdown .dropdown-item:hover { background: #1a103c; color: #fff !important; }

/* Mobile Menu */
.nexo-mobile-toggle { background: transparent; border: none; color: #fff; font-size: 24px; padding: 0; cursor: pointer; }
.nexo-mobile-menu { background: #070410; border-top: 1px solid rgba(255, 255, 255, 0.05); padding: 15px 20px; display: none; }
.nexo-mobile-menu.show { display: block; }
.nexo-mobile-menu a { display: block; padding: 12px 0; color: #d1d5db !important; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

/* Breadcrumbs */
.master-breadcrumb { background-color: #120b29 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 15px 0; margin-bottom: 30px; }
.breadcrumb { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.breadcrumb-item a { color: #9ca3af !important; }
.breadcrumb-item.active { color: #8035FF !important; }
.breadcrumb-item+.breadcrumb-item::before { color: #4b5563; }

/* ================= 3. CARDS, PANELS & SIDEBAR (EXACT NEXO BOXES) ================= */
.card, .panel, .well, .modal-content {
    background-color: #120b29 !important; /* Nexo Deep Purple-Grey Card */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #e5e7eb !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
    border-radius: 12px !important;
    margin-bottom: 24px !important; 
}
.card-header, .panel-heading, .modal-header {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 12px 12px 0 0 !important;
    padding: 16px 20px !important;
}
.card-body, .panel-body { padding: 20px !important; color: #d1d5db !important;}
.card-title { color: #ffffff !important; }

/* Sidebar */
.list-group-item {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
    color: #d1d5db !important;
    padding: 12px 20px !important;
    transition: 0.3s;
}
.list-group-item:hover { background-color: rgba(181, 32, 255, 0.1) !important; color: #BF35E0 !important; }
.list-group-item.active {
    background: linear-gradient(90deg, #6c38ff 0%, #b520ff 100%) !important;
    color: #ffffff !important;
    border-left: 4px solid #ffffff !important;
    border-color: transparent !important;
}

/* ================= 4. FIX TOP 4 TILES GAP ================= */
.client-home-panels {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 24px;
}
.client-home-panels .row {
    display: flex;
    gap: 20px; 
    margin: 0 !important;
}
.client-home-panels .row > div {
    padding: 0 !important; 
}
.client-home-panels .tile, 
#main-body .tile {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    padding: 20px !important;
    transition: transform 0.3s ease;
    margin: 0 !important; 
    height: 100%;
}
#main-body .tile:hover { transform: translateY(-3px); border-color: #8035FF !important; }
#main-body .tile .stat { color: #ffffff !important; font-weight: bold; }
#main-body .tile .title { color: #9ca3af !important; }
#main-body .tile i { color: #BF35E0 !important; }

/* ================= 5. FORMS, INPUTS & BUTTONS ================= */
.form-control, .custom-select, input, select, textarea {
    background-color: #070410 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}
.form-control:focus, .custom-select:focus {
    border-color: #8035FF !important;
    box-shadow: 0 0 8px rgba(128, 53, 255, 0.3) !important;
    outline: none;
}

.btn-primary, .btn-success, .btn-info, button[type="submit"] {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important; /* Nexo Blue/Purple Button Match */
    border: none !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4) !important;
    transition: 0.3s;
}
.btn-primary:hover, .btn-success:hover, .btn-info:hover, button[type="submit"]:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.6) !important;
}
.btn-default, .btn-secondary {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
}
.btn-default:hover, .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: #ffffff !important;
}

/* ================= 6. TABLES & ALERTS ================= */
table.table-striped, table.table-list, table.dataTable {
    background-color: #120b29 !important;
    color: #d1d5db !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}
table th {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #ffffff !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05) !important;
}
table td { border-top: 1px solid rgba(255, 255, 255, 0.05) !important; }
table.table-list tbody tr:hover td { background-color: rgba(128, 53, 255, 0.1) !important; color: #ffffff !important; }

.alert-info {
    background-color: rgba(128, 53, 255, 0.1) !important;
    border: 1px dashed #8035FF !important;
    color: #ffffff !important;
}
.alert-warning {
    background-color: rgba(255, 193, 7, 0.1) !important;
    border: 1px dashed #ffc107 !important;
    color: #ffdca8 !important;
}



/* =========================================================
   FIX FOR WHMCS DASHBOARD TILES & CARDS GAP
   ========================================================= */

/* Top 4 Tiles Gap Fix (Overrides 'no-gutters') */
.tiles .row.no-gutters {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.tiles .row.no-gutters > [class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 20px !important; /* Mobile view ke liye neechay bhi gap */
}

/* Make sure tiles look perfect */
.tiles .tile {
    margin: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px !important; /* Nexo style rounded corners */
}

/* Bottom Panels (Recent Tickets, News, etc.) Gap Fix */
.client-home-cards .card {
    margin-bottom: 24px !important;
    border-radius: 12px !important;
}







/* =========================================================
   NEXO FOOTER V3 - PREMIUM SPACING FIX
   ========================================================= */

.nexo-frontend-footer {
    background-color: #050505 !important;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    font-family: 'Inter', sans-serif;
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.nexo-footer-links a { 
    color: #9ca3af !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.3s ease; 
}

.nexo-footer-links a:hover { 
    color: #BF35E0 !important; 
    padding-left: 5px; 
}

.nexo-lang-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    transition: 0.3s;
}

.nexo-lang-btn:hover { 
    border-color: #8035FF; 
    color: #fff;
}

.border-top.border-dark {
    border-color: rgba(255, 255, 255, 0.05) !important;
}


/* =========================================================
   9. INNER PAGES FIXES (Articles, Tables & Search Forms)
   ========================================================= */

/* --- 1. DataTables "No Records Found" Fix --- */
.dataTables_empty {
    text-align: center !important;
    color: #9ca3af !important; /* Light Grey Text */
    padding: 30px !important;
    font-size: 15px !important;
    background-color: transparent !important;
    border-bottom: none !important;
}

/* --- 2. Articles, Text & Code Blocks Readability Fix --- */
article, .article-content, .announcement {
    color: #d1d5db !important; /* Clear White/Grey Text */
    line-height: 1.8 !important;
    font-size: 15px !important;
}

/* Code boxes jahan code likha hota hai usko VIP dark purple shade aur wazeh text dena */
pre, code {
    background-color: #120b29 !important; /* Deep Purple Background */
    color: #e879f9 !important; /* Pink/Purple Text for Code */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 15px !important;
    border-radius: 8px !important;
    display: block;
    overflow-x: auto;
}
p > code, li > code {
    display: inline-block !important;
    padding: 2px 8px !important;
    margin: 0 4px;
}

/* --- 3. Search Inputs & Button Separation Fix --- */
/* Input aur Button ke darmiyan gap laane ke liye flex use kiya hai */
.input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important; /* Input aur Button ke darmiyan fasla (gap) */
}

.input-group > .form-control {
    width: 100% !important;
    border-radius: 8px !important; /* Input ke gol kinare wapis laane ke liye */
}

/* Button ko input se alag karke rounded banaya hai */
.input-group .btn, 
.input-group-btn .btn, 
.input-group-append .btn,
#btnDownloadsSearch, 
#btnKnowledgebaseSearch {
    border-radius: 8px !important; /* Button ko mukammal gol karna */
    margin: 0 !important;
    height: 100% !important;
}





 /* =========================================================
   10. STORE / PRODUCT CARDS FIX (SIMPLE & CLEAN DARK MODE)
   ========================================================= */

/* Card ka background dark aur text theek karna */
.product {
    background-color: #120b29 !important; /* Nexo Dark Background */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    color: #d1d5db !important;
}

/* Header (Product Name) */
.product header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    background-color: transparent !important;
}
.product header span {
    color: #ffffff !important; /* White title */
}

/* Description Text */
.product .product-desc {
    color: #9ca3af !important; /* Grey text */
}

/* Footer (Price aur Button Area) */
.product footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    background-color: transparent !important;
}

/* Price Color */
.product .product-pricing {
    color: #d1d5db !important;
}
.product .product-pricing .price {
    color: #BF35E0 !important; /* Nexo Pink/Purple */
    font-weight: bold !important;
}

/* Order Now Button - Simple and Professional */
.product .btn-order-now {
    background: #8035FF !important; /* Solid Nexo Purple */
    border: 1px solid #8035FF !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    transition: 0.3s ease;
}

.product .btn-order-now:hover {
    background: #BF35E0 !important; /* Hover pink */
    border-color: #BF35E0 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(191, 53, 224, 0.3) !important;
}



/* =========================================================
   12. DATATABLES & EMAIL LIST FIXES (TEXT VISIBILITY)
   ========================================================= */

/* 1. Search Box, Info Text & Pagination Fix */
.dataTables_info, 
.dataTables_filter label, 
.dataTables_paginate .paginate_button,
.dataTables_length label {
    color: #9ca3af !important; /* Light Grey Text */
    font-size: 14px !important;
}

/* Search Input Field */
.dataTables_filter input[type="search"],
.dataTables_length select {
    background-color: #070410 !important; /* Deep Dark Bg */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
    margin-left: 8px !important;
}
.dataTables_filter input[type="search"]:focus {
    border-color: #BF35E0 !important;
    outline: none !important;
}

/* 2. Table Rows Background & Text Fix */
table.dataTable tbody tr {
    background-color: #120b29 !important; /* Nexo Card Bg */
    color: #d1d5db !important; /* Clear White Text */
}

/* Odd/Even Row distinction hata kar clean look */
table.dataTable tbody tr.odd {
    background-color: rgba(255, 255, 255, 0.02) !important; 
}
table.dataTable tbody tr.even {
    background-color: transparent !important;
}

/* Sorted Column bg override (DataTables automatically darkens sorted columns) */
table.dataTable tbody td.sorting_1, 
table.dataTable tbody td.sorting_2, 
table.dataTable tbody td.sorting_3 {
    background-color: transparent !important; 
}

/* Cell Text & Borders */
table.dataTable tbody td {
    color: #d1d5db !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    vertical-align: middle !important;
}

/* 3. Hover Effect on Rows (Nexo Purple Tint) */
table.dataTable tbody tr:hover, 
table.dataTable tbody tr.odd:hover, 
table.dataTable tbody tr.even:hover {
    background-color: rgba(191, 53, 224, 0.1) !important; 
    color: #ffffff !important;
}




/* =========================================================
   13. SUPPORT TICKET EDITOR (MARKDOWN) FINAL VIP FIX
   ========================================================= */

/* Editor ka main dabba */
.md-editor {
    background-color: #070410 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* Header/Toolbar jahan buttons hain */
.md-header.btn-toolbar {
    background-color: #120b29 !important;
    padding: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Buttons Styling & Icons Visibility */
.md-header .btn-group .btn-default {
    background-color: #1a103c !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important; /* Icons ko white karne ke liye */
    margin: 2px !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
}

/* Icons ko forceful white aur visible karna */
.md-header .btn-group .btn-default span, 
.md-header .btn-group .btn-default i {
    color: #ffffff !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.md-header .btn-group .btn-default:hover {
    background-color: #BF35E0 !important;
    border-color: #BF35E0 !important;
}

/* Textarea (Likhne wali jagah) - Isko Black karna hai */
.md-editor > textarea {
    background-color: #0a0a0a !important; /* Pure Dark */
    color: #ffffff !important; /* Likhne wala text white */
    font-family: 'Inter', sans-serif !important;
    padding: 20px !important;
    border: none !important;
    font-size: 15px !important;
}

/* Focus hone par dabba chamke */
.md-editor.active {
    border-color: #8035FF !important;
    box-shadow: 0 0 15px rgba(128, 53, 255, 0.2) !important;
}

/* Footer (Lines/Words Counter) */
.md-footer, .markdown-editor-status {
    background-color: #120b29 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #9ca3af !important;
    padding: 8px 15px !important;
}

/* Preview Button Fix */
.md-header .btn-primary {
    background: linear-gradient(135deg, #8035FF 0%, #BF35E0 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 5px 20px !important;
}

/* File Upload / Attachments Area */
.file-input {
    background-color: #0a0a0a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 8px !important;
}
.btn-add-more {
    background-color: #1a103c !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}


/* =========================================================
   14. TEXTAREA / TYPING BOX VISIBILITY FIX
   ========================================================= */

/* Typing Box ko forcefully black aur text ko white karna */
textarea#inputMessage,
.md-editor textarea.md-input,
.md-editor textarea.form-control {
    background-color: #050505 !important; /* Box ka color Pure Black */
    color: #ffffff !important; /* Likhne wale Text ka color White */
    border: none !important;
}

/* Focus (Jab click karein type karne ke liye) tab bhi theek rahe */
textarea#inputMessage:focus,
.md-editor textarea.md-input:focus,
.md-editor textarea.form-control:focus {
    background-color: #050505 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Preview Box (Agar aap "Preview" ka button dabayein) */
.md-editor .md-preview {
    background-color: #050505 !important;
    color: #d1d5db !important;
    border: none !important;
    padding: 20px !important;
}



/* =========================================================
   15. ALL DATATABLES FIX (SERVICES, INVOICES, DOMAINS)
   ========================================================= */

/* 1. Force Table Body and Rows to be Dark */
table.dataTable,
table.dataTable tbody,
table.table-list tbody,
.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(even),
table.dataTable tbody tr.odd,
table.dataTable tbody tr.even {
    background-color: #120b29 !important; /* Nexo Card Dark Background */
    color: #d1d5db !important;
}

/* 2. Force all cells and sorted columns to be transparent */
table.dataTable tbody td,
table.dataTable tbody td.sorting_1,
table.dataTable tbody td.sorting_2,
table.dataTable tbody td.sorting_3,
.table-striped tbody td {
    background-color: transparent !important;
    color: #d1d5db !important; /* Light grey text */
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    vertical-align: middle !important;
}

/* Make Strong text (like Product Name) Pure White */
table.dataTable tbody td strong {
    color: #ffffff !important;
    font-size: 15px !important;
}

/* 3. VIP Hover Effect on Rows */
table.dataTable tbody tr:hover,
table.dataTable tbody tr:hover td,
.table-striped tbody tr:hover td {
    background-color: rgba(191, 53, 224, 0.1) !important; /* Pink/Purple glow */
    color: #ffffff !important;
    cursor: pointer !important;
}

/* 4. Search Box & Show Entries Dropdown */
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background-color: #050505 !important; /* Pure Black input */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
    border-color: #BF35E0 !important;
    box-shadow: 0 0 8px rgba(191, 53, 224, 0.3) !important;
    outline: none !important;
}

/* 5. Pagination Buttons (Previous, 1, 2, Next) */
.dataTables_wrapper .dataTables_paginate .paginate_button,
.pagination .page-link {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #9ca3af !important;
    border-radius: 6px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
}

/* Pagination Hover & Active State */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.pagination .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #8035FF 0%, #BF35E0 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(191, 53, 224, 0.3) !important;
}

/* 6. Status Labels Styling (Active, Pending etc.) */
.label.status {
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 11px !important;
}
.label.status-active { background-color: rgba(74, 222, 128, 0.1) !important; color: #4ade80 !important; border: 1px solid rgba(74, 222, 128, 0.3) !important; }
.label.status-pending { background-color: rgba(251, 146, 60, 0.1) !important; color: #fb923c !important; border: 1px solid rgba(251, 146, 60, 0.3) !important; }
.label.status-suspended { background-color: rgba(248, 113, 113, 0.1) !important; color: #f87171 !important; border: 1px solid rgba(248, 113, 113, 0.3) !important; }
.label.status-terminated { background-color: rgba(156, 163, 175, 0.1) !important; color: #9ca3af !important; border: 1px solid rgba(156, 163, 175, 0.3) !important; }





/* =========================================================
   16. EXACT FIX FOR XUIONE PRODUCT DETAILS (NO BLACK SCREEN)
   ========================================================= */

/* Ensure the tab area is visible */
#tabOverview {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* =======================================
   LEFT BOX: ACTIVE STATUS (Icon & Banner)
   ======================================= */
.product-status {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    padding: 30px 15px 15px 15px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
    margin-bottom: 20px !important;
}

/* Fix Icon & Text Colors */
.product-status .fa-stack .fa-circle { color: #1a103c !important; }
.product-status .fa-stack .fa-inverse { color: #BF35E0 !important; }
.product-status h3 { color: #ffffff !important; font-size: 20px !important; margin-top: 15px !important; font-weight: bold !important; }
.product-status h4 { color: #9ca3af !important; font-size: 14px !important; }

/* The Green Active Bar */
.product-status-text {
    background: #22c55e !important; /* Solid Green */
    color: #ffffff !important;
    padding: 10px !important;
    margin-top: 20px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: block !important;
}

/* =======================================
   RIGHT BOX: DETAILS LIST
   ======================================= */
#tabOverview .panel-default {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
    margin-bottom: 20px !important;
}

#tabOverview .panel-heading {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 15px 20px !important;
    color: #ffffff !important;
}

#tabOverview .panel-title {
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

/* List Items (Product, Status, Dates) */
#tabOverview .list-group-item {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #9ca3af !important; /* Light Grey for labels */
    padding: 12px 20px !important;
}

#tabOverview .list-group-item:last-child {
    border-bottom: none !important;
}

/* Make values white and pushed to right (like a table) */
#tabOverview .list-group-item strong.text-domain {
    color: #ffffff !important;
    float: right !important; /* Pushes value to right side */
    font-weight: 600 !important;
}

/* Red Date Fix */
#tabOverview .list-group-item[style*="color:red"],
#tabOverview .list-group-item strong[style*="color:red"] {
    color: #fb7185 !important; /* Brighter red */
}

/* =======================================
   BOTTOM BUTTONS & TEXT
   ======================================= */
.new_custom1, .new_custom_field {
    background: transparent !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.new_custom1 p, .new_custom_field p {
    color: #d1d5db !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
    display: block !important;
    width: 100% !important;
}

/* Center the button containers */
.new_custom1 .col-sm-6, .new_custom_field .col-sm-12 {
    margin: 0 auto !important;
    float: none !important;
}

.btn_new_here, .new_here2, .new_custm {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 0 auto !important;
}







/* =======================================
   BOTTOM BUTTONS & TEXT (MOBILE RESPONSIVE)
   ======================================= */
   
/* Heading 3 (24 Hours FREE Trial) Fix */
.product-status h3 { 
    color: #ffffff !important; 
    font-size: 22px !important; 
    font-weight: bold !important; 
    margin-top: 15px !important; 
}

/* Center Text and Headings Fix */
.new_custom1, .new_custom_field {
    background: transparent !important;
    text-align: center !important;
    margin-top: 25px !important;
}

.new_custom1 p, .new_custom_field p {
    color: #d1d5db !important; /* Clear Grey Text */
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    display: block !important;
    width: 100% !important;
}

/* Force Center Layout */
.new_custom1 .col-sm-6, .new_custom_field .col-sm-12 {
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
}

/* Normal Size Buttons Fix */
.btn_new_here, .new_here2, .new_custm {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 10px 24px !important; /* Normal Padding */
    font-size: 15px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 0 auto !important;
    width: auto !important; /* Overrides the bad 45% inline style */
    min-width: unset !important; /* Removes huge width */
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4) !important;
    transition: 0.3s ease !important;
}

.btn_new_here:hover, .new_here2:hover, .new_custm:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.6) !important;
    color: #ffffff !important;
}

/* =======================================
   MOBILE VIEW (100% BUTTON WIDTH)
   ======================================= */
@media (max-width: 767px) {
    .btn_new_here, .new_here2, .new_custm {
        width: 100% !important; /* Mobile par poora fit aayega */
        display: block !important;
        margin-bottom: 15px !important;
    }
    .product-status {
        padding: 20px 10px 15px 10px !important;
    }
}


/* =======================================
   17. VIP HEADING COLOR FIX
   ======================================= */
.product-status h3 { 
    color: #070410 !important; /* Aapka bataya hua exact color */
    background: none !important; /* Purana blue gradient khatam kar diya */
    -webkit-text-fill-color: initial !important; /* Gradient ki setting clear kardi */
    font-size: 24px !important; /* Size ko bilkul nahi chhera */
    font-weight: 800 !important; 
    margin-top: 15px !important; 
}


/* =======================================
   18. INNER ICON VISIBILITY FIX
   ======================================= */

/* Peeche wala gol dabba (Background Circle) */
.product-status .fa-circle {
    color: #1a103c !important; /* Dark color taake andar wala icon highlight ho */
}

/* Andar wala asal icon (TV/Screen) jo show karna hai */
.product-status .fa-inverse,
.product-status .fa-stack-1x {
    color: #BF35E0 !important; /* Chamakta hua Pink/Purple color */
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10 !important; /* Isko force kar ke samne laane ke liye */
}


/* =======================================
   20. CART & CONFIGURE PAGE FIXES
   ======================================= */

/* 1. White Box Fix (Product Info Area) */
#order-standard_cart .product-info {
    background-color: #120b29 !important; /* Nexo Dark Background */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    color: #d1d5db !important; /* General text color */
}

/* 2. Order Summary Box (Right Side) */
#order-standard_cart .order-summary {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

#order-standard_cart .order-summary h2 {
    background-color: rgba(0, 0, 0, 0.2) !important; /* Darker header */
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 15px 20px !important;
    border-radius: 12px 12px 0 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Order Summary Text & Price Colors */
#order-standard_cart .summary-container {
    background-color: transparent !important;
    color: #d1d5db !important;
    padding: 20px !important;
}

#order-standard_cart .summary-container .product-name { color: #ffffff !important; font-weight: bold !important; font-size: 16px !important; }
#order-standard_cart .summary-container .product-group { color: #9ca3af !important; margin-bottom: 15px !important; display: block !important; }

/* Separator Lines in Order Summary */
#order-standard_cart .summary-totals {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 15px 0 !important;
    margin: 15px 0 !important;
}

/* Total Due Today */
#order-standard_cart .total-due-today {
    color: #ffffff !important;
}
#order-standard_cart .total-due-today .amt {
    color: #22c55e !important; /* Green Price for emphasis */
    font-weight: bold !important;
    font-size: 26px !important;
}

/* 3. Continue Buttons (Removing Double Glow & Normalizing) */
#order-standard_cart #btnCompleteProductConfig {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4) !important;
    margin-top: 20px !important;
}

/* 4. Fix Configurable Options Separator (White Line Text) */
#order-standard_cart .sub-heading span.primary-bg-color {
    background-color: #070410 !important; /* Match page background */
    color: #ffffff !important;
    padding: 0 15px !important;
}

/* 5. Warning / Info Box Fix (Have questions?) */
#order-standard_cart .alert-warning {
    background-color: rgba(251, 146, 60, 0.1) !important; /* Light orange tint */
    border: 1px solid rgba(251, 146, 60, 0.2) !important;
    color: #fb923c !important; /* Orange text */
    border-radius: 8px !important;
}
#order-standard_cart .alert-warning a {
    color: #ffffff !important;
    font-weight: bold !important;
}


/* =======================================
   21. REVIEW & CHECKOUT (CART VIEW) FIXES
   ======================================= */

/* 1. Cart Items Container (Left Side) */
.view-cart-items-header {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: none !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 15px 20px !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.view-cart-items {
    background-color: #120b29 !important; /* Nexo Dark Bg */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    margin-bottom: 20px !important;
}

/* Individual Items inside Cart */
.view-cart-items .item {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 20px !important;
}
.view-cart-items .item:last-child {
    border-bottom: none !important;
}

/* Item Text Colors */
.view-cart-items .item-title { color: #ffffff !important; font-weight: bold !important; font-size: 16px !important; display: block !important; margin-bottom: 5px !important;}
.view-cart-items .item-group { color: #9ca3af !important; font-size: 14px !important;}
.view-cart-items .item-price span { color: #ffffff !important; font-weight: bold !important;}
.view-cart-items .item-price .cycle { color: #9ca3af !important; font-weight: normal !important; display: block !important;}

/* Edit & Remove Buttons */
.view-cart-items .btn-link, .empty-cart .btn-link {
    color: #BF35E0 !important; /* Pink/Purple Action Buttons */
    text-decoration: none !important;
}
.view-cart-items .btn-link:hover, .empty-cart .btn-link:hover {
    color: #e879f9 !important;
}

/* 2. Promo Code Box */
.view-cart-tabs .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.view-cart-tabs .nav-tabs > li.active > a, 
.view-cart-tabs .nav-tabs > li.active > a:focus, 
.view-cart-tabs .nav-tabs > li.active > a:hover {
    background-color: #120b29 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom-color: transparent !important;
    border-radius: 8px 8px 0 0 !important;
}

.view-cart-tabs .tab-content {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-top: none !important;
    border-radius: 0 8px 8px 8px !important;
    padding: 20px !important;
}

/* Promo Code Input Field */
#inputPromotionCode {
    background-color: #070410 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}
#inputPromotionCode:focus {
    border-color: #BF35E0 !important;
    box-shadow: 0 0 8px rgba(191, 53, 224, 0.3) !important;
}

/* Promo Button */
.view-cart-tabs .btn-default {
    background: linear-gradient(135deg, #8035FF 0%, #BF35E0 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* 3. Empty Cart Button Container */
.empty-cart {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    padding: 10px !important;
    text-align: right !important;
}


/* =======================================
   22. CHECKOUT INPUT ICONS FIX
   ======================================= */

.prepend-icon .field-icon {
    position: absolute !important;
    top: 50% !important;
    left: 15px !important;
    transform: translateY(-50%) !important;
    color: #BF35E0 !important; /* Nexo Pink/Purple */
    z-index: 10 !important;
    pointer-events: none !important; /* Taa ke icon click ko rokay na */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.prepend-icon .field-icon i {
    font-size: 16px !important; /* Perfect Icon Size */
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure Input Fields have space for the icon */
.prepend-icon .field.form-control {
    padding-left: 45px !important; /* Space for the left icon */
    background-color: #070410 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    height: 45px !important;
    border-radius: 6px !important;
}

.prepend-icon .field.form-control:focus {
    border-color: #BF35E0 !important;
    box-shadow: 0 0 8px rgba(191, 53, 224, 0.3) !important;
}

/* Sub Heading Fix (Personal Information, Billing Address) */
.sub-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}

.sub-heading span.primary-bg-color {
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 0 !important;
}


/* 1. Main Checkout Container ko transparent aur dark karna */
#frmCheckout {
    background: rgba(20, 20, 35, 0.8) !important;
    border-radius: 15px;
    padding: 25px;
    color: #ffffff !important;
}

/* 2. Account selection boxes aur forms ko dark background dena */
.account, .account.active, .payment-methods, .order-summary, .card-input-container {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(155, 48, 255, 0.3) !important; /* Nexo Purple Border */
    color: #eeeeee !important;
    transition: all 0.3s ease;
}

.account.active {
    border-color: #9b30ff !important; /* Solid Purple on Active */
    box-shadow: 0 0 10px rgba(155, 48, 255, 0.2);
}

/* 3. Text visibility fix: Labels aur descriptions */
.sub-heading span, .address, .small, label {
    color: #ffffff !important;
}

.address strong {
    color: #00d2ff !important; /* Cyan blue for names/titles */
}

/* 4. Input fields (Card number, Expiry, etc.) ko dark mode mein convert karna */
.form-control, .field, input[type="text"], input[type="password"], textarea {
    background: #1a1a2e !important;
    color: #ffffff !important;
    border: 1px solid #3d3d5c !important;
}

.form-control:focus {
    border-color: #9b30ff !important;
    box-shadow: none;
}

/* 5. Headings ke colors Nexo theme ke hisaab se */
.sub-heading .primary-bg-color {
    background: linear-gradient(90deg, #00d2ff 0%, #9b30ff 100%) !important;
    padding: 5px 15px !important;
    border-radius: 5px;
    font-weight: bold;
}

/* 6. Alert/Info box for IP Logging */
.alert-info, .alert-warning {
    background: rgba(155, 48, 255, 0.1) !important;
    border: 1px solid #9b30ff !important;
    color: #d1b3ff !important;
}

/* 7. Button styling (Complete Order) */
#btnCompleteOrder, .btn-primary {
    background: linear-gradient(135deg, #9b30ff 0%, #5a189a 100%) !important;
    border: none !important;
    font-weight: bold;
    text-transform: uppercase;
}

#btnCompleteOrder:hover {
    filter: brightness(1.2);
}


/* 1. Stripe Payment Button ko Full Width aur Align karna */
#stripeElements .col-md-4.col-md-offset-4.offset-md-4 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
}

#paymentRequestButton {
    width: 100% !important;
    margin-bottom: 20px !important;
}
/* =======================================
   23. CHECKOUT PAYMENT & STRIPE FIXES
   ======================================= */

/* Credit Card Container Settings */
.cc-input-container {
    background-color: #120b29 !important; /* Nexo Dark Box */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-top: 15px !important;
}

/* Card Number, Expiry, CVV Inputs (Custom Stripe Boxes) */
.stripe-cards-inputs .form-control.StripeElement,
.cc-input-container .form-control {
    background-color: #070410 !important; /* Deeper Dark for Inputs */
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    height: 45px !important;
}

/* Focus State for Inputs */
.stripe-cards-inputs .form-control.StripeElement--focus,
.cc-input-container .form-control:focus {
    border-color: #BF35E0 !important; /* Pink/Purple glow on focus */
    box-shadow: 0 0 8px rgba(191, 53, 224, 0.3) !important;
}

/* Labels above the Card Fields */
.stripe-cards-inputs label, 
.cc-input-container label {
    color: #9ca3af !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}

/* Fix "Enter a name for this card" Input */
#inputDescription {
    background-color: #070410 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

/* Help (?) Icon Buttons next to CVV */
.cc-input-container .input-group-btn .btn-default {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-left: none !important;
    color: #ffffff !important;
    height: 45px !important;
    border-radius: 0 6px 6px 0 !important;
}

/* GPay / Payment Request Button Box */
#paymentRequestButton {
    margin-bottom: 20px !important;
}

/* Additional Notes Box */
textarea[name="notes"] {
    background-color: #120b29 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 15px !important;
}
textarea[name="notes"]:focus {
    border-color: #BF35E0 !important;
    box-shadow: 0 0 8px rgba(191, 53, 224, 0.3) !important;
}


/* =======================================
   24. STRIPE IFRAME TEXT VISIBILITY FIX
   ======================================= */

/* Force Light Background ONLY for Input Fields so Stripe's black text is visible */
.stripe-cards-inputs .form-control.StripeElement,
.cc-input-container .form-control,
#inputCardNumber, #inputCardExpiry, #inputCardCVV {
    background-color: #f8fafc !important; /* Light Grey/White Background */
    color: #0f172a !important; /* Dark Text */
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    height: 45px !important;
}

/* Maintain the VIP Purple Glow on Click */
.stripe-cards-inputs .form-control.StripeElement--focus,
.stripe-cards-inputs .form-control.StripeElement:focus,
.cc-input-container .form-control:focus,
#inputCardNumber:focus, #inputCardExpiry:focus, #inputCardCVV:focus {
    background-color: #ffffff !important;
    border-color: #BF35E0 !important;
    box-shadow: 0 0 10px rgba(191, 53, 224, 0.4) !important;
}

/* Make sure the "Enter a name for this card" is also visible */
#inputDescription {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}
 
 