: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-danger-soft: rgba(248, 113, 113, 0.14);
  --bn-danger-border: rgba(248, 113, 113, 0.45);
  --bn-hover: rgba(255, 255, 255, 0.07);
  --bn-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  --font: "Clash Grotesk", "Rubik", Arial, sans-serif;
}

body.template_2019 {
  background: var(--bn-bg);
  color: var(--bn-text-muted);
  font-family: var(--font) !important;
  min-height: 100vh;
}

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

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 {
  color: var(--bn-text-soft) !important;
}

body.template_2019 .text-primary {
  color: var(--bn-text) !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: var(--bn-bg-soft);
  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;
  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: 0 !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;
}

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

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: var(--bn-hover) !important;
}

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: 0 6px;
  color: var(--bn-text) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  border-radius: 0 !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);
  margin: 24px 0 10px !important;
  padding: 0 12px !important;
  font-size: 0.875rem;
  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;
  border-radius: 0 !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: var(--bn-hover);
  color: var(--bn-text);
}

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

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

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-hover);
  border: 1px solid transparent !important;
  box-shadow: inset 2px 0 0 var(--bn-accent);
  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: 0;
  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: 0 !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: var(--bn-hover) !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: 0;
  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: 0;
  font-size: 1rem !important;
}

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-hover);
  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-hover);
  border-left: 2px solid var(--bn-accent);
  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);
  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: 0;
  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: var(--bn-accent);
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 24px;
  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: 1rem;
  font-weight: 500;
}

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: var(--bn-accent);
  border: 1px solid var(--bn-accent);
  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: 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;
  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: 0;
  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);
  font-size: 0.875rem;
  font-weight: 500;
}

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-text) !important;
}

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

body.template_2019 .badge, body.template_2019 .label-styled {
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 0 !important;
  padding: 4px 8px 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-hover);
  color: #fff;
  border-left-color: var(--bn-accent);
}

body.template_2019 .info-box .info-box-items .nav-pills .nav-link .badge {
  background: rgba(255, 255, 255, 0.1);
  color: var(--bn-text);
}

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 !important;
  font-weight: 500;
  font-size: 1rem;
  text-transform: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s 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-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: inherit !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-danger-soft);
  border: 1px solid var(--bn-danger-border);
  color: #fecaca;
}

body.template_2019 .btn-danger:hover,
body.template_2019 .btn-danger:focus {
  background: rgba(248, 113, 113, 0.26);
  border-color: rgba(248, 113, 113, 0.7);
  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: 0 !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: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
}

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

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

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

body.template_2019 .bullionet-home-hero-content h1 {
  margin: 0 0 12px;
  font-size: 2.5rem;
  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 h4 {
  color: var(--bn-text);
  margin-bottom: 10px;
}

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

body.template_2019 .root-boxes .root-box:hover {
  border-color: var(--bn-border-strong);
}

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: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
}

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

body.template_2019 .form-credentials.form-signin > small {
  font-size: 1rem !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-hover);
  border-color: var(--bn-border-strong);
  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: 4px 8px;
    padding: 8px 12px;
    font-size: 1rem;
  }

  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 {
  display: 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: 12px;
  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 16px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--bn-text-muted);
  transition: border-color 0.15s ease;
}

body.template_2019 .bullionet-stat-card:hover {
  color: var(--bn-text) !important;
  border-color: var(--bn-border-strong);
}

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: 16px;
}

body.template_2019 .bullionet-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--bn-border);
  background: var(--bn-bg-soft);
  color: var(--bn-text-muted);
  text-decoration: none;
  transition: border-color 0.15s ease;
}

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

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

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

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

body.template_2019 .bullionet-product-card:hover,
body.template_2019 .bullionet-product-card:focus {
  color: var(--bn-text);
  border-color: var(--bn-border-strong);
}

body.template_2019 .bullionet-product-card:hover .bullionet-product-cta,
body.template_2019 .bullionet-product-card:focus .bullionet-product-cta {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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: 32px 32px 24px;
}

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: 32px;
}

body.template_2019 .footer-bullionet-col h6 {
  margin: 0 0 12px;
  color: var(--bn-text-soft);
  font-size: 0.875rem;
  font-weight: 500;
}

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

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

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

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: 0.875rem;
}

@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.875rem !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 .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: #ffffff14 !important;
  border: 1px solid rgba(244, 63, 94, 0.8) !important;
  box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.18) !important;
  outline: none !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: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
}

.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-text-soft) !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.875rem !important;
  border-radius: 0;
  padding: 4px 8px 3px;
  margin: 0 !important;
}

/* Dedicated server details. The matching category scope is applied in the Smarty templates. */
body.template_2019 .bn-service-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 0;
  padding: 20px;
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bn-service-hero-main {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

body.template_2019 .bn-service-hero-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--bn-text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bn-service-hero-icon .material-icons {
  font-size: 22px;
}

body.template_2019 .bn-service-hero-copy {
  min-width: 0;
}

body.template_2019 .bn-service-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: var(--bn-text-soft);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

body.template_2019 .bn-service-id {
  padding-left: 10px;
  color: var(--bn-text-muted);
  border-left: 1px solid var(--bn-border-strong);
}

body.template_2019 .bn-service-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--bn-text);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

