/* Botão SIM */
.btn-popup-confirm {
    background-color: #1D40A8 !important;
    color: #fff !important;
    border: 2px solid #1D40A8 !important;
    border-radius: 8px;
    margin: 0px 5px;
}

.btn-popup-confirm:hover {
    background-color: #042483 !important;
}

/* Botão NÃO */
.btn-popup-cancel {
    background-color: #fff !important;
    color: #1D40A8 !important;
    border: 2px solid #1D40A8 !important;
    border-radius: 8px;
    margin: 0px 5px;
}

.btn-popup-cancel:hover {
    background-color: #EEF2FF !important;
}

/* Botão de Confirmar Padrão */
.swal2-confirm.swal2-styled {
    background-color: #1D40A8 !important;
    color: #fff !important;
    border: 2px solid #1D40A8 !important;
    border-radius: 8px;
    margin: 0px 5px;
    margin-bottom: 10px;
}
.swal2-confirm.swal2-styled:hover {
    background-color: #042483 !important;
}

/* Botão de Cancelar Padrão*/
.swal2-cancel.swal2-styled {
    background-color: #fff !important;
    color: #1D40A8 !important;
    border: 2px solid #1D40A8 !important;
    border-radius: 8px;
    margin: 0px 5px;
    margin-bottom: 10px;
}

.swal2-cancel.swal2-styled:hover {
    background-color: #fff !important;
}