@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Share+Tech+Mono&family=Exo+2:wght@300;400;600&display=swap');


/* GLOBAL RESET */
body {
    font-family: 'Exo 2', sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #0f111a;
    color: #ffffff;
    overflow-x: hidden;
}

/* BACKGROUND GRADIENT WITH DEPTH */
body.layout-dark:before,
.layout-dark {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0f1a, #1a1a2e, #16213e);
    z-index: -1;
    overflow: hidden;
}

/* HEADER - FROSTED GLASS + NEON LINE */
body.layout-dark .header-container {
    background: rgba(10, 15, 25, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid #ff0057;
    box-shadow: 0 4px 12px rgba(255, 0, 87, 0.4);
}

/* SIDEBAR - SLICK NEON PANEL */
.sidebar-theme {
    background: rgba(15, 20, 30, 0.95);
    border-right: 2px solid #00f0ff;
    backdrop-filter: blur(12px);
    overflow-y: auto;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 10;
    transition: transform 0.4s ease;
    box-shadow: 4px 0 12px rgba(0, 240, 255, 0.3);
}

/* BRAND AREA */
.theme-brand {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #00f0ff;
    text-align: center;
    padding: 20px 0;
}

/* CARD DESIGN - NEON GLOW */
.card {
    background: rgba(15, 20, 30, 0.7);
    border: 2px solid #ff0057;
    border-radius: 20px;
    color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(255, 0, 87, 0.3);
    transition: all 0.3s ease-in-out;
    margin: 30px;
}

.card:hover {
    box-shadow: 0 0 30px rgba(255, 0, 87, 0.6);
    transform: scale(1.02);
}

/* MENU & SUBMENU ACTIVE STYLES */
#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded=true],
body.layout-dark #sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
    background: #ff0057 !important;
    color: #0f0f1a !important;
    box-shadow: 0 0 14px #ff0057;
}

body.layout-dark #sidebar ul.menu-categories li.menu ul.submenu>li.active a {
    color: #00f0ff !important;
    font-weight: bold;
}

/* GENERAL TEXT */
body,
.header-container,
.card-header {
    color: #ffffff !important;
}

a {
    color: #00f0ff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ff0057 !important;
}

