@charset "UTF-8";
/**
 * @brief   Animation
 * */
@keyframes op-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes op-slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes op-slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes op-slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes op-slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@font-face {
    font-family: "frameIcon";
    src: url("../assets/images/ic-player-frame-jump.ttf?rxg7gj") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "op-icons";
    src: url("../assets/fonts/fontello.ttf?13010392") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "op-seek-icons";
    src: url("../assets/fonts/seek-icons.ttf?13010392") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/**
 * @brief   common style
 * */
:root {
    --op-accent-color: #50e3c2;
}

.op-fullscreen-helper {
    overflow: hidden;
    position: fixed;
}

.op-wrapper.ovenplayer {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    zoom: 1 !important;
    width: 100%;
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    outline: 0;
    -webkit-touch-callout: none;
    user-select: none;
}
.op-wrapper.ovenplayer * {
    box-sizing: inherit;
}
.op-wrapper.ovenplayer object {
    width: 100%;
    height: 100%;
    position: absolute;
}
.op-wrapper.ovenplayer:before, .op-wrapper.ovenplayer:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.op-wrapper.ovenplayer *, .op-wrapper.ovenplayer *:before, .op-wrapper.ovenplayer *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.op-wrapper.ovenplayer.op-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    position: fixed;
}
.op-wrapper.ovenplayer.op-fullscreen .op-watermark-container,
.op-wrapper.ovenplayer.op-fullscreen .op-thumbnail-container {
    width: 100vw;
    max-width: 177.7777777778vh;
    height: 56.25vw;
    max-height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.op-wrapper.ovenplayer.op-autohide {
    cursor: none;
}
.op-wrapper.ovenplayer.op-autohide .op-bottom-panel {
    -webkit-animation-name: op-slideOutDown;
    animation-name: op-slideOutDown;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.op-wrapper.ovenplayer.op-autohide .op-progressbar-container,
.op-wrapper.ovenplayer.op-autohide .op-controls .op-button {
    cursor: none;
}
.op-wrapper.ovenplayer.op-autohide .op-caption-text-container {
    bottom: 25px;
}
.op-wrapper.ovenplayer.op-autohide .op-caption-cue:not(.op-caption-cue-positioned) {
    bottom: 25px;
}
.op-wrapper.ovenplayer.op-no-controls .op-controls-container {
    display: none !important;
}
.op-wrapper.ovenplayer .op-ratio {
    padding-bottom: 56.25%;
    /*16:9*/
}
.op-wrapper.ovenplayer ::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
.op-wrapper.ovenplayer ::-webkit-scrollbar-button:start:decrement,
.op-wrapper.ovenplayer ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 3px;
    background: #2f2f3e;
}
.op-wrapper.ovenplayer ::-webkit-scrollbar-track {
    background: #2f2f3e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.op-wrapper.ovenplayer ::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: #606071;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.op-wrapper.ovenplayer .op-clear {
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
    border: 0;
    font-variant: inherit;
    font-stretch: inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.op-player {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.op-player .op-core-ui-wrapper {
    position: relative;
    height: 100%;
}
.op-player .op-media-element-container {
    /* display: block;
    height: 100%;
    width: auto;
    position : relative;*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(var(--mediaZoom));
}
.op-player .op-media-element-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.op-player .op-media-element-container object {
    width: 100%;
    height: 100%;
}
.op-player .op-ui {
    /*position : absolute;
    bottom : 0px;
    left : 0px;
    width: 100%;
    height: 100%;*/
}
.op-ads {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-bottom: 34px;
    top: 0;
}
.op-ads > div {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.op-ads > div iframe {
    pointer-events: auto;
}
.op-ads video.op-ads-vast-video {
    background-color: rgb(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.op-ads .op-ads-button {
    bottom: 36px;
    cursor: default;
    margin-right: 4px;
    pointer-events: auto;
    position: absolute;
    right: 0;
    z-index: 1;
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    background-color: rgba(18, 18, 28, 0.7);
    min-width: 155px;
    display: none;
}
.op-ads .op-ads-button .op-ads-textview {
    color: #e6e6e6;
    font-weight: normal;
    font-size: 11px;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.op-ads .op-ads-button .videoAdUiAction {
    padding: 8px 24px;
    cursor: pointer;
    direction: ltr;
    font-weight: normal;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.op-ads .op-ads-button .videoAdUiAction:hover {
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
}
.op-ads .op-ads-button .videoAdUiAction i {
    display: inline-block;
    width: auto;
}

/**
 * @brief   common components
 * */
.op-button {
    display: inline-block;
    border: none;
    background: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    overflow: hidden;
    font-weight: 100;
    text-indent: 0 !important;
}
.op-button:focus, .op-button {
    outline: 0;
}

i.op-con {
    font-family: "op-icons", "op-seek-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: inherit;
    width: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-decoration: inherit;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
i.op-con.disable {
    color: #4f4f4f;
}
i.op-con.op-close-icon::before {
    content: "\e900";
}
i.op-con.op-pause-big::before {
    content: "\e911";
}
i.op-con.op-fullscreen-compress::before {
    content: "\e901";
}
i.op-con.op-fullscreen-expand::before {
    content: "\e902";
}
i.op-con.op-arrow-left::before {
    content: "\e903";
}
i.op-con.op-arrow-right::before {
    content: "\e909";
}
i.op-con.op-empty-video::before {
    content: "\e904";
}
i.op-con.op-play::before {
    content: "\e906";
}
i.op-con.op-replay::before {
    content: "\e908";
}
i.op-con.op-seek-back::before {
    content: "\e920";
}
i.op-con.op-seek-forward::before {
    content: "\e921";
}
i.op-con.op-playlist-icon::before {
    content: "\e907";
}
i.op-con.op-replay-big::before {
    content: "\e908";
}
i.op-con.op-setting::before {
    content: "\e90a";
}
i.op-con.op-pause::before {
    content: "\e90c";
}
i.op-con.op-volume-small {
    display: none;
    margin-top: -1px;
}
i.op-con.op-volume-small::before {
    content: "\e90d";
}
i.op-con.op-volume-mute {
    display: none;
}
i.op-con.op-volume-mute::before {
    content: "\e90e";
}
i.op-con.op-volume-max::before {
    content: "\e90f";
}
i.op-con.op-play-big::before {
    content: "\e910";
}
i.op-con.op-warning::before {
    content: "\e912";
}

.op-badge {
    display: inline-block;
    padding: 0.75em 0.714em 0.714em 0.68em;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.286em;
    background-color: #12121c;
}

.op-playlist {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 2.857em;
    background: #000;
    z-index: 6;
}
.op-playlist .op-badge {
    position: absolute;
    top: 0.857em;
    right: 0.857em;
    opacity: 0.7;
}
.op-playlist .btn-left {
    float: left;
    font-size: 2.857em;
}
.op-playlist .btn-right {
    float: right;
    font-size: 2.857em;
}
.op-playlist .op-playlist-header {
    font-size: 2.857em;
    font-weight: bold;
}
.op-playlist .op-playlist-header:after {
    display: block;
    content: "";
    clear: both;
}
.op-playlist .op-playlist-header .op-con.op-close-icon {
    float: right;
}
.op-playlist .op-playlist-body {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.op-playlist .op-playlist-body .op-playlist-body-arrows {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    height: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.op-playlist .op-playlist-body .op-playlist-body-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
}
.op-playlist .op-playlist-body .op-playlist-body-container .op-playlist-body-center {
    margin: 0;
    position: absolute;
    top: 50%;
    padding-right: 3em;
    padding-left: 3em;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.op-playlist .op-playlist-body .op-playlist-body-row {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card {
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    cursor: pointer;
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card.active {
    color: #50e3c2;
    color: var(--op-accent-color);
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card.active .op-playlist-card-thumbnail {
    border-color: #50e3c2;
    border-color: var(--op-accent-color);
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card .op-playlist-card-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0.214em solid transparent;
    background-color: #000;
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card .op-playlist-card-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card .op-playlist-card-thumbnail.empty {
    background-color: #bababa;
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card .op-playlist-card-thumbnail.empty > i {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 1.6em !important;
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card .op-playlist-card-thumbnail::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.op-playlist .op-playlist-body .op-playlist-body-row .op-playlist-card .op-playlist-card-title {
    margin-top: 0.857em;
    font-size: 1.429em;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
 * @brief   Message Box
 * */
.op-message-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.op-message-box .op-message-container {
    position: absolute;
    top: 45%;
    margin-top: -35px;
    width: 100%;
    padding: 0 12px;
    text-align: center;
}
.op-message-box .op-message-container .op-message-text {
    display: inline-block;
    background-color: rgba(18, 18, 28, 0.3);
    padding: 0.8em 1.2em;
    word-wrap: break-word;
    max-width: 80%;
    border-radius: 4px;
    cursor: pointer;
}
.op-message-box .op-message-container .op-message-text .op-message-description {
    font-size: 12px;
    margin-top: 12px;
    color: #999;
}
.op-message-box .op-message-container .op-message-icon {
    display: inline-block;
    margin-top: 12px;
    width: 100%;
}
.op-message-box .op-message-container .op-message-icon i.op-con {
    cursor: pointer;
    font-size: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8), 0px 0px 1px rgb(0, 0, 0);
}
.op-message-box .op-message-container {
    /*.op-message-button{
      display: inline-block;
      padding : 1em;
      margin-left : 0.4em;
      background-color: rgba(28,28,28,.4);
      cursor : pointer;
    }*/
}

.op-message-box.op-message-box-default-cursor .op-message-container .op-message-text {
    cursor: default;
}

.op-message-box.op-message-box-default-cursor .op-message-container .op-message-icon i.op-con {
    cursor: default;
}

/**
 * @brief   Big button
 * */
.op-bigbutton-container {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}
.op-bigbutton-container .op-bigbutton {
    width: 80px;
    height: 80px;
    display: block;
    font-size: 80px;
    line-height: 80px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8), 0px 0px 1px rgb(0, 0, 0);
}

/**
 * @brief   Thumbnail
 * */
.op-thumbnail-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.op-thumbnail-container .op-thumbnail-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.op-thumbnail-container .op-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
}
.op-thumbnail-container .op-thumbnail-wrapper .op-thumbnail-header {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0 0.5rem;
    font-size: 2.857em;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8), 0px 0px 1px rgb(0, 0, 0);
}
.op-thumbnail-container .op-thumbnail-wrapper .op-thumbnail-header:after {
    display: block;
    content: "";
    clear: both;
}

/**
 * @brief   WaterMark
 * */
.op-watermark-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.op-watermark-container .op-watermark {
    position: absolute;
    display: inline-block;
}
.op-watermark-container .op-watermark img {
    width: 100%;
    height: auto;
}
.op-watermark-container .op-watermark .op-watermark-text {
    font-size: 14px;
}

/**
 * @brief   Setting panel
 * */
.op-setting-panel {
    position: absolute;
    bottom: 55px;
    right: 12px;
    overflow-y: auto;
    max-height: 100%;
    width: 260px;
    user-select: none;
    background-color: rgba(28, 28, 28, 0.9);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    z-index: 8;
}
.op-setting-panel.background {
    display: none;
}
.op-setting-panel .op-setting-title,
.op-setting-panel .op-setting-item {
    width: 100%;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    outline: none;
    text-align: left;
}
.op-setting-panel .op-setting-title-container .op-setting-title .op-setting-title-title {
    padding-left: 12px;
    font-weight: bold;
}
.op-setting-panel .op-setting-title-container .op-setting-title .op-setting-title-previcon {
    padding: 0 0 0 12px;
    margin-right: -6px;
}
.op-setting-panel .op-setting-item-container .op-setting-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.op-setting-panel .op-setting-item-container .op-setting-item .op-setting-item-title {
    padding-left: 12px;
}
.op-setting-panel .op-setting-item-container .op-setting-item .op-setting-item-nexticon {
    float: right;
    padding-right: 12px;
    margin-left: -6px;
}
.op-setting-panel .op-setting-item-container .op-setting-item span.op-setting-item-value {
    float: right;
    padding-right: 12px;
}
.op-setting-panel .op-setting-item-container .op-setting-item .op-setting-item-checked {
    padding-left: 12px;
    visibility: hidden;
}
.op-setting-panel .op-setting-item-container .op-setting-item .op-setting-item-checked.op-show {
    visibility: visible;
}

/**
 * @brief   Controls (container)
 * */
.op-controls-container {
    display: none;
}
.op-controls-container .op-bottom-panel {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 5;
}
.op-controls-container .op-bottom-panel .op-gradient-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.5);
    pointer-events: none;
    /*-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);*/
}
.op-controls-container .op-bottom-panel {
    -webkit-animation-name: op-slideInUp;
    animation-name: op-slideInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.op-controls-container .op-bottom-panel .op-progressbar-container {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    bottom: 50px;
}
.op-controls-container .op-bottom-panel .op-progressbar-container.op-progressbar-container-disabled {
    cursor: default;
}
.op-controls-container .op-bottom-panel .op-progressbar-container .op-progressbar-padding {
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: -5px;
    cursor: pointer;
}
.op-controls-container .op-bottom-panel {
    /*contols container*/
}
.op-controls-container .op-bottom-panel .op-controls {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: left;
    overflow: hidden;
}
.op-controls-container .op-bottom-panel .op-controls:after {
    content: "";
    clear: both;
}
.op-controls-container .op-bottom-panel .op-controls .op-setting-button {
    position: relative;
    margin-right: 12px;
}
.op-controls-container .op-bottom-panel .op-controls .op-playlist-button {
    position: relative;
    margin-right: 12px;
}
.op-controls-container .op-bottom-panel .op-controls .op-navigators {
    float: left;
    height: 30px;
    line-height: 30px;
}
.op-controls-container .op-bottom-panel .op-controls .op-left-controls {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 0 10px 0;
}
.op-controls-container .op-bottom-panel .op-controls .op-left-controls:after {
    content: "";
    clear: both;
}
.op-controls-container .op-bottom-panel .op-controls .op-right-controls {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 0 10px 0;
}
.op-controls-container .op-bottom-panel .op-controls .op-right-controls:after {
    content: "";
    clear: both;
}
.op-controls-container .op-bottom-panel .op-controls {
    /*maybe not use*/
}
.op-controls-container .op-bottom-panel .op-controls .op-frame-buttons {
    position: relative;
    display: inline-block;
    margin-left: 14px;
    overflow: hidden;
    font-weight: 100;
    height: 30px;
}
.op-controls-container .op-bottom-panel .op-controls .op-frame-buttons .op-frame-button {
    margin-right: 6px;
    position: relative;
    text-align: center;
    color: #fff;
}
.op-controls-container .op-bottom-panel .op-controls .op-frame-buttons .op-frame-button .frame-icon {
    position: relative;
}
.op-controls-container .op-bottom-panel .op-controls .op-frame-buttons .op-frame-button .frame-icon.reverse:after {
    content: "\e900";
}
.op-controls-container .op-bottom-panel .op-controls .op-frame-buttons .op-frame-button .frame-icon:after {
    font-family: "frameIcon" !important;
    speak: none;
    content: "\e901";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 2.4em;
    left: 0;
    line-height: 30px;
    height: 30px;
}
.op-controls-container .op-bottom-panel .op-controls .op-frame-buttons .op-frame-button .frame-icon .btn-text {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 30px;
    height: 30px;
}

/**
 * @brief   Progressbar
 * */
.op-progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    margin-top: 10px;
}
.op-progressbar .op-play-background-color {
    background-color: #50e3c2;
    background-color: var(--op-accent-color);
}
.op-progressbar .op-progress-list {
    cursor: pointer;
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}
.op-progressbar .op-progress-list .op-load-progress,
.op-progressbar .op-progress-list .op-play-progress,
.op-progressbar .op-progress-list .op-hover-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.op-progressbar .op-progress-list .op-play-progress {
    width: 0;
}
.op-progressbar .op-progress-list .op-load-progress {
    width: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.op-progressbar .op-progress-list .op-hover-progress {
    left: 0;
    width: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.op-progressbar .op-progressbar-knob-container {
    position: absolute;
    top: -5px;
    left: 0;
}
.op-progressbar .op-progressbar-knob-container .op-progressbar-knob {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    cursor: pointer;
}
.op-progressbar .op-progressbar-time {
    display: none;
    position: absolute;
    bottom: 15px;
    left: auto;
    width: auto;
    background-color: rgba(28, 28, 28, 0.9);
    border-radius: 2px;
    padding: 5px 9px;
    font-size: 0.8em;
    line-height: 15px;
    user-select: none;
    white-space: nowrap;
    opacity: 0.7;
}

.op-progressbar-hover .op-progressbar-time {
    display: inline-block;
}

.op-on-error .op-progressbar-time {
    display: none;
}

.op-progressbar-section-start,
.op-progressbar-section-end {
    display: none;
    position: absolute;
    width: 3px;
    height: 14px;
    bottom: -5px;
    background-color: #50e3c2;
    background-color: var(--op-accent-color);
}

.op-progressbar-preview {
    position: absolute;
    display: none;
    bottom: 50px;
    border: 2px solid #fff;
    border-radius: 2px;
    background-color: #000;
    z-index: 9;
}

.op-play-controller {
    margin-left: 15px;
}

/**
 * @brief   Seek button
 * */
.op-seek-button {
    position: relative;
    top: 0px;
}
.op-seek-button.op-seek-button-back {
    margin-left: 12px;
}
.op-seek-button.op-seek-button-forward {
    margin-left: 6px;
}
.op-seek-button i {
    padding-top: 1px;
    font-size: 26px;
}
.op-seek-button span {
    position: absolute;
    top: 10.5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}

/**
 * @brief   Volume button
 * */
.op-volume-controller {
    display: inline-block;
    position: relative;
    margin-left: 12px;
}
.op-volume-controller:after {
    content: "";
    clear: both;
}
.op-volume-controller .op-volume-button {
    float: left;
}
@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}
@keyframes slide {
    100% {
        left: 0;
    }
}
.op-volume-controller .op-volume-slider-container {
    /*display: inline-block;*/
    float: left;
    opacity: 0;
    position: relative;
    width: 0px;
    margin-right: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    outline: none;
}
.op-volume-controller .op-volume-slider-container.active {
    width: 70px;
    opacity: 1;
    margin-left: 8px;
    -moz-transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.op-volume-controller .op-volume-slider-container .op-volume-silder {
    height: 100%;
    position: relative;
}
.op-volume-controller .op-volume-slider-container .op-volume-silder .op-volume-slider-bg,
.op-volume-controller .op-volume-slider-container .op-volume-silder .op-volume-slider-value {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    height: 4px;
    margin-top: -2px;
    border-radius: 10px;
}
.op-volume-controller .op-volume-slider-container .op-volume-silder .op-volume-slider-bg {
    width: 100%;
    background: #fff;
}
.op-volume-controller .op-volume-slider-container .op-volume-silder .op-volume-slider-value {
    width: 100%;
    background: #50e3c2;
    background: var(--op-accent-color);
    border-radius: 10px 0 0 10px;
}
.op-volume-controller .op-volume-slider-container .op-volume-silder .op-volume-slider-handle {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    margin-top: -6px;
    background: #fff;
}

/**
 * @brief   Time Display
 * */
.op-time-display {
    float: left;
    position: relative;
    margin-left: 14px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    vertical-align: top;
    font-size: 14px;
    user-select: none;
    /*흠 이부분 어떻게 처리하지*/
}
.op-time-display .op-live-badge {
    opacity: 1;
    width: auto;
    display: inline-block;
}
.op-time-display .op-live-badge:before {
    background: #ff0000;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    content: "";
    border-radius: 6px;
}
.op-time-display .op-live-badge.op-live-badge-delayed:before {
    background: #fff;
}
.op-time-display .op-live-badge.op-live-badge-none:before {
    display: none;
}
.op-time-display .op-live-badge .op-live-badge-lowlatency {
    display: inline-block;
    margin-right: 5px;
}
.op-time-display .op-live-badge .op-live-text {
    cursor: pointer;
}

/**
 * @brief   Context Panel
 * */
.op-context-panel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    overflow: hidden;
    width: 200px;
    padding: 6px 0;
    z-index: 8;
    background: rgba(28, 28, 28, 0.9);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    font-weight: lighter;
    user-select: none;
}
.op-context-panel:before, .op-context-panel:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.op-context-panel *, .op-context-panel *:before, .op-context-panel *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.op-context-panel .op-context-item {
    width: 100%;
    height: 38px;
    padding-left: 12px;
    line-height: 38px;
    cursor: pointer;
    outline: none;
    font-size: 0.8em;
    font-weight: lighter;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.op-context-panel .op-context-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/**
 * @brief   FullScreen button
 * */
.op-fullscreen-button {
    position: relative;
    margin-right: 15px;
}
.op-fullscreen-button .op-fullscreen-compress {
    display: none;
}

/**
 * @brief   spinner
 * */
.op-spinner-container {
    position: absolute;
    top: 50%;
    width: 64px;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 7;
    display: none;
}
.op-spinner-container .op-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    border: 4px solid transparent;
    border-top: 4px solid #50e3c2;
    border-top: 4px solid var(--op-accent-color);
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
 * @brief   caption.
 * */
.op-caption-viewer .op-caption-text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}
.op-caption-viewer .op-caption-text-container .op-caption-cue {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 8%;
    -moz-transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.op-caption-viewer .op-caption-text-container .op-caption-cue.op-caption-cue-positioned {
    bottom: auto;
    padding: 0;
    transition: none;
}
.op-caption-viewer .op-caption-text-container .op-caption-text {
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    text-shadow: none;
    background: rgba(8, 8, 8, 0.75);
    padding: 0.25em 0.6em;
    border-radius: 0.25em;
    user-select: none;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: pre-line;
    border: none;
}
.op-caption-viewer .op-caption-text-container .op-caption-text:empty {
    background: none;
    padding: 0;
}

.op-caption-button {
    width: 36px;
}

.op-caption-button > i {
    font-size: 18px;
    -moz-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.op-caption-active .op-caption-button > i {
    color: #F36446;
}

/*Responsive  */
.op-wrapper.ovenplayer.large {
    font-size: 14px;
}
.op-wrapper.ovenplayer.large .op-caption-text {
    font-size: 2em; /* 14px × 2 = 28px */
    line-height: 1.5em;
}

.op-wrapper.ovenplayer.medium {
    font-size: 12px;
}
.op-wrapper.ovenplayer.medium .op-caption-text {
    font-size: 1.75em; /* 12px × 1.75 = 21px */
    line-height: 1.5em;
}

.op-wrapper.ovenplayer.small {
    font-size: 10px;
}
.op-wrapper.ovenplayer.small .op-caption-text {
    font-size: 1.6em; /* 10px × 1.6 = 16px */
    line-height: 1.5em;
}
.op-wrapper.ovenplayer.small .op-playlist {
    padding: 1rem;
}
.op-wrapper.ovenplayer.small .op-playlist .op-playlist-card {
    margin: 5px 0;
}

.op-wrapper.ovenplayer.xsmall {
    font-size: 10px;
}
.op-wrapper.ovenplayer.xsmall .op-bigbutton-container .op-bigbutton {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
}
.op-wrapper.ovenplayer.xsmall .op-caption-text {
    font-size: 1.3em; /* 10px × 1.3 = 13px */
    line-height: 1.5em;
}
.op-wrapper.ovenplayer.xsmall .op-playlist {
    padding: 1rem;
}
.op-wrapper.ovenplayer.xsmall .op-playlist .op-playlist-header {
    font-size: 2em;
}
.op-wrapper.ovenplayer.xsmall .op-playlist .op-playlist-card {
    margin: 5px 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 6em;
}
.op-wrapper.ovenplayer.xsmall .op-playlist .op-playlist-card .op-playlist-card-title {
    margin-top: 0;
}
.op-wrapper.ovenplayer.xsmall .op-message-box .op-message-container {
    top: 50%;
    font-weight: bold;
}
.op-wrapper.ovenplayer.xsmall .op-message-box .op-message-container .op-message-icon {
    margin-top: 0;
}
.op-wrapper.ovenplayer.xsmall .op-message-box .op-message-container .op-message-icon .op-con {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.op-wrapper.ovenplayer.xsmall .op-ads-button {
    bottom: 22px;
}
.op-wrapper.ovenplayer.xsmall .op-ads-button .videoAdUiAction {
    padding: 4px;
    font-size: 14px;
}

.op-wrapper.ovenplayer.xxsmall .op-left-controls {
    max-width: 240px;
    overflow: hidden;
}
.op-wrapper.ovenplayer.xxsmall .op-live-badge-lowlatency {
    max-width: 75px;
}

/*AD MODE*/
.op-wrapper.ovenplayer.linear-ad .op-bottom-panel {
    height: 34px;
}
.op-wrapper.ovenplayer.linear-ad .op-bottom-panel .op-controls {
    top: 4px;
}
.op-wrapper.ovenplayer.linear-ad .op-bottom-panel .op-controls .op-left-controls {
    height: 30px;
    padding: 0;
}
.op-wrapper.ovenplayer.linear-ad .op-bottom-panel .op-controls .op-right-controls {
    height: 30px;
    padding: 0;
}
.op-wrapper.ovenplayer.linear-ad .op-ads {
    top: 0;
    bottom: 0;
}
.op-wrapper.ovenplayer.linear-ad .op-button i.op-con {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.op-wrapper.ovenplayer.linear-ad .op-controls-container .op-bottom-panel .op-progressbar-container {
    bottom: 50px;
}

/**
 * @brief   Animation
 * */
@keyframes fade {
    from {
        opacity: 0.3;
    }
    /*5% { opacity: 0.3; }*/
    /*40% { opacity: 1; }*/
    /*50% { opacity: 1; }*/
    55% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.op-player .bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.op-player .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.op-player .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
    .op-player .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
.op-player {
    /* Pulse Shrink */
    /*.op-button {
      //display: inline-block;
      //vertical-align: middle;
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      transition-duration: 0.3s;
      transition-property: transform;
    }
    .op-button:hover,
    .op-button:focus,
    .op-button:active {
      transform: scale(1.1);
    }*/
}

@media only screen and (max-width: 399px) {
    .op-seek-button {
        display: none !important;
    }
}