body{
	padding: 0px;
	margin: 0px;
	background: black;
}
.flix_app_player{
	height: calc(100% - 60px);
	width: 100%;
	background: black;
	position: absolute;
}
footer>img{

	height: 45px;

}
footer>a:hover{
	color: #ccc;
}
footer>a{
    height: 45px;
    min-width: 45px;
    display: inline-block;
    font-size: 16pt;
    color: white;
    text-align: center;
    float: left;
}
footer>a>i{
	line-height: 45px !important;
}
footer{
	position: absolute;
	bottom: 0px;
	background: black;
	height: 50px;
	width: 100%;
}
.sources-dropdown>button{
	background: black;
    border: 2px solid white;
    border-radius: 0px;
}
.sources-dropdown > button{
    background: transparent;
    border: 2px solid white;
    border-radius: 0px;
    color: white;
    font-weight: 700;
}
.background-close{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    display: none;
    background: rgba(255,255,255,0.12);
}
.sources-box{
    position: fixed;
    width: 700px;
    max-width: 90%;
    z-index: 1006;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: #000010;
    box-shadow: 0 0 25px -8px #000;
    border-radius: 5px;
    overflow: hidden;
    color: #eee;
}
.sources-box .notif-head{
    height: 60px;
    background: #0a111d;
    position: relative;
}
.sources-box .notif-close{
    display: inline-table;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffa501;
}
.sources-box .notif-title{
    width: 100%;
    display: inline-table;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    font-size: 14pt;
    padding: 0 70px;
}
.sources-box .notif-body{
    max-height: calc(100vh - 180px);
    overflow: auto;
}
.downloads-table .table{
    margin-bottom: 0 !important;
    color: #fff;
}
.downloads-table td,
.downloads-table th{
    border-top: 1px solid rgba(222,226,230,0.19) !important;
    vertical-align: middle;
}
.downloads-table thead th{
    border-bottom: 2px solid rgba(222,226,230,0.19) !important;
}
.downloads-table .badge-light{
    color: #212529;
}
.downloads-table .is-current-source{
    background: rgba(255,165,1,0.12);
}
.downloads-table .btn.disabled{
    opacity: 1;
    pointer-events: none;
    background: #333;
    border-color: #333;
}
.empty-box{
    width: 100%;
    text-align: center;
    padding: 40px 20px;
}
iframe{
	height: 100%;
    width: 100%;
    border: 0px;
}
*:focus {outline:0 !important;}
.dropdown-menu{
	background-color: #00000f !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.dropdown-item{
	color: #b3b3b3 !important;
}
.dropdown-divider{
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #141421;
}
.video-js{
	position: initial !important;
}

.vjs-big-play-button{
	background: #00b3ff !important;
    border: 0 !important;
    border-radius: 100% !important;
    color: #fff !important;
    left: 50% !important;
    opacity: .9 !important;
    padding: calc(10px * 1.5) !important;
    padding: calc(var(--plyr-control-spacing,10px) * 1.5) !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    transition: .3s !important;
    z-index: 2 !important;
}
.vjs-big-play-button{
    font-size: 3em !important;
    line-height: 50px !important;
    height: 50px !important;
    width: 50px !important;
}
.next-episode{

    background: black;
    border: 2px solid white;
    color: white;
    display: inline-block;
    border-radius: 0px;
    height: 40px;
    line-height: 25px;
    font-weight: bold;
    box-shadow: 0 0 black;
    margin-left: 10px;
    margin-right: 0px;

}
.next-episode i{
	line-height: 25px !important;
}
.source-btn .fa-star{
    color: #ffa501;
}

.for-phone{
    display: none;
}

@media (max-width:768px) {
    .for-phone{
        display: block;
    }
    .for-desktop{
        display: none;
    }
}

