.aside-primary.d-flex.flex-column.align-items-center.flex-row-auto {
  background: rgb(55, 70, 123);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.aside-primary a.nav-link.btn.btn-icon.btn-clean.btn-lg.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.aside-primary .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-clean:focus:not(.btn-text), .btn.btn-clean.focus:not(.btn-text) {
  background-color: rgba(255, 255, 255, 0.2);
}

.aside-primary .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-clean:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-clean.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-clean.btn-dropdown .svg-icon svg g [fill] {
  fill: white;
}

.aside-secondary.d-flex.flex-row-fluid {
  background: linear-gradient(90deg, rgb(55, 70, 123), rgba(55, 70, 123, 0.9));
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
  color: white;
}

.aside-secondary .list-item span.text-dark-75.font-size-h6.mb-0 {
  color: white !important;
}

.aside-secondary input.form-control.form-control-solid:not(:focus) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.aside-secondary .list-item.p-2.p-lg-3.mb-2.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.aside-secondary .list.list-hover .list-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.aside-secondary .btn.btn-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-primary:focus:not(.btn-text), .btn.btn-transparent-primary.focus:not(.btn-text) {
  background-color: rgba(255, 255, 255, 0.5);
  color: #434a7b;
}

.list-item .btn.btn-transparent-primary {
  background-color: rgba(255, 255, 255, 0.2);
  color: #434a7b;
}

#kt_aside_toggle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

#kt_aside_toggle:hover {
  background: white !important;
  border: 1px solid white !important;;
}

#kt_aside_toggle i {
  color: #434a7b !important;
}

div#kt_content {
  background: #E3E9FC;
}

#kt_subheader h2, #kt_subheader .font-size-h2 {
  color: #434a7b !important;
}

.section-title {
  font-style: normal;
  font-weight: bolder;
  font-family: 'sans-serif';
  font-size: 18px;
  margin-left: 5px;
}
