/* .flex-card{
      background-color:#fff !important;
    } */
.stats-card .img-header {
  min-height: 220px;
  width: 100%;
  background: #0f2027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c5364, #203a43, #0f2027);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.stats-card .img-header .img-block img {
  max-height: 100px;
  border-radius: 50%; }

.stats-card .img-header .img-block .name {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500; }

.stats-card .img-header .img-block .name-details {
  color: #fff;
  font-size: 90%; }

.stats-card .inline-stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.stats-card .inline-stats .stats-item .stat-name {
  font-weight: 400;
  color: #a9abac; }

.stats-card .inline-stats .stats-item .stat-data {
  font-weight: bold;
  font-size: 1.4rem; }

.name-details a:hover {
  color: #FFF; }

.name a:hover {
  color: #FFF; }

