﻿/* 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;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 0 0 auto;
}

#header .bh-cart-link-item {
  margin-right: 0;
}

#header .bh-cart-trigger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 38px;
  width: 42px;
  min-width: 42px;
  padding: 0 !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;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#header .bh-cart-trigger:hover,
#header .bh-cart-trigger:focus {
  background: rgba(23, 35, 55, 0.96) !important;
  border-color: rgba(86, 132, 185, 0.95) !important;
  color: #ffffff !important;
}

#header .bh-cart-trigger i {
  font-size: 13px;
}

#header .bh-cart-trigger-label {
  display: none;
}

#header .bh-account-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  min-width: 0;
  width: auto;
  max-width: none;
  padding: 0 10px !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;
  overflow: hidden;
}

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

#header .bh-account-trigger-label {
  display: inline-block;
  max-width: 74px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#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 .bh-dashboard-tiles-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-left: 0;
  margin-right: 0;
  align-items: start;
}

#main-body .tiles .bh-dashboard-tiles-row > .bh-dashboard-tile {
  display: block;
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#main-body .tiles .box-intr {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  transition: transform 0.2s ease;
}

#main-body .tiles .box-intr:hover {
  transform: translateY(-2px);
}

#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;
  }

  #header.whmcs-not-index-template .top-header-nav-home .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #header.whmcs-not-index-template .header-nav-algo-coodiv {
    gap: 10px;
    padding: 8px 12px !important;
    min-height: 58px;
  }

  #header.whmcs-not-index-template .navbar-brand {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
  }

  #header.whmcs-not-index-template .navbar-brand img,
  #header .bh-brand-mark img {
    height: 28px;
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar {
    order: 1;
    position: relative;
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #2a3347 !important;
    border-radius: 14px !important;
    background: rgba(16, 22, 34, 0.98) !important;
    box-shadow: none !important;
    z-index: 2102;
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px !important;
    height: 2px !important;
    background: #ffffff !important;
    margin: 0 !important;
    border-radius: 999px !important;
    transform-origin: center center;
    transition: transform 180ms ease, opacity 180ms ease, width 180ms ease;
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar span:nth-child(1) {
    transform: translate(-50%, -7px);
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar span:nth-child(2) {
    transform: translate(-50%, 0);
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar span:nth-child(3) {
    transform: translate(-50%, 7px);
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar.is-open span:nth-child(1) {
    transform: translate(-50%, 0) rotate(45deg);
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar.is-open span:nth-child(2) {
    opacity: 0;
  }

  #header.whmcs-not-index-template .navbar-toggle.menu-btn-span-bar.is-open span:nth-child(3) {
    width: 20px !important;
    transform: translate(-50%, 0) rotate(-45deg);
  }

  #header.whmcs-not-index-template .navbar-offcanvas {
    order: 4;
    flex: none;
    position: fixed !important;
    top: 72px !important;
    left: 12px !important;
    right: auto !important;
    width: min(78vw, 320px) !important;
    max-height: calc(100dvh - 92px);
    overflow: auto;
    margin: 0 !important;
    padding: 12px;
    border: 1px solid #232d42 !important;
    border-radius: 22px !important;
    background: rgba(24, 22, 38, 0.98) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48) !important;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  #header.whmcs-not-index-template .navbar-offcanvas.in {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .nav-item,
  #header.whmcs-not-index-template .navbar-offcanvas .dropdown-menu li {
    width: 100%;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .nav-link,
  #header.whmcs-not-index-template .navbar-offcanvas .dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px !important;
    border-radius: 16px;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .nav-link {
    background: #1a253a;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .dropdown-menu {
    position: static !important;
    float: none !important;
    transform: none !important;
    min-width: 100%;
    margin: 8px 0 0 !important;
    padding: 6px;
    border: 1px solid #27334a !important;
    border-radius: 16px !important;
    background: #121b2b !important;
    box-shadow: none !important;
  }

  #header.whmcs-not-index-template .account-place-header-nav {
    order: 3;
    padding-left: 0;
    gap: 6px;
  }

  #header.whmcs-not-index-template .bh-client-area-btn,
  #header.whmcs-not-index-template .bh-account-trigger,
  #header.whmcs-not-index-template .bh-cart-trigger {
    min-height: 44px;
    border-radius: 14px !important;
  }

  #header.whmcs-not-index-template .bh-client-area-btn,
  #header.whmcs-not-index-template .bh-account-trigger {
    padding: 0 14px !important;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  #header.whmcs-not-index-template .top-header-nav-home .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  #header.whmcs-not-index-template .header-nav-algo-coodiv {
    padding: 6px 10px !important;
    gap: 8px;
  }

  #header.whmcs-not-index-template .navbar-brand img,
  #header .bh-brand-mark img {
    height: 26px;
  }

  #header.whmcs-not-index-template .navbar-offcanvas {
    left: 8px !important;
    width: min(calc(100vw - 16px), 306px) !important;
  }

  #header.whmcs-not-index-template .bh-client-area-btn,
  #header.whmcs-not-index-template .bh-account-trigger {
    padding: 0 12px !important;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #header.whmcs-not-index-template .navbar-offcanvas,
  #header.whmcs-not-index-template .navbar-offcanvas.in {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 10px !important;
    overflow-y: auto !important;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .navbar-nav {
    margin-bottom: 0 !important;
  }

  #header.whmcs-not-index-template .navbar-offcanvas .nav-item:last-child,
  #header.whmcs-not-index-template .navbar-offcanvas .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
  }

  .footer-coodiv-thm .row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 26px;
  }

  .footer-coodiv-thm .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-top: 0 !important;
    float: none !important;
  }

  .footer-coodiv-thm .quiq-links-footer-mb-st,
  .footer-coodiv-thm .stay-in-tch-footer-mb-st {
    width: 100% !important;
    margin-top: 0 !important;
    float: none !important;
  }

  .footer-coodiv-thm .footer-title-simple {
    margin-bottom: 14px !important;
    text-align: left !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn li {
    margin: 0 0 12px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn li:last-child {
    margin-bottom: 0 !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn li a,
  .footer-coodiv-thm .footer-contact-a-hm {
    display: block !important;
    text-align: left !important;
  }

  .footer-coodiv-thm .footer-social-links {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px;
    margin-top: 6px !important;
  }

  .footer-coodiv-thm .footer-social-links a {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .footer-coodiv-thm .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .footer-coodiv-thm .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer-coodiv-thm .row > [class*="col-"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0 28px !important;
    text-align: left !important;
  }

  .footer-coodiv-thm .row > [class*="col-"]:last-child {
    margin-bottom: 0 !important;
  }

  .footer-coodiv-thm .footer-title-simple,
  .footer-coodiv-thm .main-menu-footer-mn,
  .footer-coodiv-thm .main-menu-footer-mn li,
  .footer-coodiv-thm .main-menu-footer-mn li a,
  .footer-coodiv-thm .footer-contact-a-hm,
  .footer-coodiv-thm .stay-in-tch-footer-mb-st,
  .footer-coodiv-thm .quiq-links-footer-mb-st,
  .footer-coodiv-thm .footer-social-links {
    float: none !important;
    text-align: left !important;
  }

  .footer-coodiv-thm .col-md-4,
  .footer-coodiv-thm .quiq-links-footer-mb-st,
  .footer-coodiv-thm .stay-in-tch-footer-mb-st {
    display: block !important;
  }

  .footer-coodiv-thm .col-md-4 > *,
  .footer-coodiv-thm .quiq-links-footer-mb-st > *,
  .footer-coodiv-thm .stay-in-tch-footer-mb-st > * {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
    text-align: left !important;
  }

  .footer-coodiv-thm .footer-title-simple {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    line-height: 1.2 !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .footer-coodiv-thm .main-menu-footer-mn li a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .footer-coodiv-thm .footer-social-links {
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 6px 0 0 !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: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent !important;
  border: 0;
  margin: 0;
  position: relative;
}

#main-body .tiles .box-intr .bh-tile-icon-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(15, 184, 197, 0.1) !important;
  border: 1px solid rgba(15, 184, 197, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#main-body .tiles .box-intr .icon i {
  color: #7eeeff !important;
  font-size: 20px !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: auto;
  padding: 4px 6px 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.2s ease;
}

#main-body .tiles .box-intr a:hover,
#main-body .tiles .box-intr a:focus {
  transform: translateY(-1px);
}

#main-body .tiles .box-intr .stat {
  position: absolute !important;
  top: 1px !important;
  right: -2px !important;
  left: auto !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #21dff0 !important;
  color: #062631 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  z-index: 3;
}

#main-body .tiles .box-intr .title {
  margin-top: 0 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

@media (max-width: 767px) {
  #main-body .tiles .bh-dashboard-tiles-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #main-body .tiles .bh-dashboard-tiles-row > .bh-dashboard-tile {
    width: auto;
  }
}

#main-body .bh-product-details-shell .product-details {
  border: 1px solid #2b3950 !important;
  border-radius: 16px !important;
  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);
  padding: 16px 18px !important;
  margin-bottom: 16px;
}

#main-body .bh-product-details-shell .product-status {
  border: 1px solid #2b3950 !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.95) 0%, rgba(12, 18, 31, 0.98) 100%) !important;
  box-shadow: 0 12px 28px rgba(3, 8, 18, 0.32);
}

#main-body .bh-product-details-shell .product-status .product-icon {
  padding: 22px 20px 18px !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

#main-body .bh-product-details-shell .product-status .fa-circle {
  color: rgba(197, 210, 226, 0.16) !important;
}

#main-body .bh-product-details-shell .product-status h3,
#main-body .bh-product-details-shell .product-status h4,
#main-body .bh-product-details-shell .product-status-text,
#main-body .bh-product-details-shell .product-details h4,
#main-body .bh-product-details-shell .product-details .row > div {
  color: #dcecff !important;
}

#main-body .bh-product-details-shell .product-status h4,
#main-body .bh-product-details-shell .product-details .text-center,
#main-body .bh-product-details-shell .text-muted {
  color: #9db3cb !important;
}

#main-body .bh-product-details-shell .nav-tabs-overflow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #2b3950 !important;
}

#main-body .bh-product-details-shell .nav-tabs-overflow > li {
  float: none !important;
  margin: 0 !important;
}

#main-body .bh-product-details-shell .nav-tabs-overflow > li > a {
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #2b3950 !important;
  border-radius: 10px !important;
  background: rgba(15, 24, 39, 0.92) !important;
  color: #9db3cb !important;
}

#main-body .bh-product-details-shell .nav-tabs-overflow > li.active > a,
#main-body .bh-product-details-shell .nav-tabs-overflow > li.active > a:hover,
#main-body .bh-product-details-shell .nav-tabs-overflow > li.active > a:focus,
#main-body .bh-product-details-shell .nav-tabs-overflow > li > a:hover,
#main-body .bh-product-details-shell .nav-tabs-overflow > li > a:focus {
  border-color: rgba(15, 184, 197, 0.34) !important;
  background: rgba(15, 184, 197, 0.12) !important;
  color: #e9fbff !important;
}

#main-body .bh-product-details-shell .product-details-tab-container,
#main-body .bh-product-details-shell .module-client-area,
#main-body .bh-product-details-shell .tab-pane,
#main-body .bh-product-details-shell .tab-content {
  background: transparent !important;
  color: #dcecff !important;
}

#main-body .bh-product-details-shell .product-details-tab-container {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#main-body .bh-product-details-shell .tab-pane:not(.bh-module-tab-pane) {
  padding: 20px !important;
}

#main-body .bh-product-details-shell .bh-module-tab-pane {
  padding: 0 !important;
}

#main-body .bh-product-details-shell .bh-module-client-area {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#main-body .bh-product-details-shell .module-client-area .panel,
#main-body .bh-product-details-shell .module-client-area .well,
#main-body .bh-product-details-shell .module-client-area .table-responsive,
#main-body .bh-product-details-shell .module-client-area .list-group-item,
#main-body .bh-product-details-shell .module-client-area .nav-tabs,
#main-body .bh-product-details-shell .module-client-area .tab-content,
#main-body .bh-product-details-shell .module-client-area .tab-pane {
  background: rgba(12, 18, 31, 0.96) !important;
  color: #dcecff !important;
  border-color: #2b3950 !important;
}

#main-body .bh-product-details-shell .module-client-area .table,
#main-body .bh-product-details-shell .module-client-area .table thead th,
#main-body .bh-product-details-shell .module-client-area .table tbody td,
#main-body .bh-product-details-shell .module-client-area label,
#main-body .bh-product-details-shell .module-client-area p,
#main-body .bh-product-details-shell .module-client-area span,
#main-body .bh-product-details-shell .module-client-area h1,
#main-body .bh-product-details-shell .module-client-area h2,
#main-body .bh-product-details-shell .module-client-area h3,
#main-body .bh-product-details-shell .module-client-area h4,
#main-body .bh-product-details-shell .module-client-area h5,
#main-body .bh-product-details-shell .module-client-area strong {
  color: #dcecff !important;
  border-color: #2b3950 !important;
}

#main-body .bh-product-details-shell .module-client-area input,
#main-body .bh-product-details-shell .module-client-area select,
#main-body .bh-product-details-shell .module-client-area textarea {
  background: #0f1520 !important;
  color: #dcecff !important;
  border-color: #2b3950 !important;
}

#main-body .bh-product-details-shell .module-client-area [class*="card"],
#main-body .bh-product-details-shell .module-client-area [class*="panel-default"],
#main-body .bh-product-details-shell .module-client-area [class*="panel-body"],
#main-body .bh-product-details-shell .module-client-area [class*="card-body"],
#main-body .bh-product-details-shell .module-client-area [class*="card-footer"],
#main-body .bh-product-details-shell .module-client-area [class*="panel-footer"] {
  background: rgba(12, 18, 31, 0.96) !important;
  color: #dcecff !important;
  border-color: #2b3950 !important;
}

#main-body .bh-product-details-shell .module-client-area [class*="card-footer"],
#main-body .bh-product-details-shell .module-client-area [class*="panel-footer"] {
  box-shadow: none !important;
}

#main-body .bh-product-details-shell .module-client-area .btn,
#main-body .bh-product-details-shell .module-client-area button {
  border-color: #2b3950 !important;
}

#main-body .bh-product-details-shell .module-client-area .btn-default,
#main-body .bh-product-details-shell .module-client-area .btn-secondary,
#main-body .bh-product-details-shell .module-client-area .btn-light,
#main-body .bh-product-details-shell .module-client-area .btn-warning {
  background: #162235 !important;
  color: #dcecff !important;
  border-color: #2b3950 !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 .form-control,
#main-body .bh-page-shell select,
#main-body .bh-page-shell textarea {
  background: rgba(11, 17, 28, 0.94) !important;
  border: 1px solid #2b3950 !important;
  color: #e3eefc !important;
}

#main-body .bh-page-shell .form-control::placeholder,
#main-body .bh-page-shell textarea::placeholder {
  color: #8094b1 !important;
}

#main-body .bh-page-shell .btn-default {
  background: rgba(16, 24, 37, 0.96) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .btn-default:hover,
#main-body .bh-page-shell .btn-default:focus {
  background: rgba(31, 178, 196, 0.14) !important;
  border-color: #1fb2c4 !important;
  color: #ffffff !important;
}

#main-body .bh-page-shell .btn-primary,
#main-body .bh-page-shell .btn-info,
#main-body .bh-page-shell .btn-success {
  border-color: transparent !important;
  color: #ffffff !important;
}

#main-body .bh-page-shell .table,
#main-body .bh-page-shell .table-striped,
#main-body .bh-page-shell .table-responsive {
  background: transparent !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .table > thead > tr > th {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: #2b3950 !important;
  color: #9fb3cf !important;
}

#main-body .bh-page-shell .table > tbody > tr > td,
#main-body .bh-page-shell .table > tbody > tr > th {
  background: rgba(12, 18, 31, 0.82) !important;
  border-color: #22324a !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .table-striped > tbody > tr:nth-of-type(even) > td,
#main-body .bh-page-shell .table-striped > tbody > tr:nth-of-type(even) > th {
  background: rgba(15, 23, 37, 0.92) !important;
}

#main-body .bh-page-shell .table > tbody > tr:hover > td,
#main-body .bh-page-shell .table > tbody > tr:hover > th {
  background: rgba(31, 178, 196, 0.06) !important;
}

#main-body .bh-page-shell .well {
  background: rgba(10, 16, 26, 0.92) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .list-group-item {
  background: rgba(10, 16, 26, 0.92) !important;
  border-color: #22324a !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell a.list-group-item,
#main-body .bh-page-shell .list-group-item a {
  color: #dcecff !important;
}

#main-body .bh-page-shell a.list-group-item:hover,
#main-body .bh-page-shell a.list-group-item:focus {
  background: rgba(31, 178, 196, 0.08) !important;
  color: #ffffff !important;
}

#main-body .bh-page-shell .announcement-single,
#main-body .bh-page-shell .kb-article-content,
#main-body .bh-page-shell .kb-rate-article,
#main-body .bh-page-shell .kb-also-read,
#main-body .bh-page-shell .kbarticles > div,
#main-body .bh-page-shell .kbcategories .col-sm-4 {
  background: rgba(10, 16, 26, 0.72);
  border: 1px solid #22324a;
  border-radius: 14px;
}

#main-body .bh-page-shell .announcement-single,
#main-body .bh-page-shell .kb-article-content,
#main-body .bh-page-shell .kb-rate-article,
#main-body .bh-page-shell .kb-also-read {
  padding: 16px 18px;
}

#main-body .bh-page-shell .kbcategories .col-sm-4,
#main-body .bh-page-shell .kbarticles > div {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 14px;
}

#main-body .bh-page-shell .announcement-single + .announcement-single {
  margin-top: 14px;
}

#main-body .bh-page-shell .announcement-single .title,
#main-body .bh-page-shell .kbarticles a,
#main-body .bh-page-shell .kbcategories a,
#main-body .bh-page-shell .kb-article-title h2,
#main-body .bh-page-shell .kb-article-content,
#main-body .bh-page-shell .kb-article-details,
#main-body .bh-page-shell .article-items,
#main-body .bh-page-shell .kb-rate-article,
#main-body .bh-page-shell .kb-also-read h3 {
  color: #dcecff !important;
}

#main-body .bh-page-shell .kb-search .form-control,
#main-body .bh-page-shell .kb-search .input-group-btn .btn {
  height: 48px;
}

#main-body .bh-page-shell .kb-search .input-group-btn .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#main-body .bh-page-shell .kb-rate-article .btn-link,
#main-body .bh-page-shell .btn.btn-link {
  color: #7fd6e0 !important;
}

#main-body .bh-page-shell .kb-rate-article .btn-link:hover,
#main-body .bh-page-shell .btn.btn-link:hover {
  color: #b8f3fa !important;
  text-decoration: none;
}

#main-body .bh-page-shell .kb-article-details {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}

#main-body .bh-page-shell .kb-article-details li {
  margin-bottom: 8px;
}

.verification-banner {
  position: relative;
  z-index: 12;
  background: rgba(11, 17, 28, 0.96) !important;
  border-top: 1px solid #2b3950 !important;
  border-bottom: 1px solid #2b3950 !important;
  box-shadow: 0 10px 24px rgba(3, 8, 18, 0.2);
}

.verification-banner .text,
.verification-banner i,
.verification-banner .close,
.verification-banner .btn {
  color: #dcecff !important;
}

.verification-banner .btn.btn-default,
.verification-banner .btn.btn-action {
  background: rgba(18, 26, 40, 0.96) !important;
  border-color: #2b3950 !important;
}

.verification-banner .btn.btn-default:hover,
.verification-banner .btn.btn-action:hover {
  background: rgba(31, 178, 196, 0.14) !important;
  border-color: #1fb2c4 !important;
  color: #ffffff !important;
}

/* Standard cart remove/empty cart modal */
body.bh-whmcs-atmo.modal-open #main-body,
body.bh-orderform-atmo.modal-open #main-body {
  z-index: 4000 !important;
}

