.enatega-modal-box{
    width: 380px;
    height: 350px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 40px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 20px;
}

#enatega-status-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}