body.template_2019 .bn-service-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

body.template_2019 .bn-service-meta > a,
body.template_2019 .bn-service-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--bn-text-muted);
  font-size: 1rem;
}

body.template_2019 .bn-service-meta > a:hover {
  color: var(--bn-text);
}

body.template_2019 .bn-service-meta > a .material-icons {
  color: var(--bn-text-soft);
  font-size: 15px;
}

body.template_2019 .bn-service-label {
  padding-left: 9px;
  border-left: 1px solid var(--bn-border-strong);
}

body.template_2019 .bn-service-meta .badge {
  margin-left: 2px;
  padding: 4px 8px 3px;
  border-radius: 0;
  font-size: 0.875rem !important;
}

body.template_2019 .bn-server-power-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 0;
  padding: 0;
  color: var(--bn-text-muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

body.template_2019 .bn-server-power-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--bn-text-soft);
  border-radius: 50%;
  box-shadow: none;
}

body.template_2019 .bn-server-power-status.is-on {
  color: var(--bn-text-muted);
}

body.template_2019 .bn-server-power-status.is-on .bn-server-power-dot {
  background: var(--bn-success);
  box-shadow: none;
}

body.template_2019 .bn-server-power-status.is-off {
  color: var(--bn-text-muted);
}

body.template_2019 .bn-server-power-status.is-off .bn-server-power-dot {
  background: var(--bn-danger);
  box-shadow: none;
}

body.template_2019 .bn-server-power-status.is-checking .bn-server-power-dot {
  background: var(--bn-warning);
  box-shadow: none;
  animation: bnPulse 1.1s ease-in-out infinite;
}

body.template_2019 .bn-server-power-status.is-refreshing .bn-server-power-dot {
  animation: bnPulse 1.1s ease-in-out infinite;
}

body.template_2019 .bn-server-power-status.is-command {
  color: var(--bn-text);
}

body.template_2019 .bn-server-power-status.is-command .bn-server-power-dot {
  background: var(--bn-accent);
  box-shadow: none;
  animation: bnPulse 0.9s ease-in-out infinite;
}

body.template_2019 .bn-server-power-status.is-error {
  color: #fca5a5;
}

body.template_2019 .bn-server-power-status.is-error .bn-server-power-dot {
  background: var(--bn-danger);
  box-shadow: none;
}

body.template_2019 .bn-service-hero-actions {
  z-index: 1;
  display: flex;
  flex: 0 1 auto;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
}

body.template_2019 .bn-service-power-controls {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
}

body.template_2019 .bn-service-quick-action {
  display: flex;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 6px 12px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.125);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  text-align: left;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

body.template_2019 .bn-service-quick-action:hover,
body.template_2019 .bn-service-quick-action:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

body.template_2019 .bn-service-quick-action.is-disabled,
body.template_2019 .bn-service-quick-action.is-disabled:hover,
body.template_2019 .bn-service-quick-action.is-disabled:focus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.42;
  color: var(--bn-text-soft);
  background: rgba(255, 255, 255, 0.025);
  border-color: var(--bn-border);
}

body.template_2019 .bn-service-quick-action.is-loading {
  animation: bnPulse 1.1s ease-in-out infinite;
}

body.template_2019 .bn-service-quick-action.is-pending {
  pointer-events: none;
  opacity: 0.62;
}

body.template_2019 .bn-service-quick-action.is-pending .material-icons {
  animation: bnSpin 0.85s linear infinite;
}

body.template_2019 .bn-service-power-action-reboot {
  color: #fff;
  background: rgba(255, 255, 255, 0.125);
  border-color: rgba(255, 255, 255, 0.25);
}

body.template_2019 .bn-service-power-action-reboot:hover,
body.template_2019 .bn-service-power-action-reboot:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

body.template_2019 .bn-service-power-action-off {
  color: #fff;
  background: rgba(255, 255, 255, 0.125);
  border-color: rgba(255, 255, 255, 0.25);
}

body.template_2019 .bn-service-power-action-off:hover,
body.template_2019 .bn-service-power-action-off:focus {
  color: #fff;
  background: rgba(248, 113, 113, 0.2);
  border-color: var(--bn-danger-border);
}

body.template_2019 .bn-service-power-action-on {
  color: #fff;
  background: rgba(255, 255, 255, 0.125);
  border-color: rgba(255, 255, 255, 0.25);
}

body.template_2019 .bn-service-power-action-on:hover,
body.template_2019 .bn-service-power-action-on:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

body.template_2019 .bn-service-quick-action .material-icons {
  color: currentColor;
  font-size: 18px;
}

body.template_2019 .bn-service-quick-action > span {
  display: inline;
  max-width: none;
  overflow: visible;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

body.template_2019 .bn-service-redesign {
  margin-top: 24px;
}

body.template_2019 .bn-service-redesign .service_content {
  width: 100%;
}

body.template_2019 .bn-service-redesign .service-details.bn-service-overview-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bn-service-redesign .service-details.bn-service-overview-grid > hr {
  display: none;
}

body.template_2019 .bn-service-redesign .service-details.bn-service-overview-grid .service-details-line {
  position: relative;
  flex: none;
  max-width: none;
  min-width: 0;
  min-height: 88px;
  margin: 0;
  padding: 16px !important;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--bn-border);
  border-bottom: 1px solid var(--bn-border);
}