body.bh-whmcs-atmo.modal-open .verification-banner,
body.bh-orderform-atmo.modal-open .verification-banner {
  z-index: 3500 !important;
}

body.bh-whmcs-atmo .modal-backdrop,
body.bh-whmcs-atmo .modal-backdrop.in,
body.bh-orderform-atmo .modal-backdrop,
body.bh-orderform-atmo .modal-backdrop.in {
  z-index: 4990 !important;
  background: rgba(3, 8, 18, 0.78) !important;
}

body.bh-whmcs-atmo #modalRemoveItem,
body.bh-whmcs-atmo #modalEmptyCart,
body.bh-orderform-atmo #modalRemoveItem,
body.bh-orderform-atmo #modalEmptyCart {
  position: fixed !important;
  inset: 0 !important;
  z-index: 5000 !important;
}

body.bh-whmcs-atmo #modalRemoveItem.in,
body.bh-whmcs-atmo #modalEmptyCart.in,
body.bh-orderform-atmo #modalRemoveItem.in,
body.bh-orderform-atmo #modalEmptyCart.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 110px 20px 36px;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-dialog,
body.bh-whmcs-atmo #modalEmptyCart .modal-dialog,
body.bh-orderform-atmo #modalRemoveItem .modal-dialog,
body.bh-orderform-atmo #modalEmptyCart .modal-dialog {
  width: 100%;
  max-width: 540px;
  margin: 0 auto !important;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-content,
