.dashboard-card{

    color:#fff;

    border-radius:18px;

    padding:25px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.dashboard-card:hover{

    transform:translateY(-5px);

}

.dashboard-card h2{

    margin-top:10px;

    margin-bottom:0;

    font-weight:bold;

}

.dashboard-card i{

    font-size:45px;

    opacity:.25;

}

.text-pink{

    color:#d63384;

}

.card{

    border-radius:18px;

}

.progress{

    border-radius:20px;

}

.table td,
.table th{

    vertical-align:middle;

}