﻿/* BulletHost Frontend <> WHMCS Bridge */
:root {
  --bh-bg: #0d0e10;
  --bh-surface: #131519;
  --bh-surface-2: #181c20;
  --bh-border: #2a313a;
  --bh-text: #e2e4e8;
  --bh-muted: #8890a0;
  --bh-primary: #0fb8c5;
  --bh-primary-hover: #0a9aa6;
  --bh-atmo-a: rgba(33, 185, 201, 0.34);
  --bh-atmo-b: rgba(74, 123, 218, 0.28);
  --bh-atmo-base-top: #0d1320;
  --bh-atmo-base-bottom: #090e18;
  --bh-grid-line: rgba(54, 79, 116, 0.58);
  --bh-grid-opacity: 0.34;
  --bh-spot-a: rgba(38, 208, 224, 0.20);
  --bh-spot-b: rgba(47, 99, 191, 0.16);
}

html, body {
  background: var(--bh-bg) !important;
  color: var(--bh-text) !important;
  font-family: "Satoshi", "Open Sans", sans-serif !important;
}

/* Full-page atmosphere for selected orderform pages */
body.bh-orderform-atmo {
  background:
    radial-gradient(1200px 560px at 8% -12%, var(--bh-atmo-a), transparent 68%),
    radial-gradient(980px 440px at 94% -10%, var(--bh-atmo-b), transparent 72%),
    linear-gradient(180deg, var(--bh-atmo-base-top) 0%, var(--bh-atmo-base-bottom) 100%) !important;
}

body.bh-whmcs-atmo {
  background:
    radial-gradient(1200px 560px at 8% -12%, var(--bh-atmo-a), transparent 68%),
    radial-gradient(980px 440px at 94% -10%, var(--bh-atmo-b), transparent 72%),
    linear-gradient(180deg, var(--bh-atmo-base-top) 0%, var(--bh-atmo-base-bottom) 100%) !important;
}

body.bh-orderform-atmo::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: var(--bh-grid-opacity);
  background-image:
    linear-gradient(var(--bh-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--bh-grid-line) 1px, transparent 1px);
  background-size: 56px 56px;
}

body.bh-whmcs-atmo::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: var(--bh-grid-opacity);
  background-image:
    linear-gradient(var(--bh-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--bh-grid-line) 1px, transparent 1px);
  background-size: 56px 56px;
}

body.bh-orderform-atmo::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 340px at 50% 8%, var(--bh-spot-a), transparent 72%),
    radial-gradient(980px 360px at 50% 100%, var(--bh-spot-b), transparent 78%);
}

body.bh-whmcs-atmo::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 340px at 50% 8%, var(--bh-spot-a), transparent 72%),
    radial-gradient(980px 360px at 50% 100%, var(--bh-spot-b), transparent 78%);
}

body.bh-orderform-atmo #header {
  position: relative;
  z-index: 2200;
}

body.bh-whmcs-atmo #header {
  position: relative;
  z-index: 2200;
}

body.bh-orderform-atmo #main-body,
body.bh-orderform-atmo .footer-coodiv-thm,
body.bh-orderform-atmo #footer {
  position: relative;
  z-index: 1;
}

body.bh-whmcs-atmo #main-body,
body.bh-whmcs-atmo .footer-coodiv-thm,
body.bh-whmcs-atmo #footer {
  position: relative;
  z-index: 1;
}

body.bh-orderform-atmo #header,
body.bh-orderform-atmo #main-body {
  background: transparent !important;
}

body.bh-whmcs-atmo #header,
body.bh-whmcs-atmo #main-body {
  background: transparent !important;
}

body.bh-orderform-atmo .top-header-nav-home {
  background: rgba(9, 14, 24, 0.58) !important;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(51, 74, 109, 0.75) !important;
}

body.bh-orderform-atmo .footer-coodiv-thm,
body.bh-orderform-atmo #footer {
  background: rgba(10, 16, 28, 0.62) !important;
  border-top: 1px solid rgba(51, 74, 109, 0.68) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Remove old animated/space background system */