body.bh-whmcs-atmo #modalEmptyCart .modal-content,
body.bh-orderform-atmo #modalRemoveItem .modal-content,
body.bh-orderform-atmo #modalEmptyCart .modal-content {
  background: rgba(10, 16, 26, 0.98) !important;
  border: 1px solid #2b3950 !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48) !important;
  color: #dcecff !important;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-header,
body.bh-whmcs-atmo #modalRemoveItem .modal-body,
body.bh-whmcs-atmo #modalRemoveItem .modal-footer,
body.bh-whmcs-atmo #modalEmptyCart .modal-header,
body.bh-whmcs-atmo #modalEmptyCart .modal-body,
body.bh-whmcs-atmo #modalEmptyCart .modal-footer,
body.bh-orderform-atmo #modalRemoveItem .modal-header,
body.bh-orderform-atmo #modalRemoveItem .modal-body,
body.bh-orderform-atmo #modalRemoveItem .modal-footer,
body.bh-orderform-atmo #modalEmptyCart .modal-header,
body.bh-orderform-atmo #modalEmptyCart .modal-body,
body.bh-orderform-atmo #modalEmptyCart .modal-footer {
  background: transparent !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-body,
body.bh-whmcs-atmo #modalEmptyCart .modal-body,
body.bh-orderform-atmo #modalRemoveItem .modal-body,
body.bh-orderform-atmo #modalEmptyCart .modal-body {
  padding: 28px 28px 16px !important;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-footer,
