div:has(table) {
  overflow-x: auto;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.row a:not(.btn) {
  color: var(--bs-link-color);
  text-decoration: underline;
}

.fit-cover {
  object-fit: cover;
}