#header .header-animation,
#particles-bg,
#header .video-bg-nuhost-header,
#header .moon-bg-her,
#header .courve-gb-hdr-top,
#header .header-heeadline,
.preloader {
  display: none !important;
}

#header {
  min-height: auto !important;
  background: var(--bh-bg) !important;
  border-bottom: 1px solid var(--bh-border) !important;
}

/* Slimmer WHMCS nav: remove legacy extra vertical spacing */
#header.whmcs-not-index-template {
  padding: 0 !important;
  max-height: none !important;
  border-bottom: 0 !important;
}

#header.whmcs-not-index-template .header-nav-algo-coodiv,
#header.whmcs-not-index-template .header-nav-algo-coodiv-v2 {
  margin-top: 0 !important;
}

#header.whmcs-not-index-template .top-header-nav-home {
  position: sticky;
  top: 0;
  z-index: 1050;
  padding: 4px 0 !important;
  border-bottom: 0 !important;
}

#header.whmcs-not-index-template .navbar {
  margin-bottom: 0 !important;
  min-height: 56px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.bh-orderform-atmo #header.whmcs-not-index-template .top-header-nav-home {
  padding: 2px 0 !important;
  border-bottom: 0 !important;
}

.header-top-menu {
  display: none !important;
}

.top-header-nav-home {
  background: rgba(13, 14, 16, 0.9) !important;
  border-bottom: 1px solid #222830 !important;
  padding: 10px 0 !important;
}

#header .navbar .nav-link,
#header .header-top-menu a,
#header .header-top-menu ul li a,
#header .navbar .navbar-nav > li > a {
  color: var(--bh-muted) !important;
}

#header .navbar-brand,
#header .navbar-brand img {
  max-height: 34px;
}

.bh-brand-mark {
  display: inline-flex !important;
  align-items: center;
}

.bh-brand-mark svg,
.bh-brand-mark img {
  display: block;
  max-width: 100%;
  height: 34px;
  width: auto;
  transform: translateY(-1px);
}

#header .navbar-brand img.black-bg-logo,
#header .navbar-brand img.white-bg-logo {
  display: none !important;
}

#header .navbar .nav-link:hover,
#header .navbar .nav-link:focus,
#header .navbar .navbar-nav > li > a:hover,
#header .navbar .navbar-nav > li > a:focus {
  color: var(--bh-text) !important;
}

#header .navbar .nav-link:before,
#header .navbar .nav-link:after,
#header .navbar .navbar-nav > li > a:before,
#header .navbar .navbar-nav > li > a:after {
  background: var(--bh-primary) !important;
}

#header .navbar .accouting-h {
  background: var(--bh-surface-2) !important;
  border: 1px solid var(--bh-border) !important;
}

#header .account-place-header-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#header .bh-client-area-item {
  list-style: none;
}

#header .bh-client-area-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--bh-primary);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

#header .bh-client-area-btn:hover,
#header .bh-client-area-btn:focus {
  background: var(--bh-primary-hover);
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(15, 184, 197, 0.2);
}

#header .navbar .accouting-h {
  border-color: rgba(31, 178, 196, 0.55) !important;
}

#header .navbar .accouting-h img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(57%) saturate(1875%) hue-rotate(145deg) brightness(92%) contrast(87%);
}

#header .navbar-nav .dropdown-menu,
.login-drop-down-header,
.dropdown-menu {
  background: var(--bh-surface) !important;
  border: 1px solid var(--bh-border) !important;
}

#header .navbar-nav .dropdown-menu a,
.login-drop-down-header a,
.dropdown-menu a {
  color: var(--bh-muted) !important;
}

#header .navbar-nav .dropdown-menu a:hover,
.login-drop-down-header a:hover,
.dropdown-menu a:hover {
  color: var(--bh-text) !important;
  background: var(--bh-surface-2) !important;
}