body.bh-whmcs-atmo #modalEmptyCart .modal-footer,
body.bh-orderform-atmo #modalRemoveItem .modal-footer,
body.bh-orderform-atmo #modalEmptyCart .modal-footer {
  padding: 0 28px 28px !important;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-title,
body.bh-whmcs-atmo #modalRemoveItem .modal-title span,
body.bh-whmcs-atmo #modalRemoveItem .modal-body,
body.bh-whmcs-atmo #modalRemoveItem .modal-body p,
body.bh-whmcs-atmo #modalEmptyCart .modal-title,
body.bh-whmcs-atmo #modalEmptyCart .modal-title span,
body.bh-whmcs-atmo #modalEmptyCart .modal-body,
body.bh-whmcs-atmo #modalEmptyCart .modal-body p,
body.bh-orderform-atmo #modalRemoveItem .modal-title,
body.bh-orderform-atmo #modalRemoveItem .modal-title span,
body.bh-orderform-atmo #modalRemoveItem .modal-body,
body.bh-orderform-atmo #modalRemoveItem .modal-body p,
body.bh-orderform-atmo #modalEmptyCart .modal-title,
body.bh-orderform-atmo #modalEmptyCart .modal-title span,
body.bh-orderform-atmo #modalEmptyCart .modal-body,
body.bh-orderform-atmo #modalEmptyCart .modal-body p {
  color: #dcecff !important;
}

