.kpi {
  height: 100% !important;
  cursor: pointer;
  margin-bottom: 5px;
  min-height: 70px;
  padding: 2px;
  position: relative;
}
.kpi:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.desc-kpi {
  font-size: 16px;
  display: block;
  text-align: left !important;
  margin-top: 3px;
  line-height: 16px;
  color: #fff;
}
.kpi .kpi-total {
  right: 5px;
  bottom: 0px;
  font-size: 25px;
  position: absolute;
}
.kpi .trash {
  font-size: 15px;
  position: absolute;
  color: white;
  right: -7px;
  top: 0px;
}
.kpi-btn {
  width: 25px;
}