/* Main body */
#main-body {
  background: var(--bh-bg) !important;
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

body.bh-orderform-atmo #main-body {
  padding-top: 1rem !important;
}

#main-body .main-content,
#main-body .sidebar .panel,
#main-body .panel,
#main-body .card,
#main-body .logincontainer {
  background: var(--bh-surface) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: 14px !important;
  color: var(--bh-text) !important;
}

/* Flatten WHMCS page shell so it doesn't appear as a boxed card on every route */
#main-body .main-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Keep auth forms readable even with the flattened shell */
#main-body .logincontainer {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.5rem;
}

#main-body .bh-login-register-link {
  margin-top: 0.9rem;
  text-align: center;
  color: var(--bh-muted) !important;
}

#main-body .bh-login-register-link a {
  color: var(--bh-primary) !important;
  font-weight: 600;
}

div.header-lined h1,
div.header-lined small,
#main-body h1,
#main-body h2,
#main-body h3,
#main-body h4,
#main-body h5,
#main-body p,
#main-body label,
#main-body .text-muted,
#main-body .breadcrumb,
#main-body .breadcrumb > li,
#main-body .breadcrumb > li a {
  color: var(--bh-text) !important;
}

#main-body .breadcrumb {
  background: transparent !important;
  opacity: 0.78;
}

#main-body input.form-control,
#main-body select.form-control,
#main-body textarea.form-control {
  background: #0f1115 !important;
  border: 1px solid var(--bh-border) !important;
  color: var(--bh-text) !important;
}

#main-body input.form-control::placeholder,
#main-body textarea.form-control::placeholder {
  color: var(--bh-muted) !important;
}

#main-body .btn-primary,
#main-body button.btn-primary,
#main-body input.btn-primary {
  background: var(--bh-primary) !important;
  border-color: var(--bh-primary) !important;
  color: #fff !important;
}

#main-body .btn-primary:hover,
#main-body button.btn-primary:hover,
#main-body input.btn-primary:hover {
  background: var(--bh-primary-hover) !important;
  border-color: var(--bh-primary-hover) !important;
}

#main-body .btn-default,
#main-body .btn-secondary {
  background: transparent !important;
  border: 1px solid var(--bh-border) !important;
  color: var(--bh-text) !important;
}

/* Register page polish */
#registration {
  max-width: 980px;
  margin: 0 auto;
}

#registration .sub-heading {
  border-top-color: var(--bh-border) !important;
}

#registration .sub-heading span {
  background: #0f1118 !important;
  color: var(--bh-primary) !important;
  border: 1px solid var(--bh-border);
  border-radius: 999px;
  padding: 4px 14px !important;
}

#registration input.field,
#registration select.field,
#registration textarea.field,
#registration input.field.form-control,
#registration select.field.form-control,
#registration textarea.field.form-control {
  background: #0f1115 !important;
  border: 1px solid var(--bh-border) !important;
  color: var(--bh-text) !important;
}

#registration input.field::placeholder,
#registration textarea.field::placeholder {
  color: var(--bh-muted) !important;
}

#registration .prepend-icon .field-icon {
  color: #9bb6d6 !important;
}

#registration .marketing-email-optin {
  background: rgba(16, 21, 31, 0.95) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: 12px !important;
  padding: 18px !important;
}

#registration .marketing-email-optin h4,
#registration .marketing-email-optin p {
  color: var(--bh-text) !important;
}

#registration .panel.panel-danger.tospanel {
  background: rgba(16, 21, 31, 0.95) !important;
  border: 1px solid #35557a !important;
}

#registration .panel.panel-danger.tospanel .panel-heading {
  background: rgba(24, 43, 69, 0.85) !important;
  border-bottom: 1px solid #35557a !important;
}

#registration .panel.panel-danger.tospanel .panel-title,
#registration .panel.panel-danger.tospanel .panel-body,
#registration .panel.panel-danger.tospanel label,
#registration .panel.panel-danger.tospanel a {
  color: var(--bh-text) !important;
}

