@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gelasio:ital,wght@0,400..700;1,400..700&family=Noto+Naskh+Arabic:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gelasio:ital,wght@0,400..700;1,400..700&family=Noto+Naskh+Arabic:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gelasio:ital,wght@0,400..700;1,400..700&family=Noto+Naskh+Arabic:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&display=swap");
body {
  margin: 0px;
  padding: 0px;

  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

a {
  text-decoration: none !important;
}

.theme_bg_colour {
  background: #000 !important;
  color: #fff !important;
}

.password_check_list ul li {
  color: #000;
}

.theme_bg_primary_colour {
  background: #0c0c0c !important;
  color: #fff !important;
  border: 1px solid #313131 !important;
}

.theme_bg_secondary_colour {
  background: #2f2f2f !important;
  color: #fff !important;
}

.modal .modal-content {
  /* border: 1px solid #212121; */
}

.modal .modal-header {
  background: #ea2031;
  border-bottom: 1px solid #ea2031;
  justify-content: space-between;
}

.modal .modal-header .modal-title {
  color: #fff;
}

.form-control:focus {
  box-shadow: none !important;
}
.form-control::placeholder {
  font-size: 12px !important;
}

.para_text {
  color: #000 !important;
}

.para_secondary_text {
  color: #000 !important;
}

.heading_text {
  font-size: 24px;
  font-weight: 500;
  color: #000000 !important;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: left;
}

.dropdown-menu.show {
  display: block;
  width: 280px;
  border: 1px solid #3a3a3a !important;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.custom-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  border-radius: 20px;
  background: #75438e;
  opacity: 0.3;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
  background: #75438e;
}
.form-check-input[type="radio"] {
  border-radius: 50% !important;
}

.form-check-input[type="checkbox"] {
  border-radius: 0% !important;
}

.form-check-input:checked {
  background-color: #ea2031 !important;
  border-color: #ea2031 !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.no_product_available_holder {
  /* box-shadow: 0px 3px 6px #00000029; */
  padding: 40px 5px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no_product_available_holder h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 0px;
}

.text-danger {
  font-weight: 400 !important;
}

.modal-header .btn-close {
  filter: invert(1);
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .heading_text {
    margin-bottom: 15px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .heading_text {
    font-size: 18px;
  }

  .no_product_available_holder h3 {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading_text {
    font-size: 20px;
  }
}
