.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;
}

/* ======== Gold / Blue-Gray Dark Theme Enhancements ======== */
:root {
  --primary: #cdb76b !important;
  --secondary: rgba(85,110,122,0.95) !important;
  --primary-hover: #b9a55f;
  --secondary-hover: #455863;
  --text-light: #f1f1f1;
  --text-muted: #999999;
}

/* Buttons */
.btn-primary {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #111 !important;
  transition: all .2s ease;
  border-radius: .4rem;
}
.btn-primary:hover { background: var(--primary-hover) !important; }

.btn-secondary {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #fff !important;
  transition: all .2s ease;
  border-radius: .4rem;
}
.btn-secondary:hover { background: var(--secondary-hover) !important; }

/* Navbar / Sidebar */
.navbar, .sidebar {
  background-color: var(--secondary) !important;
  backdrop-filter: blur(8px);
}
.navbar .nav-link.active, .sidebar .nav li.active > a {
  color: var(--primary) !important;
}

/* Cards / Tables / Forms / Footer */
.card { background: #1a1b2a !important; border: 1px solid rgba(255,255,255,0.08); }
.table thead th { background: var(--secondary); color: #fff; }
.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(205,183,107,.25);
}
.footer { color: var(--text-muted); }
.footer a { color: var(--primary); }

/* Nucleo icons */
.font-icon-detail {
  border-color: var(--primary) !important;
}
.font-icon-detail p {
  color: var(--primary) !important;
}
