/* ================================
   POPUP PERMOHONAN DITUTUP
================================ */

.yawas-popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.yawas-popup-box{
    background:#fff;
    width:900px;
    max-width:95%;
    text-align:center;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.yawas-popup-image{
    width:100%;
    height:auto;
    display:block;
    border-radius:10px;
}

.yawas-popup-btn{
    margin-top:20px;
    padding:12px 30px;
    border:none;
    background:#d32f2f;
    color:white;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
}

.yawas-popup-btn:hover{
    background:#b71c1c;
}