.kk-dl-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
}
.kk-dl-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    max-width: 400px;
    width: 90%;
    text-align: center;
}
.kk-dl-modal-content input {
    width: 100%;
    margin: 15px 0;
    padding: 10px;
}
.kk-dl-modal-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}