﻿.stretch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.grid-margin {
  padding: 10px;
}
.card.card-img-holder {
  position: relative;
}
smart-kpi.bg-gradient-1 > .stretch-card > .card {
  background: linear-gradient(to right, #47b3e7, #0096d6) !important;
}
smart-kpi.bg-gradient-2 > .stretch-card > .card {
  background: linear-gradient(to right, #6dc4c6, #44b8af) !important;
}
smart-kpi.bg-gradient-3 > .stretch-card > .card {
  background: linear-gradient(to right, #b4cc0f, #9ac331) !important;
}
smart-kpi.bg-gradient-4 > .stretch-card > .card {
  background: linear-gradient(to right, #afb7bc, #54616c) !important;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
  padding: 15px;
}
.card {
  border: 0;
  background: #fff;
}
.card .card-body {
  padding: 2.5rem 2.5rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
h4,
h2,
h6 {
  color: white;
}