/** ADDED BY GTI/KUNAL - CUSTOM PANE **/

.dash-card-custom a.cp-block {
    height: 130px;
    display: flex;
    width: 100%;
    align-items:flex-end;
    text-decoration:none;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
    }
.dash-card-custom a.cp-block > span {
    background-color: #013E7F;
    display:block;
    width:100%;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 0 0 .25rem .25rem;
    color: #fff;
    font-size: 13px;
    }
.dash-card-custom a.cp-block span span {
    padding-top: 3px;
    }
.dash-card-custom a.cp-block:hover span, .dash-card-custom a.cp-block:focus span {
    background-color: #87756B;
    }
