.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:30px;max-width:500px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,0.1);position:relative}
.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:10px;margin-bottom:0}
@media screen and (max-width:768px){.custom-popup-content{max-width:360px}
}