body.template_2019 .bn-service-redesign .service-details .service-details-line .d-block {
  margin-bottom: 8px !important;
  color: var(--bn-text-muted) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
}

body.template_2019 .bn-service-redesign .service-details .service-details-line .text-small {
  color: var(--bn-text) !important;
  font-size: 1.1rem !important;
  font-weight: 500;
  line-height: 1.45;
}

body.template_2019 .bn-service-redesign .service-details .service-details-line .badge {
  vertical-align: middle;
}

body.template_2019 .bn-service-overview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

body.template_2019 .bn-service-overview-heading h4 {
  margin: 0;
}

body.template_2019 .bn-service-redesign .bn-service-config-value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body.template_2019 .bn-service-redesign .bn-service-config-value a.lmore,
body.template_2019 .bn-service-redesign .bn-service-config-value a[href*="upgradetarget=config"],
body.template_2019 .bn-service-redesign .bn-service-field-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  margin: 0;
  padding: 4px 10px;
  vertical-align: middle;
  color: var(--bn-text-muted) !important;
  background: transparent;
  border: 1px solid var(--bn-border);
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

body.template_2019 .bn-service-redesign .bn-service-config-value br + a.lmore,
body.template_2019 .bn-service-redesign .bn-service-config-value br + a[href*="upgradetarget=config"],
body.template_2019 .bn-service-redesign .bn-service-config-value br + .bn-service-field-action {
  margin-left: 0;
}

body.template_2019 .bn-service-redesign .bn-service-config-value a.lmore::before,
body.template_2019 .bn-service-redesign .bn-service-config-value a[href*="upgradetarget=config"]::before {
  content: "swap_vert";
  color: inherit;
  font-family: "Material Icons";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

body.template_2019 .bn-service-redesign .bn-service-field-action::before {
  display: none;
}

body.template_2019 .bn-service-redesign .bn-service-field-action .material-icons {
  color: inherit;
  font-size: 15px;
}

body.template_2019 .bn-service-redesign .bn-service-config-value a.lmore:hover,
body.template_2019 .bn-service-redesign .bn-service-config-value a.lmore:focus,
body.template_2019 .bn-service-redesign .bn-service-config-value a[href*="upgradetarget=config"]:hover,
body.template_2019 .bn-service-redesign .bn-service-config-value a[href*="upgradetarget=config"]:focus,
body.template_2019 .bn-service-redesign .bn-service-field-action:hover,
body.template_2019 .bn-service-redesign .bn-service-field-action:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--bn-border-strong);
}

body.template_2019 .bn-server-info-section {
  margin-top: 3rem;
}

body.template_2019 .bn-server-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1rem;
}

body.template_2019 .bn-server-info-heading h4 {
  margin: 0;
}

body.template_2019 .bn-server-info-heading .btn {
  flex: 0 0 auto;
}

body.template_2019 .bn-server-info-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

body.template_2019 .bn-server-info-panel {
  display: grid;
  grid-template-columns: minmax(230px, 28%) minmax(0, 1fr);
  overflow: hidden;
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bn-server-info-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 280px;
  padding: 24px;
  background: var(--bn-bg-elevated);
  border-right: 1px solid var(--bn-border);
}

body.template_2019 .bn-server-info-visual img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 220px;
  object-fit: contain;
  user-select: none;
}

body.template_2019 .bn-server-info-content {
  min-width: 0;
}

body.template_2019 .bn-server-info-loading,
body.template_2019 .bn-server-info-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px;
  gap: 9px;
  color: var(--bn-text-muted);
  text-align: center;
}

body.template_2019 .bn-server-info-loading[hidden],
body.template_2019 .bn-server-info-error[hidden],
body.template_2019 .bn-server-info-grid[hidden] {
  display: none !important;
}

body.template_2019 .bn-server-info-loading .material-icons {
  color: var(--bn-text-soft);
  font-size: 20px;
  animation: bnSpin 0.9s linear infinite;
}

body.template_2019 .bn-server-info-error {
  flex-direction: column;
}

body.template_2019 .bn-server-info-error .material-icons {
  color: var(--bn-text-soft);
  font-size: 22px;
}

body.template_2019 .bn-server-info-error a {
  color: var(--bn-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.template_2019 .bn-server-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.template_2019 .bn-server-info-item {
  min-width: 0;
  min-height: 104px;
  padding: 16px;
  border-right: 1px solid var(--bn-border);
  border-bottom: 1px solid var(--bn-border);
}

body.template_2019 .bn-server-info-item:nth-child(2n) {
  border-right: 0;
}

body.template_2019 .bn-server-info-item-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--bn-text-muted);
}

body.template_2019 .bn-server-info-item-title .material-icons {
  color: var(--bn-text-soft);
  font-size: 17px;
}

body.template_2019 .bn-server-info-item-title h5 {
  margin: 0;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}

body.template_2019 .bn-server-card-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  margin-left: auto;
  white-space: nowrap;
}

body.template_2019 .bn-server-info-item-title .bn-server-card-action .material-icons {
  color: inherit;
  font-size: 15px;
}

