
#otpPopup_checkout_cod {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popupContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  width: 450px;
  border-radius: 10px;
}
.popup-close-btn-container {
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px !important;
}
.popup-close-btn-container {
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px !important;
}
.custom-button-style {
  background-color: #db402c !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 24px !important;
  text-align: center !important;
  text-decoration: none !important;
 
  font-size: 13px !important;
  
  cursor: pointer !important;
  border-radius: 4px !important;
  margin-top: 25px !important;
}
.custom-button-style:hover {
  background-color: gray !important;
}

.whatsapp-icon {
  background-color: #25d366; /* WhatsApp green color */
  color: #fff;
  padding: 7px 10px;
  text-decoration: none;
}

.whatsapp-icon i {
  margin-right: 5px; /* Add some space between the icon and text */
}
