.info-hotspot-orbit {
    position: relative;
    line-height: 1.2em;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    padding: 20px;
    opacity: 0.9;
    -webkit-transition: opacity 0.2s 0.2s;
    transition: opacity 0.2s 0.2s;
}

.info-hotspot:hover {
    z-index: 2;
}

.no-touch .info-hotspot-orbit:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.info-hotspot-orbit.visible {
    opacity: 1;
}

.info-hotspot-orbit:hover .info-hotspot-control,
.info-hotspot-orbit:focus .info-hotspot-control {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.info-hotspot-orbit.editing .info-hotspot-control {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.info-hotspot-orbit .info-hotspot-close-wrapper {
    position: absolute;
    left: 260px;
    top: 0;
    height: 40px;
    width: 40px;
    border-top-right-radius: 5px;
    background-color: rgb(78, 88, 104);
    visibility: hidden;
    -ms-transform: perspective(200px) rotateY(90deg);
    -webkit-transform: perspective(200px) rotateY(90deg);
    transform: perspective(200px) rotateY(90deg);
    -ms-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
        transform 0.3s 0.3s, visibility 0s 0.6s;
    transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
        transform 0.3s 0.3s, visibility 0s 0.6s;
}

.desktop .info-hotspot-orbit.visible .info-hotspot-close-wrapper {
    visibility: visible;
    -ms-transform: perspective(200px) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
    -webkit-transition: -ms-transform 0.3s, -webkit-transform 0.3s,
        transform 0.3s, visibility 0s 0s;
    transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
        visibility 0s 0s;
}

.info-hotspot-orbit .info-hotspot-close-icon {
    width: 70%;
    height: 70%;
    margin: 15%;
}

.info-hotspot-orbit .info-hotspot-text {
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 200px;
    top: 40px;
    left: 0;
    padding: 10px;
    background-color: rgb(58, 68, 84);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: auto;
    visibility: hidden;
    /* rotate(90deg) causes transition flicker on Firefox 58 */
    -ms-transform: perspective(200px) rotateX(-89.999deg);
    -webkit-transform: perspective(200px) rotateX(-89.999deg);
    transform: perspective(200px) rotateX(-89.999deg);
    -ms-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition: -ms-transform 0.3s, -webkit-transform 0.3s,
        transform 0.3s, visibility 0s 0.3s;
    transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s,
        visibility 0s 0.3s;

    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.desktop .info-hotspot-orbit.visible .info-hotspot-text {
    visibility: visible;
    -ms-transform: perspective(200px) rotateX(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
    -webkit-transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
        transform 0.3s 0.3s, visibility 0s 0s;
    transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
        transform 0.3s 0.3s, visibility 0s 0s;
}

/* Fallback mode without pointer-events (IE8-10) */
.no-touch .tooltip-fallback .info-hotspot-orbit:hover .info-hotspot-tooltip {
    display: block;
}

.info-hotspot-orbit:hover .info-hotspot-tooltip,
.info-hotspot-orbit:focus .info-hotspot-tooltip,
.item-tooltip-visible .info-hotspot-orbit .info-hotspot-tooltip {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.info-hotspot-tooltip {
    margin-left: 15px !important;
}

.link-hotspot-orbit {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    padding: 20px;
    opacity: 0.9;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.link-hotspot:hover {
    z-index: 2;
}

.no-touch .link-hotspot-orbit:hover {
    opacity: 1;
}

.mobile .link-hotspot-orbit {
    width: 80px;
    height: 80px;
}

.link-hotspot-orbit:hover .link-hotspot-control {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.link-hotspot-orbit.editing .link-hotspot-control {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.mobile .link-hotspot-orbit {
    top: 19px;
    /* ( 70 - (16 + 2*8) ) / 2 */
}

.link-hotspot-orbit:hover .link-hotspot-tooltip,
.nav-tooltip-visible .link-hotspot-orbit .link-hotspot-tooltip {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .link-hotspot-orbit:hover .link-hotspot-tooltip {
    display: block;
}

.info-hotspot-icon {
    cursor: move !important;
}

.link-hotspot-icon {
    cursor: move !important;
}

.react-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

.tox-menubar,
.tox-toolbar-overlord,
.tox-toolbar__primary,
.tox-statusbar,
#content_ifr {
    background-color: transparent !important;
}

.tox .tox-collection--list .tox-collection__group:first-child {
    max-width: 400px;
}

span.Resizer.vertical {
    width: 11px;
    background-color: #f2f2f2;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
    z-index: 999;
}

span.Resizer.horizontal {
    width: 100%;
    height: 11px;
    background-color: #f2f2f2;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    z-index: 999;
    min-height: 11px;
}

.chapterButtonWrapper {
    overflow: auto;
    flex-direction: row;
    padding-right: 10px;
}

.chapterButtonWrapper::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

.chapterButtonWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.chapterButtonWrapper::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}

.videoChapterCollapseButton {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute !important;
    padding: 5px !important;
    margin-top: 0px !important;
}

.virtualTableRows>* {
    -webkit-user-drag: element;
}

.customTooltip {
    background-color: #f5f5f9;
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    border: 1px solid rgb(218, 221, 233);
    max-width: 220px;
    padding: 4px 8px;
    margin-left: 10px;
    position: fixed;
    z-index: 9999;
    border-radius: 4px;
}

.customTooltip strong {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #a4a4a4 #F5F5F5;
    border-radius: 5px;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}