.video-container .wrapper {
    position: relative;
    isolation: isolate;
}

/* Video Progress & Status */
#video-progress {
    width: 0%;
    height: 2px;
    background-color: #EF4136;
    transition: width .4s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#video-status {
    font-size: 14px;
    padding: 1px 3px 3px;
}
#video-status ul {
    margin: 0;
}
#video-status code {
	background: transparent;
    font-size: 14px;
    font-weight: bolder;
}
#video-status .fal {
    margin-right: 5px;
}
.video-processing {
    width:100%;
    background: #080808;
    color: #F9F9F9;
}

/* Video Information */
.video-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	font-size: 16px;
	margin: 2px 0 0;
    -webkit-backface-visibility: hidden;
}
.video-information .video-statistics {
    font-weight: 500;
    padding: 6px 3px 6px 6px;
}
.video-information .video-statistics span {
    padding: 3px;
}
.video-information .video-statistics a {
    padding: 3px;
    text-decoration: none;
}
.video-information .video-statistics .video-like {
    margin: 3px 0;
    color: #30A247;
    border-radius: 4px;
    border: 2px solid transparent;
	transition:all 0.5s ease 0s;
	cursor: pointer;
}
.video-information .video-statistics .video-like.active {
    border: 2px solid #30A247;
}
.video-information .video-statistics .video-dislike {
    margin: 3px 0;
    color: #EF4136;
    border-radius: 4px;
    border: 2px solid transparent;
	transition:all 0.5s ease 0s;
	cursor: pointer;
}
.video-information .video-statistics .video-dislike.active {
    border: 2px solid #EF4136;
}
.video-information .video-actions {
    position: relative;
}
.video-information .video-actions .action-list {
    position: relative;
    z-index: 20;
    padding: 6px 6px 6px 3px;
	cursor: pointer;
}
.video-information .video-actions .action-list .remove {
    color: #30A247;
}
.video-information .video-actions .action-list a,
.video-information .video-actions .action-list span {
    padding: 9px 3px;
}
.video-information .video-actions .action-list a:hover {
    color: #EF4136;
}
@media (max-width: 539px) {.playlist-toggle-rechutes, .playlist-toggle-favorites, .playlist-toggle-watch-later, .playlist-placeholder {display: none;}}

/* Video Share Modal */
.video-share-social {
    font-size: 24px;
}
.video-share-social .action-icon {
    padding: 6px 0 6px 6px;
}
.video-share-social .action-icon:hover {
    color: #EF4136;
}
.video-share-details {
    margin: 0 0 10px;
    word-wrap: break-word;
    height: auto;
    cursor: pointer;
}

/* Video Detail */
.video-detail-text {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.video-detail-text span.video-timecode {
    color: #EF4136;
}
.video-detail-text span.video-timecode:hover {
    text-decoration: underline;
}
.video-detail-text span.more,
.video-detail-text span.less {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #EF4136;
    font-size: 12px;
}
.video-detail-text span:hover {
    cursor: pointer;
}
.video-detail-text {
	padding: 10px 0px 20px;
    -webkit-backface-visibility: hidden;
}
.video-detail-text p {
	margin-bottom: 20px;
	line-height: 1.7em;
}
.video-detail-text p:last-child {
	margin-bottom: 0px;
}
.video-detail-list {
    padding: 5px 0;
    -webkit-backface-visibility: hidden;
}
.video-detail-list tr td:first-child {
    width: 80px;
}
.video-author {
    margin-left: 0;
}
.video-publish-date {
    margin: 5px 0;
    font-size: 10px;
}
.video-comments {
    margin: 10px 0;
    padding: 15px 0;
}
.plyr__ads:after {
    right: unset !important;
    left: 10px;
    left: var(--plyr-control-spacing,10px);
}

/* Discuss Video Button */
#discuss-video {
    text-align: center;
    color: #EF4136;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* Rant & Rave Container */
.rantrave-container {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.rantrave-container .rantrave-title {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
}
.rantrave-container .rantrave-title .rant {
    background: #211F22;
    color: white;
    width: 50%;
    padding: 6px;
}
.rantrave-container .rantrave-title .rave {
    background: #DDDDDD;
    color: black;
    width: 50%;
    padding: 6px;
}
.rantrave-container .rantrave-title .icon {
    position: absolute;
    top: -6px;
    left: calc(50% - 20px);
    border: 4px solid #211F22;
    border-radius: 50%;
    padding: 7px 3px;
    background: white;
    color: black;
    font-size: 28px;
}
#rantrave-frame {
    padding-top: 10px;
}
#rantrave-frame iframe {
    border: none;
}

