.custom-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5)}.custom-modal-content{background-color:#fff;margin:15% auto;padding:20px;border:1px solid #888;width:350px;border-radius:8px;text-align:center}.custom-modal-close{color:#aaa;float:right;font-size:24px;font-weight:700;cursor:pointer}.custom-modal-close:hover{color:#000}.custom-modal-btn{margin-top:20px;padding:8px 16px;background-color:#4CAF50;color:#fff;border:none;border-radius:4px;cursor:pointer}.custom-modal-btn:hover{background-color:#45a049}