.series_player, .series_player * {
  box-sizing: border-box;
}
.series_player {
  display: flex;
  margin-bottom: 30px;
  min-height: min-content;
}
.series_player-container {
  flex-grow: 1;
  flex-shrink: 1;

}
.series_player-embed {
  padding-top: 56.25%;
  position: relative;
}
.series_player-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.series_player-list {
  min-width: 320px;
  background-color: #141A32;
  position: relative;
}
.series_player-top {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 10px;
}
.series_player-list select {
  border-radius: 4px;
  padding-left: 40px !important;
  padding-right: 48px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9'%3E%3Cpath fill-rule='evenodd' fill='%23ACACAC' d='M6.473 9.001a1.09 1.09 0 0 1-.793-.347L.297 2.983a1.225 1.225 0 0 1 0-1.67 1.08 1.08 0 0 1 1.586 0l4.59 4.835 4.59-4.835a1.08 1.08 0 0 1 1.585 0 1.225 1.225 0 0 1 0 1.67L7.266 8.654a1.09 1.09 0 0 1-.793.347Z'/%3E%3C/svg%3E") !important;
  background-position: right 18px center !important;
  background-size: 13px auto !important;
  color: #fff;
  height: 46px;
  background-color: #1E2542 !important;
  border: 0;
  background-repeat: no-repeat;
  appearance: none;
  width: 100%;
  font-family: inherit;
}
.series_player-list label {
  padding: 0;
  flex-grow: 1;
  position: relative;
}
.series_player-list label:before {
  position: absolute;
  left: 18px;
  top: 50%;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14'%3E%3Cpath fill-rule='evenodd' fill='%2300D0FF' d='M1.688 5.382C.756 5.382 0 6.107 0 7c0 .893.756 1.618 1.688 1.618.931 0 1.687-.725 1.687-1.618 0-.893-.756-1.618-1.687-1.618Zm0 5.394c-.932 0-1.688.725-1.688 1.618 0 .893.756 1.618 1.688 1.618.931 0 1.687-.725 1.687-1.618 0-.893-.756-1.618-1.687-1.618Zm0-10.788C.756-.012 0 .713 0 1.606 0 2.5.756 3.224 1.688 3.224c.931 0 1.687-.724 1.687-1.618 0-.893-.756-1.618-1.687-1.618ZM6.75 2.685h10.125c.621 0 1.125-.483 1.125-1.048 0-.566-.503-1.11-1.125-1.11H6.75c-.622 0-1.125.484-1.125 1.049s.503 1.109 1.125 1.109Zm10.125 3.236H6.75c-.622 0-1.125.482-1.125 1.079s.504 1.079 1.125 1.079h10.125C17.496 8.079 18 7.596 18 7s-.503-1.079-1.125-1.079Zm0 5.394H6.75c-.621 0-1.125.483-1.125 1.079s.504 1.079 1.125 1.079h10.125c.621 0 1.125-.483 1.125-1.079s-.503-1.079-1.125-1.079Z'/%3E%3C/svg%3E");
  width: 18px;
  height: 14px;
  margin-top: -7px;
}
.series_player-list ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 66px;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  color: #8DA0BC;
}
.series_player-list ul li:nth-child(odd){
  background-color: #11162B;
}
.series_player-list li {
  display: flex;
  padding: 14px 5px;
  align-items: center;
}
.series_player-list .epname {
  flex-grow: 1;
  color: #fff;
  font-size: 1.1em;
  padding: 0 8px;
}
.series_player-list li .link{
  display: block;
  padding: .25em .5em;
  border-radius: 5px;
  background-color: #1E2542;
  margin-left: 4px;
  font-size: .85em;
  color: #ACACAC;
  font-weight: 500;
}
.series_player-list li a.link:hover,
.series_player-list li span.link:not(.active):hover{
    background-color: #262f54;
    color: #fff;
    cursor: pointer
}
.series_player-list li span.link.active{
  background-color: #0F79AF;
  color: #fff;
}

@media(max-width:1199px){
  .series_player-list li .link {
    line-height: 48px;
  }
}
@media(max-width:767px){
  .series_player {
    display: block;
  }
  .series_player-list {
    width: 100%;
    min-width: 280px;
  }
  .series_player-list label,
  .series_player-list ul {
    position: relative;
    top: 0;
  }
  .series_player-list ul {
    max-height: 360px;
  }
  .series_player-embed {
    padding-top: 65%;
  }
}

.lang-select {
  position: relative;
}

.lang-select-btn {
  padding: 0 40px 0 13px;
  height: 46px;
  width: 78px;
  color: #fff;
  cursor: pointer;
  background-color: #1E2542;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9'%3E%3Cpath fill-rule='evenodd' fill='%23ACACAC' d='M6.473 9.001a1.09 1.09 0 0 1-.793-.347L.297 2.983a1.225 1.225 0 0 1 0-1.67 1.08 1.08 0 0 1 1.586 0l4.59 4.835 4.59-4.835a1.08 1.08 0 0 1 1.585 0 1.225 1.225 0 0 1 0 1.67L7.266 8.654a1.09 1.09 0 0 1-.793.347Z'/%3E%3C/svg%3E");
  background-position: right 17px center;
  background-size: 13px auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  transform: none !important;
  border: 0 !important;
}

.lang-select img {
  width: 24px;
}
.lang-select-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 5px;
  background-color: #1E2542;
  border: 1px solid #75747A;
  z-index: 10;
  width: 100%;
  border-radius: 5px;
}
.lang-select-menu a {
  display: block;
  background-color: 5px;
  border-radius: 3px;
  padding: 4px;
  text-align: center;
}
.lang-select-menu a img {
opacity: .5;
}
.lang-select-menu a:hover img {
opacity: .75;
}
.lang-select-menu a.active img {
opacity: 1;
}

.open .lang-select-menu {
  display: block;
}
