@import url("tailwind.min.css");
@import url("https://unpkg.com/swiper@7.0.9/swiper-bundle.min.css");
@import url("jquery.fancybox.min.css");
@import url("ion.rangeSlider.min.css");
@import url("design.css");
@import url("widgets.css");
@import url("sweet.css?V34");



.no-bg {
   background-image: none;
   padding: 0px !important;
   line-height: 30px;
}
.mobile-bg-gradient {
      background: linear-gradient(225deg, #0bf2f6 0%, #9200ff 100%);
      border-left: 0px !important;
}
img.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  -o-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  transition: opacity 0.5s ease-in-out, transform 0.2s linear;
}
img.lazy.loaded ,img.lazy.error {
	opacity: 1;
}
.wc-loader-wp{
  width:100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
}
.wc-loader {
    border: 2px solid rgba(0,0,0,.10);
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    animation: spin 0.4s linear infinite;
}
.wc-loader2 {
    border: 4px solid rgba(0, 0, 0, 0.19);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.4s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.countdown-wrapper {
  margin:-10px;
}
.countdown-box {
  padding: 10px;
}
.countdown-inner {
  background: #1c212f;
  padding: 5px;
  height: 100%;
}
.continue-item .countdown-title {
  padding: 5px 0px;
  background: transparent;
}
.countdown-item,.continue-item {
    height: 100%;
    position: relative;
    z-index: 5;
}
.countdown-item:before ,.continue-item:before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.countdown-item:before {
    top: auto;
    bottom: 0;
    border-radius: 15px;
    background-image: -moz-linear-gradient(350deg,#13131d,#40d04f);
    background-image: linear-gradient(100deg,#13131d,#40d04f);
    background-repeat: repeat-x;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: -2;
}
.continue-item:before {
    top: auto;
    bottom: 0;
    border-radius: 15px;
    background-image: -moz-linear-gradient(350deg,#13131d,#db2777);
    background-image: linear-gradient(100deg,#13131d,#db2777);
    background-repeat: repeat-x;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: -2;
}
.countdown-item:hover:before,.continue-item:hover:before  {
    -webkit-transform: rotate(2deg) translateX(-7px) translateY(11px);
    -moz-transform: rotate(2deg) translateX(-7px) translateY(11px);
    transform: rotate(2deg) translateX(-7px) translateY(11px);
}
.coundown-wrapper {
}
.countdown-thumbnail {
    overflow: hidden;
    border-radius: 5px;
}
.countdown-thumbnail img {
  width: 100%;
  height: 120px;
}
.countdown-thumbnail a::before {
    content: "";
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background-image: -moz-linear-gradient(top,transparent,#000);
    background-image: linear-gradient(180deg,transparent,#000);
    height: 70%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.countdown-items {
  z-index: 2;
  width: 100%;
  left: 0px;
  bottom: 10px;
}
.continue-watch-items {
  z-index: 2;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.continue-watch-items .percent {
  font-size: .8em;
  color: #fff;
  font-weight:600;
}

.countdown-container {
  margin: 5px;
}
.countdown-value {
    background-color: rgba(36,36,53,.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color:#fff;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 5px;
}
.countdown-value:after {
  content: ":";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -6px;
  position: absolute;
  font-size: 20px;
  color: #acacac;
  font-weight: 400;
}
  
.countdown-container:last-child .countdown-value:after {
    display: none
}
.countdown-heading {
  text-align: center;
  color:#acacac;
  font-size: .8em;
  margin-top: 2px;
  display: block;
}
.countdown-inner .your-friends{
  margin-top:10px;
}
.countdown-inner .your-friends span{
  color:#acacac;
  font-size: .7em;
}
.countdown-footer {
  margin-top:5px;
  padding: 10px;
}
.countdown-footer-top  > a,.countdown-footer  > div a {
  margin-right: 5px;
  font-size: 1em;
  color:#fff;
  font-weight: 600;
}
.countdown-actions button {
    -webkit-transition: background 0.2s ease-in-out, transform 0.2s linear;
  -moz-transition: background 0.2s ease-in-out, transform 0.2s linear;
  -ms-transition: background 0.2s ease-in-out, transform 0.2s linear;
  -o-transition: background 0.2s ease-in-out, transform 0.2s linear;
  transition: background 0.2s ease-in-out, transform 0.2s linear;
  padding:5px;
}
.countdown-actions button:hover {
  background: #283046;

}
.countdown-actions button  svg {
  width: 20px;
  height: 20px;
  fill:#acacac;
}
.countdown-footer > p{
  color:#acacac;
  padding: 5px 0px;
  font-size: .8em;
}
.countdown-actions.active button svg {
  fill: #fff;
}
.countdown-actions.active .options-drop-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.countdown-actions.active > .options-drop-content ul li a svg {
  margin: 0 20px 0 0;
  width: 22px;
  height: 22px;
  color: #6c7388 !important;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.on-air {
  width: 100%;
  padding: 10px;
  color:#fff;
  font-weight: 500;
  
}
.countdown-title {
  padding: 5px 6px;
  font-size: .75em;
  color: #fff;
  background: #121621;
  display: inline-block;
}
.morelink {
  color:#4ff461;
}
.morecontent span {
  display: none
}

.morelink {
  display: block;
}

.account-box-content .organized-modal-close{
  top: -5px;
  right: -5px;
}

.dropdown-filter {
      background: #1d2130;
    padding: 13px;
}
.dropdown-filter .menu {
  z-index: 300 !important;
}
.sort-option  {
  padding: 5px 15px;
}
.episode-groups a {
  padding: 5px 15px;
}
.menu svg {
  color: #000 !important;
}
/*.leftbar-best-movies li img{width:100%;max-height:75px;opacity:.5;object-fit:cover;border-radius:5px}.leftbar-best-movies li{margin:0 0 10px;border:1px solid #08090e}.leftbar-best-movies li a{padding:0 10px!important;top:0;left:0;width:100%;height:75px;border-radius:5px;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,#171a27) 20%}.leftbar-best-movies li a span{min-width:26px;height:26px;text-align:center;font-size:15px;background:#dc1a28;color:#fff;border-radius:100%}.leftbar-best-movies-text h4{color:#fff;font-size:15px;font-weight:600;white-space:normal;max-height:37px;overflow:hidden}.leftbar-best-movies-text small{margin:5px 0 0;font-size:11px;font-weight:400;color:rgba(255,255,255,.6)}*/ 