body.template_2019 .bn-server-info-values p {
  margin: 0 0 4px;
  overflow-wrap: anywhere;
  color: var(--bn-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

body.template_2019 .bn-server-info-values p:last-child {
  margin-bottom: 0;
}

body.template_2019 .bn-server-network-values {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 8px;
}

body.template_2019 .bn-server-network-address {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.template_2019 .bn-server-network-label {
  flex: 0 0 auto;
  color: var(--bn-text-muted);
  font-size: 0.875rem;
}

body.template_2019 .bn-server-network-value {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--bn-text);
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}

body.template_2019 .bn-server-network-value.is-empty {
  color: var(--bn-text-soft);
  font-weight: 400;
}

body.template_2019 .bn-server-additional-ip-overflow {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
}

body.template_2019 .bn-server-additional-ip-overflow[hidden] {
  display: none !important;
}

body.template_2019 .bn-server-additional-ip-toggle {
  margin-top: 4px;
  padding: 4px 8px !important;
  color: var(--bn-text-muted) !important;
  font-size: 0.875rem;
  font-weight: 500;
}

body.template_2019 .bn-server-network-toggle {
  align-self: flex-start;
  margin-top: 3px;
}

body.template_2019 .bn-server-network-interfaces[hidden] {
  display: none !important;
}

body.template_2019 .bn-server-network-interfaces {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding: 12px;
  background: var(--bn-bg-elevated);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bn-server-network-interfaces > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

body.template_2019 .bn-server-network-interfaces span {
  color: var(--bn-text-muted);
  font-size: 0.875rem;
}

body.template_2019 .bn-server-network-interfaces code {
  overflow-wrap: anywhere;
  color: var(--bn-text);
  font-family: var(--font);
  font-size: 0.875rem;
  text-align: right;
}

@media (max-width: 1100px) {
  body.template_2019 .bn-service-redesign .service-details.bn-service-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template_2019 .bn-server-info-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  body.template_2019 .bn-server-info-visual {
    min-height: 190px;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--bn-border);
  }

  body.template_2019 .bn-server-info-visual img {
    max-width: 230px;
    height: 150px;
  }

  body.template_2019 .bn-server-info-loading,
  body.template_2019 .bn-server-info-error {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  body.template_2019 .bn-service-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  body.template_2019 .bn-service-hero-main {
    align-items: flex-start;
  }

  body.template_2019 .bn-service-hero-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  body.template_2019 .bn-service-hero h1 {
    font-size: 1.45rem;
    white-space: normal;
  }

  body.template_2019 .bn-service-hero-actions {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }

  body.template_2019 .bn-service-power-controls {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body.template_2019 .bn-service-quick-action {
    flex-basis: auto;
  }

  body.template_2019 .bn-service-redesign .service-details.bn-service-overview-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.template_2019 .bn-service-redesign .service-details.bn-service-overview-grid .service-details-line {
    min-height: 0;
  }

  body.template_2019 .bn-server-info-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.template_2019 .bn-server-info-item,
  body.template_2019 .bn-server-info-item:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

}

body.template_2019 .widget-graph-image-container {
  position: relative;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border);
  border-radius: 0 !important;
  padding: 16px !important;
  display: block !important;
}

body.template_2019 .widget-graph-image-container canvas {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  max-width: 100% !important;
  background: transparent !important;
}

body.template_2019 .widget-graph-image-container + .widget-graph-image-container {
  margin-top: 12px;
}

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: var(--bn-hover) !important;
  cursor: pointer !important;
}

body.template_2019 #dashboard_services_list tbody tr.bn-dashboard-service-overflow {
  display: none !important;
}

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

body.template_2019 div:has(> .table) {
  border: 1px solid var(--bn-border) !important;
  border-radius: 0 !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;
  flex-wrap: wrap !important;
  gap: 8px 6px;
}

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

@media (max-width: 767px) {
  body.template_2019 .widget-graph-image-container {
    padding: 10px !important;
  }

  body.template_2019 .widget-graph-control .flex-element {
    align-items: stretch !important;
  }

  body.template_2019 .widget-graph-control .flex-element .spacer {
    display: none !important;
  }

  body.template_2019 .widget-graph-control input,
  body.template_2019 .widget-graph-control .date-time-picker {
    flex: 1 1 100%;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !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: 0 !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: 1rem !important;
  font-weight: 500 !important;
}

body.template_2019 .bullionet-stat-card strong {
  font-size: 2rem !important;
  line-height: 1.1 !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;
  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;
  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: 0 !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;
  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.875rem !important;
  color: var(--bn-text-muted) !important;
  font-weight: 500;
}

body.template_2019 .orderpage .cartSummaryContinue {
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  font-size: 1rem !important;
  font-weight: 500 !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;
  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: 0 !important;
  text-align: center !important;
  width: 100% !important;
  transition: border-color 0.15s ease, background-color 0.15s ease !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option:hover {
  border: 1px solid var(--bn-border-strong) !important;
  background-color: var(--bn-hover) !important;
  cursor: pointer !important;
}

body.template_2019 .cart .cart-gateway-list .gateway-option.selected {
  border: 1px solid var(--bn-accent) !important;
  background-color: var(--bn-hover) !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;
}

body.template_2019 .cart .cart-gateway-list .gateway-option .gateway-desc {
  font-size: 1rem !important;
  color: var(--bn-text-muted) !important;
  font-weight: 400 !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-text) !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 {
}

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: 0 !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;
}

.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.875rem;
  color: var(--bn-text-soft);
  font-weight: 400 !important;
}

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

body.template_2019 .avatar {
  border-radius: 0 !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: 0 !important;
}

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

body.template_2019 .slides, .ui-slider {
  background-color: #FFFFFF33 !important;
  border-radius: 0 !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;
  font-weight: 500 !important;
}

.error-wrapper {
  background-color: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 0 !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: 0 !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;
  font-weight: 500 !important;
  font-family: var(--font) !important;
}

body.template_2019 .section-account-header .text-secondary.mt-0 {
  font-size: 1rem !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;
}

/* Email verification */
body.template_2019 .bullionet-email-verification {
  width: 100%;
  max-width: 680px;
  margin: 36px auto;
  padding: 28px;
  background: var(--bn-bg-elevated);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bullionet-email-verification__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bn-border);
}

