.card-title .hero{
    color: #1F8EFA;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 6px;
    line-height: 18px;
    border-bottom: 4px solid #1F8EFA;
}

.card .dashboard-card-footer{
    border:none;
    background-color: #F3FAFF;
    border-radius: 0 0 20px 20px;
}

.dashboard-pill{
    font-size: 13px;
    font-weight: 500;
    padding: 2px 14px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15em;
}

.dashboard-card-footer .dashboard-pill{
    margin-top: -2.75rem;
}

.dashboard-pill img{
    width: 8px;
    padding-bottom: 3px;
}

.dashboard-card-footer .card-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.dashboard-card-footer .footer-head{
    color: #000000;
}

.dashboard-card-footer .footer-test{
    color: #54617A;
}
