.ts-fancybox-inline-source:not(.f-html) {
    display: none;
}

#tech-support-replay-fancybox-host.f-html {
    padding: 0;
    background: transparent;
    width: auto;
    height: auto;
}

.ts-replay-fancybox-host {
    width: 90vw;
    height: 85vh;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #000000;
    border-radius: 8px;
    position: relative;
}

.ts-replay-fancybox-host .rr-player {
    max-width: 100%;
    max-height: 100%;
}

.ts-replay-fancybox-host .tech-support-replay-viewer-player {
    width: 100%;
}

.tech-support-replay-thumbnail-player {
    width: 100%;
    height: 100%;
}

.tech-support-replay-thumbnail-player .replayer-wrapper {
    transform-origin: top left;
}

.tech-support-replay-viewer-expanded {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
}

.tech-support-replay-viewer-root {
    position: relative;
}

.tech-support-replay-viewer-player {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #000000;
}

.tech-support-replay-viewer-player .replayer-wrapper {
    margin: 0 auto;
}

.tech-support-replay-toolbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 60%, transparent 100%);
    color: #ffffff;
    pointer-events: auto;
}

.tech-support-replay-time {
    color: #ffffff !important;
}

.tech-support-replay-play {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #0d6efd;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s ease;
}

.tech-support-replay-play:hover {
    background: #0a58ca;
}

.tech-support-replay-play:focus-visible {
    outline: 3px solid rgba(13, 110, 253, 0.4);
    outline-offset: 2px;
}

.tech-support-replay-slider {
    flex: 1 1 auto;
    appearance: none;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 999px;
    background: #dee2e6;
    cursor: pointer;
}

.tech-support-replay-slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0d6efd;
    cursor: pointer;
    border: none;
}

.tech-support-replay-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0d6efd;
    cursor: pointer;
    border: none;
}

.tech-support-replay-time {
    font-variant-numeric: tabular-nums;
    font-size: 14px;
    color: #495057;
    min-width: 110px;
    text-align: right;
    flex-shrink: 0;
}

.tech-support-replay-click-catcher {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 64px;
    z-index: 1;
    cursor: pointer;
    background: transparent;
}

.tech-support-replay-viewer-root.is-prewarming {
    visibility: hidden;
}
