/**************************************************/
/*Control bar*/
/**************************************************/

.d-icon-play-details {
    width: 60px;
    background-color: #0000004a;
    position: absolute;
    border-radius: 50px;
    /* left: 36%;
    margin-left: -13em;
    margin-top: 2em; */
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.item-episode{
	display:flex;
    padding: 5px 0;
    height: 175px;
    overflow:hidden;
}
.episodes > table {
	border:none;
}
.icon-middle {
    -moz-animation: cssAnimation 0s ease-in 0.6s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 0.6s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 0.6s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 0.6s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	display: inline-block;
    transition: opacity 0.6s linear; 
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    margin-left: -4em;
    top: 60%;
    margin-top: -10em;
    border-radius: 50px;
	background-color:#00000040;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.play-middle, .pause-middle
{
	display:block;
	width: 37px;
    left: 33%;
    top: 29%;
    position: relative;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



#btnBack{
	cursor:pointer;
}
.tb-tr-episode-details{
transition: height 400ms;
}
.tb-tr-episode{
	cursor: pointer;
}
#episodes-pop .collapsible {
    border:none;
    background-color: #141414;
}
#episodes-pop .active {
    border-top :5px solid #fff;
    border-left :5px solid #fff;
    border-right :5px solid #fff;
    background-color: #000000;
}
#episodes-pop .tb-tr-episode-details {
    border-bottom :5px solid #fff;
    border-left :5px solid #fff;
    border-right :5px solid #fff;   
    background-color: #000000;
}

#episodes-pop .collapsible:hover{
    background-color: var(--iq-white-light-color);
}

.episodes-caption {
    padding :10px 8px;
    caption-side :initial;
    color :#fff;
    font-size :30px;
    font-weight :bold;
}
.speed-caption{
    padding: 20px;
    caption-side: initial;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.d-icon-back-ep {
    cursor: pointer;
    margin: auto 0;
}
#episodes-pop td.colSeason {
    width: 100%;
    color: white;
    display: flex;
    margin:auto 0;
    border:none;
    background-color: var(--iq-white-light-color);
    padding: 12px 8px;
}
#episodes-pop .current {
    border :5px solid #fff!important;
    background-color :transparent!important;
}
#episodes-pop .flexible-container{
    display:flex;
}
#episodes-pop .not-current{
    justify-content :space-between;
    width :100%;
}
@media (max-width: 1530px) { 
    .episodes{
        width: 111vh;
        height: 594px;
        top: 60px!important;
    }
    #speed-pop {
        top: 61%!important;
    }
}

@media (min-width: 1200px) { 
.col-description{
	font-size: 20px;
}
.episodes{
	width: 111vh;
    height: 594px;
    top:60px;
}
.control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,.d-icon-play-details, #playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
	width:50px;
}
.tb-tr-episode{
	height:60px;
	font-size: 26px;
}
}
@media (min-width: 1024px)  and (max-width: 1200px) { 
.tb-tr-episode{
	height:60px;
	font-size: 24px;
}
.item-episode {
    height: 150px;
}
.col-description{
font-size: 15px;
}
.episodes{
	width: 90vh;
    height: 594px;
    top: 60px!important;
}
#speed-pop {
    top: 61%!important;
}
.control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,.d-icon-play-details, #playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
   width:40px;
}
}
@media (min-width: 920px)  and (max-width: 1024px) { 
    .tb-tr-episode{
        height:60px;
        font-size: 24px;
    }
    .col-description{
        font-size: 14px;
    }
    .item-episode {
        height: 145px;
    }
    .episodes{
        width: 90vh;
        height: 594px;
    }
  
    .control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,.d-icon-play-details, #playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
       width:40px;

    }
    }
@media (min-width: 768px) and (max-width: 920px) { 
.tb-tr-episode{
	height:60px;
	font-size: 22px;
}

.col-description{
	font-size: 13.5px;
}
.episodes-caption {
    font-size: 25px;
}
.item-episode {
    height: 124px;
}
.episodes{
	width: 80vh;
    height: 594px;
}

.control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,.d-icon-play-details, #playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
    width: 35px;
}
.img-episode {
    width: 200px!important;
}
.col-description {
    margin:0 10px!important;
}
}
@media (min-width: 720px) and (max-width: 768px) { 
    .tb-tr-episode{
        height:60px;
        font-size: 22px;
    }
    .episodes-caption {
        font-size: 25px;
    }
    
    .col-description{
        font-size: 13.5px;
    }
    .item-episode {
        height: 124px;
    }
    .episodes{
        width: 90vh;
        height: 594px;
        top: 40px!important;
    }
    #speed-pop {
        top: 55%!important;
    }
    .control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,.d-icon-play-details, #playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
        width: 35px;
    }
    .img-episode {
        width: 200px!important;
    }
    .col-description {
        margin:0 10px!important;
    }
    }
