/* .header {
  background-color: #6C0051;
  dissplay: flex;
  overflow: hidden;
  height: 40px;
}

.header__text {
  flex: 1;
  display: flex;
  padding: 10px;
}

.header__text h6 {
  margin-left: 80px;
  justify-content: space-between;
  font-weight: 100;
  font-size: 15px;
  font-family: Lexend;
  color: #fff;
}

.header__menu {
  flex: 1.236;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.header__menu-text {
  margin-top: 20px;
  color: #6C0051;
  background-color: #fff;
  width: 100px;
  font-family: Lexend;
  height: 30px;
  text-align: center;
  padding: 3px;
  margin-right: 0px;
  border-radius: 10px;
} */

/* .navbar-inverse {
  background: #FFFFFF;
}

.navbar-item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  margin-left: 20px;
  margin-top: 5px;
}

.navbar-item li {
  font-family: Lexend;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 20px;
  color: #6C296C;
}

.navbar-item img {
  height: 61px;
}

.navbar-right {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 5px;
  margin-right: 60px;
}

.navbar-right a {

  background: linear-gradient(124.11deg, #993A99 0.3%, #6C0051 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 5px;
  width: 60px;
  height: 35px;
} */

.choose_location {
  width: 40%;
  height: fit-content;
  padding: 7px;
  border-radius: 20px;
  background: #00afab;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.badge {
  width: 17px;
  border-radius: 50px;
  height: 17px;
  font-size: 10px;
  background: linear-gradient(0deg, #f04438, #f04438);
  border: 1px solid white;
  color: white;
}
.scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border-radius: 5px;
}
.scroll::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}
.scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #f1f1f1;
}

.btn-order {
  display: flex;
  align-items: center;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border-radius: 50px;
  width: 150px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
  padding: 14px 32px 14px 32px;
}

.mosque__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  width: 330px;
  height: 60px;
  border-radius: 10px;
  margin-top: 30px;
  /* padding-top: 10px; */
  gap: 25px;
  border: 1px solid rgb(215, 215, 215);
  box-shadow: 0px 0px 8px 0px #0000001a inset;
  box-shadow: 0px 1px 4px 0px #00000040;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 340px;
  min-height: 450px;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid #edecec;
  /* box-shadow: 0px 0px 2px 0px #0000001A inset; */
}

.card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 200px;
  height: 30px;
  /* padding: 10px 12px 10px 12px; */
  color: #fff;
  background: linear-gradient(124.11deg, #993a99 0.3%, #6c0051 100%);
  font-weight: 400;
}


.card__title {
  color: #00afab;
  font-size: 16px;
  font-weight: 600;
  min-height: 40px;

  /* font-family: Lexend; */
  /* line-height: 27.5px; */
  /* margin-left: -65px; */
}

.card__title-quantity {
  color: #98a2b3;
  font-size: 13px;
  line-height: 14.5px;
}

.card__input {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  height: 40px;
  /* border: 1px solid #DBDBDB; */
  border: 1px solid #dbdbdb;
}

.card__input::-webkit-inner-spin-button,
.card__input::-webkit-outer-spin-button {
  padding: 5px;
  height: 10px;
}

