.reward-top .reward-time {
  height: 62px;
  background-color: #0c0d10;
  width: 100%;
  display: flex;
  padding: 22px;
  border-left: 4px solid #f77e0b;
  margin: 20px 0px 40px 0px;
}
.reward-top .reward-time .reward-time-image {
  margin-right: 10px;
}
.reward-top .reward-time .reward-time-image img {
  width: 30px;
  height: 30px;
  margin-top: -6px;
}
.reward-top .reward-time .reward-time-content {
  color: #8e8e8e;
}
.reward-top .reward-time .reward-time-content span {
  color: #ffffff;
  font-weight: bold;
}
.reward-top .reward-today {
  margin-bottom: 20px;
}
.reward-top .reward-today .reward-today-content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
}
.reward-top .reward-today .reward-today-content i {
  margin-right: 15px;
  color: #999999;
}
.reward-top .reward-today .reward-today-content .today-bold {
  font-weight: bold;
  margin-left: 15px;
}
.reward-top .reward-today .reward-today-content .today-bold1 {
  color: #00b1ff;
}
.reward-top .reward-today .reward-today-content .today-bold2 {
  color: #0bf72a;
}
.reward-content {
  margin-top: 50px;
}
.reward-content .reward-rank {
  display: flex;
}
.reward-content .reward-rank .reward-rank-image {
  margin-right: 15px;
}
.reward-content .reward-rank .reward-rank-image img {
  width: 24px;
  height: 24px;
  margin-top: -10px;
}
.reward-content .reward-rank .reward-rank-content {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.reward-content .reward-rank .reward-rank-content .p_des {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #8e8e8e;
}
.reward-content .reward-rank .reward-rank-content p {
  margin: 2px 0px;
}
.reward-content .reward-list ul {
  margin: 0;
  padding: 0;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.reward-content .reward-list ul li {
  list-style: none;
  height: 58px;
  margin: 20px 10px 10px 0px;
  padding: 14px 18px 14px 17px;
  border-radius: 4px;
  background-color: #0c0d10;
  display: flex;
  border-bottom: 3px solid transparent;
}
.reward-content .reward-list ul li .number {
  width: 30px;
  height: 30px;
  margin: 0 16px 0 0;
  padding: 6px;
  background-color: #22232c;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.reward-content .reward-list ul li .number1 {
  background-color: #faae2c;
}
.reward-content .reward-list ul li .number2 {
  background-color: #2a76e8;
}
.reward-content .reward-list ul li .number3 {
  background-color: #02ac0d;
}
.reward-content .reward-list ul li .phone {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-top: 6px;
}
.reward-content .reward-list ul li .point {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-left: auto;
  padding-top: 6px;
}
.reward-content .reward-list ul li:nth-child(20) {
  -webkit-column-break-after: always;
  break-after: always;
}
.reward-content .reward-list ul li:nth-child(40) {
  -webkit-column-break-after: always;
  break-after: always;
}
.reward-content .reward-list ul li.active {
  border-bottom: 3px solid #f56b27;
}
.reward-header {
  display: flex;
}
.reward-header .reward-rule {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: normal;
  color: #8e8e8e;
  margin-top: 18px;
  text-decoration: none;
  text-align: right;
}
.reward-header .reward-rule:last-child {
  color: #8e8e8e;
  margin-left: 20px;
}
.reward-header .reward-rule:hover {
  text-decoration: underline;
}
.reward-header .reward-info {
  margin-left: auto;
}
.popup-promotion-web {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 99;
  display: block;
}
.popup-promotion-web .close-popup-promotion {
  position: absolute;
  right: 0px;
  top: 2px;
  cursor: pointer;
}
.popup-promotion-web img {
  width: 80px;
}
.popup-promotion-wap {
  width: 100%;
  position: fixed;
  bottom: -3px;
  left: 0px;
  z-index: 99;
  display: block;
}
.popup-promotion-wap .close-popup-promotion {
  position: absolute;
  right: 9px;
  top: 2px;
  cursor: pointer;
}
.popup-promotion-wap img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .reward-content .reward-list ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .reward-content .reward-list ul li:nth-child(20) {
    -webkit-column-break-after: avoid;
    break-after: avoid;
  }
  .reward-content .reward-list ul li:nth-child(40) {
    -webkit-column-break-after: avoid;
    break-after: avoid;
  }
  #account2 {
    padding: 0px 20px;
  }
  .reward-header {
    display: block;
    text-align: center;
  }
  .reward-content .reward-rank .reward-rank-content {
    margin-top: -20px;
  }
  .reward-header .reward-rule {
    text-align: center;
  }
}
.thumb .content-special:before {
  height: 0px;
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('../../../themes/cliptv/fonts/helvetica-neue/Helvetica-Bold.ttf') format('truetype');
}
.thumb_top {
  width: 19.5%;
}
.thumb_top .text-rank-item {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.thumb_top .text-rank-item .rank-img {
  width: 80%;
}
.thumb_top .content {
  transition: transform 0.5s;
  /* Animation */
  left: 23%;
  z-index: 2;
  right: 10px;
  top: -10px;
  background-size: 100% 100%;
}
.thumb_top .caption h4 {
  padding: 0px 10px;
}
.thumb_top:hover .content {
  transform: scale(1.1);
}
.thumb_top_10 {
  width: 22%;
}
.thumb_top_10 .text-rank-item {
  bottom: 30px;
  left: -30px;
}
.thumb_top_10 .rank-ten {
  left: -25px;
}
.thumb_top_10 .content {
  left: 32%;
  bottom: 8%;
}
.clip-box-content-top .swiper-container {
  overflow: inherit;
}
.mrb-40 {
  margin-bottom: -10px;
}
.box-slide {
  position: relative;
}
.box-slide .button-mute {
  z-index: 9999;
  display: block;
  position: absolute;
  top: 48%;
  right: 10%;
}
.modal {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  /*opening speed*/
  -o-transition: all 0.4s linear;
  /*opening speed*/
  transition: all 0.4s linear;
  /*opening speed*/
}
.modal.in {
  opacity: 1;
  transform: scale(1);
  /*size of the div to scal after .in class attached on opening modal*/
}
.thumb .thumb-hover {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s linear;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -40%;
  width: 180%;
  background-color: #121212;
  border-radius: 4px;
  z-index: 99;
}
.thumb .thumb-hover .button-mute {
  position: absolute;
  bottom: 40%;
  right: 20px;
}
.thumb .thumb-hover .trailer-button {
  display: flex;
  padding: 30px 20px;
  background-color: #121212;
}
.thumb .thumb-hover .trailer-button .button-view-now {
  padding: 5px 0px;
  width: 137px;
  height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin-right: 12px;
  color: #262626;
  font-weight: 500;
}
.thumb .thumb-hover .trailer-button .button-view-now img {
  width: 30px;
  height: 30px;
}
.thumb .thumb-hover .trailer-button .button-favorite {
  padding: 5px 0px;
  width: 137px;
  height: 40px;
  text-align: center;
  background: rgba(203, 204, 203, 0.4);
  border-radius: 4px;
}
.thumb .thumb-hover .trailer-button .button-favorite img {
  width: 30px;
  height: 30px;
}
.thumb .thumb-hover .trailer-button .button-favorite:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #262626;
  font-weight: 500;
}
.thumb .thumb-hover .trailer-button .button-info {
  margin-left: auto;
  background: url('../img/icon/list.png');
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  vertical-align: middle;
}
.thumb .thumb-hover .trailer-info {
  background-color: #121212;
  padding: 0px 20px 20px 20px;
}
.thumb .thumb-hover .trailer-info span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 0px 5px;
}
.thumb .thumb-hover .trailer-info .trailer-rate i {
  color: #FE9700;
}
.thumb .thumb-hover .image-preview img {
  width: 100%;
}
.thumb:hover .thumb-hover {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}
.thumb .thumb-hover-show {
  width: 140%;
  left: -20%;
  top: -110%;
}
#video-trailer .jw-controlbar {
  display: none;
}
.clip-icon2-add {
  background: url('../img/icon/favorite.png');
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  vertical-align: middle;
}
.clip-icon2-add:hover {
  background: url('../img/icon/favorite_h.png');
}
.clip-icon2-check {
  background: url('../img/icon/favorite_a.png');
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  vertical-align: middle;
}
.clip-icon2-check:hover {
  background: url('../img/icon/favorite_a_h.png');
}
.clip-favorite-add {
  background: url('../img/icon/icon-plus-sign.png');
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.clip-favorite-add:hover {
  background: url('../img/icon/icon-plus-sign_h.png');
}
.clip-favorite-check {
  background: url('../img/icon/icon-plus-sign_h.png');
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.clip-favorite-check:hover {
  background: url('../img/icon/icon-plus-sign.png');
}
.button-share-info {
  background: url('../img/icon/share.png');
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  vertical-align: middle;
}
.button-share-info:hover {
  background: url('../img/icon/share_h.png');
}
.icon-rate img {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}
#film-detail .modal-dialog {
  overflow-y: initial;
  width: 960px;
  border-radius: 16px;
}
#film-detail .modal-content {
  max-height: calc(100vh - 4px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px;
  background-color: #141414;
}
#film-detail .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: #F5F5F5;
}
#film-detail .modal-content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#film-detail .modal-content::-webkit-scrollbar-thumb {
  background-color: #141414;
}
#film-detail .modal-header {
  padding: 0px!important;
}
#film-detail .modal-header .close {
  position: fixed;
  z-index: 99;
  top: 20px!important;
  right: 30px!important;
}
#film-detail .modal-header .image-preview {
  position: relative;
}
#film-detail .modal-header .image-preview img {
  width: 100%;
}
#film-detail .modal-header .image-preview:after {
  content: "";
  width: 100%;
  height: 60vh;
  bottom: 0;
  right: 0;
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, #141414 0%, rgba(11, 11, 11, 0) 100%);
}
#film-detail .modal-header #video-trailer {
  position: relative;
}
#film-detail .modal-header #video-trailer img {
  width: 100%;
}
#film-detail .modal-header #video-trailer:after {
  content: "";
  width: 100%;
  height: 60vh;
  bottom: 0;
  right: 0;
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, #141414 0%, rgba(11, 11, 11, 0) 100%);
}
#film-detail .modal-header .list-action-info {
  display: flex;
  padding: 0px 46px;
  margin-top: -60px;
  z-index: 9999;
  position: relative;
}
#film-detail .modal-header .list-action-info .content-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 49px;
  color: #FFFFFF;
  text-align: left;
}
#film-detail .modal-header .list-action-info .button-mute {
  margin-left: auto;
  cursor: pointer;
}
#film-detail .modal-body {
  padding: 0px 46px;
  color: #FFFFFF;
}
#film-detail .modal-body .list-button-info {
  display: flex;
  margin: 25px 0px;
}
#film-detail .modal-body .list-button-info .button-rate {
  margin: 0px 15px;
  cursor: pointer;
}
#film-detail .modal-body .list-button-info .button-share-info {
  cursor: pointer;
  margin: 0px 10px;
}
#film-detail .modal-body .list-info-description {
  display: flex;
  border-bottom: 1px solid #3C3C3C;
}
#film-detail .modal-body .list-info-description .list-info-left {
  margin-right: 20px;
  width: 70%;
}
#film-detail .modal-body .list-info-description .list-info-left .info-top10 {
  position: relative;
}
#film-detail .modal-body .list-info-description .list-info-left .info-top10 span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 2px;
  margin-left: 15px;
  color: #FFFFFF;
}
#film-detail .modal-body .list-info-description .list-info-left .info-detail {
  margin: 20px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