/* BUTTONS - GAMING STYLE */
button,
.btn {
    background: linear-gradient(90deg, #ff0057, #dd014a);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    font-family: 'Share Tech Mono', monospace;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

button:hover,
.btn:hover {
    background: linear-gradient(90deg, #00f0ff, #00bcd4);
    box-shadow: 0 0 12px #00f0ff;
    cursor: pointer;
}

/* LOGO ANIMATED - GAMING VIBES */
.logo-animated {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, #ff0057, #00f0ff, #d500f9);
    background-size: 300% auto;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    filter: drop-shadow(0 0 10px #00f0ff);
    animation: shineText 4s ease-in-out infinite, moveLogo 3s ease-in-out infinite;
    text-align: center;
}

/* ANIMATIONS */
@keyframes shineText {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes moveLogo {
    0% { transform: translateX(0); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0); }
}

/* SCROLL FIXES */
html,
body {
    height: 100%;
    overflow-x: hidden;
}

.main-content {
    margin-left: 280px;
    overflow-y: auto;
    height: 100vh;
    padding: 30px;
    box-sizing: border-box;
}

/* SCROLLBAR */
.sidebar-theme::-webkit-scrollbar {
    width: 8px;
}

.sidebar-theme::-webkit-scrollbar-thumb {
    background-color: #00f0ff;
    border-radius: 4px;
}

.sidebar-theme::-webkit-scrollbar-track {
    background: #101020;
}

body.layout-dark .table thead tr th {
  background: rgba(20, 5, 15, 0.85); /* Darker reddish glass */
  backdrop-filter: blur(8px);
  border: 1px solid #ff0057; /* Neon pink/red */
  color: #ff0057; /* Text color matches neon border */
  font-family: 'Share Tech Mono', monospace;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 14px 20px;
  font-size: 14px;
  box-shadow: 0 0 15px rgba(255, 0, 87, 0.5); /* Stronger red glow */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

body.layout-dark .table thead tr th:hover {
  background: rgba(255, 0, 87, 0.15);
  box-shadow: 0 0 25px rgba(255, 0, 87, 0.9);
  cursor: pointer;
}


.bg-light {
  background: #101020;
}

/* ASCUNDE DARK MODE BUTTON */
.theme-toggle,
.dark-mode-toggle,
.header-container i {
    display: none !important;
}

/* ASCUNDE LANGUAGE + ICON DREAPTA */
.header-container .dropdown,
.header-container .flag,
.header-container img,
.header-container .user,
.header-container .avatar {
    display: none !important;
}
 /* ASCUNDE STATS (graficele) */
.card:has(canvas),
.card:has(.chart),
.card:has(svg) {
    display: none !important;
}

/* ASCUNDE SELECT TIME RANGE */
select,
.form-control,
[data-toggle="dropdown"] {
    display: none !important;
}


/* FORCE ORANGE INSTEAD OF RED */

* {
    --main-color: #ff7a00;
}

/* HEADER LINE */
.header-container {
    border-bottom: 2px solid #ff7a00 !important;
    box-shadow: 0 4px 12px rgba(255,122,0,0.4) !important;
}

/* CARDS */
.card {
    border: 2px solid #ff7a00 !important;
    box-shadow: 0 0 20px rgba(255,122,0,0.3) !important;
}

.card:hover {
    box-shadow: 0 0 30px rgba(255,122,0,0.6) !important;
}

/* TABLE HEADER */
.table thead th {
    border: 1px solid #ff7a00 !important;
    color: #ff7a00 !important;
    box-shadow: 0 0 15px rgba(255,122,0,0.5) !important;
}

/* BUTTONS */
button,
.btn {
    background: linear-gradient(90deg, #ff7a00, #ff5500) !important;
}

button:hover,
.btn:hover {
    background: linear-gradient(90deg, #ff9a2a, #ff7a00) !important;
    box-shadow: 0 0 12px #ff7a00 !important;
}

.sidebar-wrapper {
    background: #0f172a !important;
}

.sidebar-wrapper .menu-categories li a {
    color: #cbd5e1 !important;
}

.sidebar-wrapper .menu-categories li a:hover {
    color: #ff8c00 !important;
}

.sidebar-wrapper .menu-categories li.active > a {
    background: linear-gradient(90deg, #ff8c00, #ff5e00) !important;
    color: #fff !important;
    border-radius: 8px;
}

.sidebar-wrapper svg,
.sidebar-wrapper i {
    color: #ff8c00 !important;
}

.sidebar-wrapper .submenu li.active a {
    color: #ff8c00 !important;
}

/* FIX DROPDOWN / SELECT (IMPORTANT) */

/* text selectat */
.select2-selection__choice {
    background: #ff7a00 !important;
    color: #000 !important;
}

/* dropdown list */
.select2-dropdown {
    background: #1f2937 !important;
    color: #fff !important;
}

/* item din listă */
.select2-results__option {
    color: #fff !important;
}

/* hover pe item */
.select2-results__option--highlighted {
    background: #ff7a00 !important;
    color: #000 !important;
}

/* input din select */
.select2-search__field {
    color: #fff !important;
    background: transparent !important;
}

/* container select */
.select2-selection {
    background: #111827 !important;
    color: #fff !important;
    border: 1px solid #ff7a00 !important;
}



/* LOGO MAI MARE */
.sidebar-theme img,
.navbar-brand img {
    height: 60px !important;
    width: auto !important;
}


::-webkit-scrollbar-thumb {
    background: #ff7a00 !important;
}
* {
    border-color: #ff7a00 !important;
}

/* MENU ACTIVE (NEGRU TRANSPARENT) */
#sidebar .menu.active > a,
#sidebar .menu.active .dropdown-toggle {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    backdrop-filter: blur(6px);
    border-left: 3px solid #ff7a00;
}

/* SUBMENU (Bans, Mutes) */
#sidebar .submenu li.active a {
    background: rgba(0, 0, 0, 0.7) !important;
    color: #ff7a00 !important;
}

/* HOVER */
#sidebar a:hover {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #ff7a00 !important;
}


/* RESET TOTAL PANEL OWNER */
.sidebar-theme .user-profile,
.sidebar-theme .profile-info,
.sidebar-theme .user-info {
    background: rgba(0, 0, 0, 0.6) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* SCOATE ORICE GLOW / BORDER ORANGE */
.sidebar-theme .user-profile::before,
.sidebar-theme .user-profile::after {
    display: none !important;
}

/* SCOATE GRADIENTE */
.sidebar-theme .user-profile,
.sidebar-theme .user-profile * {
    background-image: none !important;
}

/* TEXT CLEAN */
.sidebar-theme .user-profile h6,
.sidebar-theme .user-profile span {
    color: #ffffff !important;
}

.sidebar-theme .user-profile p {
    color: #9ca3af !important;
}

/* SCOATE UMBRA / GLOW ALBASTRU DIN PANEL OWNER */
.sidebar-theme .user-profile,
.sidebar-theme .user-profile * {
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* FORȚEAZĂ BACKGROUND CURAT */
.sidebar-theme .user-profile {
    background-color: #000 !important;
}

/* SCOATE OVERLAY DIN TEXT */
.sidebar-theme .user-profile h6,
.sidebar-theme .user-profile span,
.sidebar-theme .user-profile p {
    background: none !important;
    text-shadow: none !important;
}

/* SCOATE TOATE GRADIENTELE DIN SIDEBAR */
#sidebar,
#sidebar * {
    background-image: none !important;
    box-shadow: none !important;
}

/* FORȚEAZĂ FUNDAL CURAT */
#sidebar {
    background: #0b1220 !important;
}




/* FIX DROPDOWN SELECT SERVER */
.select2-container {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 9999 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* container select */
.select2-container--open {
    z-index: 9999 !important;
}

/* NU ascunde selecturi */
select,
.select2 {
    display: block !important;
}

/* 🔥 READUCE INPUTURILE */
input,
.form-control,
textarea {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    height: auto !important;
    min-height: 40px !important;

    background: #0b1220 !important;
    color: #ffffff !important;
    border: 1px solid #ff7a00 !important;
    padding: 8px 12px !important;
}

/* TEXT DIN INPUT */
input[type="text"],
input[type="number"] {
    color: #fff !important;
}

/* PLACEHOLDER */
input::placeholder {
    color: #9ca3af !important;
}

/* FORM GROUP */
.form-group {
    display: block !important;
}

input, textarea, select {
    color: #ffffff !important;
    background: #0b1220 !important;
    border: 1px solid rgba(255, 140, 0, 0.4) !important;
}

/* 🔥 FORCE TEXT VISIBILITY */
* {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* 🧠 FIX pentru texte din form */
input, textarea, select {
    color: #ffffff !important;
    background: #0b1220 !important;
}

/* 🎯 LABEL-uri */
label, span, p {
    color: #ffffff !important;
}

/* 💠 PLACEHOLDER */
::placeholder {
    color: rgba(255,255,255,0.6) !important;
}

/* 🚀 CHECKBOX RESET */
input[type="checkbox"] {
    appearance: auto !important;
    accent-color: orange !important;
}

/* 🔥 DROPDOWN FIX */
select, option {
    color: #ffffff !important;
    background: #0b1220 !important;
}

/* 💎 REMOVE WEIRD EFFECTS */
* {
    filter: none !important;
    text-shadow: none !important;
    backdrop-filter: none !important;
}







/* RESET RADIO */
input[type="radio"] {
    appearance: auto !important;
    -webkit-appearance: radio !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: orange !important;
}

/* LABEL clickable */
.form-check-label {
    cursor: pointer;
}



/* 💣 SCOATE TOT CE E INTERIOR */
.select2-container,
.select2-container *,
.form-control,
.form-control * {
    border: none !important;
    box-shadow: none !important;
}

/* 🎯 PUNE DOAR UN SINGUR BORDER PE CONTAINERUL MARE */
.select2-container,
.form-control {
    border: 1px solid orange !important;
    border-radius: 8px !important;
    background: #0b1220 !important;
}



/* scoate fundalul albastru de pe zona aia */
.chart-section,
.interval-container {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}
.chart-section,
.interval-container {
    background: linear-gradient(
        180deg,
        #0a0f1a 0%,
        #05070d 100%
    ) !important;
    
    border: 1px solid rgba(255,122,0,0.15);
    border-radius: 12px;
}
.chart-section {
    box-shadow: 0 0 20px rgba(255,122,0,0.1);
}


/* container (box-ul mare) */
.chart-section {
    border: 1px solid rgba(255,122,0,0.6) !important;
    box-shadow: 0 0 15px rgba(255,122,0,0.3);
    border-radius: 12px;
}

/* select (Last 1 Hour) */
.form-select {
    background: #0a0f1a !important;
    border: 1px solid rgba(255,122,0,0.6) !important;
    color: #fff !important;
    border-radius: 8px;
}

/* focus (cand dai click) */
.form-select:focus {
    border-color: #ff7a00 !important;
    box-shadow: 0 0 10px rgba(255,122,0,0.5) !important;
}

/* text label */
.chart-section label {
    color: #ff7a00 !important;
}


/* numele playerilor */
.table a,
.table tbody tr td a {
    color: #ff7a00 !important;
}

/* Ascunde link-ul Play Time din meniu */
a[href*="playtime"],
a[href*="play-time"] {
  display: none !important;
}