body.bh-whmcs-atmo #modalRemoveItem .modal-title i,
body.bh-whmcs-atmo #modalEmptyCart .modal-title i,
body.bh-orderform-atmo #modalRemoveItem .modal-title i,
body.bh-orderform-atmo #modalEmptyCart .modal-title i {
  color: #9ec7ef !important;
}

body.bh-whmcs-atmo #modalRemoveItem .close,
body.bh-whmcs-atmo #modalRemoveItem .close span,
body.bh-whmcs-atmo #modalEmptyCart .close,
body.bh-whmcs-atmo #modalEmptyCart .close span,
body.bh-orderform-atmo #modalRemoveItem .close,
body.bh-orderform-atmo #modalRemoveItem .close span,
body.bh-orderform-atmo #modalEmptyCart .close,
body.bh-orderform-atmo #modalEmptyCart .close span {
  color: #dcecff !important;
  opacity: 0.92 !important;
  text-shadow: none !important;
}

body.bh-whmcs-atmo #modalRemoveItem .btn-default,
body.bh-whmcs-atmo #modalEmptyCart .btn-default,
body.bh-orderform-atmo #modalRemoveItem .btn-default,
body.bh-orderform-atmo #modalEmptyCart .btn-default {
  background: rgba(18, 26, 40, 0.96) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