body.template_2019 .bullionet-email-verification__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--bn-text-soft);
  background: #ffffff0d;
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bullionet-email-verification__icon .material-icons {
  font-size: 22px;
}

body.template_2019 .bullionet-email-verification h1 {
  margin: 0 0 5px;
  color: var(--bn-text);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

body.template_2019 .bullionet-email-verification__header p {
  margin: 0;
  color: var(--bn-text-muted);
  font-size: 1rem;
  line-height: 1.5;
}

body.template_2019 .bullionet-email-verification__form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

body.template_2019 .bullionet-email-verification #emailverification {
  width: 240px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: var(--bn-text) !important;
  background: var(--bn-bg) !important;
  border: 1px solid var(--bn-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--font) !important;
  font-size: 1.05rem !important;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

body.template_2019 .bullionet-email-verification #emailverification:hover {
  border-color: var(--bn-border-strong) !important;
}

body.template_2019 .bullionet-email-verification #emailverification:focus {
  border-color: var(--bn-accent) !important;
  box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.12) !important;
  outline: none !important;
}

body.template_2019 .bullionet-email-verification__verify {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 120px;
  height: 44px;
  padding: 0 16px !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
}

body.template_2019 .bullionet-email-verification__verify .material-icons {
  font-size: 18px;
}

body.template_2019 .bullionet-email-verification__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding-top: 14px;
  color: var(--bn-text-soft);
  border-top: 1px solid var(--bn-border);
  font-size: 0.875rem;
}

body.template_2019 .bullionet-email-verification__footer > .material-icons {
  font-size: 16px;
}

body.template_2019 .bullionet-email-verification__resend {
  color: var(--bn-text-muted) !important;
  font-weight: 500;
  text-decoration: none;
}

body.template_2019 .bullionet-email-verification__resend.is-disabled {
  color: var(--bn-text-soft) !important;
  cursor: not-allowed;
  opacity: 0.65;
  text-decoration: none;
}

body.template_2019 .bullionet-email-verification__resend.is-disabled:hover,
body.template_2019 .bullionet-email-verification__resend.is-disabled:focus {
  color: var(--bn-text-soft) !important;
  text-decoration: none;
}

body.template_2019 .bullionet-email-verification__timer {
  font-variant-numeric: tabular-nums;
}

body.template_2019 .bullionet-email-verification__resend:hover,
body.template_2019 .bullionet-email-verification__resend:focus {
  color: var(--bn-text) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  body.template_2019 .bullionet-email-verification {
    margin: 20px auto;
    padding: 22px 18px;
  }

  body.template_2019 .bullionet-email-verification__form {
    align-items: stretch;
    flex-direction: column;
  }

  body.template_2019 .bullionet-email-verification #emailverification {
    width: 100% !important;
  }

  body.template_2019 .bullionet-email-verification__verify {
    width: 100%;
  }
}

/* HostBill keeps this secondary menu absolute up to its tablet breakpoint. */
@media (min-width: 768px) and (max-width: 993px) {
  body.template_2019 .bn-service-redesign .service_content,
  body.template_2019 .bn-service-redesign .service_content > .w-100,
  body.template_2019 .bn-service-redesign .service_nav_wrapper,
  body.template_2019 .bn-service-redesign .service_nav_container,
  body.template_2019 .bn-service-redesign .cloud {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.template_2019 .bn-service-redesign .cloud {
    overflow: hidden;
  }

  body.template_2019 .bn-service-redesign .service_nav {
    min-width: 0;
    max-width: 100%;
    overscroll-behavior-inline: contain;
  }

  body.template_2019 .bn-service-redesign .cloud #vm-menu {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto;
    display: flex !important;
    flex: 1 1 100%;
    align-items: center;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.template_2019 .bn-service-redesign .cloud #vm-menu::-webkit-scrollbar {
    display: none;
  }

  body.template_2019 .bn-service-redesign .cloud #vm-menu > li {
    flex: 0 0 auto !important;
  }
}

