a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.image-preview-container .image-preview {
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: cover !important;
  display: inline-block !important;
  margin: 5px !important;
  border: 1px solid #ccc !important;
}

.list-group-item.list-group-item-action.visit-shift {
  background-color: #D8BFD8;
}
