.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

.card-stats .info-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #e14eca;
  background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
  background-size: 210% 210%;
  background-position: 100% 0;
}

.card-stats .info-icon i {
  color: #fff;
  font-size: 1.7em;
  padding: 14px 13px;
}

.card-stats .info-icon.icon-danger {
  background: #fd5d93;
  background-image: linear-gradient(to bottom left,#fd5d93,#ec250d,#fd5d93);
  background-size: 210% 210%;
  background-position: 100% 0;
}

.card-stats .numbers {
  text-align: right;
}

.card-stats .info-icon.icon-warning {
  background: #ff8d72;
  background-image: linear-gradient(to bottom left,#ff8d72,#ff6491,#ff8d72);
  background-size: 210% 210%;
  background-position: 100% 0;
}

.card-stats .info-icon.icon-primary {
  background: #e14eca;
  background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
  background-size: 210% 210%;
  background-position: 100% 0;
}

.card-stats .info-icon.icon-success {
  background: #00f2c3;
  background-image: linear-gradient(to bottom left,#00f2c3,#0098f0,#00f2c3);
  background-size: 210% 210%;
  background-position: 100% 0;
}