
[data-theme="light"]  {
  filter: invert(0%) hue-rotate(0deg);
}

.sidebar-menu > li > a.nav-link {
    display: flex;
    align-items: center;

    width: calc(100% - 16px); /* FIT SIDEBAR */
    margin: 6px 8px;
    padding: 12px 16px;

    background: rgba(0, 255, 255, 0.06);
    border-radius: 10px;

    border: 1px solid rgba(0, 255, 255, 0.45);

    color: #cfffff !important;

    box-shadow:
        0 0 10px rgba(0, 255, 255, 0.35),
        inset 0 0 8px rgba(0, 255, 255, 0.15);

    transition: all 0.25s ease;
}

[data-theme="dark"] img{
  filter: invert(100%) hue-rotate(180deg);
}

.fa-spin-hover:not(:hover) {
   animation: none;
}

.progress2 {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.faz {
   width: 35px;
   height: 35px;
   background-color: var(--primary);
   border-radius: 50%;
   box-shadow: 0 4px 10px 0 #666;
   
   font-size: 15px;
   line-height: 35px;
   color: white;
   text-align: center;
   
   position: fixed;
   right: 20px;
   bottom: 20px;
   z-index: 5000;
   
  transition: all 0.1s ease-in-out;
}

.faz:hover {
   box-shadow: 0 4px 14px 0 #666;
   transform: scale(1.05);
}
 
.faz2 {
   width: 35px;
   height: 35px;
   background-color: var(--primary);
   border-radius: 50%;
   box-shadow: 0 4px 10px 0 #666;
   
   font-size: 15px;
   line-height: 35px;
   color: white;
   text-align: center;
   
   position: fixed;
   right: 20px;
   bottom: 70px;
   z-index: 5000;
   
  transition: all 0.1s ease-in-out;
}

.faz2:hover {
   box-shadow: 0 4px 14px 0 #666;
   transform: scale(1.05);
}

.app_image {
    width: 150px; 
    height: 150px; 
    border-radius: 50%; 
    border: 2px solid var(--primary);    
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    var(--primary) 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


@media(prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-delay: 0s !important;
    animation-delay: -1ms !important;
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    transition-duration: 0s !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
  }
}

.swal2-popup {
    font-size: 14px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.swal2-popup2 {
    font-size: 14px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.activitys-icon {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    text-align: center;
    z-index: 1;
}

.section .section-title {
    font-size: 15px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 0 !important;
}

.bg-image {
    background-image:url('../../dist/img/white_gray.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    margin: 3px auto 0;
    position: relative;
}

.table td, .table th {
    vertical-align: baseline !important;
}

.btn-circle.btn-sm{
    width:50px;height:50px;
    padding:7px 10px;
    border-radius:25px;
    font-size:10px;
    text-align:center;
    position:fixed;
    bottom:8px;right:8px
}

.username-class:hover {
  cursor: pointer;
}

.hehe{
    color:#ffff;
    background-image:-webkit-linear-gradient(30deg,#f35626,#feab3a);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-animation:10s linear infinite hue
}

.navbar .nav-link.nav-link-user img {
    border: 1px solid #E5E4E2;
    height: 30px;
}

.profile-widget-picture1 {
    border: 1px solid #E5E4E2;
    height: 50px;
}

.site-logo-image {
    border: 1px solid #E5E4E2;
    height: 65px;
}

.imgz-container1 {
  width: 50; /*any size*/
  height: 50; /*any size*/
  display: inline-block;
}

.imgz-container2 {
  width: 65; /*any size*/
  height: 65; /*any size*/
  display: inline-block;
}

.imgz-container {
  width: 200px; /*any size*/
  height: 200px; /*any size*/
  display: inline-block;
}

.object-fit-cover {
  border: 2px solid #E5E4E2;
  border-radius: 50%;  
  width: 100%;
  height: 100%;
  object-fit: cover; /*magic*/
}

.user-item img {
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

.notice-dropdown {
    max-height: 300px;
    overflow: scroll;
}

.avatar{
    background: none !important;
}

.swal-content {
    word-wrap: break-word !important;
}

.input-file { 
    visibility: hidden; 
}

.input-file2 { 
    visibility: hidden; 
}

@-webkit-keyframes hue{
    from{
        -webkit-filter:hue-rotate(0deg)
    }
    to{
        -webkit-filter:hue-rotate(-360deg)
        
    }
    
}

/* width */
    ::-webkit-scrollbar {
       width: 5px;
    }
/* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1;
   }

/* Handle */
   ::-webkit-scrollbar-thumb {
      background: #bec4c4;
   }

/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
       background: #555;
    }
    
   #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 100;
  background-color: #fff;
  z-index: 99999;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@-webkit-keyframes building-blocks {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }
@keyframes building-blocks {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }
.building-blocks {
  position: relative}
  .building-blocks div {
    height: 20px;
    position: absolute;
    width: 20px; }
    .building-blocks div:after {
      -webkit-animation: building-blocks 2.1s ease infinite backwards;
              animation: building-blocks 2.1s ease infinite backwards;
      background: #000000;
      content: '';
      display: block;
      height: 20px;
      width: 20px; }
    .building-blocks div:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) translate(60%, 120%);
              transform: translate(-50%, -50%) translate(60%, 120%); }
    .building-blocks div:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) translate(-60%, 120%);
              transform: translate(-50%, -50%) translate(-60%, 120%); }
    .building-blocks div:nth-child(3) {
      -webkit-transform: translate(-50%, -50%) translate(120%, 0);
              transform: translate(-50%, -50%) translate(120%, 0); }
    .building-blocks div:nth-child(4) {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .building-blocks div:nth-child(5) {
      -webkit-transform: translate(-50%, -50%) translate(-120%, 0);
              transform: translate(-50%, -50%) translate(-120%, 0); }
    .building-blocks div:nth-child(6) {
      -webkit-transform: translate(-50%, -50%) translate(60%, -120%);
              transform: translate(-50%, -50%) translate(60%, -120%); }
    .building-blocks div:nth-child(7) {
      -webkit-transform: translate(-50%, -50%) translate(-60%, -120%);
              transform: translate(-50%, -50%) translate(-60%, -120%); }
  .building-blocks div:nth-child(1):after {
      background-color:var(--primary);
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .building-blocks div:nth-child(2):after {
      background-color:var(--primary);
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .building-blocks div:nth-child(3):after {
      background-color:var(--primary);
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }
  .building-blocks div:nth-child(4):after {
      background-color:var(--primary);
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .building-blocks div:nth-child(5):after {
      background-color:var(--primary);
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .building-blocks div:nth-child(6):after {
      background-color:var(--primary);
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .building-blocks div:nth-child(7):after {
      background-color:var(--primary);
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s; }
            
.profilepic {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #111;
}

.profilepic:hover .profilepic__content {
  opacity: 1;
  cursor: pointer;
}

.profilepic:hover .profilepic__image {
  opacity: .5;
}

.profilepic__image {
  object-fit: cover;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  float: none;
}

.profilepic__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.profilepic__icon {
  color: white;
  padding-bottom: 8px;
}

.profilepic__icon .fas {
  font-size: 20px;
}

.profilepic__text {
  text-transform: uppercase;
  font-size: 12px;
  width: 50%;
  text-align: center;
}

/* ===========================
   NEON THEME OVERLAY
   =========================== */

:root{
  --neon:#00f7ff;
  --neon-soft:rgba(0,247,255,.6);
  --dark1:#000814;
  --dark2:#041b2d;
}

/* GLOBAL */

body{
  background:radial-gradient(circle at top,var(--dark2),var(--dark1)) 
!important;
  color:#eaffff !important;
}

/* ALL CARDS / BOXES */

.card,
.protocol-status-card,
.stats-info-card,
.bg-image,
.profilepic{
  background:linear-gradient(135deg,var(--dark2),var(--dark1)) !important;
  border:2px solid var(--neon) !important;
  box-shadow:
    0 0 12px var(--neon-soft),
    0 0 28px rgba(0,247,255,.5),
    inset 0 0 10px rgba(0,247,255,.25) !important;
}

/* HEADERS */

.section-title,
.card-header{
  color:var(--neon) !important;
}

/* INPUTS */

input,select,textarea{
  background:transparent !important;
  border:2px solid var(--neon) !important;
  color:#fff !important;
  box-shadow:0 0 8px var(--neon-soft) !important;
}

input:focus,select:focus,textarea:focus{
  box-shadow:0 0 16px var(--neon) !important;
}

/* SIDEBAR */

.main-sidebar{
  background:linear-gradient(180deg,var(--dark1),var(--dark2)) !important;
  border-right:2px solid var(--neon);
  box-shadow:0 0 20px var(--neon-soft) !important;
}

.sidebar-menu li a{
  color:#eaffff !important;
}

.sidebar-menu li a i{
  color:var(--neon) !important;
}

.sidebar-menu li a:hover{
  background:rgba(0,247,255,.15) !important;
}

.sidebar-menu li.active>a{
  background:rgba(0,247,255,.25) !important;
  border-left:4px solid var(--neon);
}

/* REMOVE BIG DROPDOWN BOX */
.sidebar-menu .dropdown-menu {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* NEON BOX FOR SIDENAV ITEMS */
.sidebar-menu li > a {
  margin: 6px 10px;
  padding: 12px 14px;

  border: 1px solid var(--neon);
  border-radius: 10px;

  box-shadow:
    0 0 10px var(--neon-soft),
    inset 0 0 6px rgba(0,247,255,.25);
}

.sidebar-menu li > a{
  width: calc(100% - 20px);
  margin: 6px 10px;
  padding: 12px 14px;

  border: 1px solid var(--neon);
  border-radius: 10px;

  box-shadow:
    0 0 10px var(--neon-soft),
    inset 0 0 6px rgba(0,247,255,.25);
}

.sidebar-menu li.active > a{
  background: rgba(0,247,255,.25) !important;
  box-shadow:
    0 0 20px var(--neon),
    inset 0 0 10px rgba(0,247,255,.45);
}

/* PERFECT FIT FOR SIDENAV ITEMS */
.main-sidebar .sidebar-menu li > a {
  width: calc(100% - 32px);
  box-sizing: border-box;
}

/* TABLE */

.table{
  color:#fff !important;
}

.table thead th{
  color:var(--neon) !important;
}

.table tbody tr:hover{
  background:rgba(0,247,255,.08) !important;
}

/* BUTTONS */

.btn,
.faz,
.faz2{
  box-shadow:0 0 12px var(--neon-soft) !important;
}

.btn-primary{
  background:linear-gradient(135deg,var(--neon),#0077ff) !important;
  border:none !important;
}

/* SCROLLBAR */

::-webkit-scrollbar-thumb{
  background:var(--neon) !important;
}

/* LOADING BLOCKS */

.building-blocks div:after{
  box-shadow:0 0 10px var(--neon);
}

/* PROFILE HOVER */

.profilepic{
  box-shadow:0 0 15px var(--neon-soft);
}

/* =========================
   FORCE NEON ON ALL PANELS
   ========================= */

/* Dropdown selects */

select,
.select2-container--default .select2-selection--single {
  background: linear-gradient(135deg,#041b2d,#000814) !important;
  border:2px solid #00f7ff !important;
  color:#fff !important;
  box-shadow:0 0 10px rgba(0,247,255,.6) !important;
}

/* Summernote editor */

.note-editor,
.note-toolbar,
.note-editing-area,
.note-editable {
  background:#000814 !important;
  border:2px solid #00f7ff !important;
  color:#fff !important;
  box-shadow:0 0 12px rgba(0,247,255,.6) !important;
}

/* Alerts (warning boxes) */

.alert,
.alert-warning,
.alert-danger,
.alert-info {
  background: linear-gradient(135deg,#041b2d,#000814) !important;
  border:2px solid #00f7ff !important;
  color:#fff !important;
  box-shadow:0 0 15px rgba(0,247,255,.6) !important;
}

/* Input inside alerts */

.alert input {
  background:transparent !important;
  border:2px solid #00f7ff !important;
  color:#fff !important;
}

/* Fix white inner areas */

.card-body,
.modal-body,
.dropdown-menu,
.note-statusbar {
  background: transparent !important;
}

/* White editor text area fix */

.note-editable p,
.note-editable div {
  color:#fff !important;
}

/* ============================
   NEON DROPDOWNS (ALL TYPES)
   ============================ */

/* Normal select */

select {
  background: linear-gradient(135deg,#041b2d,#000814) !important;
  border: 2px solid #00f7ff !important;
  color: #ffffff !important;
  box-shadow: 0 0 12px rgba(0,247,255,.6) !important;
}

/* Select arrow color */

select option {
  background:#000814 !important;
  color:#ffffff !important;
}

/* ============================
   SELECT2 (your theme uses it)
   ============================ */

.select2-container--default 
.select2-selection--single {
  background: linear-gradient(135deg,#041b2d,#000814) !important;
  border: 2px solid #00f7ff !important;
  color:#fff !important;
  box-shadow: 0 0 12px rgba(0,247,255,.6) !important;
}

.select2-container--default 
.select2-selection--single 
.select2-selection__rendered {
  color:#fff !important;
}

.select2-container--default 
.select2-selection__arrow b {
  border-color: #00f7ff transparent transparent transparent !important;
}

/* Dropdown popup */

.select2-dropdown {
  background: linear-gradient(180deg,#041b2d,#000814) !important;
  border:2px solid #00f7ff !important;
  box-shadow:0 0 18px rgba(0,247,255,.7) !important;
}

/* Items inside dropdown */

.select2-results__option {
  color:#fff !important;
}

.select2-results__option--highlighted {
  background: rgba(0,247,255,.2) !important;
  color:#00f7ff !important;
}

/* ============================
   BOOTSTRAP DROPDOWN MENU
   ============================ */

.dropdown-menu {
  background: linear-gradient(180deg,#041b2d,#000814) !important;
  border:2px solid #00f7ff !important;
  box-shadow:0 0 18px rgba(0,247,255,.7) !important;
}

.dropdown-menu a {
  color:#fff !important;
}

.dropdown-menu a:hover {
  background: rgba(0,247,255,.2) !important;
  color:#00f7ff !important;
}

/* =====================================
   FORCE NEON FOR ALL SIDENAV SUBMENUS
   ===================================== */

/* Catch ALL submenu containers */

.main-sidebar .sidebar-menu li ul,
.main-sidebar .sidebar-menu li ul.dropdown-menu,
.main-sidebar .sidebar-menu li ul li,
.main-sidebar .sidebar-menu .dropdown-menu,
.main-sidebar .sidebar-menu .dropdown-menu-inner {
    background: linear-gradient(180deg,#041b2d,#000814) !important;
}

/* Kill any white inline bg */

.main-sidebar .sidebar-menu li ul * {
    background-color: transparent !important;
}

/* Add neon border + glow */

.main-sidebar .sidebar-menu li ul {
    border-left: 2px solid #00f7ff !important;
    box-shadow:
        inset 0 0 12px rgba(0,247,255,.3),
        0 0 18px rgba(0,247,255,.6) !important;
}

/* Text color */

.main-sidebar .sidebar-menu li ul li a {
    color: #ffffff !important;
}

/* Hover glow */

.main-sidebar .sidebar-menu li ul li a:hover {
    background: rgba(0,247,255,.2) !important;
    color: #00f7ff !important;
}

/* Active */

.main-sidebar .sidebar-menu li ul li.active a {
    background: rgba(0,247,255,.3) !important;
    border-left: 3px solid #00f7ff;
}

/* ============================
   NEON TOP NAVBAR
   ============================ */

.navbar,
.main-navbar,
.navbar-bg {
    background: linear-gradient(180deg, #041b2d, #000814) !important;
    border-bottom: 2px solid #00f7ff !important;

    box-shadow:
        0 0 20px rgba(0,247,255,.6),
        inset 0 -6px 12px rgba(0,247,255,.2) !important;
}

/* Navbar text */

.navbar .nav-link,
.navbar .navbar-brand,
.navbar .form-control {
    color: #eaffff !important;
}

/* Search input in navbar */

.navbar input {
    background: transparent !important;
    border: 2px solid #00f7ff !important;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(0,247,255,.6) !important;
}

/* Icons glow */

.navbar i {
    color: #00f7ff !important;
    text-shadow: 0 0 6px #00f7ff;
}

/* User avatar glow */

.navbar .nav-link-user img {
    border: 2px solid #00f7ff !important;
    box-shadow: 0 0 10px rgba(0,247,255,.6);
}

/* ============================
   NEON PAGE HEADER + WRAPPERS
   ============================ */

/* Dashboard title box */

.section-header {
    background: linear-gradient(135deg,#041b2d,#000814) !important;
    border: 2px solid #00f7ff !important;
    box-shadow:
        0 0 15px rgba(0,247,255,.6),
        inset 0 0 10px rgba(0,247,255,.3) !important;
    color:#eaffff !important;
}

/* Remove white from main content wrapper */

.main-content,
.section,
.section-body {
    background: transparent !important;
}

/* Any remaining white cards */

.bg-white,
.bg-light {
    background: linear-gradient(135deg,#041b2d,#000814) !important;
}

/* Fix text inside */

.section-header h1 {
    color:#00f7ff !important;
}

/* ============================
   NEON MODAL / POPUP
   ============================ */

/* Main popup box */

.modal-content {
    background: linear-gradient(135deg,#041b2d,#000814) !important;
    border: 2px solid #00f7ff !important;
    border-radius: 14px !important;

    box-shadow:
        0 0 25px rgba(0,247,255,.7),
        inset 0 0 12px rgba(0,247,255,.3) !important;

    color: #ffffff !important;
}

/* Modal header */

.modal-header {
    background: transparent !important;
    border-bottom: 1px solid #00f7ff !important;
}

.modal-header h5,
.modal-title {
    color: #00f7ff !important;
}

/* Close button */

.modal-header .close {
    color: #00f7ff !important;
    text-shadow: 0 0 6px #00f7ff;
}

/* Modal body */

.modal-body {
    background: transparent !important;
    color: #ffffff !important;
}

/* Scroll inside modal */

.modal-body::-webkit-scrollbar-thumb{
    background:#00f7ff !important;
}

/* Remove default white */

.modal-dialog,
.modal {
    background: transparent !important;
}

/* ==================================
   FIX STATISTICS WHITE TOP BAR
   ================================== */

/* This catches the actual white strip */

.modal-content > div:first-child,
.modal-content .statistics-header,
.modal-content .modal-header,
.modal-content .card-header,
.modal-content .bg-white {

    background: linear-gradient(135deg,#041b2d,#000814) !important;
    border-bottom: 2px solid #00f7ff !important;

    box-shadow:
        inset 0 -6px 12px rgba(0,247,255,.3),
        0 0 18px rgba(0,247,255,.7) !important;
}

/* Force any inline white */

.modal-content > div:first-child[style]{
    background:#000814 !important;
}

/* Title glow */

.modal-content h5,
.modal-content h4,
.modal-content h3 {
    color:#00f7ff !important;
    text-shadow:0 0 6px #00f7ff;
}

/* ============================
   SMOOTH NEON MODAL CORNERS
   ============================ */

/* Main popup */

.modal-content {
    border-radius: 16px !important;
    overflow: hidden !important; /* important for clean curves */
}

/* Header (top bar) */

.modal-header {
    border-radius: 16px 16px 0 0 !important;
}

/* Bottom area if exists */

.modal-footer {
    border-radius: 0 0 16px 16px !important;
}

/* Inner stat cards keep smooth too */

.modal .protocol-status-card,
.modal .stats-info-card {
    border-radius: 12px !important;
}

/* ============================
   GLOBAL NEON HOVER EFFECTS
   ============================ */

/* Neon lift + glow (cards, boxes, panels) */

.card,
.protocol-status-card,
.stats-info-card,
.modal-content,
.table tr,
.section-header {
    transition: all .25s ease;
}

.card:hover,
.protocol-status-card:hover,
.stats-info-card:hover,
.modal-content:hover,
.section-header:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow:
        0 0 25px rgba(0,247,255,.8),
        inset 0 0 12px rgba(0,247,255,.3) !important;
}

/* ============================
   BUTTON NEON HOVER
   ============================ */

.btn {
    transition: all .2s ease;
}

.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 18px rgba(0,247,255,.8);
}

/* ============================
   INPUT NEON FOCUS + HOVER
   ============================ */

input,
select,
textarea {
    transition: all .2s ease;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 15px rgba(0,247,255,.8) !important;
    border-color: #00f7ff !important;
}

/* ============================
   SIDEBAR ITEM GLOW
   ============================ */

.main-sidebar .sidebar-menu li a {
    transition: all .2s ease;
}

.main-sidebar .sidebar-menu li a:hover {
    color: #00f7ff !important;
    text-shadow: 0 0 6px #00f7ff;
    background: rgba(0,247,255,.15) !important;
}

/* ============================
   TABLE ROW HOVER
   ============================ */

.table tbody tr {
    transition: all .2s ease;
}

.table tbody tr:hover {
    background: rgba(0,247,255,.1) !important;
    box-shadow: inset 0 0 12px rgba(0,247,255,.3);
}

/* ============================
   SOFT PULSE GLOW (ACTIVE)
   ============================ */

@keyframes neonPulse {
  0% { box-shadow: 0 0 10px rgba(0,247,255,.4); }
  50% { box-shadow: 0 0 25px rgba(0,247,255,1); }
  100% { box-shadow: 0 0 10px rgba(0,247,255,.4); }
}

/* Apply pulse to important cards */

.card-primary,
.protocol-card-success {
    animation: neonPulse 3s infinite;
}

/* ============================
   HIGH CONTRAST NEON TEXT
   ============================ */

/* Form labels (Server Name, Server User, etc.) */

label,
.form-group label {
    color: #eaffff !important;
    font-weight: 600;
    text-shadow: 
        0 0 3px rgba(0,247,255,.6),
        0 0 6px rgba(0,247,255,.4);
}

/* Input text inside boxes */

input,
select,
textarea {
    color: #ffffff !important;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(255,255,255,.4);
}

/* Placeholder text (lighter but visible) */

::placeholder {
    color: rgba(200,255,255,.7) !important;
}

/* Table text (server list) */

.table td,
.table th {
    color: #eaffff !important;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(0,247,255,.3);
}

/* Server name/IP stronger highlight */

.table td:first-child,
.table td:nth-child(2) {
    color: #00f7ff !important;
    font-weight: 600;
}
/* FIX LOW CONTRAST TEXT IN CARDS */
.card,
.card-header,
.card-body {
  color: #eaffff !important;
}

/* Card titles like "Profile", "Users" */
.card-header h4,
.card-header h5,
.card-header h6 {
  color: var(--neon) !important;
  text-shadow: 0 0 6px var(--neon-soft);
}

/* Muted text inside cards (USERNAME, labels, small text) */
.card .text-muted,
.card small,
.card span {
  color: #cfffff !important;
  opacity: 1 !important;
}
/* =========================================
   SIDENAV – FORCE SAME VIOLET NEON
========================================= */

/* ICON STRIP (LEFT CIRCLES) */
.main-icon-menu {
  background: linear-gradient(180deg, #0c0018, #05000c) !important;
  border-right: 1px solid #b14cff;
  box-shadow: inset -6px 0 18px rgba(177,76,255,.35);
}

/* ICON BUTTONS */
.main-icon-menu .nav-link {
  background: rgba(177,76,255,.12) !important;
  border: 1px solid #b14cff !important;
  box-shadow: 0 0 10px rgba(177,76,255,.6);
}

.main-icon-menu .nav-link:hover,
.main-icon-menu .nav-link.active {
  background: rgba(177,76,255,.25) !important;
  box-shadow: 0 0 18px #b14cff;
}

/* REMOVE OLD BOOTSTRAP COLORS */
.bg-primary,
.shadow-primary {
  background: transparent !important;
  box-shadow: none !important;
}

/* MAIN SIDEBAR */
.left-sidenav,
.main-menu-inner {
  background: linear-gradient(180deg, #12001f, #05000c) !important;
  border-right: 1px solid #b14cff;
}

/* MENU TITLE */
.menu-title {
  color: #b14cff !important;
  text-shadow: 0 0 6px rgba(177,76,255,.7);
}

/* MENU LINKS */
.main-menu-inner .nav-link {
  color: #e6ccff !important;
  border-radius: 10px;
  margin: 6px 10px;
  border: 1px solid transparent;
}

.main-menu-inner .nav-link:hover,
.main-menu-inner .nav-link.active {
  background: rgba(177,76,255,.18) !important;
  border: 1px solid #b14cff;
  box-shadow: 0 0 14px rgba(177,76,255,.7);
}

/* ICON COLOR */
.main-menu-inner i,
.main-icon-menu i,
.nav-svg path {
  color: #b14cff !important;
  fill: #b14cff !important;
  filter: drop-shadow(0 0 6px rgba(177,76,255,.7));
}
/* =========================================
   ACTIVITY LOGS – FORCE DASHBOARD BACKGROUND
========================================= */

.page-wrapper,
.page-content,
.container-fluid {
  background: radial-gradient(circle at top, #071a2e, #020814) !important;
}

/* Remove Bootstrap card white/gray */
.card,
.card-body,
.table-responsive {
  background: transparent !important;
}

/* Neon card shell */
.card {
  border: 1px solid #00f7ff;
  box-shadow:
    0 0 22px rgba(0,247,255,.6),
    inset 0 0 14px rgba(0,247,255,.25);
  border-radius: 14px;
}

/* DataTables wrapper */
.dataTables_wrapper {
  background: transparent !important;
}

/* Table */
.table {
  background: transparent !important;
  color: #eaffff !important;
}

.table thead th {
  border-bottom: 1px solid #00f7ff !important;
  color: #00f7ff !important;
  background: transparent !important;
}

.table tbody tr:hover {
  background: rgba(0,247,255,.12) !important;
}
/* ===============================
   MOBILE SIDENAV COLOR FIX
   =============================== */
@media (max-width: 991px) {

    /* Section title */
    .left-sidenav .menu-title {
        color: #00f6ff !important;
    }

    /* Menu links */
    .left-sidenav .nav-link {
        color: #00f6ff !important;
    }

    /* Active menu item */
    .left-sidenav .nav-link.active,
    .left-sidenav .nav-item.active > .nav-link {
        color: #00f6ff !important;
        background: rgba(0, 246, 255, 0.12) !important;
        box-shadow: 0 0 10px rgba(0, 246, 255, 0.8) !important;
    }

    /* Icons */
    .left-sidenav .nav-link i,
    .left-sidenav .nav-link svg {
        color: #00f6ff !important;
        fill: #00f6ff !important;
    }

    /* Remove purple backgrounds */
    .left-sidenav .bg-soft-primary,
    .left-sidenav .bg-primary {
        background-color: transparent !important;
    }
}

