.modal {
  backdrop-filter: blur(8px) !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1500px !important;
}
.common_swiper .swiper-wrapper {
  padding: 15px 0px;
}

.common_swiper .swiper-pagination-bullet-active-main {
  background: #ea2031 !important;
}

.common_swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.common_swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  /* left: 0%;
  transform: translateX(0%); */
  white-space: nowrap;
}

.common_swiper .swiper-pagination-bullet {
  background: #ea2031 0 0 no-repeat padding-box;
  border-radius: 5px;
  border-radius: 10px;
  height: 4px;
  opacity: 1;
  width: 32px;
}

.common_heading_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.common_swiper_navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-danger {
  font-size: 14px !important;
}
.common_swiper_navigation {
  display: flex;
  align-items: center;
  gap: 8px;
}

.common_swiper_navigation button {
  width: 36px;
  height: 36px;
  border: 1px solid #0b6b45;
  border-radius: 6px;
  background: #ffffff;
  color: #0b6b45;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_swiper_navigation button:hover {
  background: linear-gradient(135deg, #006b46, #8bc53f);
  color: #ffffff;
  border-color: #006b46;

  box-shadow: 0 5px 12px rgba(0, 107, 70, 0.2);
}

.common_swiper_navigation button:active {
  transform: scale(0.95);
}

.common_swiper_navigation svg {
  font-size: 15px;
}

.common_swiper_navigation .swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.common_swiper_navigation button:active {
  transform: translateY(0) scale(0.96);
}

.common_swiper_navigation svg {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.common_swiper_navigation .category-swiper-prev:hover svg {
  transform: translateX(-2px);
}

.common_swiper_navigation .category-swiper-next:hover svg {
  transform: translateX(2px);
}

@media (max-width: 575.98px) {
  .common_swiper_navigation {
    gap: 6px;
  }

  .common_swiper_navigation button {
    width: 33px;
    height: 28px;
    border-radius: 5px;
  }

  .common_swiper_navigation svg {
    font-size: 13px;
  }
}

/*---------- not foud -------------------*/
.Common_Not_Found {
  min-height: 350px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
}

.Common_Not_Found .not_found_icon {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf8ef;
  border: 1px solid #c9ecd5;
  border-radius: 50%;
  color: #087f3b;
  margin-bottom: 18px;
}

.Common_Not_Found .not_found_icon svg {
  font-size: 40px;
}

.Common_Not_Found .not_found_title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #123c29;
  font-family: Montserrat, sans-serif;
}

.Common_Not_Found .not_found_description {
  max-width: 450px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  font-weight: 400;
}

.Common_Not_Found .not_found_btn {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .Common_Not_Found {
    min-height: 300px;
    padding: 40px 15px;
  }

  .Common_Not_Found .not_found_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .Common_Not_Found .not_found_icon svg {
    font-size: 34px;
  }

  .Common_Not_Found .not_found_title {
    font-size: 19px;
  }

  .Common_Not_Found .not_found_description {
    font-size: 13px;
    max-width: 350px;
  }
}

@media (max-width: 575.98px) {
  .Common_Not_Found {
    min-height: 260px;
    padding: 30px 12px;
  }

  .Common_Not_Found .not_found_icon {
    width: 62px;
    height: 62px;
  }

  .Common_Not_Found .not_found_icon svg {
    font-size: 29px;
  }

  .Common_Not_Found .not_found_title {
    font-size: 17px;
  }

  .Common_Not_Found .not_found_description {
    font-size: 12px;
  }
}

.refund_success_box {
  background: #f4faec;
  border: 1px solid #92c743;

  padding: 16px 18px;
  margin-top: 15px;
  border-radius: 6px;
}

.refund_success_content {
  width: 100%;
}

.refund_success_title {
  color: #2f6f20;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.refund_success_info {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.refund_success_info strong {
  color: #000;
  font-weight: 700;
}

.refund_note {
  display: inline-block;
  margin-top: 6px;
  color: #8a6500;
}

.refund_note strong {
  color: #7a5700;
}

@media (max-width: 767px) {
  .refund_success_box {
    padding: 12px 13px;
    margin-top: 10px;
  }

  .refund_success_title {
    font-size: 14px;
  }

  .refund_success_info {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .refund_success_box {
    padding: 11px 12px;
  }

  .refund_success_title {
    font-size: 13px;
  }

  .refund_success_info {
    font-size: 11px;
  }
}
