.dialog-box {
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}

.dialog-delete-box {
    width: 400px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}

.dialog-text-field input {
    background-color: #1A1A1B;
    border-radius: 15px;
    padding: 20px;
}

.dialog-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
}

.dialog-actions {
    gap: 10px;
    background-color: black;
}

.debug {
    border: 2px solid white;
}

/* global style sheet setting */
