.register-form-page span.close-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
}

.register-form-page label.error#user_email_alternative-error {
  position: absolute;
  left: 0;
  bottom: -29px;
}

.register-form-page .form-group.location-wrappper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.register-form-page select {
  width: 100%;
}

.register-form-page {
  /* Basic styling for Select2 */
  .select2-container .select2-selection--single {
    height: 38px;
    /* Match standard input fields */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
  }

  /* Remove the default focus border */
  .select2-container--default .select2-selection--single:focus {
    outline: none;
  }

  /* Style the dropdown arrow */
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  /* Style the dropdown menu */
  .select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* Style dropdown options */
  .select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
  }

  /* Highlight selected option */
  .select2-results__option--highlighted {
    background-color: #007bff;
    color: white;
  }
}

/* .points_inner_price.other_price{
    position: relative;
}
span.others-text {
    position: absolute;
} */
/* #customOption{
    background: red;
    opacity: 1 !important;
    z-index: 1;
}

input#otherPrice{
    background: blue;
} */

.inner-single-slider a {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  color: #000000;
  text-decoration: none;
}

.table-wrapper {
  max-width: 600px;
  margin: 20px auto;
}

.table-wrapper td,
.table-wrapper th {
  border: 1px solid;
  padding: 10px !important;
}
.mySwiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-init-slider {
  z-index: 10;
}

.home-banner-swiper-button-prev,
.home-banner-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  color: #1462c1;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  border-radius: 100px;
  background: #ffffff9c;
  
}
@media only screen and (max-width: 767.98px) {
  .slick-init-slider {
    position: absolute !important;
  }
  .banner-home-page {
    display: block !important;
  }
  .home-banner-swiper-button-prev ,.home-banner-swiper-button-next {
    display: none;
}

}
.home-banner-swiper-button-prev:focus-visible,
.home-banner-swiper-button-next:focus-visible {
    outline: none;
}
.home-banner-swiper-button-prev:focus,
.home-banner-swiper-button-next:focus {
    outline: none;
}
.home-banner-swiper-button-prev {
  left: 10px;
}
.home-banner-swiper-button-next {
  right: 10px;
}
.home-banner-swiper-button-prev svg,
.home-banner-swiper-button-next svg {
  display: block;
}
.home-banner-swiper-button-prev:hover svg,
.home-banner-swiper-button-next:hover svg {
  transform: scale(1.2); 
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet{
    background: var(--swiper-pagination-bullet-inactive-color, #fff) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1.2) !important;

}
.swiper-pagination-bullet-active{
        opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
}
@media only screen and (min-width: 576.98px) and (max-width: 767.98px) {
  .home-banner-swiper-pagination  {
    height: 1470px;
  }
  .banner-swiper-wrapper{
    z-index: 20 !important;
  }
}