/* Password generator modal theme */
#modalGeneratePassword .modal-content {
  background: #101620 !important;
  border: 1px solid #2a3a4f !important;
  border-radius: 14px !important;
  color: var(--bh-text) !important;
}

#modalGeneratePassword .modal-header {
  background: linear-gradient(135deg, #1a2f49 0%, #0f2238 100%) !important;
  border-bottom: 1px solid #2f4361 !important;
  color: var(--bh-text) !important;
}

#modalGeneratePassword .modal-title {
  color: #e8f3ff !important;
}

#modalGeneratePassword .modal-header .close {
  color: #c6d8ef !important;
  opacity: 0.85;
}

#modalGeneratePassword .modal-body,
#modalGeneratePassword .modal-footer {
  background: #101620 !important;
  color: var(--bh-text) !important;
  border-color: #2a3a4f !important;
}

#modalGeneratePassword .control-label {
  color: #a9c0d8 !important;
}

#modalGeneratePassword .form-control {
  background: #0c121b !important;
  border: 1px solid #2a3a4f !important;
  color: #e6eef8 !important;
}

#modalGeneratePassword .btn-default {
  background: #131d2a !important;
  border: 1px solid #2f4361 !important;
  color: #d4e5f8 !important;
}

#modalGeneratePassword .btn-default:hover {
  background: #1a2940 !important;
  border-color: #3c5a84 !important;
}

#modalGeneratePassword .btn-primary {
  background: var(--bh-primary) !important;
  border-color: var(--bh-primary) !important;
  color: #fff !important;
}

#modalGeneratePassword .copy-to-clipboard img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(57%) saturate(1875%) hue-rotate(145deg) brightness(92%) contrast(87%);
}

/* Alerts and tables */
#main-body .alert {
  border-color: var(--bh-border) !important;
  background: #1a2027 !important;
  color: var(--bh-text) !important;
}

#main-body .table,
#main-body .table thead th,
#main-body .table tbody td {
  color: var(--bh-text) !important;
  border-color: var(--bh-border) !important;
}

/* Footer alignment */
.footer-coodiv-thm,
#footer {
  background: var(--bh-surface) !important;
  border-top: 1px solid var(--bh-border) !important;
}

.footer-coodiv-thm h5,
.footer-coodiv-thm p,
.footer-coodiv-thm a,
#footer p,
#footer a {
  color: var(--bh-muted) !important;
}

.footer-coodiv-thm a:hover,
#footer a:hover {
  color: var(--bh-primary) !important;
}

/* =========================================================
   Floating Navbar Redesign (WHMCS)
   ========================================================= */
#header {
  border-bottom: 0 !important;
}

#header .top-header-nav-home {
  background: transparent !important;
  border-bottom: 0 !important;
  padding: 14px 0 10px !important;
}

#header .header-nav-algo-coodiv {
  min-height: 58px !important;
  border: 1px solid rgba(46, 67, 98, 0.85);
  border-radius: 16px;
  background: rgba(8, 12, 20, 0.88) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 8px 14px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

#header .navbar-offcanvas {
  margin-left: auto;
}

#header .navbar-nav {
  align-items: center;
  gap: 3px;
}

#header .navbar .navbar-nav > li > a {
  border-radius: 10px;
  padding: 8px 10px !important;
  font-size: 13px;
  line-height: 1.2;
}

#header .navbar .navbar-nav > li > a:hover {
  background: rgba(23, 35, 55, 0.9) !important;
}

#header .account-place-header-nav {
  margin-left: 10px;
  margin-bottom: 0;
}

#header .bh-account-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px !important;
  border-radius: 999px;
  border: 1px solid rgba(59, 91, 129, 0.95) !important;
  background: rgba(14, 22, 35, 0.92) !important;
  color: #d6e5f7 !important;
  text-decoration: none !important;
}

#header .bh-account-trigger:after {
  margin-left: 0.2rem;
}

#header .bh-account-trigger-label {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

