::-webkit-scrollbar {
  width: 5px;
  transition: all 300ms linear;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  opacity: 0.5;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; 
}

::-webkit-scrollbar:hover  {
  width: 10px;
}

.sup {
	width: 100%;
    height: 1019px;
    border: none;
}

.tv .icon {
    padding: 0 20px;
}

.tv .icon i {
    vertical-align: super;
}

.lgnNot .alert {
    font-size: 11px;
}

.small_text {
    font-size: 10PX;
    margin: 10px 0;
}

.s_button {
    float: right;
    margin: 10px;
}

.file {
    margin: 10px 0;
}
.s_alert {
    font-size: 12px;
}

.tv_wizard {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.tv_wizard img {
    width: 150px;
}

a.full_page {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 22;
    height: 100%;
}
.speed-test {
    position: relative;
}
.speed-again {
  display: none;
  text-align: center;
  margin: 50px;
}
.speed-again a {
    border: solid 1px #a27ce6;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #a27ce6;
    color: white;
    transition: all 0.1s ease-in;
}

.speed-again a:hover {
  background: #3e70aa;
  border: solid 1px #3e70aa;
  color: white;
}

.speed-test .button {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
  font-family: "Segoe UI";
  letter-spacing: 1px;
}
.speed-test .button:before {
  border-radius: 100px;
  border: 2px solid #468cdc;
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.15), 0 0 15px rgba(0, 255, 204, 0.15) inset;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 110px;
  width: 110px;
 margin-left: -55px;
 margin-top: -55px;
  opacity: 1;
  transform: scale(1);
  transition: all 300ms;
}
.speed-test .button:hover:before {
  transform: scale(1.05);
}
.speed-test .button.circle {
    background: #a27ce6;
    border: none;
    border-radius: 900px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-weight: 600;
    position: relative;
    margin: auto;
    transition: 0.5s;
}
.speed-test .button.circle:hover {
  background: #3e70aa;
  padding: -2px;
}

.speed-meter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speed-meter .results {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.speed-meter .num {
    display: flex;
}
.speed-meter .results.left .num {
    justify-content: flex-end;
}
.speed-meter .num i {
    color: #a27ce6;
    font-size: 30px;
}

.speed-meter .num .mbps {
    font-size: 20px;
    margin-left: 10px;
}
.speed-meter .results.left .num .mbps {
    font-size: 20px;
    margin-right: 10px;
}
.speed-meter .results .download {
    border: solid 1px #8080804f;
    padding: 5px 10PX;
    width: 150px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.speed-meter .results .upload {
    border: solid 1px #8080804f;
    padding: 5px 10PX;
    width: 150px;
    border-radius: 5px;
}
.speed-meter .speedometr {
  position: relative;
  height: 100px;
  width: 200px;
  margin: 0 50px;
}

.speed-meter .speedometr .scale {
  position: absolute;
  border: 3px solid red;
  width: 65px;
  height: 15px;
  border-radius: 100% 100% 0 0;
  border-bottom: none;
}

.speed-meter .speedometr .scale.low {
  top: 10px;
  left: -30px;
  border-color: #e74c3c;
  transform: rotate(-50deg);
  transform-origin: top right;
}

.speed-meter .speedometr .scale.middle {
  left: calc(50% - 37px);
  border-color: #f1c40f;
}

.speed-meter .speedometr .scale.hight {
  top: 10px;
  right: -30px;
  transform: rotate(50deg);
  transform-origin: top left;
  border-color: #2ecc71;
}

.speed-meter .speedometr .arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 66px;
  border: 1px solid;
  border-color: #2c3e50;
  border-radius: 100% 100% 0 0;
  background-color: black;
  transform: rotate(-75deg);
  transform-origin: bottom center;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
}
.speed-meter .speedometr .arrow:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-color: #2c3e50;
  border-radius: 100%;
  position: absolute;
  bottom: -1px;
  left: -6px;
}

