#target.white-tooltip {
    background-color: #ececec;
    border: 1px solid red;
    box-sizing: border-box;
    margin: 70px auto;
    padding: 20px;
    width: 200px;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right,
.white-tooltip.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left,
.white-tooltip.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,
.white-tooltip.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
    color: white !important;
}


.white-tooltip.e-tooltip-wrap .e-tip-content {
    padding: 8px 8px;
}

.white-tooltip.e-tooltip-wrap .e-tip-content:has(.broken) {
    display: flex;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip.e-tip-bottom {
    height: 12px;
    left: 50%;
    top: 100%;
    width: 24px;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip.e-tip-top {
    height: 12px;
    left: 50%;
    top: -9px;
    width: 24px;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip.e-tip-left {
    height: 24px;
    left: -9px;
    top: 48%;
    width: 12px;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip.e-tip-right {
    height: 24px;
    left: 100%;
    top: 50%;
    width: 12px;
}

.white-tooltip.e-tooltip-wrap {
    border-radius: 12px;
    opacity: 1;
    max-width: 1800px;
    max-height: 1000px;
}
.white-tooltip.e-tooltip-wrap.circle-image {
    border-radius: 50% !important;
    border-width: 4px !important;
}

.fixed-on-top.white-tooltip.e-tooltip-wrap .e-arrow-tip.e-tip-right {
    top: 172px !important; /* TODO: remove me when Syncfusion fixes it */
}

.fixed-on-top.white-tooltip.e-tooltip-wrap {
    top: 16px !important; /* TODO: remove me when Syncfusion fixes it */
}

.white-tooltip.e-tooltip-wrap.e-popup {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 16px #0008;
}

.white-tooltip.e-tooltip-wrap .e-tip-content {
    color: black;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
    border-left: 12px solid transparent;
    border-right: 14px solid transparent;
    border-top: 12px solid #fff;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
}

.white-tooltip.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom {
    color: #fff;
    font-size: 25.9px;
}

img.extended-view {
    max-height: 95vh;
}