#coupon-popup {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background-color: #00000082;
  z-index: 9999;
}
.main-coupon-wrap .popup {
  position: relative;
  padding: 15px;
  text-align: center;
  max-width: 1276px;
  margin: 0 auto;
  background-color: #fff8e7;
  overflow: auto;
  max-height: 600px;
  border-radius: 10px;
}
.coupon_popup_close_wrap {
  display: flex;
  justify-content: end;
  position: relative;
}
.coupon-body-inner-wrap .common_coupon_code {
  border-radius: 60px;
  background-color: #03FF00 !important;
  border: none;
  padding: 10px 20px 8px;
  color: #033 !important;
  text-transform: uppercase;
  font-family: "Acumin";
  font-style: normal;
  font-weight: 800 !important;
}

.coupon-body-wrap .coupon-body-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main-coupon-wrap .coupon-body-wrap {
  color: #003333;
}
.coupon-body-inner-wrap .common_coupon_code {
  border-radius: 60px;
  background-color: #03FF00 !important;
  border: none;
  padding: 10px 20px 8px;
  color: #033 !important;
  text-transform: uppercase;
  font-family: "Acumin";
  font-style: normal;
  font-weight: 800 !important;
}
.coupon-body-wrap .coupon-body-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.coupon-body-inner-wrap .common_coupon_code {
  border-radius: 60px;
  background-color: #03FF00 !important;
  border: none;
  padding: 10px 20px 8px;
  color: #033 !important;
  text-transform: uppercase;
  font-family: "Acumin";
  font-style: normal;
  font-weight: 800 !important;
  cursor: pointer;
}
