.bg-white-300 {
  background: rgb(255,255,255);
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255,255,255;
  border-color: var(--bs-primary);
  color: #06a9cf;
}

.rounded-bottom-left {
  border-radius: 0;
  border-bottom-left-radius: .25rem!important;
}

.rounded-bottom-right {
  border-radius: 0;
  border-bottom-right-radius: .25rem!important;
}

