#mttContainer {
    left: 0 !important;
    top: 0 !important;
    width: 1000px !important;
    margin: 0px !important;
    margin-left: -500px !important;
    position: fixed !important;
    z-index: 100000200 !important;
    background: none !important;
    pointer-events: none !important;
    display: inline-block !important;
    visibility: visible !important;
    white-space: pre-line;
}

.tippy-box[data-theme~="custom"],
.tippy-content * {
    font-size: 14px !important;
    text-align: center !important;
    overflow-wrap: break-word !important;
    color: #ffffffff !important;
    font-family:
    -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif !important;
    white-space: pre-line;
}

.tippy-box[data-theme~="custom"] {
    max-width: 200px !important;
    backdrop-filter: blur(4px) !important;
    background-color: #000000b8 !important;
    border: 1px solid #ffffff00;
}

[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;
}

.mtt-image {
    width: 180px !important;
    border-radius: 3px !important;
}

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