#ezao-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.5);

    z-index:999999;

}

.ezao-modal-content{

    width:500px;

    max-width:90%;

    background:#fff;

    margin:80px auto;

    padding:25px;

    border-radius:8px;

}

.ezao-request-card{

    margin-top:25px;

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:10px;

    padding:20px;

}

.ezao-request-card h3{

    margin:0 0 15px;

}

.ezao-request-status{

    display:inline-block;

    padding:6px 12px;

    border-radius:20px;

    font-weight:bold;

    margin-bottom:15px;

}

.ezao-request-status.pending{

    background:#fff4d6;

    color:#9c6800;

}

.ezao-request-status.approved{

    background:#dff6df;

    color:#18794e;

}

.ezao-request-status.rejected{

    background:#ffe3e3;

    color:#c92a2a;

}

.ezao-request-date{

    color:#888;

    font-size:13px;

    margin-bottom:15px;

}

.ezao-request-notes{

    line-height:1.8;

    white-space:pre-line;

}