.page-style1:before {
  background: none !important;
}

.btn {
  border-radius: 35px !important;
  border: none !important;
}

.btn-primary, #back-to-top, .btn-dark {
  background: linear-gradient(90deg, #432768 0%, #eb6d87 100%) !important;
}

.icon-white {
  fill: white;
}

.default-sidebar .app-sidebar__user {
  border-bottom: 1px solid #93979a;
  color: #424e79;
}

.default-sidebar .slide a:hover {
  color: #fff !important;
}

.sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item.active .side-menu__label {
  color: #F8B975 !important;
}

.default-sidebar .app-sidebar {
  background: #343a40 !important;
}
.default-sidebar .app-sidebar a, .default-sidebar .app-sidebar a:hover, .default-sidebar .app-sidebar .side-menu__label {
  color: #fff !important;
}
.default-sidebar .app-sidebar .side-menu__item i {
  color: #fff !important;
}
.default-sidebar .app-sidebar svg {
  fill: white !important;
  stroke: #FAB07A !important;
}

.default-sidebar .slide a.active {
  color: #F8B975 !important;
}
.default-sidebar .slide a.active .side-menu__label {
  color: #F8B975 !important;
}

.btn-secondary {
  background: #fbce9e !important;
}
