.btn-secondary {
  background-color: #3b1e5b !important;
  border-color: #633391 !important;
}
.btn-secondary:hover {
  background-color: #7545a4 !important;
  border-color: #633391 !important;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: #3b1e5b !important;
}
.card {
  border: 1px solid #e4d4f6 !important;
}
.card-header {
  background-color: #f3ebfb;
  border-bottom: 1px solid #e4d4f6 !important;
}
.breadcrumb {
  background-color: #decfed !important;
}
.fixed-bottom {
  background:  #3a1e58 !important;
}
.bg-light {
  background-color: #decfed !important;
}

.bg-dark {
  background-color:  #3a1e58 !important;
}
.sb-sidenav-dark {
  background-color:  #3a1e58 !important;
}
.btn-outline-primary.dropdown-toggle.show {
  background-color: #3b1e5b !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: #7545a4 !important;
}
.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show{
  background-color: #7545a4 !important;
  border-color: #633391 !important;
}