.card-icon {
        text-align: center;
        position: relative;
    }

#widgetCardIcon {
        background: #cb2438!important;
        font-size: 28px;
        line-height: 78px;
    }

.card-icon  {
    /*min-height: 250px !important;*/
    margin-top: -24px;
    background: #EFF0F2;
    border: 0px solid #e0e0e0;
    padding: 15px 0 10px 0;
     /*box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    /*min-height: 215px;*/
    }

.card-icon > .mb-20 {
  margin-top: -30px;
}

.card-body.card-data {
  margin-top: 25px;
}

.imagecard { 
    z-index: 2;
    display: block;
    positioN: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}