/* Modal overlay */.modal-mask-responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Gray background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal container */.modal-wrapper-responsive {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.modal-container-responsive {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.alert-header-responsive {
	width:100%; 
	height:70px !important;
	background:url(/static/homepage/images/alert_confirm-49077a924baaa7b8ad221954d46ee190.png) center top no-repeat !important;
	background-size: auto 70px !important;
}

.modal-body-responsive {
  padding: 20px 0 20px 0;
  text-align: center; /* Center text */
  font-size:1.15rem;
  font-weight: 400;
  line-height: 1.4;
}

.modal-body-responsive p {
  margin: 15px 0 15px 0; /* Adjust spacing */
}

/* Responsive adjustments */@media (min-width: 576px) {
  .modal-wrapper-responsive {
    width: 80%;
  }
}

.pay-body {
	padding: 0 25px 15px 25px;
}

.pay-body span{
	display: inline-block;
}

.mt-10 {
	margin-top: 10px;
}

.div-agree {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

@media (min-width: 768px) {
  .modal-wrapper-responsive {
	width: 70%;
  }
}

@media (min-width: 992px) {
  .modal-wrapper-responsive {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .modal-wrapper-responsive {
    width: 50%;
  }
}