body {
  background-color: #f1f2f6 !important;
  color: #2b3b4e !important;
}

.ts-control {
  max-height: 40px;
  /* Adjust this height as needed */
  overflow-y: auto;
}

.ts-control .item {
  white-space: nowrap;
}

.ts-wrapper {
  display: flex;
  align-items: center;
}

.pointer {
  cursor: pointer;
}

.header .hero {
  display: flex;
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 5px 0px;
}
@media (min-width: 276px) {
  .header .hero {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .header .hero {
    height: 150px;
  }
}
.header .hero-card {
  margin-top: -75px;
}
.header .hero-card .card {
  border-radius: 1rem;
  border: unset;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 5px 0px;
}
.header .hero-card .card .logo {
  max-width: 80px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
@media (min-width: 276px) {
  .menu {
    justify-content: space-between !important;
  }
}
.menu .nav {
  gap: 10px;
  display: inline;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu .nav::-webkit-scrollbar {
  display: none !important;
}
.menu .nav .nav-link {
  display: inline-block !important;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: ease 0.3s !important;
  color: #2b3b4e;
  border-bottom: 3px solid transparent;
}
.menu .nav .nav-link:hover {
  border-bottom: 3px solid #2b3b4e;
}

.category {
  margin-bottom: 30px;
}

#cart {
  z-index: 1029 !important;
}

.icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.text-green {
  color: #2ecc71 !important;
  font-weight: 600;
  /* Ensure text color is green */
}

.btn-group.rounded .btn:first-child {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.btn-group.rounded .btn:last-child {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 1200px) {
  .row-col-5 {
    width: 20%;
  }
}

.user-img {
  margin-left: 0.5rem;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
}

/* Fullscreen navbar when toggled */
.fullscreen-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fullscreen-navbar.show {
  display: flex;
}

.fullscreen-navbar a {
  color: white;
  font-size: 15px;
  margin: 3px;
  text-transform: uppercase;
  text-align: center;
}

.fullscreen-navbar a:hover {
  color: #ddd;
}

.navbar-toggler {
  z-index: 10000;
}

.mobile-menu {
  z-index: 1030;
}

.ts-wrapper.single.full.has-items.focus.input-active.dropdown-active {
  max-height: 15px;
}

.iti {
  width: 100% !important;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

input:-webkit-autofill {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset !important;
  /* Ensures background color fills the input */
}

.bg-blue .form-selectgroup-boxes .form-selectgroup-input + .form-selectgroup-label .form-selectgroup-title {
  color: #fff;
}

.form-selectgroup-boxes.allBlue .form-selectgroup-input:focus + .form-selectgroup-label {
  box-shadow: unset;
}
.form-selectgroup-boxes.allBlue .form-selectgroup-item {
  transition: ease 0.3s;
}
.form-selectgroup-boxes.allBlue .form-selectgroup-label {
  color: #fff;
  border-color: #296388;
  background: rgba(41, 99, 136, 0.1);
  border-width: 0px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.form-selectgroup-boxes.allBlue .form-selectgroup-input + .form-selectgroup-label .form-selectgroup-title {
  color: #fff;
}
.form-selectgroup-boxes.allBlue .form-selectgroup-input:checked + .form-selectgroup-label {
  color: #fff;
  border-color: #296388;
  background: #296388;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.form-selectgroup-boxes.allBlue .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-check {
  background-color: #296388;
}
.form-selectgroup-boxes.allBlue .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-title {
  color: #fff;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-input:focus + .form-selectgroup-label {
  box-shadow: unset;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-item {
  transition: ease 0.3s;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-label {
  color: #fff;
  border-color: #296388;
  background: rgba(41, 99, 136, 0.1);
  border-width: 0px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-input + .form-selectgroup-label .form-selectgroup-title {
  color: #296388;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-input:checked + .form-selectgroup-label {
  color: #fff;
  border-color: #296388;
  background: rgba(41, 99, 136, 0.1);
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-check {
  background-color: #296388;
}
.form-selectgroup-boxes.borderBlue .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-title {
  color: #296388;
}

@media (min-width: 276px) {
  .w-10 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-10 {
    width: 10% !important;
  }
}

@media (min-width: 276px) {
  .w-20 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-20 {
    width: 20% !important;
  }
}

@media (min-width: 276px) {
  .w-30 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-30 {
    width: 30% !important;
  }
}

@media (min-width: 276px) {
  .w-40 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-40 {
    width: 40% !important;
  }
}

@media (min-width: 276px) {
  .w-50 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-50 {
    width: 50% !important;
  }
}

@media (min-width: 276px) {
  .w-60 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-60 {
    width: 60% !important;
  }
}

@media (min-width: 276px) {
  .w-70 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-70 {
    width: 70% !important;
  }
}

@media (min-width: 276px) {
  .w-80 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-80 {
    width: 80% !important;
  }
}

@media (min-width: 276px) {
  .w-90 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-90 {
    width: 90% !important;
  }
}

@media (min-width: 276px) {
  .w-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-100 {
    width: 100% !important;
  }
}

/* Custom Scrollbar Styling */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* The track of the scrollbar */
::-webkit-scrollbar-track {
  background: rgba(23, 180, 161, 0.1) !important;
  border-radius: 10px;
}

/* The thumb (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background: rgba(23, 180, 161, 0.5) !important;
  border-radius: 10px;
}

/* When the user hovers over the scrollbar thumb */
::-webkit-scrollbar-thumb:hover {
  background: rgba(23, 180, 161, 0.8) !important;
}

.scrollable {
  max-height: 500px !important;
  overflow-y: auto !important;
}

.protocol-steps h1 {
  font-size: 35px;
}
.protocol-steps h2 {
  font-size: 28px;
}
.protocol-steps h3 {
  font-size: 23px;
}
.protocol-steps .bg-blue {
  background: url("/images/aquera/bg-aquera.jpg?v=4") !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #f1f2f6 !important;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.protocol-steps .bg-blue .card {
  box-shadow: none !important;
  /* Remove box shadow */
  text-shadow: none !important;
  /* Remove text shadow */
}
.protocol-steps .step {
  flex-wrap: wrap;
}
@media (min-width: 276px) {
  .protocol-steps .step {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .protocol-steps .step {
    min-height: 100dvh !important;
  }
}
.protocol-steps .step input,
.protocol-steps .step select,
.protocol-steps .step .form-select,
.protocol-steps .step .form-control {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.protocol-steps .step .ts-dropdown,
.protocol-steps .step .ts-dropdown.form-control,
.protocol-steps .step .ts-dropdown.form-select {
  background: #3983bf !important;
}
.protocol-steps .step input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.protocol-steps .step input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.protocol-steps .step .split {
  padding: 50px !important;
  padding-top: 50px !important;
}
@media (min-width: 276px) {
  .protocol-steps .step .split {
    min-height: 50dvh !important;
    padding: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .protocol-steps .step .split {
    min-height: 100dvh !important;
    padding: 50px !important;
    padding-top: 50px !important;
  }
}

.on-back {
  z-index: 1 !important;
}

.on-front {
  z-index: 1005 !important;
}

#cart {
  z-index: 1070 !important;
  background: #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 30px;
  height: 100%;
  width: 20%;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
}
#cart .table-responsive {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1080px) {
  #cart {
    width: 100%;
  }
}
@media (min-width: 1080px) and (max-width: 1380px) {
  #cart {
    width: 30%;
  }
  #cart .table-responsive {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.w-33 {
  width: 33.3%;
}/*# sourceMappingURL=style.css.map */