label{
    color: black!important;
    font-size: 14px!important;
}
option{
    font-size: 14px!important;
}
input,select,textarea{
    font-size: 14x!important;
    color: #142e00!important;
}
.peque{
    font-size: 12px!important;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-hover {
    transition: background-color 0.3s!important; /* Agregar una transición suave */
}

.bg-hover:hover {
    background-color: #15a362!important; /* Cambiar el color de fondo cuando el cursor está sobre el elemento */
}
.node {
    stroke: #000;
    stroke-width: 1.5px;
}
.link {
    fill: none;
    stroke: #000;
    stroke-width: 1.5px;
}
.label {
    font: 12px sans-serif;
    fill: #000;
}

