
/* Estiliza a janela do SweetAlert2 */
.swal-custom-popup {
    min-height: 200px;
    font-size: 1.4rem;
    padding: 30px;
}

.swal2-confirm {
    background-color: #007bff !important;
}

.swal2-cancel {
    background-color: #dc3545 !important;
}

/* Remove bordas/contornos de todos os botões do SweetAlert2 */
.swal2-styled:focus {
    outline: none !important;
    box-shadow: none !important;
}
