.tippy-box[data-theme~="custom"] {
  font-size: 14px !important;
  max-width: 200px !important;
  text-align: center !important;
  backdrop-filter: blur(4px) !important;
  background-color: #000000b8 !important;
  color: #ffffffff !important;
  overflow-wrap: break-word !important;
  font-family: Arial !important;
}

[data-tippy-root] {
  display: inline-block !important;
  visibility: visible !important;
  position: absolute !important;
}

.tippy-box[data-theme~="custom"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #000000b8 !important;
}

.tippy-box[data-theme~="custom"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: #000000b8 !important;
}

.tippy-box[data-theme~="custom"][data-placement^="left"]
  > .tippy-arrow::before {
  border-left-color: #000000b8 !important;
}

.tippy-box[data-theme~="custom"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: #000000b8 !important;
}

.mtt-highlight {
  background-color: #21dc6d40 !important;
  position: absolute !important;
  z-index: 100000100 !important;
  pointer-events: none !important;
  display: inline !important;
  border-radius: 3px !important;
}

.ocr_text_div {
  position: absolute;
  opacity: 0.7;
  color: transparent !important;
  border: 2px solid CornflowerBlue;
  background: none !important;
}
