/* body {
  background-color: azure;
}
.toast-container {
  position: fixed;
  top: 1rem;
  left: 0;
  transform: translate(calc(50vw - 50%));
  z-index: 2000;
}

.tools-examination {
  max-height: 200px;
  overflow-y: scroll;
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
  hyphens: auto;
} */