#header .bh-account-menu {
  min-width: 250px;
  padding: 8px 0;
}

#header .bh-account-menu .user-menu-dro {
  margin: 0;
  padding: 0;
}

#header .bh-account-menu .user-menu-dro li {
  list-style: none;
}

#header .bh-account-menu .user-menu-dro li.divider {
  height: 1px;
  margin: 8px 0;
  background: #263143;
}

#header .bh-account-menu .user-menu-dro a {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
}

/* =========================================================
   Client Area Home Redesign
   ========================================================= */
#main-body .tiles .box-intr {
  border: 1px solid #2b3950 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.95) 0%, rgba(12, 18, 31, 0.98) 100%) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#main-body .tiles .box-intr:hover {
  transform: translateY(-2px);
  border-color: #3d5b80 !important;
  box-shadow: 0 14px 30px rgba(3, 8, 18, 0.5);
}

#main-body .tiles .box-intr .stat {
  color: #f3fbff !important;
  font-weight: 800 !important;
}

#main-body .tiles .box-intr .title {
  color: #9db3cb !important;
  font-weight: 600 !important;
}

#main-body .client-home-panels .panel {
  border: 1px solid #2b3950 !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 23, 36, 0.98) 0%, rgba(11, 18, 29, 0.98) 100%) !important;
  box-shadow: 0 12px 30px rgba(3, 8, 18, 0.35);
}

#main-body .client-home-panels .panel-heading {
  background: linear-gradient(90deg, rgba(17, 34, 56, 0.98) 0%, rgba(10, 23, 40, 0.98) 100%) !important;
  border-bottom: 1px solid #2b3950 !important;
}

#main-body .client-home-panels .panel-title {
  color: #dcecff !important;
}

#main-body .client-home-panels .list-group-item {
  background: transparent !important;
  border-color: #253448 !important;
  color: #a9bfd7 !important;
}

#main-body .client-home-panels .list-group-item:hover {
  background: rgba(15, 24, 39, 0.95) !important;
  color: #eef8ff !important;
}

#main-body .client-home-panels .panel-footer {
  background: rgba(11, 18, 29, 0.9) !important;
  border-top: 1px solid #253448 !important;
}

#main-body .sidebar .panel-heading,
#main-body .panel-sidebar .panel-heading {
  background: linear-gradient(90deg, rgba(17, 34, 56, 0.98) 0%, rgba(10, 23, 40, 0.98) 100%) !important;
  border-bottom: 1px solid #2b3950 !important;
}

#main-body .sidebar .panel-title,
#main-body .panel-sidebar .panel-title {
  color: #dcecff !important;
}

#main-body .sidebar .list-group-item,
#main-body .panel-sidebar .list-group-item {
  background: transparent !important;
  color: #a9bfd7 !important;
  border-color: #253448 !important;
}

#main-body .sidebar .list-group-item:hover,
#main-body .panel-sidebar .list-group-item:hover {
  background: rgba(15, 24, 39, 0.95) !important;
  color: #eef8ff !important;
}

#main-body .sidebar .panel-footer,
#main-body .panel-sidebar .panel-footer {
  background: rgba(11, 18, 29, 0.9) !important;
  border-top: 1px solid #253448 !important;
}

#main-body .home-kb-search .form-control {
  height: 54px;
  border-radius: 14px !important;
}

#main-body .home-kb-search i {
  top: 17px;
  color: #8ea9c6 !important;
}

/* =========================================================
   Navbar/Top Grid Fixes (June 2026)
   ========================================================= */

/* Keep atmosphere visible behind navbar edges */
body.bh-orderform-atmo #header.whmcs-not-index-template {
  background: transparent !important;
}

body.bh-orderform-atmo #header.whmcs-not-index-template .top-header-nav-home {
  background: transparent !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* True floating + sticky WHMCS navbar with top offset */
#header.whmcs-not-index-template .top-header-nav-home {
  position: fixed !important;
  top: 6px !important;
  left: 0;
  right: 0;
  z-index: 2100 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

