body, html {
  min-height: 100%;
  height: 100%;
}
body {
  padding-top: 66px;
}
a,
a.btn:hover,
header a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: 600;
}
svg.icon {
  width: 1.5em;
  display: inline-block;
  vertical-align: -0.35em;
  fill: currentColor;
}
/*.btn svg.icon {
  fill: var(--bs-btn-color);
}*/
header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 2;
}
.row:last-child,
.row > div:last-child {
  margin-bottom: 0 !important;
}
.content {
  overflow-y: auto;
  position: absolute;
  inset: 66px 0 0 0;
}
.nav-link {
  color: var(--bs-body-color) !important;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.dropdown-toggle {
  cursor: default;
}
.dropdown-menu {
  border: none;
  display: block;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-item-padding-y: 0.5rem;
}
.dropdown-toggle:after {
  display: none;
}
footer svg {
  width: 3rem;
  fill: #3b579d;
}
.card {
  padding-top: 1rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
}
.card > svg {
  height: 5rem;
  align-self: center;
  fill: #e30016;
}
.card h4 {
  color: #e30016;
  font-weight: 600;
  font-size: 1.2rem;
}
.card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-lm {
  border: 2px solid #e30016 !important;
  background-color: #f9f9f9;
}
.btn-lm:hover {
  background-color: #fff;
}
.nav-link.active,
.dropdown-item.active {
  color: #e30016 !important;
}
.nav-link.active:before,
.dropdown-item.active:before {
  content: "\2022";
  color: #e30016;
  margin-right: 0.25rem;
}
.btn-lm-alt {
  background: #e30016 !important;
  color: #fff !important;
}
.btn-lm-link:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #e30016;
  border-right: 1px solid #e30016;
  border-left: none;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.25rem;
  transform: rotate(45deg);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background: transparent;
  color: var(--bs-body-color);
}
.navbar-brand svg:first-child {
  border-radius: 0.5rem;
}
.alert {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left-width: 4px;
}
.price-image {
  width: 3rem;
  height: 3rem;
}
.price-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.accordion-button {
  box-shadow: none !important;
}
.input-group {
  width: 140px;
}
.form-check {
  min-height: auto;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: none;
    --bs-dropdown-padding-y: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .dropdown-toggle:after {
    display: inline-block;
    border-top: 1px solid #e30016;
    border-right: 1px solid #e30016;
    border-left: none;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.5rem;
    transform: rotate(135deg);
  }
  .nav-link {
    border-radius: 0.5rem;
    border: 2px solid transparent;
  }
  .dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
  }
  .nav-link:hover,
  .dropdown-item.active,
  .dropdown-item:active {
    background: #f9f9f9;
  }
  .nav-link.active:before,
  .dropdown-item.active:before {
    display: none;
  }
  .nav-link.active {
    border-color: #e30016;
  }
  .downloads {
    width: 60%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.grecaptcha-badge {
  bottom: 70px !important;
}