.card__button {
  border: none;
  outline: none;
  border-radius: 10px;
  background: linear-gradient(180deg, #00a3a3 0%, #008991 100%);
  color: white;
  font-size: 14px;
  font-weight: 600;
  width: 120px;
  height: 40px;
  cursor: pointer;
}

.cart {
  /* margin-top: -30px; */
  width: 450px;
  height: fit-content;
  max-height: 80%;
  overflow: hidden;
  z-index: 10;
  border-radius: 12px;
  /* padding: 10px 0 20px 20px; */
  padding-top: 25px;
  padding-left: 25px;
  border: 1px solid #6c296c;
  position: fixed;
  bottom: 5px;
  right: 20px;
  background: #fff;
}

/* cart collapsible */
.collapsible {
  background: transparent;
  cursor: pointer;
  padding-bottom: 25px;
  padding-right: 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  margin-top: -30px;
}
.collapsibleCartItems {
  background: transparent;
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  margin-top: -30px;
}
.collapsibleCartItems.active::after {
  content: "\2212";
}
.collapsible.active:before {
  content: "\002B";
}
.collapsible::before {
  content: "\2212";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsibleCartItems:after {
  content: "\002B";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: -50px;
}

.active1:after {
  content: "\2212";
  border: none;
  outline: none;
}

.content {
  padding-right: 20px;
  max-height: 0;
  /* overflow: hidden; */
  transition: max-height 0.2s ease-out;
  /* border-top: 2px solid #F1F1F1; */
}

button:focus {
  outline: none;
}
.nodisplay {
  display: none;
}
.nodisplayimp {
  display: none !important;
}

.mosque_home_button_active {
  background: #01aeaa;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  width: 140px;
  color: white;
}

.mosque {
  height: fit-content;
  background: rgb(231, 253, 253);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* overflow: hidden; */
}

.mosque__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 330px;
  height: 60px;
  border-radius: 10px;
  margin-top: 30px;
  gap: 25px;
  box-shadow: 0px 0px 8px 0px #0000001a inset;
  box-shadow: 0px 1px 4px 0px #00000040;
}

.mosque__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.mosque__search__title {
  color: #6c296c;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: Lexend;
}

.mosque__search__input {
  border: none;
  outline: none;
  border-radius: 20px;
  width: 630px;
  padding: 10px;
  padding-left: 20px;
}

.mosque__location {
  display: flex;
  gap: 10px;
  width: 600px;
  overflow-x: auto;
  margin-top: 20px;
}

.mosque__location p {
  text-align: center;
}

.mosque__location span {
  display: inline-block;
  background: white;
  padding: 5px;
  border-radius: 15px;
  font-size: 14px;
  font-family: "Lexend";
  width: 100px;
  box-shadow: 4px 4px 4px 0 #00000040;
}
/*
.mosque__cards {
  display: flex;

} */

.mosque__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  /* margin-top: 40px; */
  border-radius: 10px;
  width: 270px;
  height: 200px;
  /* height: fit-content; */
  padding: 15px;
  box-shadow: 0px 4px 20px 0px #00000040;
}

.mosque__card2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  /* margin-top: 40px; */
  border-radius: 10px;
  width: 220px;
  /* height: fit-content; */
  padding: 15px;
  box-shadow: 0px 4px 20px 0px #00000040;
}

.mosque__card span {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.mosque__card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-radius: 20px;
  padding: 18px;
  width: 120px;
  height: 5px;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  color: white;
  font-weight: 500;
}
.welcome-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  height: fit-content;
}

.welcome-card h1 {
  font-size: 16px;
  color: #344054;
  font-weight: 600;
}

.partner {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #e4e7ec;
  border-radius: 9px;
}
.partner>img{
  border-radius: 9px !important;
}

.add_button {
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  margin-top: 3px;
  border-radius: 12px;
  margin: 5px;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(108.65deg, #f1f8f7 0%, #c5e2e1 100%);
  color: #008784;
  font-weight: 400;
}

.dashboard h1 {
  font-weight: 600;
  font-size: 14px;
  color: #344054;
  margin-top: 15px;
}

.dash-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.sar-card,
.carton-card,
.points-card {
  width: 30%;
  height: 90px;
  border-radius: 8px;
  background-color: #f1f8f7;
}

.dash-cards img {
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

.dash-cards h3 {
  color: #00afab;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
}

.loyalty_button {
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border: none;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  color: white;
  left: 124px;
  padding: 14px 16px 14px 16px;
  border-radius: 20px;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.account-details h4 {
  font-size: 20px;
  line-height: 27.5px;
  font-weight: 600;
  text-align: center;
  color: #6c296c;
}

.account-settings {
  display: flex;
  flex-direction: column;
}

.account-settings p {
  margin-top: 10px;
}

.left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.personal-info,
.gift-shop,
.addresses,
.friend,
.order,
.fingerprint,
.language,
.call,
.disturb,
.conditions {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
}

.settings h4 {
  font-family: Lexend;
  font-size: 20px;
  line-height: 27.5px;
  font-weight: 600;
  text-align: center;
  color: #6c296c;
}

.language,
.fingerprint,
.conditions {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  gap: 10px;
}

.contact-details {
  display: flex;
  flex-direction: column;
}

.contact-details h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  color: #6c296c;
}

.contact-details p,
.contact-details a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #344054;
  font-weight: 800px;
}

.call,
.email,
.certificate,
.cr {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.call-button {
  height: 30px;
  padding: 10px, 12px, 10px, 12px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(124.11deg, #993a99 0.3%, #6c0051 100%);
  border: none;
  outline: none;
  border-radius: 50px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #6c296c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sign-out {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.info-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  height: 100%;
}

.add-card h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 40px;
}

.add-info {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  padding: 24px, 16px, 20px, 16px;
}

.add-info label {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #98a2b3;
}

.add-info input {
  width: 60%;
  height: fit-content;
  margin-top: 10px;
  padding: 12px 16px 12px 16px;
  border-radius: 12px;
  border: 1px solid #f2f4f7;
  gap: 12px;
}

.del-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 150px;
}

.account-del button {
  color: #475467;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 15px;
}

.account-del p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #667085;
  padding-left: 20px;
}

