#tv-video-root p {
    color: red;
}

body .react-datepicker {
    border: none;
    margin: 0px;
}

body .react-datepicker__header {
    background-color: #fff;
}

body .react-datepicker__day,
body .react-datepicker__day-name {
    width: 3.0rem;
    line-height: 2.4rem;
}

.slider {
    user-select: none;
    width: 100%;
    height: 50px;
    background-color: aquamarine;
    cursor: grab;
}

.scroll:active {
    cursor: grabbing;
}

.slider canvas {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.videoOverlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.videoOverlay canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.liveModeTag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.videoOverlay video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}