/* Subtitle color & size */
.plyr__captions,
.plyr--full-ui.plyr--fullscreen-enabled .plyr__captions,
.plyr:fullscreen .plyr__captions,
.plyr:-webkit-full-screen .plyr__captions {
    font-size: calc(var(--subtitle-size-scale, 1) * 18px) !important;
}
.plyr:fullscreen .plyr__captions,
.plyr.plyr--fullscreen-active .plyr__captions,
.plyr:-webkit-full-screen .plyr__captions {
    font-size: calc(var(--subtitle-size-scale, 1) * 32px) !important;
}
.plyr__caption,
.plyr__captions span {
    color: var(--subtitle-color, #fff) !important;
    background: var(--subtitle-bg, rgba(0, 0, 0, 0.75)) !important;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
video::cue {
    color: var(--subtitle-color, #fff);
    background-color: var(--subtitle-bg, rgba(0, 0, 0, 0.75));
    font-size: calc(var(--subtitle-size-scale, 1) * 1em);
}
.vjs-text-track-display .vjs-text-track-cue > div {
    color: var(--subtitle-color, #fff) !important;
    background-color: var(--subtitle-bg, rgba(0, 0, 0, 0.75)) !important;
    font-size: calc(var(--subtitle-size-scale, 1) * 1.2em) !important;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.subtitle-style-root--on-player {
    position: absolute;
    bottom: 58px;
    right: 12px;
    left: auto;
    z-index: 20;
    width: auto;
    height: auto;
}
.subtitle-style-panel {
    position: relative;
    min-width: 260px;
    max-width: 280px;
    background: #00000f;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #eee;
    padding: 14px 16px 16px;
    direction: rtl;
    text-align: right;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}
.subtitle-style-panel[hidden] {
    display: none !important;
}
.subtitle-style-panel h6 {
    font-size: 13px;
    margin: 0 0 8px;
    color: #fff;
    font-weight: 700;
}
.subtitle-style-panel .subtitle-style-group + .subtitle-style-group {
    margin-top: 14px;
}
.subtitle-size-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.subtitle-style-panel .subtitle-size-btn {
    -webkit-appearance: none !important;
    appearance: none !important;
    flex: 1 1 auto;
    min-width: 44px;
    height: 32px !important;
    padding: 0 6px !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 3px !important;
    background: #141421 !important;
    color: #eee !important;
    font-size: 12px;
    line-height: 30px !important;
    cursor: pointer;
}
.subtitle-style-panel .subtitle-size-btn.is-active {
    background: #00b3ff !important;
    border-color: #00b3ff !important;
    color: #fff !important;
}
.subtitle-color-swatches {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.subtitle-style-panel .subtitle-color-swatch,
button.subtitle-color-swatch {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 50% !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
}
.subtitle-style-panel .subtitle-color-swatch.is-active,
button.subtitle-color-swatch.is-active {
    border-color: #00b3ff !important;
    box-shadow: 0 0 0 2px rgba(0, 179, 255, 0.35);
}
.subtitle-bg-swatch--transparent {
    background-color: #fff !important;
    background-image:
        linear-gradient(45deg, #bbb 25%, transparent 25%),
        linear-gradient(-45deg, #bbb 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #bbb 75%),
        linear-gradient(-45deg, transparent 75%, #bbb 75%) !important;
    background-size: 10px 10px !important;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0 !important;
}
.subtitle-bg-opacity {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    margin: 6px 0 0;
    border-radius: 3px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.08));
    outline: none;
    cursor: pointer;
}
.subtitle-bg-opacity::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00b3ff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}
.subtitle-bg-opacity::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00b3ff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}
.subtitle-style-panel h6 #subtitle-bg-opacity-value {
    font-weight: 500;
    color: #9ad8ff;
    margin-right: 6px;
}
.subtitle-style-preview {
    margin-top: 14px;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.subtitle-style-plyr-btn i,
.subtitle-style-vjs-btn i {
    font-size: 16px;
    line-height: 1;
}
.subtitle-style-vjs-btn {
    cursor: pointer;
    color: #fff;
}