body.bh-whmcs-atmo #modalRemoveItem .btn-default:hover,
body.bh-whmcs-atmo #modalRemoveItem .btn-default:focus,
body.bh-whmcs-atmo #modalEmptyCart .btn-default:hover,
body.bh-whmcs-atmo #modalEmptyCart .btn-default:focus,
body.bh-orderform-atmo #modalRemoveItem .btn-default:hover,
body.bh-orderform-atmo #modalRemoveItem .btn-default:focus,
body.bh-orderform-atmo #modalEmptyCart .btn-default:hover,
body.bh-orderform-atmo #modalEmptyCart .btn-default:focus {
  background: rgba(31, 178, 196, 0.14) !important;
  border-color: #1fb2c4 !important;
}

#main-body .bh-page-shell .panel.panel-info,
#main-body .bh-page-shell .panel.panel-default,
#main-body .bh-page-shell .panel.panel-warning,
#main-body .bh-page-shell .panel.panel-danger,
#main-body .bh-page-shell .panel.panel-success {
  background: rgba(10, 16, 26, 0.92) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .panel.panel-info > .panel-heading,
#main-body .bh-page-shell .panel.panel-default > .panel-heading,
#main-body .bh-page-shell .panel.panel-warning > .panel-heading,
#main-body .bh-page-shell .panel.panel-danger > .panel-heading,
#main-body .bh-page-shell .panel.panel-success > .panel-heading {
  background: rgba(225, 241, 255, 0.06) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .ticket-reply,