#film-detail .modal-body .list-info-description .list-info-left .clip-icon-dot {
  margin: 0px 6px;
}
#film-detail .modal-body .list-info-description .list-info-left .fa-star {
  color: #FE9700;
  margin-left: 3px;
}
#film-detail .modal-body .list-info-description .list-info-right {
  width: 30%;
}
#film-detail .modal-body .list-info-description .list-info-right .button-view-now {
  background: linear-gradient(45deg, #F5841F 2.66%, #FFC233 97.34%);
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 8px 0px;
}
#film-detail .modal-body .list-info-description .list-info-right .list-actor {
  margin: 20px 0px;
}
#film-detail .modal-body .list-info-description .list-info-right .list-actor span {
  color: #979899;
}
#film-detail .modal-body .list-info-description .list-info-right .list-actor a {
  color: #ffffff;
}
#film-detail .modal-body .list-info-description .list-info-right .list-actor a:hover {
  color: #F5841F;
}
#film-detail .modal-body .list-info-description .list-info-right .list-director {
  margin: 20px 0px;
}
#film-detail .modal-body .list-info-description .list-info-right .list-director span {
  color: #979899;
}
#film-detail .modal-body .list-info-description .list-info-right .list-director a {
  color: #ffffff;
}
#film-detail .modal-body .list-info-description .list-info-right .list-director a:hover {
  color: #F5841F;
}
#film-detail .modal-body .list-info-description .list-info-right .progress-custom {
  height: 2px;
  margin-bottom: 15px;
}
#film-detail .modal-body .list-info-description .list-info-right .progress-custom .progress-bar {
  background-color: #F5841F;
}
#film-detail .modal-body .playlist .playlist-top-title {
  display: flex;
}
#film-detail .modal-body .playlist .playlist-top-title .playlist-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 30px 0px 20px 0px;
}
#film-detail .modal-body .playlist .playlist-top-title .playlist-list {
  width: 111px;
  height: 36px;
  background: rgba(0, 0, 0, 0.4);
  border: 0.5px solid #808080;
  border-radius: 4px;
  padding: 7px;
  margin-top: 30px;
  margin-left: auto;
}
#film-detail .modal-body .playlist .playlist-video {
  border-bottom: 1px solid #323232;
  padding-bottom: 40px;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item {
  cursor: pointer;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #323232;
  padding: 20px 0px 20px 30px;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-rank {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 25px;
  width: 5%;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-image {
  padding: 0px 20px;
  position: relative;
  width: 25%;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-image img {
  width: 160px;
  height: 90px;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-image:after {
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  right: 0;
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, #141414 0%, rgba(11, 11, 11, 0) 100%);
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-info {
  width: 70%;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-info .playlist-top {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-info .playlist-top .playlist-title-left {
  color: #ffffff;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-info .playlist-top .playlist-title-right {
  color: #CBCCCB;
  margin-left: auto;
  font-size: 14px;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item .playlist-info .playlist-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #979899;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item:last-child {
  border-bottom: none;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item:hover .playlist-rank,
#film-detail .modal-body .playlist .playlist-video .playlist-item.active .playlist-rank {
  color: #FE9700 !important;
}
#film-detail .modal-body .playlist .playlist-video .playlist-item:hover .playlist-title-left,
#film-detail .modal-body .playlist .playlist-video .playlist-item.active .playlist-title-left {
  color: #FE9700 !important;
}
#film-detail .modal-body .playlist-all {
  background: url('../img/icon/more.png');
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 32px;
  vertical-align: middle;
  top: 30%;
  left: 40%;
  cursor: pointer;
  float: right;
  margin-top: -25px;
  margin-right: 35px;
}
#film-detail .modal-body .playlist-all-suggest {
  background: url('../img/icon/more.png');
  width: 48px;
  height: 48px;
  line-height: 32px;
  vertical-align: middle;
  top: 30%;
  left: 40%;
  cursor: pointer;
  display: block;
  margin: 10px auto;
}
#film-detail .modal-body .playlist-play {
  position: absolute;
  background: url('../img/icon/pause.png');
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  vertical-align: middle;
  top: 30%;
  left: 40%;
  cursor: pointer;
}
#film-detail .modal-body .playlist-play:hover {
  background: url('../img/icon/play-video.png');
}
#film-detail .modal-body .playlist-play-active {
  background: url('../img/icon/play-video.png');
}
#film-detail .modal-body .suggest-video {
  margin-bottom: 100px;
}
#film-detail .modal-body .suggest-video .suggest-video-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin: 30px 0px 15px 0px;
}
#film-detail .modal-body .suggest-video .suggest-video-list {
  display: flex;
  flex-wrap: wrap;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item {
  flex-grow: 1;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 25px;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-image {
  position: relative;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-image img {
  width: 100%;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-image:after {
  content: "";
  width: 100%;
  height: 50%;
  bottom: -4px;
  right: 0;
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, #141414 0%, rgba(11, 11, 11, 0) 100%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-image img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-image:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
  bottom: -4px;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-info {
  background-color: #121212;
  padding: 5px 10px;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-info .suggest-top {
  display: flex;
  margin-bottom: 20px;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-info .suggest-top .suggest-left .list-total {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-info .suggest-top .suggest-left .suggest-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-info .suggest-top .suggest-left .suggest-title:hover {
  color: #FE9700;
}
#film-detail .modal-body .suggest-video .suggest-video-list .suggest-video-item .suggest-video-info .button-favorite {
  margin-left: auto;
}
.process-detail {
  display: flex;
  justify-content: space-between;
}
.player-age {
  position: absolute;
  padding: 20px;
  z-index: 999;
}
.player-age .player-adult {
  background-color: #84C8FF;
  padding: 4px 9px;
  border-radius: 3px;
  color: #000000;
  font-weight: bold;
}
.player-age .player-warning {
  margin-left: 10px;
  display: none;
  transition: all 1.5s;
}
#modal-adult {
  margin-top: 5%;
}
#modal-adult .modal-dialog {
  width: 600px;
}
#modal-adult .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
#modal-adult .modal-header {
  border-bottom: none;
  margin-bottom: 10px;
}
#modal-adult .modal-header .close {
  right: 0px;
}
#modal-adult .modal-body {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 24px;
}
#modal-adult .modal-body .text-first {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #C0C0C0;
}
#modal-adult .modal-body .text-second {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FE9700;
  margin: 20px 0px 35px 0px;
}
#modal-adult .form-group-btn {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  margin-bottom: 25px;
}
#modal-adult .btn-no-18 {
  width: 190px;
  height: 48px;
  background: #454545;
  border-radius: 6px;
  margin-right: 5px;
  padding: 12px 12px;
}
#modal-adult .btn-18 {
  width: 192px;
  height: 48px;
  padding: 12px 12px;
  background: #808080;
  border-radius: 6px;
}
#modal-adult .btn:hover {
  background: linear-gradient(240.21deg, #EE403F 11.38%, #FE7113 86.84%);
}
.discount {
  position: absolute;
  width: 74px;
  height: 16px;
  background: #00A82F;
  border-radius: 20px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  top: -8px;
  margin: 0px auto;
  left: 11%;
}
.clip-bg-kid-mod {
  background: url('../img/icon_new/bg_kid.png');
  width: 100%;
  height: 100vh;
  margin-bottom: -80px;
  position: relative;
}
.clip-bg-kid-mod .kid-mod-group {
  position: absolute;
  top: 11%;
  left: 25%;
}
.clip-bg-kid-mod .kid-mod-group .km-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
.clip-bg-kid-mod .kid-mod-group .km-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 15px 0px;
}
.clip-bg-kid-mod .kid-mod-group .km-input {
  width: 434px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #CBCCCB;
  border-radius: 4px;
  color: #6C6B6B;
  padding: 10px 80px 10px 10px;
}
.clip-bg-kid-mod .km-alert {
  color: red;
  margin-top: 7px;
  position: absolute;
}
.clip-bg-kid-mod .km-group-button {
  margin-top: 35px;
  text-align: right;
}
.clip-bg-kid-mod .km-group-button .btn-submit-km {
  width: 99px;
  height: 40px;
  background: #CBCCCB;
  cursor: pointer;
  border-radius: 4px;
  padding: 9px;
  color: #ffffff;
  font-weight: bold;
}
.clip-bg-kid-mod .km-group-button .btn-cancel-km {
  width: 99px;
  height: 40px;
  cursor: pointer;
  background: #6C6B6B;
  border-radius: 4px;
  padding: 9px;
  color: #000000;
  font-weight: bold;
}
.clip-bg-kid-mod .km-group-button .btn-submit-km:hover {
  background: var(--f, linear-gradient(251deg, #EE403F 0%, #FE7113 100%));
}
.clip-bg-kid-mod .km-group-button .btn-cancel-km:hover {
  background: #CBCCCB;
}
.clip-bg-kid-mod .form-password-kid {
  position: relative;
}
.clip-bg-kid-mod .form-password-kid .show-hide-password {
  position: absolute;
  right: 17px;
  top: 14px;
  color: #6C6B6B;
  cursor: pointer;
}
.clip-user-package-url img:hover {
  opacity: 0.8;
}
.clip-avatar-home {
  width: auto;
  height: inherit;
  margin: 0;
  margin-right: 30px;
}
.clip-avatar-home-kid {
  width: auto;
  height: inherit;
  margin: 0;
  margin-right: 0px;
}
.clip-dropdown-kid .dropdown-menu:before {
  right: 10px;
}
.clip-dropdown-kid .dropdown-menu > ul > li > .logout {
  border-top: none;
}
#popupKidMode .modal-dialog {
  width: 640px;
  margin-top: 5%;
}
#popupKidMode .modal-body {
  padding: 35px 32px 10px 32px;
}
#popupKidMode .modal-content {
  border-radius: 30px;
}
#popupKidMode .message_popup1 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: bold;
}
#popupKidMode .message_popup2 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
#popupKidMode .message_popup2 span {
  color: #FE9700;
}
#popupKidMode img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 14px;
}
#popupKidMode .btn {
  width: 400px;
  background: #f2f2f2;
  color: #000000;
  font-weight: bold;
}
.clip-bg-qr {
  min-height: 50vh;
}
.clip-bg-qr .qr-group {
  margin-top: 8%;
}
.clip-bg-qr .qr-group .qr-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  margin-bottom: 20px;
}
.clip-bg-qr .qr-group .qr-title2 {
  color: var(--cbcccb, #CBCCCB);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.clip-bg-qr .qr-group .otp-form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clip-bg-qr .qr-group .otp-inputbar {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  font-size: 60px;
  color: #ffffff;
  border: 1px solid #3C3C3C;
  background-color: transparent;
}
.clip-bg-qr .qr-group .otp-inputbar.active {
  border: 1px solid #FE9700;
}
.clip-bg-qr .qr-group .btn-check-qr {
  width: 273px;
  height: 40px;
  margin-top: 50px;
  border-radius: 4px;
  background: var(--262626, #262626);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 12px;
}
.clip-bg-qr .qr-group .btn-check-qr:hover,
.clip-bg-qr .qr-group .btn-check-qr:focus {
  background: var(--line, linear-gradient(45deg, #F5841F 0%, #FFC233 100%));
  color: #ffffff;
  outline: 0px;
}
.clip-bg-qr .qr-group .qr-err-message {
  color: var(--ed-1-c-24, #ED1C24);
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
#popupQr .modal-dialog {
  width: 600px;
  margin-top: 2%;
}
#popupQr .modal-body {
  background-color: #ffffff;
}
#popupQr .modal-content {
  border-radius: 24px;
}
#popupQr .message_popup1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 88px;
  color: #000000;
}
#popupQr .btn {
  width: 163px;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border: none;
}
#popupQr .btn-loginqr {
  background: var(--line-clip, linear-gradient(45deg, #F5841F 0%, #FFC233 100%));
}
#popupQr .btn:hover {
  background: var(--line-clip, linear-gradient(45deg, #F5841F 0%, #FFC233 100%));
}
#popupQr .btn-back-home {
  float: initial;
}
#popupQr .btn-loginqr {
  cursor: pointer;
}
#popupQrAlert .modal-dialog {
  width: 600px;
  margin-top: 2%;
}
#popupQrAlert .modal-body {
  background-color: #ffffff;
}
#popupQrAlert .modal-content {
  border-radius: 24px;
}
#popupQrAlert .message_popup1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 88px;
  color: #000000;
}
#popupQrAlert .btn {
  width: 163px;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border: none;
}
#popupQrAlert .btn-loginqr {
  background: var(--line-clip, linear-gradient(45deg, #F5841F 0%, #FFC233 100%));
}
#popupQrAlert .btn:hover {
  background: var(--line-clip, linear-gradient(45deg, #F5841F 0%, #FFC233 100%));
}
#popupQrAlert .btn-back-home {
  float: initial;
}
#popupQrAlert .btn-loginqr {
  cursor: pointer;
}
.clip-payment-new .clip-bg {
  /*background-image: linear-gradient(to bottom, #000, #0d0f1e);*/
}
.clip-payment-new .payment-container {
  position: relative;
  background-image: linear-gradient(to top, #090909 100%, #060606 100%);
  max-width: 100%;
}
.clip-payment-new .clip-tabs.nav > li > a:focus,
.clip-payment-new .clip-tabs.nav > li > a:hover {
  background: transparent;
  color: #f7941e;
  border: solid 1px #ffffff;
}
.clip-payment-new .clip-tabs.nav-tabs > li.active > a:hover {
  border-bottom: solid 1px #ffffff;
}
.clip-payment-new .clip-tabs.nav > li > a:hover {
  /*border-bottom: solid 1px transparent;*/
}
.clip-payment-new .clip-tabs.nav-tabs > li.active > a,
.clip-payment-new .clip-tabs.nav-tabs > li.active > a:focus,
.clip-payment-new .clip-tabs.nav-tabs > li.active > a:hover,
.clip-payment-new .clip-tabs.nav > li > a:focus,
.clip-payment-new .clip-tabs.nav > li > a:hover {
  background: transparent;
  border: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.clip-payment-new .package-shopee-t8 {
  display: flex;
  justify-content: center;
}
.clip-payment-new .package-shopee-t8 .box-left {
  box-sizing: border-box;
  max-width: 50%;
  text-align: right;
  margin-right: 20px;
}
.clip-payment-new .package-shopee-t8 .box-right {
  max-width: 50%;
  margin-left: 20px;
}
.clip-payment-new .package-shopee-t8 .box-left .img-1 {
  background: url("/themes/cliptv/img/package/package-shopee-t8-01.png") no-repeat;
  width: 370px;
  height: 292px;
  background-size: contain;
  margin-bottom: 20px;
}
.clip-payment-new .package-shopee-t8 .box-left .img-1:hover {
  cursor: pointer;
  background: url("/themes/cliptv/img/package/package-shopee-t8-01_hv.png") no-repeat;
  background-size: contain;
}
.clip-payment-new .package-shopee-t8 .box-left .img-2 {
  background: url("/themes/cliptv/img/package/package-shopee-t8-02.png");
  width: 370px;
  height: 282px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clip-payment-new .package-shopee-t8 .box-left .img-2:hover {
  cursor: pointer;
  background: url("/themes/cliptv/img/package/package-shopee-t8-02_hv.png") no-repeat;
  background-size: contain;
}
.clip-payment-new .package-shopee-t8 .box-right .img-3 {
  background: url("/themes/cliptv/img/package/package-shopee-t8-03.png");
  width: 370px;
  height: 149px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.clip-payment-new .package-shopee-t8 .box-right .img-3:hover {
  cursor: pointer;
  background: url("/themes/cliptv/img/package/package-shopee-t8-03_hv.png") no-repeat;
  background-size: contain;
}
.clip-payment-new .package-shopee-t8 .box-right .img-4 {
  background: url("/themes/cliptv/img/package/package-shopee-t8-04.png");
  width: 370px;
  height: 153px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.clip-payment-new .package-shopee-t8 .box-right .img-4:hover {
  cursor: pointer;
  background: url("/themes/cliptv/img/package/package-shopee-t8-04_hv.png") no-repeat;
  background-size: contain;
}
.clip-payment-new .package-shopee-t8 .box-right .img-5 {
  background: url("/themes/cliptv/img/package/package-shopee-t8-05.png");
  width: 370px;
  height: 211px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clip-payment-new .package-shopee-t8 .box-right .img-5:hover {
  cursor: pointer;
  background: url("/themes/cliptv/img/package/package-shopee-t8-05_hv.png") no-repeat;
  background-size: contain;
}
.clip-payment-new .total-price-all {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.clip-payment-new .autodebit-group {
  border-top: 2px solid #464646;
  padding: 10px;
  display: none;
}
.clip-payment-new .clip-radio {
  vertical-align: baseline;
}
.clip-payment-new .month_package_detail {
  /*border: 2px solid transparent;*/
}
.clip-payment-new .active_expires {
  border-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.clip-payment-new .clip_tabs_custom {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.clip-payment-new #payment {
  width: 75%;
  margin: 25px 0px 25px 25px;
}
.clip-payment-new .clip_tabs_custom.payment > li {
  width: auto;
  margin: 10px;
}
.clip-payment-new .clip_tabs_custom.payment > li:nth-child(1) {
  margin-left: 0;
}
.clip-payment-new .clip_tabs_custom.payment > .presentation_visa {
  width: auto;
}
.clip-payment-new #description_payment p span {
  font-weight: bold;
  color: #ffffff;
}
.clip-payment-new #description_payment p .autodebit-red {
  color: red;
}
.clip-payment-new .total-price-all {
  margin-top: 20px;
}
.clip-payment-new .autodebit_info {
  display: none;
}
.personal-auto-renewal {
  margin-bottom: 20px;
}
.btn-off-momo {
  cursor: pointer;
  color: #0080FF;
}
.btn-off-momo:hover {
  color: #46A3FF;
}
.btn-off-momo-popup {
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  .thumb_top .text-rank-item {
    font-size: 200px;
    bottom: -7%;
  }
  .thumb_top_10 .text-rank-item {
    bottom: 2%;
    letter-spacing: -34px;
  }
}
@media screen and (max-width: 1440px) {
  .thumb_top .text-rank-item .rank-img {
    width: 56%;
  }
}
.btn-off-momo {
  cursor: pointer;
  color: #0080FF;
}
.btn-off-momo:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .thumb_top .content {
    margin-right: 30%;
  }
  .thumb_top_10 .text-rank-item .clip-bg-qr .qr-group .otp-inputbar {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .thumb_top_10 .text-rank-item .clip-bg-qr .qr-group .qr-title {
    font-size: 18px;
  }
  .thumb_top_10 .text-rank-item .clip-bg-qr .qr-group .qr-title2 {
    font-size: 14px;
    padding: 0px 15px;
  }
  .thumb_top_10 .text-rank-item .clip-bg-qr .qr-group .btn-check-qr {
    width: 180px;
    margin-top: 30px;
    border: 0px;
  }
  .thumb_top_10 .text-rank-item #popupQr .modal-dialog {
    width: 95%;
  }
  .thumb_top_10 .text-rank-item #popupQr .message_popup1,
  .thumb_top_10 .text-rank-item #popupQrAlert .message_popup1 {
    padding: 0px 0px;
  }
  .thumb_top_10 .text-rank-item #popupQr .modal-body {
    padding: 30px 5px;
  }
  .thumb_top_10 .text-rank-item #popupQrAlert .modal-dialog {
    width: 95%;
  }
  .thumb_top_10 .text-rank-item #popupQrAlert .modal-body {
    padding: 30px 5px;
  }
}
@media screen and (max-width: 600px) {
  .thumb_top .text-rank-item {
    font-size: 180px;
    bottom: 7%;
  }
}
.clip-player .clip-player-container .clip-player-top-golf {
  justify-content: center !important;
}
/*# sourceMappingURL=style_new.css.map */