/* Autoplay overlay */
#autoplay-details {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    width: 290px;
    height: 160px;
    margin: -80px 0 0 -145px;
    border-radius: 10px;
    background: #211F22;
    opacity: 0.9;
    cursor: pointer;
}
#autoplay-details .title {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    color: #F9F9F9;
    font-size: 18px;
    font-weight: bolder;
}
#autoplay-details .dismiss {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #F9F9F9;
    font-size: 12px;
    font-weight: bold;
}
#autoplay-details .timer {
    position: absolute;
    top: 45px;
    left: 110px;
    z-index: 40;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #211F22;
}
#autoplay-details .timer .pie {
    position: absolute;
    width: 50%;
    height: 100%;
    border: 5px solid #EF4136;
    background: inherit;
}
#autoplay-details .timer .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 60;
    background: transparent;
    animation-name: autoplay-spinner;
    animation-timing-function: linear;
    animation-direction: reverse;
}
#autoplay-details .timer .spinner .pie {
    border-right: none;
    border-radius: 35px 0 0 35px;
}
#autoplay-details .timer .filler {
    left: 50%;
    z-index: 80;
    border-radius: 0 35px 35px 0;
    border-left: none;
    opacity: 0;
    animation-name: autoplay-filler;
    animation-timing-function: steps(1, end);
}
#autoplay-details .timer .mask {
    position: absolute;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: inherit;
    opacity: 1;
    animation-name: autoplay-mask;
    animation-timing-function: steps(1, end);
}
#autoplay-details .animate {
    animation-duration: 5s;
}
@keyframes autoplay-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes autoplay-filler {
    0%        { opacity: 1; }
    50%, 100% { opacity: 0; }
}
@keyframes autoplay-mask {
    0%        { opacity: 0; }
    50%, 100% { opacity: 1; }
}
#autoplay-paused {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    width: 290px;
    height: 160px;
    margin: -80px 0 0 -145px;
    border-radius: 10px;
    background: #211F22;
    opacity: 0.9;
}
#autoplay-paused .title {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    color: #F9F9F9;
    font-size: 18px;
    font-weight: bolder;
}
#autoplay-paused .icon {
    position: absolute;
    top: 50px;
    z-index: 40;
    height: 60px;
    width: 100%;
    text-align: center;
    color: #F9F9F9;
    font-size: 48px;
}
#autoplay-paused .continue {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #F9F9F9;
    font-size: 12px;
    font-weight: bold;
}

/* P2P streaming modal */
#p2p-info.disabled {
    color: #EF4136;
}
#p2p-info.enabled {
    color: #30A247;
}
#p2p-modal .chart-wrapper {
    padding: 0 0 5px;
}
#p2p-modal .chart-container {
    margin: 5px 0 10px;
    display: flex;
    align-items: center;
}
#p2p-modal .legend-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: center;
    align-items: center;
}
#p2p-modal .legend-container .legend-item {
    margin: 5px;
    min-width: 200px;
    background: #404040;
}

/* Video Player */
@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.sidebar-advert {
	z-index:-100000000;
	margin-bottom: 15px;
}
.player{
    background-color: #080808;
}
:root {
  --plyr-color-main: #EF4136;
}
.player {
  --plyr-color-main: #EF4136;
}
