@font-face {
  font-family: "newhpicon";
  src: url(/lib/hp-br/resources/fonts/newhplogo.eot?#iefix)
      format("embedded-opentype"),
    url(/lib/hp-br/resources/fonts/newhplogo.ttf),
    url(/lib/hp-br/resources/fonts/newhplogo.eot);
}
@font-face {
  font-family: "HPBold";
  src: url("/lib/hp-br/resources/fonts/HPSimplifiedW04-Bold.eot");
  src: url("/lib/hp-br/resources/fonts/HPSimplifiedW04-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/lib/hp-br/resources/fonts/hps-euro-bold-woff.woff") format("woff"),
    url("/lib/hp-br/resources/fonts/HPSimplifiedW04-Bold.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HPRegular";
  src: url("/lib/hp-br/resources/fonts/HPSimplifiedW04-Regular.eot");
  src: url("/lib/hp-br/resources/fonts/HPSimplifiedW04-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/lib/hp-br/resources/fonts/hps-euro-regular-woff.woff") format("woff"),
    url("/lib/hp-br/resources/fonts/HPSimplifiedW04-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HPS Light";
  src: url("/lib/hp-br/resources/fonts/FormaDJRMicro-Regular.ttf");
  src: url("/lib/hp-br/resources/fonts/FormaDJRMicro-Regular.woff")
      format("woff"),
    url("/lib/hp-br/resources/fonts/FormaDJRMicro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HPS Regular";
  src: url("/lib/hp-br/resources/fonts/FormaDJRMicro-Regular.ttf");
  src: url("/lib/hp-br/resources/fonts/FormaDJRMicro-Regular.woff")
      format("woff"),
    url("/lib/hp-br/resources/fonts/FormaDJRMicro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .navbar-secondary {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (max-width: 767px) {
  .navbar-primary {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .navbar-secondary {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1010;
  }
}

@media (min-width: 576px) {
  .d-sm-revert {
    display: revert !important;
  }
}

/*remove boostrap tables default "loading" messages - we have our own*/
div.fixed-table-loading {
  display: none;
}

.nav-link-title {
  margin-top: 3px;
}

:root,
[data-bs-theme="light"] {
  --br-button: var(--tblr-gray-800);
  --br-button-border: var(--tblr-gray-800);
  --br-h1-font-size: 2.5rem;
  --br-h2-font-size: 1.8rem;
  --br-h3-font-size: 1.3rem;
  --br-h4-font-size: 1.1rem;
}
[data-bs-theme="dark"] {
}

html {
  position: relative;
  min-height: 100vh;
}
body {
  margin-bottom: 60px;
  /*font-family: "HPS Light";*/
}
header {
  min-height: 44px;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.btn {
  font-size: 1rem;
  padding: 10px 25px 10px 25px;
}

.navbar {
  --tblr-navbar-border-width: 0px;
}

.navbar > div.navbar-aligment {
  border-top: 1px solid var(--tblr-primary);
  border-bottom: 1px solid var(--tblr-primary);
}

.navbar-brand {
  font-weight: var(--tblr-font-weight-normal);
}
.navbar-brand > a {
  display: flex;
  align-items: center;
}
.navbar-brand > a::before {
  font-size: 48px;
  text-decoration: none;
  font-family: newhpicon;
  content: "\e706";
  margin-right: 0.5rem;
  color: var(--tblr-primary);
}

.footer {
  font-size: 12px;
  padding: 0.5rem;
  background-color: var(--tblr-bg-surface) !important;
}

.transperant-bg-container {
  background-color: rgba(var(--tblr-body-bg-rgb), 0.95);
}

.card.product-card {
  border: 1px var(--tblr-primary-lt) solid;
  padding: calc(var(--tblr-gutter-x) * 0.3);
  border-radius: 0;
}
.card.product-card:hover {
  border: 1px var(--tblr-border-color) solid;
  background-color: rgba(0, 0, 0, 0.02) !important;
}
.card.product-card > .card-header {
  padding: 0;
  border-bottom: none;
}
.card.product-card .product-title {
  display: block;
}
.card.product-card.redeemable .product-title {
  display: -webkit-box;
  /*        -webkit-line-clamp: 5;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
  height: 21em;
  text-overflow: ellipsis;
}

.card.product-card a:not(.btn) {
  color: var(--tblr-primary-color);
}

.card.product-card .img-container {
  display: flex;
  justify-content: center;
}
.card.product-card .img-container img {
  width: 270px;
  height: 270px;
  object-fit: contain;
}

.markdown > table thead th,
.table thead th {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: inherit;
  color: var(--tblr-color);
}

/*kk*/
.display-5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.card.border-0 {
  --tblr-card-border-radius: 0;
  --tblr-card-box-shadow: 0;
  --tblr-card-inner-border-radius: 0;
}
.card.border-radius-0 {
  --tblr-card-border-radius: 0;
  --tblr-card-box-shadow: 0;
  --tblr-card-inner-border-radius: 0;
}

.img-responsive-64x15 {
  --tblr-img-responsive-ratio: 23.4375%;
}
.img-responsive-ratio-none {
  --tblr-img-responsive-ratio: 0;
}

.row-mt-0 > * {
  margin-top: 0;
}

.bg-hb {
  background-color: #98c5fb;
}

.bg-b {
  background-color: #bbd8fc;
}

.bg-lb {
  background-color: #ddecfe;
}

.bg-lg {
  background-color: #fafafa;
}

.bg-page-header {
  background-color: #98c5fb;
}

.bg-page-description {
  background-color: #ddecfe;
}

.bg-page-description a {
  color: rgba(var(--tblr-link-color-rgb), var(--tblr-link-opacity, 1));
  text-decoration: underline;
}

.bg-page-header-gr {
  background-color: #b3f88b;
}
.bg-page-description-gr {
  background-color: #c6faa8;
}
.bg-page-gray-block {
  background-color: #fafafa;
}

.bg-page-header-pr {
  background-color: #b9b1fa;
}
.bg-page-description-pr {
  background-color: #cbc5fb;
}
.bg-page-body-pr {
  background-color: #dcd8fd;
}

.bg-page-detail-pr {
  background-color: #eeecfe;
}

.bg-page-header-wl {
  background-color: #7af8ba;
}

.bg-page-header-cy {
  background-color: #66e5fb;
}

.bg-page-description-cy {
  background-color: #b3f2fd;
}

th {
  text-transform: capitalize !important;
}

span.form-check-label.required:after {
  content: "*";
  font-weight: bold;
  color: initial !important;
}

input[data-val-required] + label:after,
label.required:after {
  position: static !important;
  content: "*" !important;
  padding-left: 3px;
  color: initial !important;
}

.input-icon-addon ~ .form-select {
  padding-left: 2.5rem;
}

.other-sites-max-widtg {
  max-width: 1320px !important;
}

.field-validation-error {
  font-size: 0.875rem;
}

#modal-loading {
  z-index: 9999;
}



#navbar-menu > div.navbar > div {
    border: none;
    border-top: 1px solid rgb(232,232,232);
    background-color: rgb(244,244,244);
}
#navbar-menu li.nav-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: rgb(118, 118, 118);
}

#navbar-menu .dropdown-item {
    color: rgb(118, 118, 118) !important;
}

.text-underline {
    text-decoration:underline!important;
}

