._buffering_1ccif_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 100%;
    background-color: #0000004d;
    transition: opacity 0.25s;
    transition-delay: 1s;
    opacity: 1;
    pointer-events: none;
}
._buffering-fullscreen_1ccif_16 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition-delay: 0s;
}
._hidden_1ccif_25 {
    pointer-events: none;
    transition-delay: 0s;
    opacity: 0;
}
._buffering-indicator_1ccif_31 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    animation: _scaleout_1ccif_1 1s infinite ease-in-out;
}
@-webkit-keyframes _scaleout_1ccif_1 {
    0% {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes _scaleout_1ccif_1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
._video_161ec_1 {
    display: block;
    width: 100%;
    z-index: 1001;
}
._hidden_161ec_7 {
    display: none;
}
._bar_16xpe_1 {
    z-index: 11;
    position: absolute;
    display: flex;
    bottom: 2em;
    right: 2em;
    left: 2em;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 900px;
    height: 40px;
    border-radius: 10px;
    background-color: #0009;
    backdrop-filter: blur(6px);
    box-shadow: inset 0 1px #fff3, #32325d40 0 13px 27px -5px, #0000004d 0 8px 16px -8px;
    transition: all 0.25s ease;
    transform: translateZ(0);
}
@media only screen and (max-width: 576px) {
    ._bar_16xpe_1 {
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        border-radius: 0;
    }
}
@media only screen and (max-width: 360px) {
    ._bar_16xpe_1 {
        height: 30px;
    }
    ._bar_16xpe_1 svg {
        height: 30px;
    }
}
@media only screen and (max-width: 200px) {
    ._bar_16xpe_1 {
        zoom: 0.7;
    }
}
._hidden_16xpe_46 {
    transform: translate3d(0, 40px, 400px);
    opacity: 0;
}
._bar_16xpe_1 google-cast-launcher {
    padding: 7px;
    color: #fff;
    cursor: pointer;
    --disconnected-color: white;
}
._channel-selection-item_suenn_1 {
    padding: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0.5em;
}
._channel-selection-item-selected_suenn_8 {
    background-color: #0080ff33;
    border-color: #fff;
}
._channel-selection-item-image_suenn_13 {
    position: absolute;
    left: 0;
    top: 0;
}
._withThumbnails_suenn_19 {
    background-size: cover;
    text-align: center;
    font-weight: 700;
    margin: 0.5em;
}
@media only screen and (max-width: 260px) {
    ._hide-on-small_suenn_27 {
        display: none;
    }
}
._icon-button_5fg7v_1 {
    transition: 0.25s ease transform;
}
._icon-button_5fg7v_1:hover {
    transform: scale(0.9);
}
._icon-button_5fg7v_1:active {
    transform: scale(0.8);
}
._list_oecdq_1 {
    overflow: hidden;
    border-radius: 10px;
    background-color: #0009;
    backdrop-filter: blur(6px);
    box-shadow: inset 0 1px #fff3, #32325d40 0 13px 27px -5px, #0000004d 0 8px 16px -8px;
    transition: all 0.25s ease;
}
._list-item_oecdq_11 {
    color: #fff;
}
._list-item-disabled_oecdq_15 {
    opacity: 0.5;
}
._hidden_oecdq_19 {
    display: none;
}
._container_13xnz_1 {
    position: relative;
    cursor: pointer;
}
._hidden_13xnz_6 {
    display: none;
}
._list_13xnz_10 {
    position: absolute;
    width: 150px;
    left: 22px;
    transform: translate(-50%);
    bottom: 44px;
    overflow-y: auto;
}
._language-button-item_1dov5_1 {
    padding: 8px;
    cursor: pointer;
}
._language-button-item-selected_1dov5_6 {
    background-color: #0080ff33;
}
._item_5vhyo_1 {
    padding: 8px;
    cursor: pointer;
}
._item-selected_5vhyo_6 {
    background-color: #0080ff33;
}
._title_5vhyo_10 {
    display: block;
}
._sub-title_5vhyo_14 {
    display: block;
    font-size: 12px;
    opacity: 0.9;
}
@media only screen and (max-width: 260px) {
    ._hide-on-small_5vhyo_21 {
        display: none;
    }
}
._text-track-button-item_1ry10_1 {
    padding: 8px;
    cursor: pointer;
}
._text-track-button-item-selected_1ry10_6 {
    background-color: #0080ff33;
}
._castoverlay_1n91l_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 5% 0;
    box-shadow: 0 0 20px #000;
    background: #00000080;
    pointer-events: none;
}
@media only screen and (max-width: 600px) {
    ._castoverlay_1n91l_1 {
        font-size: 14px;
    }
}
._hidden_1n91l_20 {
    display: none;
}
@keyframes _show-and-scaleup_137xm_1 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
._button_137xm_21 {
    max-width: 20vw;
    width: 14em;
    height: 7em;
    margin-bottom: 0.5em;
    padding: 0.5em 0.75em;
    background: #222;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 1em;
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 0.5em;
    box-shadow: inset 0 1px #fff3, #32325d40 0 13px 27px -5px, #0000004d 0 8px 16px -8px;
    opacity: 0;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: _show-and-scaleup_137xm_1;
    color: #fff;
    text-align: center;
    animation-fill-mode: forwards;
    cursor: pointer;
}
._button_137xm_21 span {
    z-index: 99;
    width: 100%;
    pointer-events: none;
}
@media only screen and (max-width: 400px) {
    ._button_137xm_21 span {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    ._button_137xm_21 {
        width: 7em;
        height: 3.5em;
        margin-bottom: 0.3em;
        padding: 0.3em 0.5em;
    }
    ._button_137xm_21 span {
        font-size: 0.5em;
    }
}
@media only screen and (max-width: 768px) {
    ._button_137xm_21 span {
        font-size: 0.7em;
    }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
    ._button_137xm_21 {
        width: 10em;
        height: 5em;
        margin-bottom: 0.4em;
        padding: 0.4em 0.6em;
    }
}
._image_137xm_96 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity 3s;
}
._overlay_137xm_116 {
    opacity: 0;
    position: absolute;
    inset: 0;
    background: #0006;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2em;
}
._overlay_137xm_116:hover {
    opacity: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0ic3ZnXzEiIGQ9Im0xNTc2LDkyN2wtMTMyOCw3MzhxLTIzLDEzIC0zOS41LDN0LTE2LjUsLTM2bDAsLTE0NzJxMCwtMjYgMTYuNSwtMzZ0MzkuNSwzbDEzMjgsNzM4cTIzLDEzIDIzLDMxdC0yMywzMXoiLz4KIDwvZz4KPC9zdmc+);
}
._selected_137xm_134 {
    border-color: #fff;
    pointer-events: none;
}
._hidden_137xm_139 {
    display: none;
}
._disabled_137xm_143 {
    background-color: #18121299;
}
._channel-selection-overlay_btpgd_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff4d914d;
}
._container_btpgd_13 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 1em;
    max-height: calc(100% - 60px);
    overflow-y: auto;
}
@media only screen and (max-width: 576px) {
    ._container_btpgd_13 {
        padding: 0.3em;
    }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
    ._container_btpgd_13 {
        padding: 0.6em;
    }
}
._hidden_btpgd_37 {
    display: none;
}
._disabled_btpgd_41 {
    background-color: #18121299;
}
._fullscreen_1v9d8_1 {
    position: fixed !important;
    inset: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    z-index: 1000 !important;
    background: #000;
    inset: 0;
    object-fit: contain;
}
._player_j1uto_1 {
    position: relative;
    background-color: #141414;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}
._player_j1uto_1 > video,
._player_j1uto_1 > canvas {
    object-fit: contain;
}
._player_j1uto_1:focus-visible {
    outline: none;
}
._one-to-one_j1uto_19 > video,
._one-to-one_j1uto_19 > canvas {
    height: auto !important;
    max-height: auto !important;
    width: auto !important;
    max-width: auto !important;
    object-fit: contain;
}
._audio-only_j1uto_28 {
    min-height: 100px;
    overflow: visible;
}
._player_j1uto_1 {
    video::-webkit-media-text-track-display {
        transform: translateY(var(--vindral-control-bar-offset, 0px)) !important;
    }
}
._playoverlay_1niji_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d;
    cursor: pointer;
    transition: opacity 0.25s;
    transition-delay: 0.5s;
    opacity: 1;
}
._hidden_1niji_17 {
    pointer-events: none;
    transition-delay: 0s;
    opacity: 0;
}
._playoverlay-indicator_1niji_23 {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 400px) {
    ._playoverlay-indicator_1niji_23 {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 30px solid rgba(255, 255, 255, 0.8);
    }
}
