.custom-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);justify-content:center;align-items:center;z-index:9999}
.custom-popup-dialog{display:flex;justify-content:center;align-items:center}
.custom-popup-content{background-color:#fff;padding:45px;max-width:500px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,0.1);position:relative;min-height:300px;border-radius:7px;display:flex;align-items:center}
.close-custom-popup{position:absolute;top:10px;right:10px;font-size:30px;color:#000;cursor:pointer}
.custom-popup-body{display:flex;flex-direction:column;align-items:center}
.custom-popup-body img{width:150px;height:150px;margin-bottom:10px}
.custom-popup-body p{font-size:23px;font-family:robotolight;line-height:28px;color:#20252b;padding-bottom:32px;margin-bottom:0}
.payNowButton{background-color:#c21b17;color:#fff;font-weight:800;text-transform:uppercase;padding:14px 25px;border:0;border-radius:8px;font-size:14px}
.payNowButton:hover{background:#c21b17;text-decoration:none;color:#fff}
@media screen and (max-width:768px){.custom-popup-content{max-width:360px;min-height:250px}
}