/* Mobile containment: the page stays fixed; only service menus can slide. */
@media (max-width: 767px) {
  html,
  body.template_2019 {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.template_2019 .body-content {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.template_2019 .body-content .section-main {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    padding: 16px 12px !important;
    overflow-x: hidden;
  }

  body.template_2019 .navbar.fixed-top .navbar-order {
    display: none !important;
  }

  body.template_2019 .navbar.fixed-top .navbar-left {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.template_2019 .navbar.fixed-top > .navbar-body,
  body.template_2019 .navbar.fixed-top .navbar-menu {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
  }

  body.template_2019 .section-account-service,
  body.template_2019 .section-account-service .service_content,
  body.template_2019 .section-account-service .service_content > .w-100,
  body.template_2019 .section-account-service .widget,
  body.template_2019 .bn-service-hero,
  body.template_2019 .bn-service-redesign,
  body.template_2019 .bn-service-redesign .cloud,
  body.template_2019 .bn-service-redesign .service_nav_wrapper,
  body.template_2019 .bn-service-redesign .service_nav_container,
  body.template_2019 .bn-server-info-section,
  body.template_2019 .bn-server-info-panel,
  body.template_2019 .bn-server-info-content {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.template_2019 .bn-service-redesign .cloud {
    overflow: hidden;
  }

  body.template_2019 .bn-service-redesign .service_nav {
    min-width: 0;
    max-width: 100%;
    overscroll-behavior-inline: contain;
  }

  body.template_2019 .bn-service-redesign .cloud #vm-menu {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto;
    display: flex !important;
    flex: 1 1 100%;
    align-items: center;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.template_2019 .bn-service-redesign .cloud #vm-menu::-webkit-scrollbar {
    display: none;
  }

  body.template_2019 .bn-service-redesign .cloud #vm-menu > li {
    flex: 0 0 auto !important;
  }

  body.template_2019 .bn-service-hero-main,
  body.template_2019 .bn-service-power-controls,
  body.template_2019 .bn-service-config-value {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.template_2019 .bn-service-hero-copy {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  body.template_2019 .bn-service-hero h1,
  body.template_2019 .bn-service-meta > a {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.template_2019 .bn-service-quick-action,
  body.template_2019 .bn-service-redesign .bn-service-field-action,
  body.template_2019 .bn-server-info-actions .btn,
  body.template_2019 .bn-server-card-action {
    max-width: 100%;
    white-space: normal;
  }

  body.template_2019 .bn-server-info-item-title {
    flex-wrap: wrap;
  }

  body.template_2019 .bn-server-network-address {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  body.template_2019 .bn-server-network-value {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  body.template_2019 .bn-server-additional-ip-overflow {
    align-items: flex-start;
  }

  body.template_2019 .bn-server-network-value span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.template_2019 .section-account-service input[class*="span"],
  body.template_2019 .section-account-service select[class*="span"],
  body.template_2019 .section-account-service textarea[class*="span"],
  body.template_2019 .section-account-service .uneditable-input[class*="span"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 359px) {
  body.template_2019 .navbar.fixed-top .navbar-left .navbar-brand img {
    width: 110px;
    max-width: 110px;
  }
}

/* Dedicated server reinstall */
body.template_2019 .bn-reinstall-widget {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-card {
  padding: 0 !important;
  overflow: hidden;
  background: var(--bn-bg-soft) !important;
  border: 1px solid var(--bn-border-strong) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-title {
  margin: 0;
  padding: 16px 24px;
  font-size: 1.25rem;
  line-height: 1.2;
  background: rgba(17, 17, 19, 0.48);
  border-bottom: 1px solid var(--bn-border);
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-section {
  padding: 0 !important;
}

body.template_2019 .bn-reinstall-widget form#reinstall {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 24px;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-warning {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: var(--bn-text-muted);
  background: transparent;
  border: 1px solid var(--bn-border);
  border-left: 2px solid var(--bn-danger);
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-warning > i {
  flex: 0 0 auto;
  color: var(--bn-danger);
  font-size: 17px;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-warning span {
  font-size: 1rem;
  line-height: 1.45;
}

body.template_2019 .bn-reinstall-widget .bn-os-picker {
  min-width: 0;
  margin-bottom: 24px;
}

body.template_2019 .bn-reinstall-widget .bn-os-picker-heading {
  margin-bottom: 12px;
}

body.template_2019 .bn-reinstall-widget .bn-os-picker-heading h3 {
  margin: 0;
  font-size: 1.125rem;
}

body.template_2019 .bn-reinstall-widget .bn-os-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  min-width: 0;
  overflow: hidden;
  background: var(--bn-border-strong);
  border: 1px solid var(--bn-border-strong);
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-os-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 88px;
  flex-direction: column;
  justify-content: center;
  background: #17181c;
}

body.template_2019 .bn-reinstall-widget .bn-os-card:hover {
  background: #1d1e23;
}

body.template_2019 .bn-reinstall-widget .bn-os-card.is-active {
  background: #202026;
  box-shadow: inset 0 -2px 0 var(--bn-accent);
}

body.template_2019 .bn-reinstall-widget .bn-os-card-button {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: var(--bn-text);
  text-align: left;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

body.template_2019 .bn-reinstall-widget .bn-os-card-button:focus-visible,
body.template_2019 .bn-reinstall-widget .bn-os-version-select:focus-visible {
  outline: 2px solid var(--bn-accent);
  outline-offset: -2px;
}

body.template_2019 .bn-reinstall-widget .bn-os-family-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

body.template_2019 .bn-reinstall-widget .bn-os-family-icon img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

body.template_2019 .bn-reinstall-widget .bn-os-family-icon-fallback {
  display: none;
  color: var(--bn-text-muted);
  font-size: 32px;
}

body.template_2019 .bn-reinstall-widget .bn-os-family-icon.has-image-error img {
  display: none;
}

body.template_2019 .bn-reinstall-widget .bn-os-family-icon.has-image-error .bn-os-family-icon-fallback {
  display: inline-block;
}

body.template_2019 .bn-reinstall-widget .bn-os-card-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
}

body.template_2019 .bn-reinstall-widget .bn-os-card-copy strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--bn-text);
  font-size: 1rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.template_2019 .bn-reinstall-widget .bn-os-version-text {
  max-width: 100%;
  overflow: hidden;
  color: var(--bn-text-muted);
  font-size: 0.875rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.template_2019 .bn-reinstall-widget .bn-os-version-control {
  min-width: 0;
  margin: -8px 12px 12px 68px;
}

body.template_2019 .bn-reinstall-widget .bn-os-version-select {
  width: 100%;
  min-width: 0;
  height: 32px;
  padding: 2px 24px 2px 8px;
  color: var(--bn-text-muted);
  font-size: 0.875rem;
  background-color: rgba(9, 9, 11, 0.35);
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
}

body.template_2019 .bn-reinstall-widget .bn-os-version-select:hover {
  color: var(--bn-text);
  border-color: var(--bn-border);
}

body.template_2019 .bn-reinstall-widget .bn-os-card.is-active .bn-os-version-select {
  color: var(--bn-text);
  background-color: rgba(255, 255, 255, 0.035);
}

body.template_2019 .bn-reinstall-widget .bn-recipe-picker {
  min-width: 0;
  margin-bottom: 24px;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-picker-heading {
  margin-bottom: 12px;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-picker-heading h3 {
  margin: 0;
  font-size: 1.125rem;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-picker-heading p {
  margin: 4px 0 0;
  color: var(--bn-text-muted);
  font-size: 1rem;
  line-height: 1.4;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  min-width: 0;
  overflow: hidden;
  background: var(--bn-border-strong);
  border: 1px solid var(--bn-border-strong);
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card {
  position: relative;
  min-width: 0;
  min-height: 68px;
  background: #17181c;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card:hover {
  background: #1d1e23;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card.is-active {
  background: #202026;
  box-shadow: inset 0 -2px 0 var(--bn-accent);
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card.is-incompatible {
  background: #15161a;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card.is-incompatible .bn-recipe-card-button {
  cursor: not-allowed;
  opacity: 0.48;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card[hidden],
body.template_2019 .bn-reinstall-widget .bn-recipe-grid[hidden] {
  display: none !important;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card-button {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: var(--bn-text);
  text-align: left;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card-button:focus-visible {
  outline: 2px solid var(--bn-accent);
  outline-offset: -2px;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--bn-text-soft);
  font-size: 21px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bn-border);
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card.is-active .bn-recipe-icon {
  color: var(--bn-text);
  border-color: var(--bn-border-strong);
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card-copy strong,
body.template_2019 .bn-reinstall-widget .bn-recipe-card-copy span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card-copy strong {
  color: var(--bn-text);
  font-size: 1rem;
  line-height: 1.25;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-card-copy span {
  color: var(--bn-text-muted);
  font-size: 0.875rem;
  line-height: 1.3;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-empty {
  padding: 12px 16px;
  color: var(--bn-text-muted);
  font-size: 1rem;
  background: rgba(9, 9, 11, 0.18);
  border: 1px solid var(--bn-border-strong);
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-recipe-empty[hidden] {
  display: none !important;
}

body.template_2019 .bn-reinstall-widget .bn-native-os-select,
body.template_2019 .bn-reinstall-widget .bn-reinstall-native-os-row,
body.template_2019 .bn-reinstall-widget .bn-native-recipe-select,
body.template_2019 .bn-reinstall-widget .bn-reinstall-native-recipe-row {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table {
  display: block;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  overflow: hidden;
  color: var(--bn-text);
  background: rgba(9, 9, 11, 0.18) !important;
  border: 1px solid var(--bn-border-strong);
  border-collapse: separate;
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody {
  display: block;
  width: 100%;
}

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

body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  width: 100%;
  background: transparent !important;
  border-bottom: 1px solid var(--bn-border) !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr:last-child {
  border-bottom: 0 !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr > td {
  box-sizing: border-box;
  min-width: 0;
  padding: 12px 16px !important;
  color: var(--bn-text-muted);
  background: transparent !important;
  border: 0 !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr > td:first-child {
  display: flex;
  align-items: center;
  color: var(--bn-text-muted);
  font-size: 1rem;
  font-weight: 500;
  text-align: left !important;
  border-right: 1px solid var(--bn-border) !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table-heading {
  display: block !important;
  background: rgba(255, 255, 255, 0.025) !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table-heading th {
  display: block;
  padding: 12px 16px;
  color: var(--bn-text-soft);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  border: 0 !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table select.form-control,
body.template_2019 .bn-reinstall-widget .bn-reinstall-table input[type="text"],
body.template_2019 .bn-reinstall-widget .bn-reinstall-table input[type="password"] {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 460px !important;
  height: 40px;
  margin: 0;
  padding: 8px 12px;
  color: var(--bn-text) !important;
  background: #101114 !important;
  border: 1px solid var(--bn-border-strong) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table input[type="password"] {
  max-width: 460px !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table input:focus,
body.template_2019 .bn-reinstall-widget .bn-reinstall-table select:focus {
  border-color: rgba(244, 63, 94, 0.65) !important;
  box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.12) !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table input:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

body.template_2019 .bn-reinstall-widget .bn-password-options {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  background: #101114;
  border: 1px solid var(--bn-border-strong);
  border-radius: 0;
}

body.template_2019 .bn-reinstall-widget .bn-password-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 10px;
  color: var(--bn-text-muted);
  font-size: 1rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
}

body.template_2019 .bn-reinstall-widget .bn-password-choice input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  pointer-events: none;
}

body.template_2019 .bn-reinstall-widget .bn-password-radio-indicator {
  position: relative;
  display: inline-flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #101114;
  border: 2px solid #62626b;
  border-radius: 50%;
}

body.template_2019 .bn-reinstall-widget .bn-password-radio-indicator::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--bn-accent);
  border-radius: 50%;
  opacity: 0;
}

body.template_2019 .bn-reinstall-widget .bn-password-choice.is-active {
  color: var(--bn-text);
  background: #26262c;
  border-color: var(--bn-border-strong);
}

body.template_2019 .bn-reinstall-widget .bn-password-choice.is-active .bn-password-radio-indicator {
  border-color: var(--bn-accent);
}

body.template_2019 .bn-reinstall-widget .bn-password-choice.is-active .bn-password-radio-indicator::after {
  opacity: 1;
}

body.template_2019 .bn-reinstall-widget .bn-password-choice:focus-within {
  outline: 2px solid rgba(244, 63, 94, 0.35);
  outline-offset: 1px;
}

body.template_2019 .bn-reinstall-widget .bn-password-field-row.is-hidden {
  display: none !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-table .text-muted {
  margin-top: 8px !important;
  color: var(--bn-text-soft) !important;
  font-size: 0.875rem;
  line-height: 1.45;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-layout-row,
body.template_2019 .bn-reinstall-widget .bn-reinstall-submit-row {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-layout-row > td,
body.template_2019 .bn-reinstall-widget .bn-reinstall-submit-row > td {
  grid-column: 1 / -1;
  border-right: 0 !important;
  padding: 16px !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-submit-row > td {
  display: flex;
  justify-content: flex-end;
  padding: 17px !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-submit {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 8px 16px;
  color: #fecaca !important;
  font-weight: 500;
  background: var(--bn-danger-soft) !important;
  border: 1px solid var(--bn-danger-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.template_2019 .bn-reinstall-widget .bn-reinstall-submit:hover {
  color: #fff !important;
  background: rgba(248, 113, 113, 0.26) !important;
  border-color: rgba(248, 113, 113, 0.7) !important;
}

@media (max-width: 900px) {
  body.template_2019 .bn-reinstall-widget .bn-os-grid,
  body.template_2019 .bn-reinstall-widget .bn-recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr {
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  body.template_2019 .bn-reinstall-widget .bn-reinstall-title,
  body.template_2019 .bn-reinstall-widget form#reinstall {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.template_2019 .bn-reinstall-widget .bn-os-picker-heading,
  body.template_2019 .bn-reinstall-widget .bn-recipe-picker-heading {
    margin-bottom: 10px;
  }

  body.template_2019 .bn-reinstall-widget .bn-os-grid,
  body.template_2019 .bn-reinstall-widget .bn-recipe-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr {
    display: block;
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr > td {
    display: block;
    width: 100% !important;
    padding: 12px !important;
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr > td:first-child {
    padding-bottom: 4px !important;
    border-right: 0 !important;
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-table > tbody > tr > td + td {
    padding-top: 7px !important;
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-submit-row > td {
    display: flex;
    padding: 12px !important;
  }

  body.template_2019 .bn-reinstall-widget .bn-reinstall-submit {
    width: 100%;
  }
}

/* Knowledge base search */
body.template_2019 .section-knowledgebase .input-self-box {
  background: var(--bn-bg-soft);
  border-color: var(--bn-border);
}

body.template_2019 .section-knowledgebase .input-self-box .input-group {
  align-items: stretch !important;
}

body.template_2019 .section-knowledgebase .input-self-box .form-control,
body.template_2019 .section-knowledgebase .input-self-box .form-control:hover,
body.template_2019 .section-knowledgebase .input-self-box .form-control:focus,
body.template_2019 .section-knowledgebase .input-self-box .form-control:active {
  height: 64px;
  background: var(--bn-bg-elevated) !important;
  color: var(--bn-text) !important;
}

body.template_2019 .section-knowledgebase .input-self-box .input-group-btn,
body.template_2019 .section-knowledgebase .input-self-box .input-group-btn .btn {
  display: flex;
  min-height: 64px;
  align-items: center;
}

body.template_2019 .section-knowledgebase .input-self-box .form-control::placeholder {
  color: var(--bn-text-soft);
  opacity: 1;
}