@media (min-width: 480px) and (max-width: 720px) { 
.tb-tr-episode{
	height:60px;
	font-size: 20px;
}
.episodes-caption {
    font-size: 25px;
}
.episodes{
	width: 65vh;
    height: 594px;
    top: 33px!important;
}

.control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,.d-icon-play-details, #playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
    width: 20px;
}
.img-episode {
    width: 200px!important;
}
.col-description {
	font-size: 12px;
    margin:0 10px!important;
}
.item-episode {
    height:105px;
}
}

#playPauseBtn .on{
	display:block;
	
}
#playPauseBtn .off{
	display:none;
	
}
.colImage{
	    text-align: center;
		border: none;
}
.col-description{
    /* padding-top: 22px;
    vertical-align: middle;
    display: block; */
	color:white;
    /* margin:auto; */
    margin: 0 40px;
    text-align: initial;
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 200px; */
    width: 60%;
}

.img-episode {
    /* background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 8rem;
    width: 25rem; */
}
.container-img-episode {
    position :relative;
    padding :0 5px;
    width:40%;
    overflow: hidden;
}


.colEpNumber, .colTitle , .colTimeWatched{
	border:none;
	
}
.colEpNumber{
	width:3%;
	color:white;
}
.colTitle{
	width:60%;
	color:white;
}
.colEpNumber, .colTitle {
	text-align: left;
	
}
.colTimeWatched {
	text-align: right;
	width:15%;
}
.timed-bar{
    width: 100%;
    background-color: #eee;
    overflow: hidden;
}
.span-bar-timed{
	display: block;
    width: 0%;
    background-color: red;
    height: 1px;
}
.block-episodes{
	position: relative;
}
.episodes {
    background-color: #141414;
    overflow-y: scroll;
    position: absolute;
    right: 13px;
    z-index: 9999999999;
    overflow-x: hidden;
    top:120px;
}
#speed-pop{
    background-color: #141414;
    overflow-y: scroll;
    position: absolute;
    right: 13px;
    z-index: 9999999999;
    overflow-x: hidden;
    width: 50vw;
    height: 200px;
    top: 71%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
  overflow: hidden;
  background-color: black;
}
.top-left{
	z-index:9999;
	position: fixed;
}
#myVideo {
     height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.hide{
    display: none;
}

