.custom-ok-button {
    background-color: #227FD2; /* Cor de fundo */
    color: white; /* Cor do texto */
    border: none; /* Remove a borda */
    border-radius: 5px; /* Bordas arredondadas */
    padding: 10px 20px; /* Tamanho do botão */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mão ao passar */
}

.custom-ok-button:hover {
    background-color: #509EE3; /* Cor de fundo ao passar o mouse */
}


.swal-confirm-button {
    background-color: #d33;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.swal-cancel-button {
    background-color: #aaa;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.swal-confirm-button:hover {
    background-color: #b22;
}

.swal-cancel-button:hover {
    background-color: #888;
}
