body {
  --txt: #e3b761;
}

body.blue {
  --txt: #50aeff;
}

body.red {
  --txt: #ff7171;
}

body.green {
  --txt: #00a913;
}

body.sapphire {
  --txt: #a97df0;
}

.user {
  background: #F4F4F4 !important;
}

.navigation,
.center-tab a {
  background: #fff;
}

.center-tab li a {
  background: #fff !important;
}

.center-tab a.active, .center-tab a:hover {
  background: var(--color) !important;
}

body.blue .head-info-cont h6 {
  color: var(--txt);
}

nav li:nth-child(2) a {
  color: #fff;
}

.center-info h3, #record-pagin, .depo-img-text {
  color: var(--color);
}/*# sourceMappingURL=styles-theme7.min.css.map */