.text-gray-900{
    font: 'Inter', sans-serif !important;
    color: #6B7280 !important; /* Color del texto */
    font-weight: 500 !important; /* Peso de la fuente */
    font-size: 22px !important; /* Tamaño de la fuente */
}





.btn-success:hover {
    background-color: #38B671 !important; 
    color: white !important;

  
}

.btn-success {
    font: 'Inter', sans-serif !important;
    color:#ffff !important;  
    background-color: #4cc48c !important; 
    border-color: #4cc48c !important;  
    
}

.label {
    font: 'Inter', sans-serif !important;
    color: #6B7280!important; /* Color del texto */
    font-weight: 500 !important; /* Peso de la fuente */
    font-size: 14px !important; /* Tamaño de la fuente */
}

.pg-text-muted{
    font: 'Inter', sans-serif !important;
    color: #4CC884 !important; /* Color del texto */
    text-decoration: none !important; /* Sin subrayado */
}