/*
 Tema personalizado:     Divi Child - Busqueda Avanzada
 Description:    Tema Hijo personalizado para Boletin Oficial
 Author:         Lucas
 Template:       Divi
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Evitar el autocompletado de tarjetas en campos de texto */
input[type="text"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.border-bottom {
    border-radius: 0 !important;
}

tr.toggle-body:hover {
    background-color: white !important;
}