.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;
}
select option {
  color: #1a1a1a !important;
}
/* blue overrides */
[data="blue"] a {
    color: #237ef7;
}
[data="blue"] a:hover {
    color: #4695fd;
}
[data="blue"] .text-primary {
    color: #4695fd !important;
}
[data="blue"] a.text-primary:hover, [data="blue"] a.text-primary:focus {
    color: #66a8ff !important;
}
[data="blue"] .form-control:focus {
border-color: #255a9a;
}
[data="blue"] .btn-primary {
  color: #fff;
background: #237ef7;
background-image: -webkit-linear-gradient(to bottom left, #237ef7, #4695fd, #237ef7);
background-image: -o-linear-gradient(to bottom left, #237ef7, #4695fd, #237ef7);
background-image: -moz-linear-gradient(to bottom left, #237ef7, #4695fd, #237ef7);
background-image: linear-gradient(to bottom left, #237ef7, #4695fd, #237ef7);
}
[data="blue"] .btn-primary:hover, [data="blue"] .btn-primary:focus, [data="blue"] .btn-primary:active, [data="blue"] .btn-primary.active, [data="blue"] .btn-primary:active:focus, [data="blue"] .btn-primary:active:hover, [data="blue"] .btn-primary.active:focus, [data="blue"] .btn-primary.active:hover {
background-color: #4695fd !important;
background-image: linear-gradient(to bottom left, #388dff, #4695fd, #388dff) !important;
background-image: -webkit-linear-gradient(to bottom left, #388dff, #4695fd, #388dff) !important;
background-image: -o-linear-gradient(to bottom left, #388dff, #4695fd, #388dff) !important;
background-image: -moz-linear-gradient(to bottom left, #388dff, #4695fd, #388dff) !important;
}
.main-panel {
  background: linear-gradient(#0c436f, #032C4C);
}
/* blue overrides */
.login-page .card-login, .card-register.card-white {
  border: 1px solid #000;
}
.login-page .card-login.card-white .card-header .card-title, .card-register.card-white .card-header .card-title {
  color: #042F51;
}
/* overrides */

nav.navbar {
    background: rgb(4 38 66 / 70%);
    border-bottom: 1px solid rgb(23 63 97);
    box-shadow: 0 0 15px rgb(2 25 43);
}
.sidebar[data="blue"], .off-canvas-sidebar[data="blue"] {
  background: #0b3f69;
}
.card {
  background: #13456d;
  color: #e5e5e5;
}
.wrapper {
    background: #04223a url(/black/img/body_bg.png) top center no-repeat;
}

.main-panel {
    background: linear-gradient(rgb(12 67 111 / 60%), rgb(3 44 76 / 90%));
}

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