/* Prevent content from sliding under fixed navbar */
#header.whmcs-not-index-template + section#main-body {
  padding-top: 82px !important;
}

/* Robust right-side account placement in all states */
#header.whmcs-not-index-template .header-nav-algo-coodiv {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

#header.whmcs-not-index-template .navbar-brand {
  order: 1;
  margin-right: 10px;
  padding: 0 !important;
  line-height: 1 !important;
}

#header.whmcs-not-index-template .navbar-offcanvas {
  order: 2;
  flex: 1 1 auto;
  margin-left: 0 !important;
}

#header.whmcs-not-index-template .navbar-offcanvas .navbar-nav {
  justify-content: flex-start;
}

#header.whmcs-not-index-template .account-place-header-nav {
  order: 3;
  margin-left: auto !important;
  margin-right: 0 !important;
  float: none !important;
  padding-left: 12px;
}

#header.whmcs-not-index-template .bh-account-dropdown .dropdown-menu,
#header.whmcs-not-index-template .bh-account-menu {
  left: auto !important;
  right: 0 !important;
}

@media (max-width: 991px) {
  #header.whmcs-not-index-template .top-header-nav-home {
    top: 4px !important;
  }

  #header.whmcs-not-index-template + section#main-body {
    padding-top: 74px !important;
  }
}

/* =========================================================
   Client Area Polish (June 2026)
   ========================================================= */

/* Account details marketing box theme + toggle colors */
#main-body .marketing-email-optin {
  background: rgba(16, 21, 31, 0.95) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: 12px !important;
  padding: 18px !important;
}

#main-body .marketing-email-optin h4,
#main-body .marketing-email-optin p {
  color: var(--bh-text) !important;
}

#main-body .bootstrap-switch {
  border: 1px solid #2b3f59 !important;
  border-radius: 8px !important;
  background: #0f1520 !important;
}

#main-body .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  background: var(--bh-primary) !important;
  color: #fff !important;
}

#main-body .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #1a2433 !important;
  color: #c4d3e8 !important;
}

#main-body .bootstrap-switch .bootstrap-switch-label {
  background: #101927 !important;
}

/* DataTable and generic table cleanup (remove white leftovers) */
#main-body .dataTables_wrapper .dataTables_length,
#main-body .dataTables_wrapper .dataTables_filter,
#main-body .dataTables_wrapper .dataTables_info,
#main-body .dataTables_wrapper .dataTables_paginate {
  color: #a9bfd7 !important;
}

#main-body .dataTables_wrapper .dataTables_filter input,
#main-body .dataTables_wrapper .dataTables_length select {
  background: #0f1115 !important;
  border: 1px solid #2b3950 !important;
  color: #dcecff !important;
}

#main-body .table-list,
#main-body table.dataTable,
#main-body table.dataTable.no-footer {
  background: rgba(10, 16, 26, 0.92) !important;
  border: 1px solid #2b3950 !important;
}

#main-body table.dataTable thead th,
#main-body table.dataTable thead td,
#main-body .table > thead > tr > th {
  background: #121d2d !important;
  color: #9db3cb !important;
  border-bottom: 1px solid #2b3950 !important;
}

#main-body table.dataTable tbody td,
#main-body table.dataTable tbody th,
#main-body .table > tbody > tr > td,
#main-body .table > tbody > tr > th {
  background: transparent !important;
  color: #dcecff !important;
  border-top: 1px solid #253448 !important;
}

#main-body .table-striped > tbody > tr:nth-of-type(odd),
#main-body .table-striped > tbody > tr:nth-of-type(even) {
  background: transparent !important;
}

#main-body .pagination > li > a,
#main-body .pagination > li > span {
  background: #121a28 !important;
  border: 1px solid #2b3950 !important;
  color: #b7cce3 !important;
}

#main-body .pagination > .active > a,
#main-body .pagination > .active > span,
#main-body .pagination > .active > a:hover,
#main-body .pagination > .active > span:hover {
  background: var(--bh-primary) !important;
  border-color: var(--bh-primary) !important;
  color: #fff !important;
}

