div.text-success div.card-header{
        border-bottom: #28a745 1px solid !important;
    }
     div.text-danger div.card-header{
        border-bottom: #dc3545 1px solid !important;
    }
     div.text-dark div.card-header{
        border-bottom: #343a40 1px solid !important;
    }
     div.text-dark div.card-header{
        border-bottom: #343a40 1px solid !important;
    }
    div.text-primary div.card-header{
        border-bottom: #0062cc 1px solid !important;
    }
    div.text-secondary div.card-header{
        border-bottom: #6c757d 1px solid !important;
    }
    div.text-warning div.card-header{
        border-bottom: #ffc107 1px solid !important;
    }
    div.text-info div.card-header{
        border-bottom: #17a2b8 1px solid !important;
    }
     div.text-light div.card-header{
        border-bottom: #f8f9fa 1px solid !important;
    }
       div.text-white div.card-header{
        border-bottom: #ffffff 1px solid !important;
    }