.speed-server {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.speed-server .speed-progress {
    width: 90%;
}

.speed-server .server {
    position: relative;
}

@media(max-width: 700px) {
  .sp {
    position: relative;
  }
  .speed-meter {
    margin-top: 100px;
    justify-content: space-around;
  }
  .speed-meter .speedometr {
    top: 0;
    position: absolute;
  }
}

.conn .xh {
  float: left;
    color: #808080;
    font-size: 10px;
}


.conn .xhr {
    float: right;
    color: #808080;
    font-size: 10px;
}
.speed-server .server i{
    font-size: 35px;
    color: gray;
}

.support small {
    font-size: 10px;
}

.s_404 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s_404 i {
    font-size: 60px;
    color: #a27de6;
}

hr {
  border: 0;
  height: 1px;
  width: 90%;
  position: relative;
  margin: 30px auto;
}

hr.center-ball {
  background: #a27ce6;
}

hr.center-ball:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a27ce6;
  display: inline-block;
  border: 2px solid #a27ce6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 50%;
  margin: 0 0 0 -3px;
}

.s_message {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 15px;
    padding: 0;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    transition: all 0.2s ease-in;
}
.s_message:hover {
    border: solid 1px #a27ce6;
}
.s_message.admin {
    border: 1px solid #02a9e0;
}

.s_message.admin:hover {
    border: solid 1px #e67c7c;
}
.admin .s_auth {
    background-color: #F2F9FF;
}
.s_auth {
    background-color: #f5f5f5;
    padding: 12px 15px;
    font-size: 12px;
    left: 0;
}

.s_auth span {
    color: #808080c2;
}

.s_m {
  padding: 12px 15px
}
.home {
    color: black;
}
.home p {
    font-size: 10px;
    color: #53a5c9
}

.detail {
    margin-left: 180px;
    margin-bottom: 40px;
}

.detail h4 {
    margin: 0;
}
.user_pic {
    position: absolute;
    bottom: -20px;
    z-index: 2;
    width: 125px;
}

.web-tv {
    display: flex;
    justify-content: center;
}

.web-tv .cat {
    display: flex;
    flex-direction: column;
    width: 100%;
	height: 666px;
    overflow-y: scroll;
}


.web-tv .cat channel {
    padding: 5px 5px;
    font-size: 16px;
    transition: all 0.1s ease-in;
}

.web-tv .cat channel a {
    width: 100%;
    display: block;
}
.web-tv .cat channel p {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 10px;
    line-height: 2.5;
}
.web-tv .cat img {
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    /* border-radius: 50%; */
    /* border: 2px solid #fff; */
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    margin-right: 5px;
}
.web-tv .cat channel:hover {
    background-color: #8080801a;
    color: #1ab1e3;
}

.web-tv .cat channel.active {
    background-color: #8080801a;
    color: #1ab1e3;
}

.web-tv .inbox-widget .inbox-inner .inbox-item-info {
    margin-left: 5px;
    position: relative; 
}

.web-tv.epg {
    flex-direction: column;
    overflow-y: scroll;
}

.web-tv-sc.fixed {
  z-index: 9;
    position: fixed;
    top: 83px;
    left: 11px;
    width: 356px;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 15px;
    border: none;
    height: 85%;
    overflow: hidden;
}

.epg-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0px;
    position: relative;
}
.epg-item .title {
    font-size: 14px;
    color: #37474f;
    font-weight: 600;
}
.epg-item .desc {
    color: #616161;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epg-item .time {
    font-size: 12px;
    color: #1ab1e3;
}
.slash {
  stroke-dashoffset: 400;
  stroke-dasharray: 395;
  stroke: #fff;
}

.fill,
#bg,
.letter {
  opacity: 0;
}

svg {
  animation: blink 5s linear infinite;
  transition: all 300ms linear;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 100%;
  max-width: 300px;
}

