.tooltip.show {
    opacity: 1;
}

.tooltip .tooltip-inner {
    background-color: #28a745 !important; /* Verde Bootstrap */
    color: white !important;
    font-weight: bold;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #28a745 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #28a745 !important;
}

.tooltip .tooltip-arrow::before {
    border-top-color: #28a745 !important;  
    border-bottom-color: #28a745 !important; 
}
