:root {
  --bn-sidebar-width: 250px;
  --bn-bg: #09090b;
  --bn-overlay-bg: #09090b;
  --bn-overlay-effect: none;
  --bn-bg-soft: #18181b;
  --bn-bg-elevated: #11111399;
  --bn-border: #ffffff1d;
  --bn-border-strong: #ffffff32;
  --bn-text: #f4f4f5;
  --bn-text-muted: #a1a1aa;
  --bn-text-soft: #71717a;
  --bn-accent: #f43f5e;
  --bn-accent-hover: #e11d48;
  --bn-accent-active: #be123c;
  --bn-accent-soft: rgba(244, 63, 94, 0.14);
  --bn-success: #4ade80;
  --bn-warning: #fbbf24;
  --bn-danger: #f87171;
  --bn-info: #60a5fa;
  --bn-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
  --font: "Clash Grotesk", "Rubik", Arial, sans-serif;
}

body.template_2019 {
  /* background: radial-gradient(circle at 85% 12%, rgba(244, 63, 94, 0.14), rgba(244, 63, 94, 0) 38%),
  radial-gradient(circle at 8% 85%, rgba(244, 63, 94, 0.08), rgba(244, 63, 94, 0) 42%),
  var(--bn-bg); */
  background: radial-gradient(circle at 85% 12%, rgb(244 63 94 / 38%), rgb(244 63 94 / 2%) 38%), radial-gradient(circle at 8% 85%, rgb(244 63 94 / 24%), rgb(244 63 94 / 2%) 42%), var(--bn-bg);
  color: var(--bn-text-muted);
  font-family: var(--font) !important;
  min-height: 100vh;
  background-attachment: fixed;
}

body.template_2019::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(24, 24, 27, 0.18), rgba(9, 9, 11, 0.7));
  z-index: -1;
}

body.template_2019,
body.template_2019 h1,
body.template_2019 h2,
body.template_2019 h3,
body.template_2019 h4,
body.template_2019 h5,
body.template_2019 h6 {
  font-family: "Clash Grotesk", "Rubik", Arial, sans-serif !important;
  font-weight: 500;
}

body.template_2019 h1,
body.template_2019 h2,
body.template_2019 h3,
body.template_2019 h4,
body.template_2019 h5,
body.template_2019 h6 {
  color: var(--bn-text);
  letter-spacing: 0.01em;
}

body.template_2019 a {
  color: #fb7185;
}

body.template_2019 a:hover {
  color: #fda4af;
}

body.template_2019 .text-dark {
  color: var(--bn-text) !important;
}

body.template_2019 .text-secondary,
body.template_2019 .text-muted,
body.template_2019 .text-gray {
  color: var(--bn-text-muted) !important;
}

body.template_2019 .icon-info-color,
body.template_2019 .text-primary {
  color: var(--bn-accent) !important;
}

body.template_2019 .main-overlay {
  background-color: var(--bn-bg);
}

body.template_2019 .main-overlay.active {
  background-color: #000;
  opacity: 0.75;
}

body.template_2019 .sidebar-overlay {
  background: rgba(9, 9, 11, 0.78);
}

body.template_2019 .body-content .section-main {
  /*
  background: linear-gradient(180deg, rgba(24, 24, 27, 0.9), rgba(17, 17, 19, 0.86));
  border: 1px solid var(--bn-border);
  */
  background: none !important;
  border: none !important;
  overflow: hidden;
  min-height: 100px !important;
  padding: 50px !important;
  padding-top: 20px !important;
  max-width: 1200px !important;
}

body.template_2019 .footer-content {
  margin-top: auto;
}

body.template_2019 .footer-content .footer {
  background: linear-gradient(180deg, rgba(24, 24, 27, 0.86), rgba(9, 9, 11, 0.96));
  border: 1px solid var(--bn-border);
  box-shadow: none !important;
}

body.template_2019 .footer-content .footer .nav .nav-link {
  color: var(--bn-text-muted) !important;
}

body.template_2019 .footer-content .footer .nav .nav-link:hover,
body.template_2019 .footer-content .footer .nav .nav-link:focus {
  color: var(--bn-text) !important;
}

body.template_2019 .navbar {
  background: var(--bn-overlay-bg) !important;
  backdrop-filter: var(--bn-overlay-effect) !important;
  height: 52px !important;
  border-bottom: 1px solid var(--bn-border);
}

body.template_2019 .navbar .navbar-left {
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
  height: fit-content;
}

body.template_2019 .navbar .navbar-left {
  flex: 0 0 var(--bn-sidebar-width) !important;
  width: var(--bn-sidebar-width) !important;
  min-width: var(--bn-sidebar-width) !important;
  max-width: var(--bn-sidebar-width) !important;
  box-sizing: border-box;
  padding: 0 6px !important;
  gap: 12px !important;
  justify-content: left !important;
  border: none !important;
}

body.template_2019 .navbar .navbar-left .navbar-brand {
  overflow: visible;
  display: block !important;
}

body.template_2019 .navbar .navbar-left .navbar-brand img {
  width: 150px;
  max-width: 150px;
  max-height: none;
}