#main-body .bh-page-shell .ticket-reply.staff {
  background: rgba(10, 16, 26, 0.92) !important;
  border: 1px solid #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .ticket-reply .user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(225, 241, 255, 0.06) !important;
  border-bottom: 1px solid #22324a;
}

#main-body .bh-page-shell .ticket-reply.staff .user {
  background: rgba(31, 178, 196, 0.08) !important;
}

#main-body .bh-page-shell .ticket-reply .user i {
  float: none !important;
  padding: 0 !important;
  margin-top: 2px;
  font-size: 1.45rem;
  color: #9ec7ef !important;
}

#main-body .bh-page-shell .ticket-reply .user .name {
  display: block;
  line-height: 1.35;
}

#main-body .bh-page-shell .ticket-reply .user .type {
  display: block;
  margin-top: 2px;
  color: #97aac6 !important;
}

#main-body .bh-page-shell .ticket-reply .date {
  float: none !important;
  margin-left: auto;
  padding: 0 !important;
  text-align: right;
  white-space: nowrap;
  color: #8ea2bf !important;
}

#main-body .bh-page-shell .ticket-reply .user,
#main-body .bh-page-shell .ticket-reply .date,
#main-body .bh-page-shell .ticket-reply .message,
#main-body .bh-page-shell .ticket-reply .attachments,
#main-body .bh-page-shell .ticket-reply .type,
#main-body .bh-page-shell .ticket-reply .name {
  color: #dcecff !important;
}

#main-body .bh-page-shell .ticket-reply .message {
  background: rgba(13, 21, 34, 0.92) !important;
  border-top: 1px solid #22324a !important;
}

#main-body .bh-page-shell .ticket-reply .attachments {
  border-top-color: #22324a !important;
}

#main-body .bh-page-shell .ticket-reply a,
#main-body .bh-page-shell .ticket-reply .attachments a {
  color: #7fd6e0 !important;
}

#main-body .bh-page-shell .ticket-reply .rating span.star,
#main-body .bh-page-shell .ticket-reply .rating-done span.star {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

