.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 .toggle-group label {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
}

.card .toggle-group span {
  background-color: #0e0e0e;
}

.card-body .card {
  margin: 2em auto;
  display: block;
}
.card-body .card textarea.form-control{
  border: 1px solid #E3E3E3;
  max-height: initial;
  padding: 1rem;
}

.uploadftp .rounded-lg, .uploadftp input{
  cursor: pointer;
}

h1 {
  background-color: #fff;
  padding: 15px;
  color: #f96332;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.card h4 {
  font-size: 2em;
}
.card .now-ui-icons {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}