body,
.card-app,
#betaqa,
.betaqa-header {
  background: #fff !important;
}

.btn-pill-primary {
  background-color: #92d1fc;
  color: #fff;
}

.filter-chip {
  background-color: #e2f2ff;
  color: #000;
}

.filter-chip:hover {
  background-color: transparenize(#92d1fc, 0.2);
}

.filter-chip.active {
  background-color: #92d1fc;
  color: #fff;
}

.social-chip {
  background-color: #e2f2ff;
  color: #000;
}

.social-chip:hover {
  background-color: #92d1fc;
  color: #fff;
}

.text-primary-foreground {
  color: #e2f2ff;
}

.drawer-nav-item:hover {
  background-color: #e2f2ff;
}

.drawer-nav-item.active {
  background-color: #92d1fc;
  color: #fff;
}

.bg-accent {
  background-color: #e2f2ff;
}

.bg-primary {
  background-color: #92d1fc !important;
}

.text-primary {
  color: #92d1fc !important;
}

.betaqa-ui-app .betaqa-announcement-strap {
  background: #92d1fc;
  color: #000;
}

.betaqa-ui-app .betaqa-app-bar {
  background-color: rgba(247, 247, 246, 0.8);
}

.card-app .top-slogan {
  background: #92d1fc;
  color: #fff;
}

.card-app .nav-pills .nav-link {
  background: #f1f1f1;
}

.card-app .nav-pills .nav-link.active,
.card-app .nav-pills .show > .nav-link {
  background: #92d1fc;
  color: #fff;
}

.card-app .steps span.active {
  background: #92d1fc;
  color: #fff;
  font-weight: bold;
}

.btn.btn-primary {
  background-color: #92d1fc;
  color: #fff;
  border-color: #92d1fc;
  font-weight: bold;
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle {
  background-color: #92d1fc !important;
  color: #fff !important;
  border-color: #92d1fc !important;
}

.btn.btn-outline-primary {
  background-color: #fff;
  color: #92d1fc;
  border-color: #92d1fc;
  font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #92d1fc;
}

.input-floating:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(146, 209, 252, 0.7);
  border-color: #92d1fc;
}

.tab-title {
  border-bottom: 5px solid #92d1fc;
  color: #000 !important;
}

.cart-count {
  background: #92d1fc;
  color: #fff;
}

.betaqa-content h3 {
  color: #92d1fc;
}

.auth-flow {
  background: #92d1fc;
}

.auth-flow p {
  color: #fff;
}

.chat-input {
  background-color: #92d1fc !important;
}

.list-group-item.active {
  background-color: #92d1fc !important;
}

