:root {
  --bn-sidebar-width: 250px;
  --bn-bg: #09090b;
  --bn-bg-soft: #18181b;
  --bn-bg-elevated: #111113;
  --bn-border: #27272a;
  --bn-border-strong: #3f3f46;
  --bn-text: #f4f4f5;
  --bn-text-muted: #a1a1aa;
  --bn-text-soft: #71717a;
  --bn-accent: #f43f5e;
  --bn-accent-hover: #e11d48;
  --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);
}

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);
  color: var(--bn-text-muted);
  font-family: "Clash Grotesk", "Rubik", Arial, sans-serif !important;
  min-height: 100vh;
}

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

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);
  box-shadow: var(--bn-shadow);
  overflow: hidden;
}

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: var(--bn-shadow);
}

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-bg);
}

body.template_2019 .navbar .navbar-left {
  background: var(--bn-bg);
  border-right: 1px solid var(--bn-border);
}

body.template_2019:not(.sidenav-toggled) .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;
}

body.template_2019 .navbar .navbar-left .navbar-brand {
  overflow: visible;
}

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

body.template_2019 .navbar .navbar-left .btn-left-navbar {
  color: var(--bn-text-soft);
}

body.template_2019 .navbar .navbar-left .btn-left-navbar:hover,
body.template_2019 .navbar .navbar-left .btn-left-navbar:focus {
  color: var(--bn-text);
}

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

body.template_2019 .navbar .navbar-body .navbar-search .input-group,
body.template_2019 .navbar .navbar-body .navbar-search .input-group input,
body.template_2019 .navbar .navbar-body .navbar-search .input-group input:hover,
body.template_2019 .navbar .navbar-body .navbar-search .input-group input:focus,
body.template_2019 .navbar .navbar-body .navbar-search .input-group .input-group-text {
  background: var(--bn-bg);
  color: var(--bn-text-muted) !important;
}

body.template_2019 .navbar .navbar-body .navbar-search {
  background: var(--bn-bg);
}

body.template_2019 .navbar .navbar-body .navbar-search .input-group {
  border-left: 1px solid var(--bn-border);
  border-right: 1px solid var(--bn-border);
}

body.template_2019 .navbar .navbar-body .navbar-search .input-group input,
body.template_2019 .navbar .navbar-body .navbar-search .input-group input:hover,
body.template_2019 .navbar .navbar-body .navbar-search .input-group input:focus {
  color: var(--bn-text) !important;
}

body.template_2019 .navbar .navbar-body .navbar-search .input-group input::placeholder {
  color: #6b7280 !important;
}

body.template_2019 .navbar .navbar-body .navbar-search .input-group .input-group-text,
body.template_2019 .navbar .navbar-body .navbar-search .input-group .navbar-search-icon {
  background: transparent !important;
  color: var(--bn-text-soft) !important;
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link {
  background: var(--bn-bg);
  border-left: 1px solid var(--bn-border);
  color: var(--bn-text-muted);
}

body.template_2019 .navbar .navbar-body .navbar-menu .nav-link:hover {
  color: var(--bn-text);
  opacity: 1;
  background: var(--bn-bg-soft);
}

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

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

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 .sidebar {
  background: var(--bn-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;
}

body.template_2019 .sidebar .sidebar-wrap {
  width: 100% !important;
  padding: 12px 0 24px;
  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: 18px 0 8px !important;
  padding: 0 14px !important;
  font-size: 11px;
}

body.template_2019 .sidebar .nav-item > .nav-link {
  color: var(--bn-text-muted);
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: 4px 12px;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 15px;
}

body.template_2019 .sidebar .nav-item > .nav-link span {
  min-width: 0;
}

body.template_2019 .sidebar .nav-item > .nav-link > .material-icons {
  color: var(--bn-text-soft);
  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: var(--bn-bg-soft);
  color: var(--bn-text);
}

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: 4px 12px;
  padding: 9px 12px;
  border-radius: 10px;
}

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 rgba(244, 63, 94, 0.35);
  color: #fff;
}

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: var(--bn-bg-elevated);
  color: var(--bn-text-muted);
}

body.template_2019 .sidebar .nav-item .nav-subnav {
  margin: 4px 12px 8px;
  border: 1px solid var(--bn-border);
  border-radius: 10px;
  overflow: hidden;
}