.loader-svg {
  transition: all 300ms linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #191f28;
}

.black-body {
    background-color: #191f28;
    overflow-x: hidden;
}
.con_streams {
    justify-content: center;
}

.con_streams .card {
    border: none;
}
.con_streams .live {

    padding: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.con_streams .live i {
    padding: 25px;
    font-size: 50px;
    transition: all 0.1s ease-in;
}

.con_streams .live:hover{
    padding: 25px;
}

.con_streams .live:hover i{
    font-size: 60px;
    padding: 20px;
}

.con_streams .live h5 {
    margin: 0;
}

.grayScreen {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #0000008c;
}

.cs-loader {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99;
}

.cs-loader-inner {
transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}

.cs-loader-inner label {
font-size: 12px;
    opacity: 0;
    display: inline-block;
    color: #a27ce6;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}


.tv_sec h4 {
    margin: 0 !important;
    font-size: 15px;
}

.tv_sec {
    border: none;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in;
    background: transparent;
}
.pointer {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.tv_sec .pointer:hover  {
    background: linear-gradient(
45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.tv_sec .profile_state li {
    border:none !important;
}

.player {
    background: #fff0;
    border:none;
}

 
.movie_box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
}

.movie_box .movie {
  transition: transform .3s;  
  cursor: pointer;
    background-position-y: 6px;
    background-size: 100%;
    position: relative;
}

.movie_box .movie p {
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #000000bd;
    color: white;
    padding: 10px;
    font-size: 10px;
    width: 100%;
}
.movie_box .movie:hover {
  transition: transform .3s;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);  
  transform: scale(1.2);
  z-index: 9;
}
.movie_box .movie:hover  .movie_box .movie {
  opacity: 0.4;
}

.movie_box img {
    border-radius: 2px;
    height: 270px;
    width: 200px;
    object-fit: cover;
}
.load_more {
    margin: 50px;
}

#watch_movie {
    width: 100%;
    height: 100vh;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

#watch_movie .watch_movie .watch_meta {
    display: none;
    position: relative;
    align-items: center;
    color: #dc0000;
    background-color: black;
    padding: 10px;
    background: rgb(2,0,36);
    background: linear-gradient(

180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
    padding: 30px;
    z-index: 1;
}
#watch_movie .watch_movie .watch_meta .watch_meta_flex {
    display: flex;
    align-items: center;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex  #watch_name {
    font-size: 25px;
    font-weight: 500;
    margin-left: 25px;
    color: white;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex #go_back {
    cursor: pointer;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex #go_back i {
    color: white;
    font-size: 50px;
    margin-top: 10px;
}

#watch_movie  #watch_media_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#watch_movie #watch_media_player video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
@media only screen and (max-width: 600px) {
    .con_streams.row {
        flex-direction: column;
        align-items: center;
    }

    .movie_box  .box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }

  .movie_box .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 2100px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 1900px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}
@media(max-width: 1600px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 1200px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 900px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 800px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 700px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

@media(max-width: 500px) {
  .movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;    
  }

  .movie_box  .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);  
    transform: scale(1.2);
  }
}

.search {
    margin-bottom: 0 !important;
}
.search input {
    border-radius: 5px;
    position: relative;
    padding: 10px 18px 10px 40px !important;
    margin: 0 !important;
    color: black !important;
}

.search i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: black !important;
}
.ope {
    background: none !important;
    border: none !important;
    padding: 10px;
}
#movie_streams {
    position: relative;
}
#search_streams {
    position: absolute;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 25px;
    border-radius: 10px;
}
.meta div {
    color: black;
    padding: 0px 0 15px;
} 

.meta div input {
  height: 40px;
    float: left;
    width: 50%;
    margin-right: 10px;
}

.w_title {
  color: #1c1c1c;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w_badge {
      font-size: 10px !important;
}

.w_time {
  font-size: 8px !important;
}

