.dash-box {
  position: relative;
  /*background: linear-gradient(to right, #1a2226, #d9cdbf);*/
  /*background-image: linear-gradient( 177.7deg,  rgb(217,121,37) 4.1%, rgb(217,121,37) 93.9% );*/
  border-radius: 4px;
  text-align: center;
  margin: 30px 0 0px;
  background-color: rgb(255,255,255);
}

.dash-box-icon {
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.dash-box-body {
  padding: 1px 10px;
}

.dash-box-icon > i {
  background: #0c8dbf;
  border-radius: 10%;
  line-height: 60px;
  color: #FFF;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.dash-box-body > .dash-box-count {
  display: block;
  font-size: 30px;
  color: #FFF;
  font-weight: 300;
}

.dash-box-body > .dash-box-title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.81);
}

.text {
  color: #454545;
  font-weight: 700;
}

