:root[data-bs-theme="light"] {
  --bs-body-bg: #f7f7fc;
  --bs-border-color: #ececf8;
  --bs-emphasis-color-rgb: 85, 71, 238;
  --bs-tertiary-bg-rgb: 236, 236, 248;
}
.auth-form-header {
  background: #5547ee !important;
}
.btn-light {
  --bs-btn-bg: #fff;
}
.btn-jupyter {
  --bs-btn-bg: #5547ee;
  --bs-btn-border-color: #5547ee;
  --bs-btn-hover-bg: #5547ee;
  --bs-btn-hover-border-color: #5547ee;
}
.form-control:focus, .form-control:hover {
  box-shadow: 0 0 0 .1875rem #5547ee;
  border-color: unset;
  outline-color: unset;
}
[data-bs-theme="light"] .navbar {
  --bs-tertiary-bg-rgb: #f7f7fc;
}
[data-bs-theme="light"] .selected-profile {
  background-color: #ececf8;
}
[data-bs-theme="light"] .profile-select {
  border: 1px solid #ececf8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--bs-border-radius);
}
.profile-option-container {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
[data-bs-theme="light"] .nav-link:hover, .nav-link:active {
  color: #5547EE !important;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: max(3px,.1875rem,.12em);
  transition: unset;
  background-color: unset !important;
}