body.template_2019 .navbar .navbar-body {
  background: transparent;
  justify-content: flex-end;
  border: none !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link .navbar-menu-user .navbar-text {
  margin-top: 1px !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link .navbar-menu-user {
  margin: 0 !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu {
  display: flex;
  gap: 6px;
  padding: 0 3px !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link, body.template_2019 .navbar .navbar-left .btn-left-navbar {
  background: transparent;
  color: var(--bn-text-muted);
  display: flex;
  gap: 6px !important;
  height: 42px !important;
  padding: 0 9px !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 5px !important;
  position: relative !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-item {
  height: 42px !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link small {
  margin-top: 2px;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link small.text-gray {
  font-size: 0.9rem;
}

body.template_2019 .navbar .navbar-body .navbar-menu span:nth-child(2) {
  margin-top: 3px !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link:hover, body.template_2019 .navbar .navbar-left .btn-left-navbar:hover {
  color: var(--bn-text);
  opacity: 1;
  background: transparent !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link::after, body.template_2019 .navbar .navbar-left .btn-left-navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF22;
  opacity: 0;
  border-radius: 5px;
  transform: scaleX(0.9) scaleY(0.8);
  transition: all 0.15s ease-out;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link:hover::after, body.template_2019 .navbar .navbar-left .btn-left-navbar:hover::after {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link:active::after, body.template_2019 .navbar .navbar-left .btn-left-navbar:active::after {
  opacity: 1;
  transform: scaleX(0.9) scaleY(0.9);
  background-color: #FFFFFF42;
}

body.template_2019 .navbar.sub-bar,
body.template_2019 .navbar.sub-bar .navbar-body,
body.template_2019 .navbar.sub-bar .navbar-body .navbar-search {
  background: var(--bn-bg) !important;
  border-bottom: 1px solid var(--bn-border);
  visibility: hidden !important;
}

body.template_2019 .navbar.sub-bar.bg-white,
body.template_2019 .navbar.sub-bar .bg-white,
body.template_2019 .navbar.sub-bar .navbar-body.bg-white {
  background: var(--bn-bg) !important;
  margin-top: -30px !important;
}

body.template_2019 .navbar.sub-bar .nav-link {
  color: var(--bn-text-muted);
  border-color: var(--bn-border);
}

body.template_2019 .navbar-search-results,
body.template_2019 .dropdown-order-items {
  background: var(--bn-bg-soft) !important;
  color: var(--bn-text-muted);
  border: 1px solid var(--bn-border);
  box-shadow: var(--bn-shadow);
}

body.template_2019 .navbar .navbar-search-results .result,
body.template_2019 .navbar .navbar-search-results .description,
body.template_2019 .navbar .navbar-search-results .name,
body.template_2019 .navbar .navbar-search-results .header,
body.template_2019 .navbar .navbar-dropdown-item {
  color: var(--bn-text-muted) !important;
}

body.template_2019 .navbar .navbar-search-results .result:hover,
body.template_2019 .navbar .navbar-search-results .result:focus,
body.template_2019 .navbar .navbar-dropdown-item:hover,
body.template_2019 .navbar .navbar-dropdown-item:focus {
  color: var(--bn-text) !important;
  background: var(--bn-border) !important;
}

body.template_2019 .navbar .badge {
  all: unset;
  margin-left: -6px !important;
  transform: translateY(-6px) !important;
  background-color: var(--bn-accent);
  padding: 1px 7px;
  padding-bottom: 0px !important;
  color: var(--bn-text) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  border-radius: 300px !important;
}

body.template_2019 .sidebar {
  background: var(--bn-overlay-bg);
  border-right: 1px solid var(--bn-border);
  width: var(--bn-sidebar-width) !important;
  min-width: var(--bn-sidebar-width) !important;
  max-width: var(--bn-sidebar-width) !important;
  box-sizing: border-box;
  top: 52px;
}

body.template_2019 .sidebar .sidebar-wrap {
  width: 100% !important;
  padding: 12px 12px 24px;
  padding-left: 0px !important;
  box-sizing: border-box;
}

body.template_2019 .sidebar .nav {
  margin: 0;
}

body.template_2019 .sidebar .nav-item {
  margin: 0;
}

body.template_2019 .sidebar .sidebar-heading {
  color: var(--bn-text-soft);
  letter-spacing: 0.09em;
  margin: 24px 0 10px !important;
  padding: 0 12px !important;
  font-size: 0.8rem;
  padding-left: 24px !important;
}

body.template_2019 .sidebar .sidebar-heading:nth-child(1) {
  margin-top: 0 !important;
}

body.template_2019 .sidebar .nav-item > .nav-link {
  color: var(--bn-text-muted);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: 0px;
  padding: 10px 12px;
  padding-left: 24px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: 1px solid transparent;
  transition: color 0.1s, background 0.1s, border 0.1s;
  align-items: center;
}

body.template_2019 .sidebar .nav-item > .nav-link span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1px;
  flex: 1 1 auto;
}

body.template_2019 .sidebar .nav-item > .nav-link > .material-icons {
  color: inherit;
  margin-right: 0 !important;
  font-size: 21px;
  justify-self: center;
}

body.template_2019 .sidebar .nav-item > .nav-link:hover:not(.active),
body.template_2019 .sidebar .nav-item > .nav-link.nav-link-dropdown:not(.collapsed) {
  background: #FFFFFF12;
  color: var(--bn-text);
}

body.template_2019 .sidebar .nav-item > .nav-link.nav-link-dropdown.active:not(.collapsed) {
  background: var(--bn-accent-soft);
}

body.template_2019 .sidebar .nav-item > .nav-link .icon-expand {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-self: end;
}

body.template_2019 .sidebar .nav-item > .nav-link.nav-link-dropdown:not(.collapsed) {
  margin: 0px !important;
  padding: 10px 12px !important;
  padding-left: 24px !important;
  border-radius: 0px;
}

body.template_2019 .sidebar .nav-item > .nav-link.active,
body.template_2019 .sidebar .nav-item .nav-subnav .nav-item > .nav-link.active {
  background: var(--bn-accent-soft);
  border: 1px solid #ff849959 !important;
  color: #fff;
  font-weight: 500 !important;
}

body.template_2019 .sidebar .nav-item > .nav-link.active .material-icons,
body.template_2019 .sidebar .nav-item .nav-subnav .nav-item > .nav-link.active .material-icons {
  color: #fff;
}

body.template_2019 .sidebar .nav-item .nav-subnav,
body.template_2019 .sidebar .nav-item .nav-subnav .nav-item > .nav-link {
  background: none !important;
  color: var(--bn-text-muted);
}

body.template_2019 .sidebar .nav-item .nav-subnav {
  margin: 0px 0px 0px 16px;
  border: none !important;
  border-radius: 0px;
  overflow: hidden;
}

body.template_2019 .sidebar .nav-item .nav-subnav .nav-item > .nav-link {
  margin: 0 !important;
  padding: 9px 12px 9px 24px !important;
  min-height: 40px;
  font-size: 1rem;
  border-radius: 5px !important;
  margin-top: 3px !important;
  display: flex !important;
  align-items: center !important;
}

@media (min-width: 994px) {
  body.template_2019 .body-content,
  body.template_2019 .footer-content {
    margin-left: var(--bn-sidebar-width) !important;
  }

  body.template_2019 .dropdown-order-items {
    left: var(--bn-sidebar-width) !important;
  }
}

body.template_2019 .sidebar .nav-item .nav-subnav .nav-item > .nav-link:hover:not(.active) {
  background: #FFFFFF12 !important;
  color: var(--bn-text);
}

body.template_2019 .leftnavigation-box {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  border: none;
  background: transparent !important;
  margin-left: -24px !important;
  margin-right: 24px !important;
}

body.template_2019 .leftnavigation-box .nav-item {
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: transparent !important;
  color: var(--bn-text-muted);
  overflow: hidden;
}

body.template_2019 .leftnavigation-box .nav-item:first-child {
  border-top: none !important;
}

body.template_2019 .leftnavigation-box .nav-item .nav-link {
  margin: 0;
  padding: 10px 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bn-text-muted);
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 1rem !important;
  letter-spacing: 0.01em;
}

body.template_2019 .leftnavigation-box .nav-item .nav-link .widg-image::before {
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
  margin-right: 0;
  color: var(--bn-text-soft);
}

body.template_2019 .leftnavigation-box .nav-item .nav-link:hover:not(.active) {
  background: #FFFFFF12;
  color: var(--bn-text);
}

body.template_2019 .leftnavigation-box .nav-item .nav-link:hover:not(.active) .widg-image::before {
  color: var(--bn-text);
}

body.template_2019 .leftnavigation-box .nav-item .nav-link.active {
  color: #fff;
  background: var(--bn-accent-soft);
  border-left: 2px solid rgba(244, 63, 94, 0.35);
  font-weight: 500;
}

body.template_2019 .leftnavigation-box .nav-item .nav-link.active .widg-image::before {
  color: #fff;
}

body.template_2019 .leftnavigation-box .nav-item .nav-link.text-danger {
  color: #fda4af !important;
}

body.template_2019 .leftnavigation-box .nav-item .nav-link.text-danger .widg-image::before {
  color: #f87171;
}

body.template_2019 ul.service-header-menu li a {
  color: var(--bn-text-muted);
}

body.template_2019 ul.service-header-menu li a:hover,
body.template_2019 ul.service-header-menu li a:focus {
  color: var(--bn-text);
}

body.template_2019 ul.service-header-menu li a .widg-image::before {
  color: var(--bn-text-soft);
}

body.template_2019 .section-ipaccess .security-myip .security-myip-icon {
  background: rgba(96, 165, 250, 0.2);
  color: var(--bn-info);
}

body.template_2019 .section-ipaccess .input-self-box {
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  border-radius: 0px;
  margin: 18px auto 24px;
  padding: 10px;
  border-radius: 5px !important;
}

body.template_2019 .section-ipaccess .input-self-box .input-group {
  background: var(--bn-bg-elevated);
  border: 1px solid var(--bn-border);
  border-radius: 0px;
  overflow: hidden;
}

body.template_2019 .section-ipaccess .input-self-box .input-group-btn {
  display: flex;
  align-items: stretch;
}

body.template_2019 .section-ipaccess .input-self-box .form-control {
  background: transparent !important;
  border: none !important;
  color: var(--bn-text) !important;
  min-height: 52px;
}

body.template_2019 .section-ipaccess .input-self-box .form-control::placeholder {
  color: var(--bn-text-soft) !important;
}

body.template_2019 .section-ipaccess .input-self-box .input-group-btn .btn.btn-success {
  background: rgba(244, 63, 94, 0.22);
  border: 0 !important;
  border-left: 1px solid rgba(244, 63, 94, 0.35) !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 28px;
  min-height: 52px;
  height: 100%;
  transform: none !important;
}

body.template_2019 .section-ipaccess .input-self-box .input-group-btn .btn.btn-success > span {
  padding: 0 !important;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

body.template_2019 .section-ipaccess .input-self-box .input-group-btn .btn.btn-success:hover,
body.template_2019 .section-ipaccess .input-self-box .input-group-btn .btn.btn-success:focus {
  background: var(--bn-accent-hover);
  border-left-color: var(--bn-accent-hover);
  color: #fff;
  transform: none !important;
}

body.template_2019 .section-ipaccess .accordion.card {
  border: 1px solid var(--bn-border);
  background: var(--bn-bg-soft);
}

body.template_2019 .section-ipaccess .accordion.card .card-header {
  background: var(--bn-bg-elevated);
  border-bottom: 1px solid var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .section-ipaccess .accordion.card .card-header .text-muted {
  color: var(--bn-text-soft) !important;
}

body.template_2019 .section-ipaccess .accordion.card .card-body {
  background: var(--bn-bg-soft) !important;
  color: var(--bn-text-muted);
}

body.template_2019 .section-ipaccess .accordion.card .card-body strong {
  color: var(--bn-text);
}

body.template_2019 #SecurityTabs .nav-link {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--bn-text-soft) !important;
  font-weight: 500;
}

body.template_2019 #SecurityTabs .nav-item.active .nav-link,
body.template_2019 #SecurityTabs .nav-link.active,
body.template_2019 #SecurityTabs .nav-link:hover,
body.template_2019 #SecurityTabs .nav-link:focus {
  background: transparent !important;
  border: 0 !important;
  color: var(--bn-text) !important;
}

body.template_2019 #addssh-btn .btn.btn-success {
  background: rgba(244, 63, 94, 0.22);
  border: 1px solid rgba(244, 63, 94, 0.35);
  color: #fff;
}

body.template_2019 #addssh-btn .btn.btn-success:hover,
body.template_2019 #addssh-btn .btn.btn-success:focus {
  background: var(--bn-accent-hover);
  border-color: var(--bn-accent-hover);
  color: #fff;
}

body.template_2019 .pageloader-wrapper {
  background: radial-gradient(circle at 80% 18%, rgba(244, 63, 94, 0.22), rgba(244, 63, 94, 0) 42%),
  var(--bn-bg) !important;
}

body.template_2019 .pageloader-wrapper .pageloader-item {
  width: auto;
  height: auto;
  box-shadow: none !important;
}

body.template_2019 .pageloader-wrapper .pageloader-item .pageloader-layer {
  display: none;
}

body.template_2019 .bullionet-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.template_2019 .bullionet-preloader-logo {
  width: min(250px, 64vw);
  max-width: 250px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.5));
  animation: bnPulse 1.4s ease-in-out infinite;
}

body.template_2019 .bullionet-preloader-spinner {
  width: 34px;
  height: 34px;
  margin-top: 14px;
  border-radius: 50%;
  border: 2px solid rgba(244, 63, 94, 0.25);
  border-top-color: #fb7185;
  animation: bnSpin 0.85s linear infinite;
}

@keyframes bnSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bnPulse {
  0% {
    opacity: 0.65;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
  }
  100% {
    opacity: 0.65;
    transform: translateY(0);
  }
}

body.template_2019 .card,
body.template_2019 .info-box .info-box-items,
body.template_2019 .table-responsive.table-borders,
body.template_2019 .table-responsive.table-side-borders,
body.template_2019 .table-responsive.table-vertical-borders,
body.template_2019 .table-responsive.table-radius,
body.template_2019 .bordered-section,
body.template_2019 .fileupload,
body.template_2019 .form-credentials:not(.form-credentials-modal),
body.template_2019 .list-group .list-group-item {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
}

body.template_2019 .list-group .list-group-item {
  color: var(--bn-text-muted);
}

body.template_2019 .wbox .card-header,
body.template_2019 .card .card-header,
body.template_2019 .wbox .wbox_header,
body.template_2019 .card .wbox_header {
  background: var(--bn-bg-elevated) !important;
  border-bottom: 1px solid var(--bn-border) !important;
  color: var(--bn-text-soft) !important;
}

body.template_2019 .wbox .card-footer,
body.template_2019 .card .card-footer,
body.template_2019 .wbox .wbox_footer,
body.template_2019 .card .wbox_footer {
  background: var(--bn-bg-elevated) !important;
  border-top: 1px solid var(--bn-border) !important;
  color: var(--bn-text-muted) !important;
}

body.template_2019 .wbox .wbox_content,
body.template_2019 .card .wbox_content {
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
}

body.template_2019 .filters-box {
  background: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 10px;
  color: var(--bn-text-muted);
}

body.template_2019 .filters-box label,
body.template_2019 .filters-box .form-check-label {
  color: var(--bn-text-muted) !important;
}

body.template_2019 .filters-box .form-control,
body.template_2019 .filters-box .selectize-control .selectize-input,
body.template_2019 .filters-box .selectize-dropdown,
body.template_2019 .filters-box .selectize-input input {
  background: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  color: var(--bn-text) !important;
  outline: none !important;
}

body.template_2019 .filters-box .selectize-control.single .selectize-input:after {
  border-top-color: var(--bn-text-soft) !important;
}

body.template_2019 .filters-box .selectize-dropdown .option {
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
}

body.template_2019 .filters-box .selectize-dropdown .active,
body.template_2019 .filters-box .selectize-dropdown .option:hover {
  background: var(--bn-border);
  color: var(--bn-text);
}

body.template_2019 .table {
  color: var(--bn-text-muted);
  font-size: 1rem !important;
}

body.template_2019 .table tr {
  border-bottom-color: var(--bn-border);
}

body.template_2019 .table tr:hover {
  /* background: var(--bn-border); */
}

body.template_2019 .table thead tr {
  background: #FFFFFF08;
}

body.template_2019 .table thead th {
  color: var(--bn-text-soft);
  border-bottom-color: var(--bn-border);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 600;
}

body.template_2019 .table tbody td {
  color: var(--bn-text-muted);
  border-bottom: 1px solid var(--bn-border) !important;
}

body.template_2019 .table a,
body.template_2019 .table a .text-secondary {
  color: var(--bn-text) !important;
}

body.template_2019 .table thead th, body.template_2019 .table thead th * {
  text-decoration: none !important;
  border-bottom: none !important;
  color: inherit !important;
}

body.template_2019 .table th a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: -4px;
}

body.template_2019 .table th a:hover, body.template_2019 .table th.active {
  color: var(--bn-accent) !important;
}

body.template_2019 .table th a:active {
  color: var(--bn-accent-active) !important;
}

body.template_2019 .badge, body.template_2019 .label-styled {
  font-size: 0.9rem !important;
  border-radius: 300px !important;
  padding: 5px 8px;
  padding-bottom: 3px;
  margin: 0 !important;
}

body.template_2019 .breadcrumb {
  background: transparent;
}

body.template_2019 .breadcrumb li,
body.template_2019 .breadcrumb li a {
  color: var(--bn-text-muted) !important;
}

body.template_2019 .breadcrumb li .active {
  color: var(--bn-text-soft) !important;
}

body.template_2019 .nav-tabs-wrapper .nav-tabs-arrow-left {
  background: linear-gradient(to right, rgba(9, 9, 11, 1) 0%, rgba(9, 9, 11, 1) 65%, rgba(9, 9, 11, 0) 100%);
  color: var(--bn-text-soft);
}

body.template_2019 .nav-tabs-wrapper .nav-tabs-arrow-right {
  background: linear-gradient(to left, rgba(9, 9, 11, 1) 0%, rgba(9, 9, 11, 1) 65%, rgba(9, 9, 11, 0) 100%);
  color: var(--bn-text-soft);
}

body.template_2019 .nav-tabs-wrapper .nav-tabs li.nav-item a.nav-link {
  color: var(--bn-text-soft);
  font-weight: 500;
}

body.template_2019 .nav-tabs-wrapper .nav-tabs li.nav-item.active a.nav-link {
  color: var(--bn-text);
}

body.template_2019 .nav-tabs-wrapper .nav-tabs .slider {
  background: var(--bn-border);
}

body.template_2019 .nav-tabs-wrapper .nav-tabs .slider .indicator {
  background: var(--bn-accent);
}

body.template_2019 .info-box .info-box-items .nav-pills {
  border-right-color: var(--bn-border);
}

body.template_2019 .info-box .info-box-items .nav-pills .nav-link {
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
  border-left: 2px solid transparent;
}

body.template_2019 .info-box .info-box-items .nav-pills .nav-link.active {
  background: var(--bn-accent-soft);
  color: #fff;
  border-left-color: var(--bn-accent);
}

body.template_2019 .info-box .info-box-items .nav-pills .nav-link .badge {
  background: rgba(244, 63, 94, 0.2);
  color: #fecdd3;
}

body.template_2019 .form-control,
body.template_2019 .form-control:focus,
body.template_2019 .form-control:hover,
body.template_2019 .input-group-text,
body.template_2019 select.form-control,
body.template_2019 .chosen-container-single .chosen-single {
  background: var(--bn-bg-elevated) !important;
  border-color: var(--bn-border) !important;
  color: var(--bn-text) !important;
  box-shadow: none !important;
}

body.template_2019 .form-control::placeholder,
body.template_2019 input::placeholder,
body.template_2019 textarea::placeholder {
  color: var(--bn-text-soft) !important;
}

body.template_2019 .form-label-group label.form-label-placeholder {
  color: var(--bn-text-soft);
}

body.template_2019 .form-control:focus,
body.template_2019 select.form-control:focus,
body.template_2019 textarea.form-control:focus {
  border-color: rgba(244, 63, 94, 0.8) !important;
  box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.18) !important;
}

body.template_2019 input[type=checkbox]::after,
body.template_2019 input[type=radio]::after {
  background: var(--bn-bg-elevated);
  border-color: var(--bn-border-strong);
  box-shadow: inset 0 0 0 2px var(--bn-bg-soft);
}

body.template_2019 input[type=checkbox]:checked::after,
body.template_2019 input[type=radio]:checked::after {
  background: var(--bn-accent);
  border-color: var(--bn-accent);
}

body.template_2019 .btn {
  border-radius: 5px !important;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  gap: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
}

body.template_2019 .btn:not(.btn-social) {
  padding: 6px 12px;
}

body.template_2019 .btn:hover {
  transform: translateY(-1px);
}

body.template_2019 .btn-primary,
body.template_2019 .btn-success {
  background: var(--bn-accent);
  border: 1px solid var(--bn-accent);
  color: #fff;
}

body.template_2019 .btn-primary:hover,
body.template_2019 .btn-primary:focus,
body.template_2019 .btn-success:hover,
body.template_2019 .btn-success:focus {
  background: var(--bn-accent-hover);
  border-color: var(--bn-accent-hover);
  color: #fff;
}

body.template_2019 .btn-primary:active,
body.template_2019 .btn-success:active {
  background: var(--bn-accent-active) !important;
  border-color: var(--bn-accent-active) !important;
  color: #fff;
}

body.template_2019 .btn-secondary,
body.template_2019 .btn-default,
body.template_2019 .btn-info {
  background: #ffffff20;
  border: 1px solid #ffffff40;
  color: #FFF;
}

body.template_2019 .btn-secondary .material-icons.icon-btn-color,
body.template_2019 .btn-default .material-icons.icon-btn-color,
body.template_2019 .btn-info .material-icons.icon-btn-color {
  color: var(--bn-accent) !important;
}

body.template_2019 .btn-secondary:hover,
body.template_2019 .btn-secondary:focus,
body.template_2019 .btn-default:hover,
body.template_2019 .btn-default:focus,
body.template_2019 .btn-info:hover,
body.template_2019 .btn-info:focus {
  background: #ffffff40 !important;
  color: var(--bn-text) !important;
  border-color: #ffffff40 !important;
}

body.template_2019 .btn-danger {
  background: var(--bn-accent-soft);
  border: 1px solid rgba(244, 63, 94, 0.45);
  color: #fecdd3;
}

body.template_2019 .btn-danger:hover,
body.template_2019 .btn-danger:focus {
  background: var(--bn-accent-hover);
  border-color: var(--bn-accent-hover);
  color: #fff;
}

body.template_2019 .badge,
body.template_2019 .label {
  border-radius: 0;
}

body.template_2019 .badge-Active,
body.template_2019 .badge-Accepted,
body.template_2019 .badge-Paid,
body.template_2019 .badge-Receiptpaid,
body.template_2019 .badge-Open,
body.template_2019 .badge-Opened {
  background: rgba(74, 222, 128, 0.18);
  color: var(--bn-success);
}

body.template_2019 .badge-Pending,
body.template_2019 .badge-Sent,
body.template_2019 .badge-In-Progress {
  background: rgba(96, 165, 250, 0.18);
  color: var(--bn-info);
}

body.template_2019 .badge-Unpaid,
body.template_2019 .badge-Chargeback,
body.template_2019 .badge-Collections,
body.template_2019 .badge-Terminated,
body.template_2019 .badge-Receiptunpaid,
body.template_2019 .badge-Fraud {
  background: rgba(248, 113, 113, 0.18);
  color: var(--bn-danger);
}

body.template_2019 .badge-Suspended,
body.template_2019 .badge-Answered {
  background: rgba(251, 191, 36, 0.2);
  color: var(--bn-warning);
}

body.template_2019 .badge-Canceled,
body.template_2019 .badge-Cancelled,
body.template_2019 .badge-Close,
body.template_2019 .badge-Closed,
body.template_2019 .badge-Draft,
body.template_2019 .badge-secondary {
  background: #FFFFFF22 !important;
  color: #d4d4d8 !important;
  font-weight: 500;
}

body.template_2019 .dropdown-menu {
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  box-shadow: var(--bn-shadow);
  border-radius: 5px !important;
  margin: 0 !important;
  margin-top: 8px !important;
  z-index: 999999999 !important;
  max-width: 400px !important;
}

body.template_2019 .dropdown-menu .dropdown-item {
  color: var(--bn-text-muted);
  font-family: var(--font) !important;
  font-size: 1rem !important;
}

body.template_2019 .dropdown-menu .dropdown-item:hover,
body.template_2019 .dropdown-menu .dropdown-item:focus {
  color: var(--bn-text);
  background: var(--bn-border);
}

body.template_2019 .dropdown-menu .dropdown-divider {
  border-top-color: var(--bn-border);
}

body.template_2019 .modal-content {
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
  border: 1px solid var(--bn-border);
}

body.template_2019 .modal-content .modal-header,
body.template_2019 .modal-content .modal-footer {
  border-color: var(--bn-border);
}

body.template_2019 .modal-content .close {
  color: var(--bn-text);
  text-shadow: none;
}

body.template_2019 .alert {
  border-color: var(--bn-border);
}

body.template_2019 .alert-info {
  background: rgba(96, 165, 250, 0.14);
  border-color: rgba(96, 165, 250, 0.35);
  color: #bfdbfe;
}

body.template_2019 .alert-success {
  background: rgba(74, 222, 128, 0.14);
  border-color: rgba(74, 222, 128, 0.35);
  color: #bbf7d0;
}

body.template_2019 .alert-warning {
  background: rgba(251, 191, 36, 0.14);
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
}

body.template_2019 .alert-danger {
  background: rgba(248, 113, 113, 0.14);
  border-color: rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

body.template_2019 .bullionet-home-hero {
  margin-bottom: 36px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 280px;
  background: linear-gradient(135deg, #18181b 0%, #09090b 100%);
}

body.template_2019 .bullionet-home-hero-glow {
  position: absolute;
  top: -90px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: rgba(244, 63, 94, 0.18);
  filter: blur(56px);
  pointer-events: none;
}

body.template_2019 .bullionet-home-hero-content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

body.template_2019 .bullionet-home-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--bn-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

body.template_2019 .bullionet-home-hero-content h1 {
  margin: 0 0 12px;
  font-size: 2.6rem;
  line-height: 1.05;
}

body.template_2019 .bullionet-home-hero-content p {
  margin: 0;
  max-width: 580px;
  color: var(--bn-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

body.template_2019 .bullionet-home-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: fit-content !important;
}

body.template_2019 .bullionet-home-hero-image {
  width: 290px;
  max-width: 37%;
  opacity: 0.6;
  z-index: 1;
}

body.template_2019 .root-boxes {
  margin: 0;
}

body.template_2019 .root-boxes .root-box {
  min-height: 220px;
  border: 1px solid var(--bn-border);
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.template_2019 .root-boxes .root-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 63, 94, 0.08), rgba(244, 63, 94, 0));
  opacity: 0;
  transition: opacity .25s ease;
}

body.template_2019 .root-boxes .root-box h4 {
  color: var(--bn-text);
  margin-bottom: 10px;
}

body.template_2019 .root-boxes .root-box .material-icons {
  color: var(--bn-accent) !important;
}

body.template_2019 .root-boxes .root-box:hover {
  border-color: rgba(244, 63, 94, 0.55);
}

body.template_2019 .root-boxes .root-box:hover::before {
  opacity: 1;
}

body.template_2019 .section-signin,
body.template_2019 .section-passreminder {
  min-height: calc(100vh - 190px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 10px;
}

body.template_2019 .section-signin::before,
body.template_2019 .section-passreminder::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
   url("../images/bullionet/world.webp") no-repeat right -80px bottom -80px/380px auto; */
  opacity: 0.35;
  pointer-events: none;
}

body.template_2019 .form-credentials.form-signin {
  max-width: 560px;
  padding: 32px !important;
  background: rgba(24, 24, 27, 0.9);
  border: 1px solid var(--bn-border);
  backdrop-filter: blur(8px);
}

body.template_2019 .form-credentials.form-signup {
  max-width: 700px;
}

body.template_2019 .form-credentials.form-signin > small {
  font-size: 1rem !important;
  letter-spacing: 0.01em !important;
}

body.template_2019 .ui-pnotify .ui-pnotify-container {
  background: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border) !important;
  color: var(--bn-text) !important;
}

body.template_2019 .form-credentials .image {
  max-width: 280px;
}

body.template_2019 .notifications-drop .notifications-drop-title {
  border-bottom-color: var(--bn-border);
}

body.template_2019 .notifications-drop .notifications-drop-items .notifications-drop-item {
  color: var(--bn-text-muted);
}

body.template_2019 .notifications-drop .notifications-drop-items .notifications-drop-item .notifications-drop-item-title {
  color: var(--bn-text);
}

body.template_2019 .pagination .page-link {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .pagination .page-item.active .page-link,
body.template_2019 .pagination .page-link:hover {
  background: var(--bn-accent-soft);
  border-color: rgba(244, 63, 94, 0.45);
  color: #fff;
}

@media (max-width: 1200px) {
  body.template_2019 .navbar .navbar-left .navbar-brand img {
    width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 993px) {
  body.template_2019 .navbar {
    height: 52px !important;
    flex-wrap: nowrap !important;
  }

  body.template_2019 .navbar .navbar-text, .navbar-menu-balance, body.template_2019 .navbar .nav-link .material-icons:nth-child(3), .navbar-menu-user {
    display: none !important;
  }

  body.template_2019 .navbar .navbar-left {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  body.template_2019 .navbar .navbar-left .navbar-brand {
    flex: 0 0 auto;
    margin: 0 !important;
  }

  body.template_2019 .navbar .navbar-left > .d-flex.flex-row {
    margin-left: auto;
    flex-shrink: 0;
  }

  body.template_2019 .body-content .section-main {
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none !important;
  }

  body.template_2019 .sidebar .sidebar-wrap {
    padding-top: 8px;
  }

  body.template_2019 .sidebar .nav-item > .nav-link {
    margin: 3px 10px;
    padding: 9px 11px;
    font-size: 14px;
  }

  body.template_2019 .bullionet-home-hero {
    padding: 28px 20px;
    min-height: auto;
  }

  body.template_2019 .bullionet-home-hero-content h1 {
    font-size: 2.1rem;
  }

  body.template_2019 .bullionet-home-hero-image {
    display: none;
  }

  body.template_2019 .form-credentials.form-signin {
    padding: 24px 18px;
  }
}

@media (max-width: 768px) {
  body.template_2019 .navbar .navbar-left .navbar-brand img {
    width: 135px;
    max-width: 135px;
  }

  body.template_2019 .bullionet-home-actions .btn {
    width: 100%;
  }

  body.template_2019 .root-boxes .root-box {
    min-height: 170px;
  }
}

body.template_2019 .section-dashboard h1, body.template_2019 h1 {
  font-size: 2.5rem;
  letter-spacing: -0.01em;
  font-weight: 500 !important;
}

body.template_2019 .bullionet-dashboard-hero {
  margin: 24px 0 30px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  background: var(--bn-bg-elevated);
  flex-direction: row;
}

body.template_2019 .bullionet-dashboard-hero-glow {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--bn-bg-elevated);
  filter: blur(52px);
  pointer-events: none;
}

body.template_2019 .bullionet-dashboard-hero-main {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

body.template_2019 .bullionet-dashboard-hero-main h2 {
  margin: 4px 0 10px;
  font-size: 2rem;
  line-height: 1.12;
}

body.template_2019 .bullionet-dashboard-hero-main p {
  margin: 0;
  color: var(--bn-text-muted);
}

body.template_2019 .bullionet-dashboard-stats {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  min-width: 300px;
}

body.template_2019 .bullionet-stat-card {
  flex: 1 1 auto;
  background: var(--bn-bg-elevated);
  border: 1px solid var(--bn-border);
  padding: 12px 14px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--bn-text-muted);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.template_2019 .bullionet-stat-card:hover {
  transform: translateY(-1px);
  color: var(--bn-accent) !important;
  border-color: #FFFFFF33;
}

body.template_2019 .footer-content .footer.footer-bullionet {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  border: none;
  background: transparent;
  box-shadow: none;
}

body.template_2019 .bullionet-products-intro {
  max-width: 760px;
}

body.template_2019 .bullionet-products-intro p {
  margin: 0;
  color: var(--bn-text-muted);
}

body.template_2019 .bullionet-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 14px;
}

body.template_2019 .bullionet-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 18px 18px 16px;
  border: 1px solid var(--bn-border);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  color: var(--bn-text-muted);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 5px;
}

body.template_2019 .bullionet-product-card .material-icons {
  font-size: 26px;
  color: var(--bn-accent);
  margin-bottom: 12px;
}

body.template_2019 .bullionet-product-card h3 {
  margin: 0 0 8px;
  color: var(--bn-text);
  font-size: 1.15rem;
  font-weight: 500;
}

body.template_2019 .bullionet-product-card p {
  margin: 0 0 16px;
  color: var(--bn-text-muted);
  font-size: 14px;
  line-height: 1.5;
  flex: 1 1 auto;
}

body.template_2019 .bullionet-product-card .bullionet-product-cta {
  color: #fecdd3;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

body.template_2019 .bullionet-product-card:hover,
body.template_2019 .bullionet-product-card:focus {
  color: var(--bn-text);
  transform: translateY(-2px);
  border-color: rgba(244, 63, 94, 0.55);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

body.template_2019 .footer-bullionet-top {
  border-top: 1px solid var(--bn-border);
  border-bottom: 1px solid var(--bn-border);
  background: var(--bn-bg);
  padding: 34px 34px 28px;
}

body.template_2019 .footer-bullionet-grid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}

body.template_2019 .footer-bullionet-col h6 {
  margin: 0 0 12px;
  color: var(--bn-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 600;
}

body.template_2019 .footer-bullionet-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.template_2019 .footer-bullionet-col li {
  margin: 0 0 9px;
}

body.template_2019 .footer-bullionet-col a {
  color: var(--bn-text-muted);
  text-decoration: none;
}

body.template_2019 .footer-bullionet-col a:hover,
body.template_2019 .footer-bullionet-col a:focus {
  color: var(--bn-text);
}

body.template_2019 .footer-bullionet-logo {
  display: inline-block;
  margin-bottom: 14px;
}

body.template_2019 .footer-bullionet-logo img {
  width: 190px;
  max-width: 100%;
}

body.template_2019 .footer-bullionet-company {
  margin: 0 0 2px;
  color: var(--bn-text);
  font-weight: 600;
}

body.template_2019 .footer-bullionet-address {
  margin: 0 0 10px;
  color: var(--bn-text-muted);
  line-height: 1.5;
}

body.template_2019 .footer-bullionet-mail {
  color: var(--bn-text) !important;
}

body.template_2019 .footer-bullionet-bottom {
  background: var(--bn-bg-soft);
  border-top: 1px solid var(--bn-border);
  color: var(--bn-text-muted);
  text-align: center;
  padding: 12px 15px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  body.template_2019 .bullionet-dashboard-hero {
    flex-direction: column;
  }

  body.template_2019 .bullionet-dashboard-stats {
    width: 100%;
    min-width: 0;
  }

  body.template_2019 .footer-bullionet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.template_2019 .bullionet-dashboard-hero {
    padding: 20px 16px;
  }

  body.template_2019 .bullionet-dashboard-hero-main h2 {
    font-size: 1.7rem;
  }

  body.template_2019 .bullionet-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template_2019 .footer-bullionet-top {
    padding: 22px 16px;
  }

  body.template_2019 .footer-bullionet-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* ── Ticket / Support comments ── */

body.template_2019 .comments .comment .comment-body {
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .comments .comment .comment-body .comment-header {
  border-bottom-color: var(--bn-border);
  color: var(--bn-text-soft);
}

body.template_2019 .comments .comment .comment-body .comment-content {
  color: var(--bn-text-muted);
}

body.template_2019 .comments .comment .comment-body .comment-content a {
  color: #fb7185;
}

body.template_2019 .comments .comment .comment-avatar {
  background: var(--bn-bg-elevated);
  border-color: var(--bn-border);
}

body.template_2019 .message-box.card,
body.template_2019 .message-box.card .card-body {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .message-box-file {
  background: var(--bn-bg-elevated);
  border-color: var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .ticket-info,
body.template_2019 .ticket-info-item {
  color: var(--bn-text-muted);
}

body.template_2019 .ticket-info-item strong,
body.template_2019 .ticket-info-item .text-dark {
  color: var(--bn-text) !important;
}

/* ── Tooltips ── */

body.template_2019 .tooltip-inner {
  background: var(--bn-bg-soft);
  color: var(--bn-text);
  border: 1px solid var(--bn-border);
}

body.template_2019 .bs-tooltip-top .arrow::before {
  border-top-color: var(--bn-bg-soft);
}

body.template_2019 .bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--bn-bg-soft);
}

body.template_2019 .bs-tooltip-left .arrow::before {
  border-left-color: var(--bn-bg-soft);
}

body.template_2019 .bs-tooltip-right .arrow::before {
  border-right-color: var(--bn-bg-soft);
}

/* ── Popovers ── */

body.template_2019 .popover {
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  box-shadow: var(--bn-shadow);
}

body.template_2019 .popover-header {
  background: var(--bn-bg-elevated);
  border-bottom-color: var(--bn-border);
  color: var(--bn-text);
}

body.template_2019 .popover-body {
  color: var(--bn-text-muted);
}

body.template_2019 .bs-popover-top > .arrow::before,
body.template_2019 .bs-popover-top > .arrow::after {
  border-top-color: var(--bn-bg-soft);
}

body.template_2019 .bs-popover-bottom > .arrow::before,
body.template_2019 .bs-popover-bottom > .arrow::after {
  border-bottom-color: var(--bn-bg-soft);
}

body.template_2019 .bs-popover-left > .arrow::before,
body.template_2019 .bs-popover-left > .arrow::after {
  border-left-color: var(--bn-bg-soft);
}

body.template_2019 .bs-popover-right > .arrow::before,
body.template_2019 .bs-popover-right > .arrow::after {
  border-right-color: var(--bn-bg-soft);
}

/* ── Progress bars ── */

body.template_2019 .progress {
  background: var(--bn-bg-elevated);
  border: 1px solid var(--bn-border);
}

body.template_2019 .progress-bar {
  background: var(--bn-accent);
  color: #fff;
}

/* ── Utility class overrides ── */

body.template_2019 .bg-white {
  background: var(--bn-bg) !important;
}

body.template_2019 .bg-light {
  background: var(--bn-bg-soft) !important;
}

body.template_2019 .border-light {
  border-color: var(--bn-border) !important;
}

body.template_2019 .text-body {
  color: var(--bn-text-muted) !important;
}

/* ── Chosen select plugin ── */

body.template_2019 .chosen-container .chosen-drop {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
  box-shadow: var(--bn-shadow);
}

body.template_2019 .chosen-container .chosen-results li {
  color: var(--bn-text-muted);
}

body.template_2019 .chosen-container .chosen-results li.highlighted {
  background: var(--bn-border);
  color: var(--bn-text);
}

body.template_2019 .chosen-container-single .chosen-single span {
  color: var(--bn-text);
}

body.template_2019 .chosen-container-single .chosen-single div b {
  filter: invert(0.7);
}

body.template_2019 .chosen-container .chosen-search input[type="text"] {
  background: var(--bn-bg-elevated) !important;
  border-color: var(--bn-border) !important;
  color: var(--bn-text) !important;
}

/* ── Date pickers ── */

body.template_2019 .datepicker,
body.template_2019 .daterangepicker {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .datepicker table tr td,
body.template_2019 .datepicker table tr th,
body.template_2019 .daterangepicker td,
body.template_2019 .daterangepicker th {
  color: var(--bn-text-muted);
}

body.template_2019 .datepicker table tr td.active,
body.template_2019 .daterangepicker td.active {
  background: var(--bn-accent) !important;
  color: #fff !important;
}

body.template_2019 .datepicker table tr td.today {
  background: var(--bn-accent-soft);
  color: var(--bn-text);
}

body.template_2019 .daterangepicker .calendar-table {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
}

body.template_2019 .daterangepicker select.monthselect,
body.template_2019 .daterangepicker select.yearselect {
  background: var(--bn-bg-elevated);
  color: var(--bn-text);
  border-color: var(--bn-border);
}

/* ── Confirm dialogs (jconfirm) ── */

body.template_2019 .jconfirm .jconfirm-box {
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  box-shadow: var(--bn-shadow);
}

body.template_2019 .jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-title {
  color: var(--bn-text);
}

body.template_2019 .jconfirm .jconfirm-box .jconfirm-content {
  color: var(--bn-text-muted);
}

body.template_2019 .jconfirm .jconfirm-box .jconfirm-buttons {
  border-top: 1px solid var(--bn-border);
}

/* ── Selectize (additional states) ── */

body.template_2019 .selectize-control .selectize-input {
  background: var(--bn-bg-elevated) !important;
  border-color: var(--bn-border) !important;
  color: var(--bn-text) !important;
}

body.template_2019 .selectize-dropdown {
  background: var(--bn-bg-soft) !important;
  border-color: var(--bn-border) !important;
  color: var(--bn-text-muted);
}

body.template_2019 .selectize-dropdown .option {
  color: var(--bn-text-muted);
}

body.template_2019 .selectize-dropdown .active,
body.template_2019 .selectize-dropdown .option:hover {
  background: var(--bn-border) !important;
  color: var(--bn-text) !important;
}

body.template_2019 .selectize-control.single .selectize-input:after {
  border-top-color: var(--bn-text-soft);
}

body.template_2019 .selectize-input .item {
  color: var(--bn-text);
}

/* ── Misc gaps ── */

body.template_2019 .well {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .panel {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
}

body.template_2019 .panel-heading {
  background: var(--bn-bg-elevated);
  border-color: var(--bn-border);
  color: var(--bn-text);
}

body.template_2019 .panel-body {
  color: var(--bn-text-muted);
}

body.template_2019 label,
body.template_2019 .form-group label,
body.template_2019 .col-form-label {
  color: var(--bn-text-muted);
}

body.template_2019 .card-body {
  color: var(--bn-text-muted);
}

body.template_2019 .list-group-item:disabled,
body.template_2019 .list-group-item.disabled {
  background: var(--bn-bg-elevated);
  color: var(--bn-text-soft);
  border-color: var(--bn-border);
}

body.template_2019 hr {
  border-top-color: var(--bn-border);
}

body.template_2019 #preloader {
  background: var(--bn-bg-soft) url(../images/preloader.svg) no-repeat center center;
}

body.template_2019 .section-account .service-details .service-details-line {
  border-bottom: .1rem solid var(--bn-border);
}

body.template_2019 .section-account .service-details .service-details-line .d-block {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  color: var(--bn-text-muted) !important;
}


body.template_2019 .section-account .service-details .service-details-line .text-small {
  font-size: 1.1rem !important;
  color: var(--bn-text) !important;
}

body.template_2019 .bullionet-dashboard-hero, body.template_2019 .table-responsive.table-borders, body.template_2019 .table, body.template_2019 .filters-box, body.template_2019 .filters-box .form-control, body.template_2019 .form-control {
  border-radius: 5px !important;
}

body.template_2019 .login-logo img {
  height: 16px !important;
}

body.template_2019 .login-logo {
  margin-bottom: 16px !important;
}

body.template_2019 .section-signin .form-control {
  height: calc(1.25em + 1.94rem) !important;
  padding: 0px 16px !important;
  padding-top: 16px !important;
  background-color: #ffffff10 !important;
  border: 1px solid #ffffff20 !important;
}

body.template_2019 .section-signin .form-control:focus {
  background-color: #ffffff20 !important;
  border: 1px solid #ffffff90 !important;
  outline: 2px solid #ffffff20 !important;
}

body.template_2019 .section-signin .form-label-group label.form-label-placeholder {
  height: calc(1.25em + 1.94rem);
  padding: 0px 16px !important;
  align-items: center;
  display: flex;
  font-weight: 500 !important;
}

body.template_2019 .section-signin .passreminder-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

body.template_2019 .section-signin .form-label-group.freeze label.form-label-placeholder {
  margin-top: -8px;
}

body.template_2019 .section-signin .form-label-group:nth-child(2) {
  margin-top: -8px !important;
}

body.template_2019 .section-signin .section-signin-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.template_2019 .btn-social {
  margin-bottom: 0 !important;
}

/* ── Service name column width (billing cycle removed) ── */

body.template_2019 #dashboard_services_list td:first-child,
body.template_2019 #dashboard_services_list th:first-child {
  width: 45% !important;
}

body.template_2019 .services-table th.w-25,
body.template_2019 .services-table td:nth-child(3) {
  width: 40% !important;
}

body.template_2019 .form-credentials.form-signin {
  border-radius: 0 !important;
  background-color: #ffffff10;
  border: 1px solid #ffffff20;
}

.bullionet-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.bullionet-dashboard-header h1 {
  margin-bottom: 0 !important;
  width: fit-content !important;
}


body.template_2019 .bullionet-dashboard-actions {
  margin-top: 0px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  flex: 0 0 auto;
  max-width: 100%;
}

/* dégager tous les arrondis */

body.template_2019 .service-name .h2 {
  font-family: var(--font) !important;
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--bn-text) !important;
}

body.template_2019 .service-name .material-icons {
  color: var(--bn-accent) !important;
  font-size: 2.5rem !important;
}

body.template_2019 .service-domain {
  display: flex;
  align-items: center !important;
  gap: 12px;
}

body.template_2019 .service-domain-address {
  font-size: 1rem;
  color: var(--bn-text-muted);
}

body.template_2019 .service-domain .badge {
  font-size: 0.9rem !important;
  border-radius: 300px;
  padding: 5px 8px;
  padding-bottom: 4px;
  margin: 0 !important;
}

body.template_2019 .widget-graph-image-container {
  background-color: white !important;
  border-radius: 5px !important;
  padding: 12px !important;
  display: flex !important;
  align-items: center !important;
}

body.template_2019 .date-time-picker, body.template_2019 input {
  background: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  color: var(--bn-text) !important;
}

body.template_2019 .table tbody+tbody {
  border-top: 1px solid var(--bn-border) !important;
}

body.template_2019 button {
  width: fit-content !important;
}

body.template_2019 .service-row-item {
  transition: background 0.1s ease !important;
}

body.template_2019 .service-row-item:hover {
  background: #FFFFFF12 !important;
  cursor: pointer !important;
}

body.template_2019 .table {
  background-color: var(--bn-bg-elevated);
  border-radius: 5px !important;
  overflow: visible;
}

body.template_2019 div:has(> .table) {
  border: 1px solid var(--bn-border) !important;
  border-radius: 5px !important;
}

body.template_2019 .filters-box-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.template_2019 .selectize-control.single .selectize-input {
  box-shadow: none !important;
}

body.template_2019 .nav-slider .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.template_2019 .nav-slider .nav-link .material-icons {
  font-size: 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  margin-top: -2px !important;
}

body.template_2019 .nav-tabs-wrapper .nav-tabs li.nav-item {
  padding: 10px 20px;
}

body.template_2019 .card, .card.message-box, .wbox {
  border: 1px solid var(--bn-border) !important;
      
}
body.template_2019 .service_content .card, .card.message-box, .wbox {
  overflow: hidden !important;
}

body.template_2019 .widg_dci6_restart .actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.widget-graph-control .flex-element {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.widget-graph-control .flex-element .spacer {
  flex: 1 1 auto !important;
}

body.template_2019 .widg_dci6_rescue table {
  background: none !important;
}

body.template_2019 .widg_dci6_rescue .table tr, body.template_2019 .widg_dci6_rescue .table tbody td, body.template_2019 .widg_dci6_rescue .table tbody {
  border: none !important;
}

body.template_2019 .container-fluid {
  padding: 20px !important;
  background: var(--bn-bg-elevated) !important;
  border-radius: 5px !important;
  border: 1px solid var(--bn-border) !important;
}

body.template_2019 .wbox_content {
  padding: 0px !important;
}

body.template_2019 .label.label-success.label-styled {
  background-color: #2dc76b22 !important;
}

body.template_2019 .label.label-warning.label-styled {
  background-color: #f6bb4222 !important;
}

body.template_2019 .label.label-danger.label-styled {
  background-color: #f8717122 !important;
}

body.template_2019 .bullionet-stat-card-icon {
  display: flex !important;
  gap: 6px !important;
  align-items: center !important;
}

body.template_2019 .bullionet-stat-card-icon .material-icons {
  font-size: 20px !important;
}

body.template_2019 .bullionet-stat-card-icon span {
  font-size: 0.9rem !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
}

body.template_2019 .bullionet-stat-card strong {
  font-size: 2rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
  color: var(--bn-text) !important;
}

body.template_2019 .order_steps {
  display: flex !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

body.template_2019 .order_steps .step {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  padding: 12px !important;
  padding-top: 14px !important;
  color: var(--bn-text-muted) !important;
  border: 1px solid transparent !important;
  border-bottom: none !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  position: relative !important;
}

body.template_2019 .order_steps .step.step_current {
  border-bottom: none !important;
  color: var(--bn-text) !important;
}

body.template_2019 .order_steps .step.step_done {
  color: var(--bn-text) !important;
}

body.template_2019 .order_steps .step.step_done:after, body.template_2019 .order_steps .step.step_current::after {
  content: "" !important;
  position: absolute !important;
  bottom: -2px !important;
  left: -1px !important;
  right: -1px !important;
  width: calc(100% + 2px) !important;
  height: 2px !important;
  background: var(--bn-accent) !important;
}

body.template_2019 .order_steps .step .step_text {
  font-size: 1rem !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  user-select: none !important;
}

body.template_2019 .order_steps .step.step_done .step_text {
  font-weight: 500 !important;
}

body.template_2019 .orderpage .card {
  background: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 5px !important;
}

body.template_2019 .orderpage h3.border-bottom {
  border-bottom: 1px solid var(--bn-border) !important;
  padding-bottom: 8px !important;
  margin-bottom: 12px !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}

body.template_2019 .orderpage .product_description {
  margin-bottom: 0 !important;
  color: var(--bn-text-muted) !important;
  letter-spacing: 0.03em !important;
  font-weight: 400 !important;
}

body.template_2019 .orderpage .product_description ul {
  margin: 0 !important;
}

body.template_2019 .orderpage .summary-section .h1 span {
  font-family: var(--font);
  color: var(--bn-text);
  font-size: 2rem;
  font-weight: 500;
}

body.template_2019 .orderpage .summary-section small {
  font-size: 0.8rem !important;
  color: var(--bn-accent) !important;
  letter-spacing: 0.03em;
  font-weight: 500;
}

body.template_2019 .orderpage .cartSummaryContinue {
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

body.template_2019 .orderpage .chzn-container a {
  background: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  color: var(--bn-text) !important;
  box-shadow: none !important;
}

body.template_2019 .orderpage .chzn-container div b {
  filter: invert(1);
}

body.template_2019 .orderpage .form-group {
  border-bottom-color: var(--bn-border) !important;
}

body.template_2019 .body-content .chzn-container {
  width: 100% !important;
}

body.template_2019 .body-content .chzn-container .chzn-drop {
  background: var(--bn-bg-soft) !important;
  border-color: var(--bn-border) !important;
  color: var(--bn-text-muted) !important;
}

body.template_2019 #cartSummary tr td:nth-child(even) {
  color: var(--bn-text) !important;
}

body.template_2019 .cart .card-header strong {
  font-size: 1.4rem !important;
  color: var(--bn-text) !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
}

body.template_2019 .cart .card-body {
  padding: 0 !important;
}

body.template_2019 .cart .cart-gateway-list {
  padding: 16px !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 12px !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 5px !important;
  text-align: center !important;
  width: 100% !important;
  transition: all 0.1s ease !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option:hover {
  border: 1px solid #FFFFFF44 !important;
  background-color: #FFFFFF24 !important;
  cursor: pointer !important;
  transform: translateY(-1px) !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option.selected {
  border: 1px solid var(--bn-accent) !important;
  background-color: var(--bn-accent-soft) !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option .gateway-title {
  font-size: 1.1rem !important;
  color: var(--bn-text) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option .gateway-desc {
  font-size: 0.9rem !important;
  color: var(--bn-text-muted) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option .material-icons {
  font-size: 2rem !important;
  color: var(--bn-text-muted) !important;
  margin-top: 2px !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option.selected .material-icons {
  color: var(--bn-accent) !important;
}

@media screen and (max-width: 767px) {
  body.template_2019 .cart .cart-gateway-list {
    flex-direction: column !important;
  }

  body.template_2019 .cart .cart-gateway-list .gateway-option {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
    .table.stackable:not(.table-responsive) thead {
      border-bottom: none !important;
    }
  }

body.template_2019 .cart .card-body {
  border: none !important;
}

body.template_2019 .cart .signup-steps-wrapper {
  padding: 24px !important;
}

body.template_2019 .stripe_cart .wbox_content {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

body.template_2019 .cart #payform_card-element {
  max-width: none !important;
  background-color: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

body.template_2019 .cart iframe {
    filter: invert(1) saturate(0);
        color-scheme: dark only !important;
}

body.template_2019 .cart .checker .font-weight-bold.h1 {
  font-family: var(--font) !important;
  color: var(--bn-text) !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
}

body.template_2019 .row.my-5 {
  all: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body.template_2019 .row.my-5 .col-12 {
  all: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.template_2019 .row.my-5 .col-12 a, body.template_2019 .row.my-5 .col-12 button {
  border: 1px solid var(--bn-border) !important;
}

body.template_2019 .row.my-5 .col-12 a:hover {
  background-color: #FFFFFF20;
}

.section-account-service {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.service_nav_container {
  width: 100% !important;
  position: relative !important;
}

.service_nav_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--bn-border);
}

.service_nav_container.mask-left {
  mask-image: linear-gradient(to right, transparent, black 60px);
  -webkit-mask-image: linear-gradient(to right, transparent, black 60px);
}

.service_nav_container.mask-right {
  mask-image: linear-gradient(to left, transparent, black 60px);
  -webkit-mask-image: linear-gradient(to left, transparent, black 60px);
}

.service_nav_container.mask-both {
  mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
}

.service_nav_wrapper {
  position: relative;
  width: 100%;
}

.service-nav-arrow {
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 2px;
  display: flex;
  align-items: center;
  color: var(--bn-text-muted);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, color 0.15s;
  margin-bottom: 2px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.service-nav-arrow:focus {
  outline: none;
}

.service-nav-arrow.shown {
  opacity: 1;
  pointer-events: auto;
}

.service-nav-arrow:hover {
  color: var(--bn-text);
}

.service-nav-arrow--left {
  left: 0;
}

.service-nav-arrow--right {
  right: 0;
}

.service_nav::-webkit-scrollbar {
  display: none !important;
}

.service_nav {
  width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: visible !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0px !important;
  /* do not wrap, allow horizontal scrolling but still take up full width */
  flex-wrap: nowrap !important;
}

.service_nav .nav-item {
  flex: 0 0 auto !important;
}

.service_nav .nav-item .nav-link {
  color: var(--bn-text-muted) !important;
  position: relative !important;
  overflow: visible !important;
  padding-bottom: 6px !important;
  border-bottom: 2px solid transparent !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.service_nav .nav-item .nav-link:hover {
  color: var(--bn-text) !important;
  border-bottom: 2px solid var(--bn-border) !important;
}

.service_nav .nav-item .nav-link.active {
  color: var(--bn-text) !important;
  background-color: #FFFFFF10 !important;
  border: 1px solid var(--bn-border) !important;
  border-bottom: 2px solid var(--bn-accent) !important;
}

body.template_2019 .service_row_title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.template_2019 .service_row_name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bn-text);
}

body.template_2019 .service_row_catname {
  font-size: 0.75rem;
  color: var(--bn-accent);
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

body.template_2019 .service_row_domain {
  font-size: 0.9rem;
  color: var(--bn-text-muted);
}

body.template_2019 .avatar {
  border-radius: 300px !important;
  margin: 0 !important;
}

body.template_2019 .comment-client {
  padding-left: 20%;
}

body.template_2019 .comment-admin {
  padding-right: 20%;
  justify-content: flex-end !important;
}

body.template_2019 .comment {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

body.template_2019 .comment-sender {
  width: 100% !important;
  gap: 12px !important;
}

body.template_2019 .comment-client .comment-sender {
  flex-direction: row-reverse !important;
}

body.template_2019 .badges-container .badge {
  border: 1px solid var(--bn-border) !important;
}

body.template_2019 .badges-container {
  display: flex !important;
  gap: 6px !important;
}

body.template_2019 .table.fullscreen {
  background-color: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border) !important;
  margin-top: 24px !important;
  border-radius: 5px !important;
}

body.template_2019 .table.fullscreen tbody {
  padding: 12px 0 !important;
}

body.template_2019 .slides, .ui-slider {
  background-color: #FFFFFF33 !important;
  border-radius: 5px !important;
  padding: 0 !important;
  margin-left: 0 !important;
}

body.template_2019 .slides .ui-slider-handle, .ui-slider .ui-slider-handle {
  background-color: var(--bn-accent-active) !important;
  border-color: var(--bn-accent) !important;
}

body.template_2019 .slides .ui-slider-range-min {
  background-color: var(--bn-accent-active) !important;
  height: 100% !important;
  position: absolute !important;
}

body.template_2019 .stripe_cart .card-body {
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#cart3 .card-product-summary {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
} 

#cart3 .card-product-summary .card-body-content {
  flex: 1 1 auto !important;
}

#cart3 .card-product-summary img {
  max-width: 200px !important;
  max-height: 150px !important;
}

#cart3 .card-product-summary h3 {
  font-size: 1.5rem !important;
  color: var(--bn-text) !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
}

.error-wrapper {
  background-color: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 5px !important;
  padding: 16px !important;
}

.error-goback-button a {
  background-color: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  color: var(--bn-text) !important;
  padding: 8px 16px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
}

.orderpage .cart-carousel:after {
  background: linear-gradient(to left, #000 0, #000 60%, rgba(255, 255, 255, 0) 100%);
}

.orderpage .cart-carousel:before {
  background: linear-gradient(to right,#000 0,#000 60%,rgba(255,255,255,0) 100%);
}

body.template_2019 .nav-tabs-wrapper .nav-tabs li.nav-item a.nav-link {
  background: none !important;
}

body.template_2019 .cart table, body.template_2019 .cart table-responsive, body.template_2019 .cart div:has(> .table) {
  border: none !important;
}

body.template_2019 .section-account-header .h2.mb-0 {
  font-size: 1.5rem !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
  font-family: var(--font) !important;
}

body.template_2019 .section-account-header .text-secondary.mt-0 {
  font-size: 0.9rem !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  font-family: var(--font) !important;
}

body.template_2019 .service_content .table tbody td {
  border-bottom: none !important;
}

body.template_2019 .service_content div:has(> .table) {
  border: none !important;
}

body.template_2019 .service_content .btn:not(.btn-social) {
  font-weight: 500 !important;
  background-color: var(--bn-bg-elevated) !important;
  border: 1px solid var(--bn-border) !important;
  color: var(--bn-text) !important;
}