.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: calc(6rem + 1px);
}

.brand-link .brand-image {
  line-height: unset;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-height: unset;
  width: 80%;
  display: block;
  float: none;
}

a {
  color: #d2ab67;
}

a:hover {
  color: #97b96b;
}

.btn {
  font-weight: 600;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #d2ab67;
  color: #343a40;
}

.info-box .info-box-text,
.info-box .progress-description {
  display: block;
  overflow: visible;
  font-size: 22px;
  line-height: 1;
  color: #212529;
}

.info-box .info-box-number {
  line-height: 1;
  font-size: 18px;
}

.btn-parrot {
  border-color: #d2ab67;
  background-color: #d2ab67;
  color: #fff;
}

.btn-parrot:focus,
.btn-parrot:hover {
  color: #fff;
  border-color: #343a40;
  background-color: #343a40;
}

.select-form-control {
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 0.8rem;
  padding-right: 2rem;
}

.icheck-primary>input:first-child:checked+label::before {
  background-color: #d2ab67;
  border-color: #d2ab67;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #d2ab67;
}