.m-l-15, .navbar-nav li.notifications .media .media-body {
    margin-left: 0 !important;
}

.num-but {
  border-width: 2px;
    font-weight: 400;
    font-size: .8571em;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    border-radius: .1875rem;
    padding: 0 !important;
    cursor: pointer;
    background-color: #888;
    color: #fff;
    transform: scale(0.6);
    padding: 5px !important;
}
.number {
  font-size: 16px !important;
}
.number span {
  font-size: 22px !important;
}

.sec-item {
  top: 0;
  float: right;
  position: absolute;
  right: 0;
}

.tagsinput-area {
  border: solid 1px #8080804a;
  border-radius: 5px;
}

.demo-tagsinput-area p {
  font-size: 10px;
}
 
#admin_del_que {
  position: absolute;
  top: 10px;
  right: 10px;
}
#admin_upd_que {
  position: absolute;
  top: 10px;
  right: 60px;
  padding: 5px 12px;
}

.black {
  color: black !important;
}

.meta .btn {
  margin: 0 !important;
}


form .dropdown-menu {
  min-height: 100px !important;
}

.ms-selectable{
  position: relative;
}

.ms-selectable::before {
    content: 'Paketinize EkleyebileceÄŸiniz Ä°Ã§erikler';
    display: block;
    position: absolute;
    top: -25px;
    color: #607D8B !important;
}

.ms-selection {
  position: relative;
}

.ms-selection::before {
    content: 'Paketinizde Bulunan Ä°Ã§erikler';
    display: block;
    position: absolute;
    top: -25px;
    color: #607D8B !important;
}

.bar {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    z-index: 99;
}
.bar .info {
  color: white;
}
.loader-bar {
  width: 0%;
    margin: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 25px;
    height: 2px;
    background: #FFF;
    z-index: 9999;
    margin-bottom: 50px;
}

.pad {
   margin: 0 15px;
}

#call_mail {
  font-size: 12px;
}
@keyframes blink{
  0%{opacity: 1;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}
.text-right div {
  margin-bottom: 10px;
}

.clear {
position: fixed;
top: -999999px;
}

.wizard > .content {
	overflow-y: scroll !important;
}

.sweet-alert p {
    line-height: unset !important;
}

.search-p {
    width: 344px;
    float: right;
    margin-bottom: 43px !important;
}

#nodata {
    text-align: center;
    font-size: 25px;
}

#paymentTableNew tr {
	background: #ffeb3b69;
}

.pay_area {
	display: flex;
    align-items: center;
}

.pay_or {
	font-size: 10px;
    padding: 0 10px;
}

.pay_scc {
	background: antiquewhite;
}
#epg-data {
max-height: 221px;
    overflow: hidden;
    overflow-y: scroll;
    justify-content: flex-start;
}

.movie_stream-info #watch_media_player video {
    width: 100%;
}

video[poster]{
    cursor: pointer;
}
.link-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.web-tv .description {
    color: black !important;
}

.scroll-bod {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
}

.scroll-bod::-webkit-scrollbar {
  width: 10px;
  background: #6f42c1;
}


.scroll-bod::-webkit-scrollbar-thumb{
  background: #6f42c1;
}

.scroll-bod::-webkit-scrollbar-thumb:hover {
  background: #6f42c1;
}

.wizard > .content::-webkit-scrollbar {
  width: 10px;
  background: #6f42c1;
}


.wizard > .content::-webkit-scrollbar-thumb{
  background: #6f42c1;
}

.wizard > .content::-webkit-scrollbar-thumb:hover {
  background: #6f42c1;
}

.loader-svg-trans {
    display: none;
    transition: all 300ms linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #191f28cc;
}

.movie_stream-info hr {
  background-color: #00000033;
}

#series_episodes_cat .cat a {
  padding: 10px 11px;
}

#series_episodes_cat .cat channel {
  padding: 0;
  font-size: 15px;
}

#series_media_player video {
  width: 100%;
}