.save_button {
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border: none;
  width: 40%;
  height: 40px;
  margin-top: 40px;
  color: white;
  display: flex;
  margin-left: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 14px;
  border-radius: 20px;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.del_button {
  background: #fef3f2;
  border: none;
  width: 40%;
  height: 40px;
  margin-top: 40px;
  color: #d92d20;
  padding: 10px 10px 10px 14px;
  border-radius: 20px;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.collapsible-profile {
  display: flex;
  flex-direction: column;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.content-profile {
  padding: 18px;
  display: none;
  overflow: hidden;
}
.order-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px 0px 30px;
  margin-top: 10px;
  height: 100%;
}

.active-order1 {
  width: 97%;

  height: fit-content;
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px #0000001a inset;
}

.active-order2 {
  width: 97% !important;
  height: fit-content;
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px #0000001a inset;
}

.placed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shipped {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-placed {
  font-family: Lexend;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  width: 25% !important;
  height: 35px;
  padding-top: 2px;
  border-radius: 22px;
  background: #f7f5f7;
  color: #6c0051;
  border: none;
  outline: none;
}
.btn-shipped {
  font-family: Lexend;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  width: 20%;
  height: 35px;
  padding-top: 2px;
  border-radius: 22px;
  background: linear-gradient(124.11deg, #993a99 0.3%, #6c0051 100%);
  color: #ffffff;
  border: none;
  outline: none;
}

.edit_button {
  color: white;
  background-color: #00afab;
  width: 20%;
  border-radius: 16px;
  padding: 14px, 16px, 14px, 16px;
  outline: none;
  border: none;
  height: 35px;
}

.cancel_button {
  color: white;
  background-color: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  width: 20%;
  height: 35px;
  border-radius: 16px;
  padding: 14px, 16px, 14px, 16px;
  outline: none;
  border: none;
}

.choose_location {
  width: 40%;
  height: fit-content;
  padding: 7px;
  border-radius: 20px;
  background: #00afab;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: none;
}

@media screen and (min-width: 600px) and (max-width: 1049px) {
  .footer_responsive {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 76vh !important;
  }
}

@media screen and (max-width: 600px) {
  .active-order1 {
    width: 97% !important;
  }

  .del_button,
  .save_button {
    width: 80%;
  }

  .large_cart {
    display: none;
  }

  .cart {
    display: none;
  }

  .current_balance {
    display: block;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
    color: #6c296c;
    background: #e9e4e9;
    padding: 15px;
    border-radius: 20px;
  }

  .choose_location {
    width: 70% !important;
    height: fit-content;
    padding: 7px;
    border-radius: 20px;
    background: #00afab;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
  }
  .cart {
    width: 360px;
    padding-left: 5px;
    padding-right: 0;
  }

  .collapsible {
    padding-right: 10px;
  }

  .footer {
    display: none;
  }

  .choose_location {
    width: 70% !important;
    height: fit-content;
    padding: 7px;
    border-radius: 20px;
    background: #00afab;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
  }

  .map_buttons {
    display: flex;
    margin-left: 20px !important;
    /* margin-right: 80px; */
    gap: 20px;
    margin-top: 20px;
  }
  .captcha_user {
    display: flex;
    width: 90% !important;
    height: fit-content !important;
    background-color: #ffffff;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 30px;
    margin-top: 30px !important;
    padding: 40px;
  }

  .user_login {
    width: fit-content !important;
    height: fit-content;
    background-color: #ffffff;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 30px;
    margin-top: 20px;
    padding: 40px;
  }

  .confirm_phone {
    display: flex;
    flex-direction: column;
    width: 90% !important;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .vat_price{
    margin-top:20px;
    /* margin-left:20px */
  }


  .checkout_cards {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 380px;
    background: white;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
  }

  .pay_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: none;
    background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
    width: fit-content !important;
    font-size: 16px;
    font-weight: 600;
    color: white;
    height: 40px;
    border-radius: 25px;
    margin: 0 auto;
    padding: 25px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1300px){
  .mosque__cards {
    display: flex;
    flex-direction: column;
    height: 600px;
    overflow-y: auto;
    gap: 20px;
    margin-right: 60px;
    /* padding-right: 20px; */
    /* padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px; */
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .mosque__cards {
    display: flex;
    flex-direction: column;
    height: 600px;

    overflow-y: auto;
    gap: 20px;
    margin-right: 20px;
    /* padding-right: 20px; */
    /* padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px; */
  }
}

@media screen and (min-width: 601px) {
  .settings,
  .disturb,
  .responsive_location {
    display: none;
  }

  .mosque_card_scrollable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* width: 98%; */
    /* overflow-x: auto; */
    gap: 30px;
    /* padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; */
    padding-top:10px

  }
  .map{
    width: 80% !important;
    height: 800px !important;
  }

  .mosque__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 640px;
    width: 310px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
    gap: 20px;
    /* margin-left:30px */

    /* padding-right: 20px; */
    /* align-items: center;
    justify-content: center; */
    /* flex-wrap: wrap;  */
  }
}

/* media queries */

@media screen and (max-width: 600px) {
  .mosque__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .map {
    width: 95% !important;
    height: 400px !important;
  }

  .mosque__cards {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    /* flex-wrap: wrap;  */
    gap: 20px;
    margin-top:20px
  }
  .mosque_card_scrollable {
    /* display: flex;
    width: 30%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    gap: 10px;
    /* overflow-x: auto; */
  }
  .mosque__search__input {
    border: none;
    outline: none;
    border-radius: 20px;
    width: 340px;
    padding: 10px;
  }
}

/*
#map {
  width: 100% !important;
  width: 797px !important;
  height: 400px !important;
} */

.header {
  background-color: #6c296c;
  display: flex;
  overflow: hidden;
  height: 60px !important;
  align-items: center !important;
}

.header__text {
  flex: 1;
  display: flex;
  padding: 10px;
}

.header__text h6 {
  margin-left: 80px;
  justify-content: space-between;
  font-weight: 100;
  font-size: 15px;
  font-family: Lexend;
  color: #fff;
}

.header__menu {
  flex: 1.236;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.header__menu-text {
  margin-top: 20px;
  color: #6c0051;
  background-color: #fff;
  width: 100px;
  font-family: Lexend;
  height: 30px;
  text-align: center;
  padding: 3px;
  margin-right: 0px;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 0em;
}

.logo {
  float: left;
  margin-top: 10px;
}

.topnav a {
  display: block;
  color: #6c296c;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
  margin-top: 10px;
}

.topnav .icon {
  display: none;
}

.badge {
  width: 20px;
  border-radius: 50px;
  height: 17px;
  font-size: 10px;
  background: linear-gradient(0deg, #f04438, #f04438);
  border: 1px solid white;
}

.map_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 80px;
  gap: 40px;
  margin-top: 20px;
}

.order-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 10px; */
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border-radius: 50px;
  width: 170px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
  padding: 14px 32px 14px 32px;
}

/* @media screen and (max-width: 1050px) {

    .topnav a {
      display: none;
    }

    .topnav a.icon {
      float: right;
      display: block;
      background: transparent;
    }

    .header {
      display: none;
    }
  }


  @media screen and (max-width: 2500px) and (min-width: 601px) {
    .profile {
      display: none;
    }
  }


  @media screen and (max-width: 1050px) {
    .topnav.responsive {
      background: #ddfbfd;
      position: relative;
      display: flex;
      flex-direction: column;
    }

    .topnav.responsive img {
      width: 270px;
      height: 60px
    }

    .topnav.responsive .icon {

      position: absolute;
      right: 0;
      top: 0;
      border: none;
      margin-top: -2px;
      background: transparent;
    }

    .topnav.responsive .topnav_left {
      background-color: #fff;
    }

    .topnav.responsive a {

      margin-top: 20px;
      font-family: "Lexend";
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-top: 1px solid black;
      border-bottom: 1px solid black;

    }

    .topnav.responsive button {
      float: none;
      display: block;
      text-align: left;
    }
  } */

.user_login {
  width: 35%;
  height: fit-content;
  background-color: #ffffff;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 20px;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: none;
  width: 150px;
  outline: none;
  margin-top: 30px;
  height: 40px;
  color: white;
  font-weight: 400;
  font-size: 20px;
  padding: 5px 5px 5px;
  cursor: pointer;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
}

.captcha_user {
  display: flex;
  width: 35%;
  height: fit-content;
  background-color: #ffffff;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 20px;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 36.8px;
}

.captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 18px;
  /* overflow: hidden; */
  /* padding-left: 1px; */
  /* padding: 8px, 8px, 8px; */
  padding: 13px;
  width: 280px;
  height: 100px;
  border: 1px solid #f2f4f7;
  border-radius: 10px;
}

#check {
  height: 20px;
  width: 50px;
  border: linear-gradient(0deg, #f2f4f7, #f2f4f7),
    linear-gradient(0deg, #ffffff, #ffffff);
}

.btn-verify {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: none;
  width: 150px;
  outline: none;
  margin-top: 40px;
  height: 40px;
  color: white;
  font-weight: 400;
  font-size: 20px;
  padding: 5, 5, 5;
  cursor: pointer;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
}

.link {
  color: #00afab;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.confirm_phone {
  display: flex;
  flex-direction: column;
  width: 35%;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 30px;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 150.5px;
}

.phone {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.phone-arrow {
  display: flex;
  /* align-items: flex-start; */
  width: 20px;
  height: 20px;
  /* margin-left: -90px; */
  /* margin-right: 40px; */
}

.phone-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone__input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 54px;
}

.phone__input input {
  width: 50px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #f2f4f7;
  outline: none;
  margin-top: 20px;
  box-shadow: 0px 0px 5px 0px #00000017 inset;
}

/* /////////////////// */

.checkout_cards {
  display: flex;
  flex-direction: column;
  height: fit-content;
  background: white;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.checkout_cards2 {
  display: flex;
  flex-direction: column;
  height: fit-content;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.add_more_button {
  outline: none;
  border: none;
  background: transparent;
  color: #00afab;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #00afab;
}

.recommended_button {
  border: none;
  outline: none;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border-radius: 16px;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 80px;
  height: 30px;
  /* padding: 10px 12px 10px 12px; */
  color: #fff;
  background: linear-gradient(124.11deg, #993a99 0.3%, #6c0051 100%);
  font-weight: 600;
}

.address_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 600;
  height: 10px;
  width: 50px;
  padding: 10px;
  background: #e9e4e9;
  color: #6c296c;
  border-radius: 5px;
}

.current_balance {
  display: block;
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  color: #6c296c;
  background: #e9e4e9;
  padding: 15px;
  border-radius: 20px;
}

.redeem_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: linear-gradient(108.65deg, #f1f8f7 0%, #c5e2e1 100%);
  width: 70%;
  font-size: 16px;
  font-weight: 600;
  color: #008784;
  height: 40px;
  border-radius: 20px;
}

.join_button {
  width: 50%;
  height: 40px;
  background: linear-gradient(108.65deg, #f1f8f7 0%, #c5e2e1 100%);
  color: #008784;
  border: none;
  outline: none;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.berain_voucher {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e7ec;
  outline: none;
  width: 150px;
  height: 90px;
  background: transparent;
  border-radius: 10px;
  color: #00afab;
  font-weight: 500;
  font-size: 16px;
}

.redeem_partner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e7ec;
  outline: none;
  width: 150px;
  height: 90px;
  background: transparent;
  border-radius: 10px;
}

/* Default checkbox styles */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* Custom checkbox styles */
input[type="checkbox"] + label {
  position: relative;
  padding-left: 40px;
  /* Adjust the spacing according to your design */
  cursor: pointer;
}

input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  /* top: 3px; */
  left: 0;
  width: 23px;
  /* Adjust the size according to your design */
  height: 23px;
  /* Adjust the size according to your design */
  border: 2px solid #ccc;
  /* Border color for the checkbox */
  border-color: #6c296c;
  /* background-color: #fff; */
  /* Background color for the checkbox */
  border-radius: 5px;
}

/* Styles for checked state */
input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  /* Custom color for checked state */
  border-color: #6c296c;
  /* Custom color for checked state */
}

/* Custom tick icon */
input[type="checkbox"] + label::after {
  content: "\2713";
  /* Unicode character for the tick icon */
  position: absolute;
  top: -1px;
  left: 5px;
  font-size: 16px;
  font-weight: 800;
  /* Adjust the size according to your design */
  color: #6c296c;
  /* Color of the tick icon */
  visibility: hidden;
}

/* Show tick icon for checked state */
input[type="checkbox"]:checked + label::after {
  visibility: visible;
}

/* wallet button */
.wallet_button {
  border: none;
  outline: none;
  padding: 12px;
  border-radius: 10px;
}

.wallet_button_div {
  border: none;
  outline: none;
  padding: 8px;
}

/* Default radio button styles */
input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* Custom radio button styles */
input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  /* Adjust the spacing according to your design */
  cursor: pointer;
}

input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  /* Adjust the size according to your design */
  height: 14px;
  /* Adjust the size according to your design */
  border: 2px solid #ccc;
  /* Border color for the radio button */
  border-color: #6c296c;
  border-radius: 50%;
  /* Make the border circular for a radio button */
  /* background-color: red; */
  /* Background color for the radio button */
}

/* Styles for checked state */
input[type="radio"]:checked + label::before {
  background-color: #fff;
  /* Custom color for checked state */
  border-color: #6c296c;
  /* Custom color for checked state */
}

/* Custom dot icon */
input[type="radio"] + label::after {
  content: "";
  position: absolute;
  top: 11px;
  /* Adjust the position according to your design */
  left: 4px;
  /* Adjust the position according to your design */
  width: 6px;
  /* Adjust the size according to your design */
  height: 6px;
  /* Adjust the size according to your design */
  border-radius: 50%;
  /* Make the dot circular */
  background-color: #6c296c;
  /* Color of the dot icon */
  visibility: hidden;
}

/* Show dot icon for checked state */
input[type="radio"]:checked + label::after {
  visibility: visible;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: -20px;
  /* background-color: #f1f1f1; */
}

.content li {
  font-size: 16px;
  font-weight: 600;
  color: #6c296c;
}

/* reward collapsible */

.reward_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 10px;
  height: 70px;
  width: 140px;
  border-radius: 10px;
  border: 1px solid #e4e7ec99;
  color: #98a2b3;
  font-size: 16px;
  font-weight: 500;
  font-family: Lexend;
  background: transparent;
}

.reward_content {
  padding: 0 18px;
  max-height: 0px;
  /* display: none; */
  overflow: hidden;
  background-color: #f1f1f1;
  margin-top: 20px;
}

/* order summary span */

.order_summary_heading {
  font-size: 18px;
  font-weight: 600;
  color: #475467;
}

.order_summary {
  font-size: 16px;
  font-weight: 500;
  color: #475467;
}

.order_summary_payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9e4e9;
  height: 30px;
  border-radius: 10px;
  padding: 20px;
  width: 60%;
  margin: 0 auto;
}

.order_summary_payment span {
  color: #6c296c;
  font-family: Lexend;
  font-weight: 600;
}

/* pay button */
.pay_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  /* width: 35%; */
  font-size: 16px;
  font-weight: 600;
  color: white;
  height: 40px;
  border-radius: 25px;
  margin: 0 auto;
  padding: 25px;
  margin-top: 20px;
}

