dialog {
    border: none;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: justify;
    max-width: 85%;
}

dialog::backdrop {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}

.dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#btn-close-misc-dialog {
    align-self: center;
}

.dialog-btn-wrapper {
    display: flex;
    gap: 1em;
    margin-top: 10px;
    align-self: center;
}