/* User management labels/buttons */
#main-body .label,
#main-body .badge-info {
  background: rgba(15, 184, 197, 0.22) !important;
  color: #77f3ff !important;
  border: 1px solid rgba(15, 184, 197, 0.36);
}

/* Dashboard top cards: newer icons + remove yellow bubble look */
#main-body .tiles .box-intr .icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(15, 184, 197, 0.14) !important;
  border: 1px solid rgba(15, 184, 197, 0.24);
  margin: 0 auto 12px;
  position: relative;
}

#main-body .tiles .box-intr .icon i {
  color: #7eeeff !important;
  font-size: 24px !important;
  line-height: 1;
}

#main-body .tiles .box-intr a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100%;
}

#main-body .tiles .box-intr .stat {
  position: absolute !important;
  top: -8px !important;
  right: -10px !important;
  left: auto !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 24px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: rgba(15, 184, 197, 0.18) !important;
  color: #bff9ff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  z-index: 3;
}

#main-body .tiles .box-intr .title {
  margin-top: 2px !important;
}

/* Encapsulated account page shell */
#main-body .bh-page-shell {
  border: 1px solid #2b3950 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(12, 18, 31, 0.96) 0%, rgba(9, 14, 24, 0.98) 100%) !important;
  box-shadow: 0 14px 34px rgba(3, 8, 18, 0.34);
  padding: 16px 18px !important;
  margin-top: 10px;
}

#main-body .bh-page-shell h1,
#main-body .bh-page-shell h2,
#main-body .bh-page-shell h3,
#main-body .bh-page-shell p,
#main-body .bh-page-shell label,
#main-body .bh-page-shell small {
  color: #dcecff !important;
}

#main-body .bh-page-shell .alert {
  border-radius: 10px !important;
}

#main-body .bh-page-shell .bh-form-panel {
  border: 1px solid #2b3950 !important;
  border-radius: 14px !important;
  background: rgba(11, 18, 29, 0.85) !important;
  padding: 14px 14px 8px !important;
  margin-bottom: 12px;
}

/* DataTables bottom/outer rows cleanup */
#main-body .bh-page-shell .dataTables_wrapper {
  background: transparent !important;
}

#main-body .bh-page-shell .dataTables_wrapper > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: rgba(10, 16, 26, 0.92) !important;
  border-left: 1px solid #2b3950 !important;
  border-right: 1px solid #2b3950 !important;
}

#main-body .bh-page-shell .dataTables_wrapper > .row:first-child {
  border-top: 1px solid #2b3950 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#main-body .bh-page-shell .dataTables_wrapper > .row:last-child {
  border-bottom: 1px solid #2b3950 !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#main-body .bh-page-shell .dataTables_wrapper > .row > div[class^="col-"] {
  background: transparent !important;
}

#main-body .bh-page-shell .table-container {
  background: transparent !important;
}

#main-body .bh-page-shell .table-container .dataTables_paginate,
#main-body .bh-page-shell .table-container .dataTables_info,
#main-body .bh-page-shell .table-container .dataTables_length,
#main-body .bh-page-shell .table-container .dataTables_filter {
  color: #a9bfd7 !important;
}

#main-body .bh-page-shell .table-container .form-control {
  background: #0f1115 !important;
  border: 1px solid #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .dataTables_wrapper .dataTables_length,
#main-body .bh-page-shell .dataTables_wrapper .dataTables_paginate,
#main-body .bh-page-shell .dataTables_wrapper .dataTables_info,
#main-body .bh-page-shell .dataTables_wrapper .dataTables_filter,
#main-body .bh-page-shell .dataTables_wrapper .listtable,
#main-body .bh-page-shell div.table-responsive > div.dataTables_wrapper > div.row,
#main-body .bh-page-shell div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"] {
  background: rgba(10, 16, 26, 0.92) !important;
}
