.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: rgb(0 64 128);
  --bs-btn-border-color: rgb(0 64 128);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(10 51 92);
  --bs-btn-hover-border-color: rgb(10 51 92);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10 51 92);
  --bs-btn-active-border-color: rgb(10 51 92);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(124 156 189);
  --bs-btn-disabled-border-color: rgb(124 156 189);
}

.user {
  background: linear-gradient(rgba(0, 64, 128, 0.5), rgba(0, 64, 128, 0.8));
  place-self: end;
  color: white;
}

a {
  --bs-link-color-rgb: 0, 64, 128;
  --bs-link-hover-color-rgb: 0, 44, 108;
}

html[data-bs-theme="dark"] a {
  color: #66aaff !important;
}
html[data-bs-theme="dark"] a:hover {
  color: #99ccff !important;
}

.assistant {
  background-color: #ecf1f1;
  place-self: start;
}