#main-body .bh-page-shell .kb-also-read .kbarticles {
  display: grid;
  gap: 14px;
  padding-bottom: 0;
}

#main-body .bh-page-shell .kb-also-read .kbarticles > div {
  padding: 14px 16px;
}

#main-body .bh-page-shell .kb-also-read .kbarticles > div > a {
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1.35;
}

#main-body .bh-page-shell .kb-also-read .kbarticles > div > p {
  margin: 6px 0 0;
  line-height: 1.55;
  color: #b3c4da !important;
}

#main-body .bh-page-shell .kb-also-read .admin-inline-edit {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

#main-body .bh-page-shell .md-editor {
  border: 1px solid #2b3950 !important;
  background: rgba(10, 16, 26, 0.92) !important;
}

#main-body .bh-page-shell .md-editor > .btn-toolbar,
#main-body .bh-page-shell .md-editor .md-footer,
#main-body .bh-page-shell .markdown-editor-status {
  background: rgba(16, 24, 37, 0.96) !important;
  border-color: #2b3950 !important;
  color: #c7d6ea !important;
}

#main-body .bh-page-shell .md-editor > textarea.markdown-editor,
#main-body .bh-page-shell .md-editor > .md-preview,
#main-body .bh-page-shell .md-editor > textarea,
#main-body .bh-page-shell .md-editor .md-input {
  background: rgba(10, 16, 26, 0.96) !important;
  color: #e4efff !important;
  border-top-color: #2b3950 !important;
  border-bottom-color: #2b3950 !important;
}

#main-body .bh-page-shell .md-editor .btn,
#main-body .bh-page-shell .md-editor .btn-default {
  background: rgba(18, 26, 40, 0.96) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
}

#main-body .bh-page-shell .md-editor .btn:hover,
#main-body .bh-page-shell .md-editor .btn-default:hover {
  background: rgba(31, 178, 196, 0.14) !important;
  border-color: #1fb2c4 !important;
}

#main-body .bh-page-shell input[type="file"].form-control {
  background: rgba(10, 16, 26, 0.96) !important;
  border-color: #2b3950 !important;
  color: #dcecff !important;
  padding: 6px 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;
}

/* Standard cart promo/tabs dark bridge */
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs {
  border-bottom: 1px solid #2b3950 !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li > a,
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li > a:focus,
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li > a:hover,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li > a,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li > a:focus,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li > a:hover {
  background: rgba(18, 26, 40, 0.96) !important;
  border: 1px solid #2b3950 !important;
  color: #dcecff !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:hover,
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:focus,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:hover,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:focus {
  background: rgba(10, 16, 26, 0.98) !important;
  border-color: #2b3950 !important;
  color: #ffffff !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .tab-content,
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .tab-pane,
body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .tab-pane.promo,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .tab-content,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .tab-pane,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .tab-pane.promo {
  background: rgba(10, 16, 26, 0.96) !important;
  border: 1px solid #2b3950 !important;
  color: #dcecff !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .tab-pane,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .tab-pane {
  padding: 18px 16px !important;
  border-top: 0 !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .prepend-icon .field-icon,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .prepend-icon .field-icon {
  background: rgba(18, 26, 40, 0.96) !important;
  border: 1px solid #2b3950 !important;
  border-right: 0 !important;
  color: #9ec7ef !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .prepend-icon .field.form-control,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .prepend-icon .field.form-control {
  background: rgba(10, 16, 26, 0.96) !important;
  border: 1px solid #2b3950 !important;
  color: #dcecff !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .prepend-icon .field.form-control::placeholder,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .prepend-icon .field.form-control::placeholder {
  color: #8ea2bf !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-promotion-code,
body.bh-orderform-atmo #order-standard_cart .view-cart-promotion-code {
  background: rgba(31, 178, 196, 0.08) !important;
  border: 1px solid rgba(31, 178, 196, 0.24) !important;
  color: #dcecff !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  margin-bottom: 12px;
  box-shadow: 0 0 0 1px rgba(31, 178, 196, 0.08) inset !important;
}

body.bh-whmcs-atmo #order-standard_cart .view-cart-tabs .tab-content,
body.bh-orderform-atmo #order-standard_cart .view-cart-tabs .tab-content {
  box-shadow: none !important;
}