body.template_2019 .sidebar .nav-item .nav-subnav .nav-item > .nav-link {
  margin: 0;
  padding: 9px 12px 9px 42px;
  min-height: 40px;
  font-size: 14px;
}

@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.sidenav-toggled .sidebar {
    margin-left: calc(-1 * var(--bn-sidebar-width)) !important;
  }

  body.template_2019.sidenav-toggled .body-content,
  body.template_2019.sidenav-toggled .footer-content {
    margin-left: 0 !important;
  }

  body.template_2019.sidenav-toggled .dropdown-order-items {
    left: 0 !important;
  }

  body.template_2019.sidenav-toggled .navbar .navbar-left {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    padding: 0 !important;
  }

  body.template_2019.sidenav-toggled .navbar .navbar-left .navbar-brand {
    display: none !important;
  }

  body.template_2019.sidenav-toggled .navbar .navbar-left .btn-toggler {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    justify-content: center !important;
    color: var(--bn-text-muted) !important;
  }

  body.template_2019.sidenav-toggled .navbar .navbar-left .btn-toggler .material-icons {
    font-size: 28px;
  }
}

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

body.template_2019 .leftnavigation-box {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.template_2019 .leftnavigation-box .nav-item {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: 1px solid var(--bn-border);
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
  overflow: hidden;
}

body.template_2019 .leftnavigation-box .nav-item .nav-link {
  margin: 0;
  padding: 10px 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bn-text-muted);
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 10px;
}

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: var(--bn-bg-elevated);
  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-color: rgba(244, 63, 94, 0.35);
  font-weight: 600;
}

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: 10px;
  margin: 18px auto 24px;
  padding: 10px;
}

body.template_2019 .section-ipaccess .input-self-box .input-group {
  background: var(--bn-bg-elevated);
  border: 1px solid var(--bn-border);
  border-radius: 8px;
  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-color: var(--bn-border) !important;
  color: var(--bn-text) !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);
}

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

body.template_2019 .table thead tr {
  background: var(--bn-bg-elevated);
}

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: 11px;
  font-weight: 600;
}

body.template_2019 .table tbody td {
  color: var(--bn-text-muted);
}

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

body.template_2019 .table .badge,
body.template_2019 .table .label {
  font-size: 11px;
  letter-spacing: 0.07em;
}

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

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: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

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

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

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-bg);
  border-color: #fff;
  color: #fff;
}

body.template_2019 .btn-secondary,
body.template_2019 .btn-default,
body.template_2019 .btn-info {
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border-strong);
  color: var(--bn-text);
}

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: var(--bn-border);
  border-color: var(--bn-accent);
  color: #fff;
}

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: rgba(161, 161, 170, 0.2);
  color: #d4d4d8;
}

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

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

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

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: radial-gradient(circle at 18% 20%, rgba(244, 63, 94, 0.15), rgba(244, 63, 94, 0) 35%),
  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;
  background: rgba(24, 24, 27, 0.9);
  border: 1px solid var(--bn-border);
  backdrop-filter: blur(8px);
}

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 .navbar-left {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

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

  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 {
  font-size: 2rem;
  letter-spacing: 0.02em;
}

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: linear-gradient(135deg, #18181b 0%, #09090b 100%);
}

body.template_2019 .bullionet-dashboard-hero-glow {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(244, 63, 94, 0.2);
  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-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.template_2019 .bullionet-dashboard-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 10px;
  min-width: 300px;
}

body.template_2019 .bullionet-stat-card {
  background: rgba(24, 24, 27, 0.75);
  border: 1px solid var(--bn-border);
  padding: 12px 14px;
}

body.template_2019 .bullionet-stat-card small {
  display: block;
  color: var(--bn-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

body.template_2019 .bullionet-stat-card strong {
  display: block;
  margin-top: 6px;
  color: var(--bn-text);
  font-size: 1.45rem;
  line-height: 1;
}

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: block;
  min-height: 210px;
  padding: 18px 18px 16px;
  border: 1px solid var(--bn-border);
  background: linear-gradient(135deg, rgba(24, 24, 27, 0.95), rgba(9, 9, 11, 0.95));
  color: var(--bn-text-muted);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

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

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

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