/*------------------------------------Montserrat START -----------------------------------*/
@font-face {
  font-family: "Montserrat Light";
  src: url("fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/*------------------------------------Montserrat END -----------------------------------*/
/*------------------------------------ Material Icons START-----------------------------------*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/material-icons/MaterialIconsOutlined-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("fonts/material-icons/MaterialIconsOutlined-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIconsOutlined-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIconsOutlined-Regular.ttf") format("truetype");
}
/*------------------------------------ Material Icons END-----------------------------------*/
body, html {
  font-size: 10px;
  font-family: "Montserrat Regular", sans-serif;
  font-weight: normal;
  color: #0A2342;
  margin: 0;
  padding: 0;
  width: 100%;
}

.border-blue {
  border-color: #b1d1dc !important;
}

.border-grey {
  border-color: #d3d3d3 !important;
}

.bg-white {
  background-color: #f4f4f4;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.btn {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  padding: 0.65rem 1.6rem;
}

.btn-dropdown {
  background-color: white !important;
  color: #0A2342 !important;
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
  border: 1px solid transparent !important;
  text-align: left;
  cursor: pointer;
}

.dropdown button.btn-dropdown-white {
  background-color: #e8f1f3 !important;
  color: #0A2342 !important;
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
  border: none !important;
  border-bottom: 1px solid #b1d1dc !important;
  text-align: left;
  cursor: pointer;
  min-height: 5.2rem;
}

.dropdown-toggle::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 15px;
  width: 0;
  height: 0;
  border: solid #6D6F74;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-toggle.show::after {
  top: 16px;
  border: solid #6D6F74;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.dropdown {
  width: 100%;
}
.dropdown button {
  width: 100%;
  border: 1px solid #DAE3E5 !important;
  padding: 8px 0;
  overflow: hidden !important;
  white-space: unset;
  height: 40px;
  line-height: 2rem;
  font-size: 1.5rem !important;
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  background-color: white;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.8rem;
  box-shadow: 1px 1px 4px #ddd;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.8rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 1.3rem;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #007090;
  color: white;
}

.dropdown-top {
  width: 28rem;
  padding: 1.2rem;
  background-color: #F4F6F7;
  border: 1px solid #eee;
  border-radius: 1.5rem;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.dropdown-top .img-profile {
  width: 4.8rem !important;
  height: 4.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  margin: 0 1rem 0 0 !important;
}
.dropdown-top .dropdown-item {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  margin: 0.8rem 0;
  font-size: 1.3rem;
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dropdown-top .dropdown-item:hover {
  color: black;
}
.dropdown-top .dropdown-item span {
  margin: 0 1rem 0 0 !important;
  font-size: 2rem !important;
}
.dropdown-top .dropdown-item label {
  width: 100%;
  font-size: 1.3rem;
  font-weight: normal;
  cursor: pointer;
}

.modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal.innerModal {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  background: none !important;
}

.modal-backdrop {
  background: none;
}

.modal-content {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.modal-header {
  border: none;
}

.modal-body .list-info {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 2rem;
}
.modal-body .list-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal-body .list-info ul li {
  margin: 0;
  padding: 0 0 1rem;
}
.modal-body .list-info ul li label {
  font-size: 1.4rem;
}
.modal-body .list-info ul li span {
  font-size: 1.4rem;
}

.modal-footer {
  border: none;
}

.modal-360 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-360.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal-360.fade .modal-360.fade .modal-dialog {
    transition: none;
  }
}

.modal-360.show .modal-dialog {
  transform: none;
}
.modal-360.modal-static .modal-dialog {
  transform: scale(1.02);
}

label {
  font-size: 1.4rem;
  font-weight: bold;
}

.form-control {
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
}

.form-text {
  font-size: 1.4rem;
}

/* invalid filed for password page */
.password .form-control.is-invalid, .password .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.password .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.password .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.carousel-indicators {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 550px) {
  .carousel-indicators {
    margin-bottom: 0;
  }
}

.carousel-indicators [data-bs-target] {
  background-color: white;
  height: 5px;
  width: 40px;
}

.overflow-scroll {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.overflow-scroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.nav-tabs {
  border-bottom: 0px solid #CCD5DC !important;
}
.nav-tabs .nav-link {
  font-size: 1.3rem;
  margin: 0 1rem -0.4rem;
  border: 1px solid #dce6ee;
  color: #007090;
  padding: 14px 16px;
  border-radius: 60px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 0.9rem;
    padding: 10px;
    margin: 0 0.3rem -0.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .nav-tabs .nav-link {
    font-size: 0.9rem;
    padding: 5px 10px;
    border: none;
  }
}
.nav-tabs .nav-link.active {
  background-color: #007090;
  color: white;
  padding: 14px 16px;
  border-radius: 60px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 992px) {
  .nav-tabs .nav-link.active {
    font-size: 0.9rem;
    padding: 10px;
    margin: 0 0.3rem -0.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .nav-tabs .nav-link.active {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
}

.nav-tabs2 {
  border-bottom: 0px solid #CCD5DC !important;
}
.nav-tabs2 .nav-link {
  color: black;
  font-size: 1.3rem;
  padding: 0.4rem 2rem;
  margin: 0 0.5rem;
  border-radius: 3rem;
  border: 1px solid #707070;
  background-color: transparent;
}
@media screen and (max-width: 550px) {
  .nav-tabs2 .nav-link {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
    margin: 0 0.3rem;
    display: table-caption;
    text-align: center;
  }
}
.nav-tabs2 .nav-link.active {
  border: 3px solid #707070;
  font-family: "Montserrat Bold", sans-serif;
}
.nav-tabs2 .nav-link:hover {
  border: 3px solid #707070;
  font-family: "Montserrat Bold", sans-serif;
}

.tab-content {
  margin: 0 auto;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  width: 100%;
  margin: 0 !important;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
  transform: translate(0, -50%);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  font-size: 5rem !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #999999;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -2rem;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -1.5rem;
  }
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -2rem;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -1.5rem;
  }
}
.owl-carousel .owl-nav button span {
  color: #111;
}
.owl-carousel .owl-stage-outer {
  padding: 0;
}
.owl-carousel.order-slider {
  margin-top: 2rem;
}
.owl-carousel.order-slider.owl-loaded {
  display: inline-grid;
}
.owl-carousel.order-slider .owl-stage-outer {
  padding: 0.8rem;
}
.owl-carousel.order-slider .owl-stage-outer .owl-item .product-item {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.owl-carousel.order-slider .owl-stage-outer .owl-item .product-item img {
  width: auto !important;
  height: 8rem;
}
.owl-carousel.order-slider .owl-nav {
  top: 10%;
}

.owl-carousel2 {
  position: relative;
}
.owl-carousel2 .owl-nav {
  width: 100%;
  margin: 0 !important;
  position: absolute;
  z-index: 2;
  top: -5.5rem;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .owl-carousel2 .owl-nav {
    top: -4.2rem;
  }
}
.owl-carousel2 .owl-nav button {
  margin: 0 !important;
}
.owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 .owl-nav button.owl-next {
  font-size: 5rem !important;
  background: #e5e8ea !important;
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 .owl-nav button.owl-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.owl-carousel2 .owl-nav button.owl-prev:hover, .owl-carousel2 .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #999999;
  opacity: 0.5;
}
.owl-carousel2 .owl-nav button.owl-prev {
  position: absolute;
  right: 7rem;
}
@media screen and (max-width: 768px) {
  .owl-carousel2 .owl-nav button.owl-prev {
    right: 5.5rem;
  }
}
.owl-carousel2 .owl-nav button.owl-next {
  position: absolute;
  right: 1rem;
}
.owl-carousel2 .owl-nav button span {
  color: black;
  display: block;
  height: 3rem;
  margin-top: -4.2rem;
}
@media screen and (max-width: 768px) {
  .owl-carousel2 .owl-nav button span {
    font-size: 3.5rem;
    margin-top: -3rem;
  }
}
.owl-carousel2 .owl-stage-outer {
  padding: 0;
}

.page-link {
  border: 0;
  color: #707070;
}
.page-link a {
  color: #707070;
}
.page-link:hover, .page-link:focus {
  background: none;
  color: black;
}
.page-link.active {
  border: 1px solid #ccc;
  background: none;
  color: black;
}

.breadcrumb {
  padding: 0 5%;
  --bs-breadcrumb-item-padding-x:0.8rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0 4%;
  }
}
.breadcrumb li {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #7B7B7B;
}
.breadcrumb li a {
  font-size: 1.2rem;
  color: #7B7B7B;
  text-decoration: none;
}
.breadcrumb li.active {
  font-family: "Montserrat Bold", sans-serif;
}

.card {
  border-radius: 0;
  border-color: #dee2e6;
}
.card.active {
  border-color: black;
}

.card-header {
  padding: 1.2rem 1.5rem;
  border-radius: 0 !important;
  border-bottom: 0;
}
.card-header a {
  text-decoration: none;
}
.card-header h3 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: black;
  text-decoration: none;
}

.card-body {
  padding: 1.5rem;
  border-radius: 0 !important;
}
.card-body .material-symbols-outlined {
  color: #aaa;
  font-size: 2.8rem;
}

@media screen and (max-width: 550px) {
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 550px) {
  .mb-5 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 428px) {
  .mb-5 {
    margin-bottom: 1rem !important;
  }
}

.popover-header {
  font-size: 1.15rem;
}

.popover-body {
  font-size: 1.15rem;
}

.text-decoration-underline {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

@media (min-width: 1601px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}/*# sourceMappingURL=overwrite-bootstrap.css.map */