.footer_responsive {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 70.4vh;
}

.footer {
  background: #6c296c;
  color: #fff;
  padding: 10px 0 0 0;
  /* bottom: 0; */
  width: 100%;
  margin-top: 30px;
}

.clicked {
  border: 2px solid #01aeaa !important;
  color: #01aeaa;
  background: transparent;
  padding: 10px;
  font-weight: 600;
  border-radius: 15px;
}

/* promo code button */

.promo_code {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 10px;
  height: 70px;
  width: 140px;
  border-radius: 10px;
  border: 1px solid #e4e7ec99;
  color: #98a2b3;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  margin-left: 30px;
}

.active-button {
  border: 3px solid #00afab99;
  color: #00afab;
}

/* CSS styles for the reward_content */
.reward_content {
  display: none;
}

.discount_div1 {
  margin: 0 auto;
  gap: 20px;
  margin-top: 20px;
}

.show-element {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

/* CSS for hiding the element */
.hide-element {
  display: none;
}

.btn_bg {
  background: gainsboro;
}

.clicked_btn {
  border: 4px solid #00afab99;
}

/* .purple-2px-border{
	border: 2px solid #6c296c;
}
.green-2px-border{
	border: 2px solid #00afab;
} */

.disabled-div {
  background-color: #f2f2f2; /* Gray background color */
  font-size: 15px; /* Small font size */
}

.content2 {
  padding-right: 20px;
  max-height: 0;
  /* overflow-y : scroll; */
  transition: max-height 0.2s ease-out;
}

.checkout_card2_css {
  margin-top: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.order-for-mosque-button {
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: linear-gradient(124.11deg, #00afab 0%, #007e8a 100%);
  border-radius: 50px;
  width: 170px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
}