.disable {
    pointer-events:none;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:-webkit-full-screen {
    width: 100%;
    top:0;
    z-index: -100;
    background: none;
}

:-ms-fullscreen {
    width: auto;
    height: auto;
    margin: auto;
}

.time-display,
.duration-display{
    padding:11px;
    color: white;
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.time-display{
    float:left;
}

.duration-display{
    float: right;
}

.live-icon {
    cursor: pointer;
}
.live-icon.live{
    color:red !important;
    pointer-events: none;
    cursor: default;
}

.btn-play-pause, #back-10,#forward-10, #muteBtn, #vol-icon{
    float: left;
    padding:9px 10px;
    cursor: pointer;
    display: flex;
}

.control-icon-layout
 {
    float: right;
    padding:9px 10px;
    cursor: pointer;
}

.btn-fullscreen {
    margin-right: 10px;
}

.volumebar {
    float: right;
    width: 70px!important;
    transition:none;
    -moz-transition:none;
}

.video-controller {
    min-height:150px;
    z-index: 2147483646;
}

.video-controller-fullscreen {
    position: fixed;
    z-index:2147483647;
    width: 100%;
    bottom: 0;
    left: 0;
}

.menu,
.video-controller {
    background-color: black;
}

.menu-item-unselected,
.menu-item-selected{
    font-weight: normal;
    font-size: .9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-item-unselected {
    color: white;
}

.menu-item-over,
.menu-item-selected {
    background-color: white;
    color: black;
}

.menu-sub-menu-title {
    background-color: #191919;
    padding-left: 2px;
    font-weight: bold;
    font-size: 1.0em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.menu-item-selected {
    opacity: .7;
}

.menu ul{
    list-style-type: none;
    padding:0;
    margin:0;
}

.menu li{
    padding:0 10px;
    cursor: pointer;
}

.menu {
    position: absolute;
}

#bitrateMenu .menu-sub-menu-title {
    min-width: 150px;
}

@font-face {
    font-family: 'icomoon';
    src: url("icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-next,
.icon-bitrate {
    font-family: 'icomoon';
    color: white;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) { 
.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-next,
.icon-bitrate {
    font-size: 35px;
}
}
@media (min-width: 920px)  and (max-width: 1200px) { 
.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-next,
.icon-bitrate {
    font-size: 30px;
}
}
@media (min-width: 720px) and (max-width: 920px) { 
.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-next,
.icon-bitrate {
    font-size: 25px;
}
}
@media (min-width: 480px) and (max-width: 720px) { 
.icon-play,
.icon-pause,
.icon-caption,
.icon-mute-off,
.icon-mute-on,
.icon-fullscreen-enter,
.icon-fullscreen-exit,
.icon-tracks,
.icon-next,
.icon-bitrate {
    font-size: 20px;
}
}
.icon-fullscreen-enter:before {
    content: "\e90b";
}
.icon-fullscreen-exit:before {
    content: "\e90c";
}
.icon-play:before {
    content: "\e910";
}
.icon-pause:before {
    content: "\e911";
}
.icon-mute-on:before {
    content: "\e909";
}
.icon-mute-off:before {
    content: "\e918";
}
.icon-caption:before {
    content: "\e901";
}
.icon-bitrate:before {
    content: "\e905";
}
.icon-tracks:before {
    content: "\e90a";
}
.icon-next:before {
    content: "\e917";
}

.seekContainer {
    display: flex;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}
#muteBtn{
    position: relative;
}
input[type="range"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: rotate(270deg);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    height: 14px;
    border: none;
    margin:-47px -23px;
    padding: 1px 2px;
    border-radius: 5px;
    background: #232528;
    box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
    -webkit-box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type="range"]::-moz-range-track {
    border: inherit;
    background: transparent;
}

input[type="range"]::-ms-track {
    border: inherit;
    color: transparent; /* don't drawn vertical reference line */
    background: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: transparent;
}

input[type="range"]::-ms-tooltip {
    display: none;
}

/* thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}
input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}

input[type="range"]::-ms-thumb {
    width: 15px;
    height: 8px;
    border: none;
    border-radius: 2px;
    background-color:rgb(0, 150, 215);
}


.thumbnail-container {
    position: absolute;
    text-align: center;
}

.thumbnail-elem {
    position: relative;
    box-shadow: 0px 0px 0.9em #000000;
    transform-origin: center bottom;
}

.thumbnail-time-label {
    position: relative;
    bottom: 1.8em;
    display: table;
    margin: 0 auto;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.seekbar-complete {
    width: 100%;
    height: 7px;
    margin-top: 16px;
    background: #999a99;
    position: relative;
    overflow: hidden;
	cursor: pointer;
}

.seekbar-buffer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 7px;
    background: lightgray;
	cursor: pointer;
}

.seekbar-play {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 7px;
    background: rgb(211, 1, 1);
}
.video-controller{
position: fixed;
    bottom: 0;
    background: transparent;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

ul#speedListDots,ul#speedList {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0px 30px;
    position: relative;
   
}
ul#speedList {
    padding-top: 25px;
}
ul#speedListDots span.dot {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border:1px solid;
}

ul#speedListDots li,ul#speedList li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: circle;
    background-color: transparent;
    /* padding: 0 0.75em; */
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
}



ul#speedListDots li:first-child,ul#speedList li:first-child{
    padding-left: 0;
}

ul#speedListDots li:last-child,ul#speedList li:last-child {
    padding-right: 0;
}

ul#speedListDots:after {
    content: '';
    border-bottom: 1px solid #fff;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 90%;
}
ul#speedListDots li span {
    cursor:pointer;
}
ul#speedListDots li span.checked {
    border: 5px solid #141414;
    outline-width: 3px;
    outline-style: solid;
    outline-color: #fff;
}
ul#speedList sup {
    top: -0.19em;
    margin-left: 7px;
}
@media(max-width: 1250px) { 
    ul#speedListDots:after {
        width: 87%;
    }
}
@media(max-width: 930px) { 
    ul#speedListDots:after {
        width: 84%;
    }
    ul#speedListDots li, ul#speedList li {
        font-size: 15px;
    }
}
@media(max-width: 755px) { 
    ul#speedListDots:after {
        width: 79%;
    }
    ul#speedListDots li, ul#speedList li {
        font-size: 11px;
    }
}
@media(max-width: 585px) { 
    ul#speedListDots:after {
        width: 75%;
    }
}
.control-icon-layout > svg:hover, #btnBack>svg:hover, .d-icon-back-ep svg:hover,  #playPauseBtn >svg:hover, #back-10 >svg:hover, #forward-10> svg:hover, #iconMute:hover
{
    -webkit-transform: scale(1.25);
     transform: scale(1.25); 
}
.control-icon-layout > svg,#btnBack>svg,.d-icon-back-ep svg,#playPauseBtn >svg, #back-10 >svg, #forward-10> svg ,#iconMute{
    transition: transform .1s; 

 }