.react-annotate-highlight {
    background-color: #FFD76E; /* Yellow 200 */
    border: 1px solid #FFD76E;
    cursor: pointer;
    padding: 4px 0 5px;
}

.react-annotate-handle::after {
    background-color: #F79797; /* Red 200 */
    color: #000000;
    padding: 3px 4px 1px;
}

::selection {
    background-color: rgb(58, 143, 250);
    color: white;
}

.react-annotate-handle:hover,
.react-annotate-highlight:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.hidden-annotation-visible {
  background-color: #F79797;
  cursor: pointer;
  display: initial !important;
  padding: 5px 0 6px;
}

.handle-hidden {
  display: none !important;
}


/*# sourceMappingURL=main.de324bae7b2988a438c9.css.map*/