.video-container .wrapper {
    position: relative;
}

/* 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 {
	font-size: 16px;
	margin: 2px 0 0;
    -webkit-backface-visibility: hidden;
}
.video-information .video-statistics {
    font-weight: 500;
    padding: 6px 3px 6px 7px;
}
.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 8px;
    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 5px;
    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 0 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: 8px 5px 9px;
}
.video-information .video-actions .action-list a:hover {
    color: #EF4136;
}
.video-information .video-actions .fa-usd-circle {

}
.video-information .video-actions .sharing-drop {
	transition:all 0.2s ease 0.1s;
}
.video-information .video-actions .sharing-drop-open {
    background: #EF4136;
}
.video-information .video-actions .action-list .sharing-drop-open,
.video-information .video-actions .action-list .sharing-drop-open:hover {
    color: #F9F9F9;
}
.video-information .video-actions .sharing-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 10;
    padding: 6px 7px 6px 0;
    background: #EF4136;
	cursor: pointer;
	transition:all 0.3s ease 0s;
}
.video-information .video-actions .sharing-bar a {
    color: #F9F9F9;
    padding: 8px 5px;
}
.video-information .video-actions .sharing-bar-open {
	top: 100%;
}

/* Video Share Modal */
.video-share-details {
    margin: 0 0 10px;
    word-wrap: break-word;
    height: auto;
}

/* 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 {
    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;
}

/* Advert Standard Container */
.advert-standard-container {
    position: relative;
    margin: auto;
    max-width: 300px;
    max-height: 276px;
    padding-bottom: 26px;
}
.advert-standard-container .advert-label {
    position: absolute;
    right: 2px;
    bottom: 10px;
    font-size: 10px;
    cursor: pointer;
}
.advert-standard-container .advert-label:hover {
    color: #EF4136;
}

/* Advert Banner Container */
.advert-banner-container {
    position: fixed;
    bottom: -120px;
    left: 50%;
    width: 100%;
    max-width: 738px;
    max-height: 116px;
    transform: translateX(-50%);
    padding: 20px 4px 4px;
    color: #4D4B4E;
    background: #F9F9F9;
    border: thin #CCC solid;
    border-radius: 8px 8px 0 0;
    -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;
    z-index: 500;
}
.advert-banner-container .advert-label {
    position: absolute;
    left: 6px;
    top: 3px;
    font-size: 10px;
    cursor: pointer;
}
.advert-banner-container .advert-dismiss {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 10px;
    cursor: pointer;
}
.advert-banner-container .advert-label:hover,
.advert-banner-container .advert-dismiss:hover {
    color: #EF4136;
}

/* Membership Container */
.membership-container {
    margin-bottom: 15px;
}

/* RCAD Container */
.rcad-container {
    position: relative;
    padding-bottom: 20px;
}
.rcad-container .rcad-label {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 10px;
    cursor: pointer;
}
.rcad-container .rcad-label:hover {
    color: #EF4136;
}

/* RCAD Item */
.rcad-item {
    position: relative;
    background-color: #F9F9F9;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	max-height: 240px;
	overflow: hidden;
}
.rcad-item-shadow {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	width: 110%;
	min-height: 70%;
	left: 0;
	bottom: -2px;
	z-index: 1;
}
.rcad-item .rcad-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px;
    z-index: 20;
}
.rcad-item .rcad-item-headline {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    display: -webkit-box;
    min-height: 1em;
    max-height: 3em;
    line-height: 1em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rcad-item .rcad-item-brand {
    text-align: left;
    font-size: 12px;
    margin: 0;
    display: block;
    display: -webkit-box;
    min-height: 1em;
    max-height: 1em;
    line-height: 1em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 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;
}
#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;
}
