.modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #000000;
}

.modal-box {
    background: white;
    padding: 16.18px;
    border-radius: 6.18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.modal-box h3 {
    margin: 0 0 10px 0;
}

.modal-actions {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
