body,
html {
  padding: 0;
  margin: 0;
  background-color: #000000;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

a:hover {
  color: #3d96ff;
}

ul {
  list-style: none;
}

button,
input {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
button,
small,
input,
textarea label,
span,
select,
a {
  font-family: "ISans";
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  outline: none;
}

i {
  font-size: 17px;
}

button {
  padding: 8px 10px;
  border-radius: 5px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-arrows {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffa101;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-arrows:hover {
  background-color: #181818;
  color: #ffa101;
}

#next-arrow {
  left: 10px;
}

#prev-arrow {
  right: 10px;
}

.swiper-button-prev::after {
  font-size: 15px;
  font-weight: bold;
}

.swiper-button-next::after {
  font-size: 15px;
  font-weight: bold;
}

.tpRadius {
  border-radius: 7px;
}

.ellipsis, .TimingShow ul li small:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

textarea::-webkit-input-placeholder {
  /* Edge */
  font-family: "ISans";
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "ISans";
}

textarea::-ms-input-placeholder {
  font-family: "ISans";
}

textarea::placeholder {
  font-family: "ISans";
}

.modal-content {
  background-color: #181818 !important;
}

.modal-content h5 {
  color: #ffa101;
}

.modal-header {
  border-bottom-color: #ffa101;
}

.modal-header i {
  color: #ffa101;
  cursor: pointer;
}

.modal-header i:hover {
  color: #ffffff;
}

@font-face {
  font-family: "ISans";
  src: url("../fonts/IRANSansFaNum.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/IRANSansFaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansFaNum.woff2") format("woff2"), url("../fonts/IRANSansFaNum.woff") format("woff"), url("../fonts/IRANSansFaNum.ttf") format("truetype"), url("../fonts/IRANSansFaNum.svg#ISans") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Baloo";
  src: url("../fonts/BalooBhaijaan-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BalooBhaijaan-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooBhaijaan-Regular.woff2") format("woff2"), url("../fonts/BalooBhaijaan-Regular.woff") format("woff"), url("../fonts/BalooBhaijaan-Regular.ttf") format("truetype"), url("../fonts/BalooBhaijaan-Regular.svg#ISans") format("svg");
  /* Legacy iOS */
}

.ISans {
  font-family: "ISans";
}

.Baloo {
  font-family: "Baloo";
}

.card-news {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-news:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.card-news .card-news-footer {
  background-color: #212121;
  padding: 10px;
  text-align: right;
  color: white;
}

.card-news .card-news-footer p {
  padding: 0 !important;
  font-size: 14px;
  margin: 0;
}

.card-news .card-news-footer span {
  font-size: 12px;
}

.actor-head-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
}

.actor-head-right div:first-child {
  background-color: orange;
  width: 70px;
  height: 80px;
}

.profile-actor {
  position: absolute;
  top: 0px;
  border-radius: 100%;
  border: 2px solid orange;
  width: 130px !important;
  height: 130px !important;
  margin-top: 20px;
  background-size: cover !important;
}

.actor-head-left {
  margin-top: 20px;
}

.actor-head-left h5 {
  margin: 0;
}

.actor-head-left span {
  color: #a1a1a1;
  font-size: 12px;
}

.actor-head-left p {
  margin-top: 20px;
  font-size: 15px;
  text-align: justify !important;
}

.box-details {
  max-width: 36.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.box-details small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: rgba(255, 255, 255, 0.2);
  width: 105px;
  padding: 3px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-details small * {
  margin: 0 3px;
}

.box-details small i {
  font-size: 15px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.box-details small i:not(.fa-eye):hover {
  background-color: #181818;
  color: #ffa101;
  -webkit-box-shadow: 0 0 70px 15px rgba(189, 135, 18, 0.8);
          box-shadow: 0 0 70px 15px rgba(189, 135, 18, 0.8);
}

.nav-tabs {
  border-bottom: 1px solid white;
}

.nav-item .nav-link {
  margin: 0;
  margin-left: 3px;
  background-color: black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: hidden !important;
}

.nav-item .nav-link.active span {
  color: #ffa101;
}

.nav-link.active {
  border-bottom-style: none !important;
  color: white !important;
  background-color: #2a2a2a !important;
}

.box-inputs {
  width: 100%;
}

.box-inputs .home-header,
.box-inputs .home-body {
  background-color: #808080;
  margin: 15px 0;
  padding: 10px 20px;
  border-radius: 10px;
}

.box-inputs .home-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-inputs .home-header #btn-subscription {
  background-color: #c7c3c4;
  border-radius: 30px;
  padding: 5px 20px;
  margin: 10px 0;
  margin-right: auto;
}

.box-inputs .home-header #btn-subscription:hover {
  color: orange;
}

.box-inputs .home-body input {
  border-radius: 10px;
  background-color: #37383d;
  padding: 5px 10px;
  width: 100%;
}

.box-inputs .home-body hr {
  color: white;
}

.box-inputs .home-body div:last-child hr {
  display: none;
}

.receipt {
  padding: 20px;
  background-color: seagreen;
  margin: 10px 0;
}

.receipt hr {
  background-color: white;
}

.receipt ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.receipt ul li {
  margin-left: 20px;
}

.tp-sp {
  padding: 10px;
}

header {
  width: 100%;
  background-color: #212121;
  padding: 10px;
  border-top: 4px solid #ffa101;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 49;
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav .tp-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav .tp-left-nav i.fa-search {
  color: #ffffff;
  margin: 0 10px;
}

header .nav .tp-left-nav i.fa-search:hover {
  color: #3d96ff;
}

header .nav .tp-left-nav a.login-btn {
  background-color: #444444;
  padding: 8px 10px;
  border-radius: 5px;
}

header .nav .tp-left-nav a.login-btn:hover {
  background-color: #a1a1a1;
  color: #ffffff;
}

header .nav .tp-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav .tp-right-nav img {
  width: auto;
}

header .nav .tp-right-nav i.fa-bars {
  color: #ffffff;
  margin: 0 10px;
}

header .nav .tp-right-nav i.fa-bars:hover {
  color: #3d96ff;
}

header .nav .tp-right-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

header .nav .tp-right-nav ul li {
  margin-right: 15px;
}

.tp-video {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  width: 100%;
  margin: 5px 0;
}

.vjs-icon-replay_10::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04a" !important;
  font-size: 1.6em;
}

.vjs-icon-forward_10::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04e" !important;
  font-size: 1.6em;
}

.vjs-poster {
  background-size: cover !important;
  border-radius: 15px;
}

.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 5px;
  position: relative;
}

.head-line {
  height: 2px;
  width: 100%;
  background-color: #3c3939;
  margin: 0 10px;
  vertical-align: middle;
}

.header-title a {
  white-space: nowrap;
  color: #ffa101;
  vertical-align: middle;
}

.header-title > div:last-child a {
  white-space: nowrap;
  color: #a1a1a1;
}

.header-title > div:last-child a:hover {
  color: #3d96ff;
}

.BgImg {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.new-show-item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 7px;
  overflow: hidden;
}

.new-show-item:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.new-show-item span,
.new-show-item i {
  color: #ffffff;
}

.new-show-item small {
  z-index: 1;
}

.new-show-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
/*  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.84916)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84916) 0%, rgba(0, 212, 255, 0) 100%);
*/  
  z-index: 0;
}

.new-show-item .tp-view {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.new-show-item .tp-view span {
  margin: 0 8px;
}

.new-show-item .tp-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.new-show-item .tp-date span {
  margin: 0 8px;
}

.last-show-item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.last-show-item:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.last-show-item span,
.last-show-item i {
  color: #ffffff;
}

.last-show-item small {
  z-index: 1;
}

.last-show-item img {
  border-radius: 7px;
}

.last-show-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
/* 
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.84916)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84916) 0%, rgba(0, 212, 255, 0) 100%);
*/  
  z-index: 0;
}

.last-show-item .tp-view {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.last-show-item .tp-view span {
  margin: 0 8px;
}

.last-show-item .tp-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.last-show-item .tp-date span {
  margin: 0 8px;
}

.layered-img {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 25px;
}

.layered-img:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.layered-img:hover img:not(.layered-img-3) {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.layered-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.layered-img .layered-img-1 {
  position: absolute;
  top: -1.3rem;
  z-index: -2;
  opacity: 0.2;
  -webkit-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(0.5);
          filter: blur(0.5);
}

.layered-img .layered-img-2 {
  position: absolute;
  top: -0.4rem;
  z-index: -1;
  opacity: 0.6;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(0.2);
          filter: blur(0.2);
}

.layered-img .layered-img-3 {
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
}

#movie-show p {
  font-size: 12px;
}

.movie-show-item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 7px;
  overflow: hidden;
}

.movie-show-item:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.movie-show-item span,
.movie-show-item i {
  color: #ffffff;
}

.movie-show-item small {
  z-index: 1;
}

.movie-show-item img {
  border-radius: 7px;
}

.movie-show-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 0;
}

.movie-show-item .tp-view {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.movie-show-item .tp-view span {
  margin: 0 8px;
}

.movie-show-item .tp-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.movie-show-item .tp-date span {
  margin: 0 8px;
}

.movie-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.music-show-item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.music-show-item:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.music-show-item span,
.music-show-item i {
  color: #ffffff;
}

.music-show-item small {
  z-index: 1;
}

.music-show-item img {
  border-radius: 7px;
}

.music-show-item p {
  font-size: 10px !important;
}

.music-show-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
/*  
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.84916)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84916) 0%, rgba(0, 212, 255, 0) 100%);
*/  
  z-index: 0;
}

.profile-show-item {
  height: 150px;
  width: 150px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background-size: cover !important;
  border-radius: 100%;
}

.profile-show-item:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.profile-show-item span,
.profile-show-item i {
  color: #ffffff;
}

.profile-show-item small {
  z-index: 1;
}

.profile-show-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.54916)), color-stop(40%, rgba(0, 0, 0, 0.261765)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54916) 0%, rgba(0, 0, 0, 0.261765) 40%, rgba(0, 212, 255, 0) 100%);
  z-index: 0;
}

.profile-show-item .tp-view {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.profile-show-item .tp-view span {
  margin: 0 8px;
}

.profile-show-item .tp-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.profile-show-item .tp-date span {
  margin: 0 8px;
}

footer {
  background-color: #212121;
}

footer p {
  text-align: center;
}

footer .footer-header {
  border-bottom: 2px solid #a1a1a1;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

footer .footer-header div.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  direction: ltr;
}

footer .footer-header div.social-footer a {
  margin: 0 10px;
  background-color: #444444;
  border-radius: 100%;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-header div.social-footer a i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-header div.social-footer a:hover i {
  color: #ffa101;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-left: 15px;
}

footer .sign-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  width: 100%;
}

footer .sign-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #212121;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

footer .sign-footer ul li {
  margin-left: 15px;
}

footer .sign-footer p {
  text-align: right;
  margin: 10px 0;
}

footer .sign-footer div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .sign-footer div:last-child img {
  margin: 0 10px;
  max-width: 150px;
}

.SideMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #212121;
  border-left: 3px solid #ffa101;
  z-index: 55;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 40%;
  max-width: 500px;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.SideMenu.Opened {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.SideMenu div {
  padding: 20px;
  border-bottom: 1px solid #a1a1a1;
}

.SideMenu div i {
  color: #ffffff;
  font-size: 20px;
}

.SideMenu div i:hover {
  color: #ffa101;
}

.SideMenu ul {
  text-align: right;
  padding: 0 20px;
  margin: 0;
}

.SideMenu ul li {
  margin-top: 8px;
  color: #ffa101;
  position: relative;
}

.SideMenu ul li a {
  color: #ffa101;
}

.SideMenu ul li a.just-link::after, .SideMenu ul li a.just-link::before {
  display: none;
}

.SideMenu ul li a.just-link:hover {
  color: #3d96ff !important;
}

.SideMenu ul li:not(.hasChild) a {
  color: #ffa101;
}

.SideMenu ul li:not(.hasChild) a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111" !important;
  margin-left: 10px;
  font-size: 10px;
  color: #3d96ff;
}

.SideMenu ul li:not(.hasChild) a:hover {
  color: #3d96ff !important;
}

.SideMenu ul li.hasChild a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  right: 0;
}

.SideMenu ul li.hasChild a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-left: 10px;
}

.SideMenu ul li.hasChild a[aria-expanded="true"]::after {
  display: none;
}

.SideMenu ul li.hasChild a[aria-expanded="true"]::before {
  display: inline-block;
}

.SideMenu ul li.hasChild ul {
  border-right: 2px solid #ffa101;
}

.SideMenu ul li.hasChild ul li {
  color: #c4ab79;
}

.SideMenu ul li.hasChild ul li a {
  color: #c4ab79;
}

.SideMenu ul li.hasChild ul li.hasChild ul li {
  color: #cfcfcf;
}

.SideMenu ul li.hasChild ul li.hasChild ul li a {
  color: #cfcfcf;
}

.SideMenu ul li.hasChild ul li.hasChild ul li.hasChild ul li {
  color: #ffffff;
}

.SideMenu ul li.hasChild ul li.hasChild ul li.hasChild ul li a {
  color: #ffffff;
}

.SideMenu ul li:not(.hasChild) a::after {
  display: none;
}

.SideMenu ul .hasChild ul {
  padding-right: 25px !important;
}

main.overllay::before {
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 48;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.TimingShow {
  background-color: #212121;
  margin: 5px;
  border-radius: 7px;
  padding: 8px 10px;
  overflow: auto;
  height: 550px;
  scrollbar-width: 8px;
  scrollbar-color: #cfcfcf;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.TimingShow::-webkit-scrollbar {
  width: 8px;
}

.TimingShow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

.TimingShow::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 7px;
}

.TimingShow div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: auto 25% 20%;
      grid-template-columns: auto 25% 20%;
  width: 100%;
  background-color: #181818;
  padding: 10px;
  border-radius: 7px;
  -webkit-box-shadow: -5px 5px 10px 5px rgba(255, 255, 255, 0.1);
          box-shadow: -5px 5px 10px 5px rgba(255, 255, 255, 0.1);
}

.TimingShow div small {
  color: #a1a1a1;
  text-align: center;
  padding-right: 15px;
}

.TimingShow div small:first-child {
  padding-right: 23px;
  text-align: right;
}

.TimingShow ul {
  padding-right: 30px;
  margin: 0;
  width: 100%;
}

.TimingShow ul li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: auto 25% 20%;
      grid-template-columns: auto 25% 20%;
  width: 100%;
  padding: 8px 0;
  margin: 5px 0;
}

.TimingShow ul li small {
  color: #ffffff;
  text-align: center;
  padding: 0 5px;
}

.TimingShow ul li small:first-child {
  text-align: right;
}

.TimingShow ul li:hover {
  background-color: #444444;
  border-radius: 7px;
}

.TimingShow ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f111";
  position: absolute;
  right: -20px;
  top: 11px;
  font-size: 9px;
  color: #f71b1b;
}

.TimingShow ul li[data-live="true"] {
  background-color: #444444;
  border-radius: 7px;
}

.TimingShow ul li[data-live="true"] small {
  color: #ffa101;
}

.TimingShow ul li[data-live="true"] small a {
  color: #ffa101;
}

.TimingShow ul li[data-live="true"]::before {
  font-weight: 900;
  color: #f71b1b;
  font-size: 15px;
  top: 6px;
  right: -22px;
}

.SerialsList {
  background-color: #212121;
  margin: 5px;
  border-radius: 7px;
  overflow: auto;
  height: 100%;
  scrollbar-width: 8px;
  scrollbar-color: #cfcfcf;
  position: relative;
  border: 1px solid #444444;
}

.SerialsList::-webkit-scrollbar {
  width: 8px;
}

.SerialsList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

.SerialsList::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 7px;
}

.SerialsList div.title-serial-list {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  background-color: #181818;
  border-radius: 7px;
}

.SerialsList div.title-serial-list small {
  color: #ffa101;
  text-align: center;
  font-size: 17px;
  border-bottom: 2px solid #ffa101;
  padding: 10px 5px 10px 20px;
}

.DownloadAndroid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #444444;
  border-radius: 7px;
}

.DownloadAndroid i {
  font-size: 30px;
}

.DownloadAndroid div {
  margin-right: 15px;
}

.DownloadAndroid div p {
  margin: 0;
}

#selected-show p,
#music-show p,
#last-show p {
  width: 100%;
  font-size: 16px !important;
}

#GO_TOP {
  background-color: #a1a1a1;
  border-radius: 7px;
  padding: 15px;
  position: fixed;
  bottom: 12px;
  right: 50px;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: visibility 2s;
          transition-delay: visibility 2s;
  z-index: 40;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#GO_TOP.Show {
  -webkit-animation: jackInTheBox;
          animation: jackInTheBox;
  /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* don't forget to set a duration! */
  visibility: visible;
}

#GO_TOP.UnShow {
  -webkit-animation: hinge;
          animation: hinge;
  /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* don't forget to set a duration! */
  visibility: hidden;
}

#GO_TOP:hover {
  background-color: #181818;
  -webkit-box-shadow: 0 0 150px 25px rgba(223, 99, 17, 0.4);
          box-shadow: 0 0 150px 25px rgba(223, 99, 17, 0.4);
}

#GO_TOP:hover i {
  color: #ffa101;
}

.swiper-movie {
  padding: 20px 2% 0 2%;
  background-color: #181818;
}

#movie-single-show p {
  font-size: 15px;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-box h6 {
  font-size: 13px;
  white-space: nowrap;
}

.search-box div {
  padding: 0 5px;
  top: 0;
  margin-bottom: 10px;
}

.nav-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  direction: ltr;
}

.nav-pagination ul {
  padding: 0;
}

.nav-pagination li a {
  color: #ffffff !important;
}

.nav-pagination li a:hover {
  color: #181818 !important;
}

#pagination-prev-btn,
#pagination-next-btn {
  margin: 0 20px;
}

.page-item {
  border-radius: 0 !important;
}

.page-link {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
}

.actors-show-item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.actors-show-item:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.actors-show-item span,
.actors-show-item i {
  color: #ffffff;
}

.actors-show-item img {
  border-radius: 7px;
}

.actors-show-item small {
  z-index: 1;
}

.actors-show-item .tp-view {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.actors-show-item .tp-view span {
  margin: 0 8px;
}

.actors-show-item .tp-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.actors-show-item .tp-date span {
  margin: 0 8px;
}

#date-list {
  border-top: 3px dashed #cfcfcf;
  border-bottom: 3px dashed #cfcfcf;
  padding: 10px 0;
  margin: 15px 0;
}

.date-item-list {
  width: 100px;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.date-item-list:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.date-item-list h6 {
  margin: 10px 0;
  font-size: 25px;
}

.date-item-list.lastDay {
  background-color: #EE4D52;
}

.date-item-list.today {
  background-color: #f71b1b;
}

.channel-item {
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  margin: 6px;
}

.channel-item:hover {
  border: 1px solid #f71b1b;
}

.channel-item img {
  width: 100px;
  height: auto;
}

.channel-large-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 164px;
          flex: 1 0 164px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-open-toggle-channel {
  width: 100%;
  border-radius: 7px;
  background-color: #212121;
  color: #3d96ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-open-toggle-channel i {
  margin: 0 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-open-toggle-channel[data-open="true"] span#opening-list-channel {
  display: none;
}

.btn-open-toggle-channel[data-open="true"] span#closing-list-channel {
  display: inline-block;
}

.btn-open-toggle-channel[data-open="true"] i {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.btn-open-toggle-channel[data-open="false"] span#opening-list-channel {
  display: inline-block;
}

.btn-open-toggle-channel[data-open="false"] span#closing-list-channel {
  display: none;
}

.page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-number small {
  white-space: nowrap;
}

.page-number small p,
.page-number small i {
  margin: 0 5px;
}

.page-number small p:first-child {
  background-color: #2c2c2c;
  border-radius: 4px;
  padding: 1px 9px;
}

.title-single-page {
  margin: 15px 0;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #ffa101;
}

.title-single-page span:last-child {
  color: #a1a1a1;
  font-size: 15px;
}

.details-single-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10px;
  margin: 15px 0;
}

.details-single-page p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.details-single-page p span:first-child {
  color: #ffa101;
  margin: 0 5px;
}

.action-btn {
  background-color: #212121;
  border-radius: 7px;
  padding: 10px 15px;
  height: 50px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 7px;
}

.action-btn i {
  margin: 5px;
}

.action-btn:hover {
  -webkit-box-shadow: 0 0 150px 5px rgba(184, 122, 41, 0.6);
          box-shadow: 0 0 150px 5px rgba(184, 122, 41, 0.6);
  background-color: #a1a1a1;
  color: #181818;
}

.action-btn.action-like i {
  margin: 5px;
  padding: 6px;
  border-radius: 100%;
  background-color: #cfcfcf;
  color: #181818;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.action-btn.action-like i:hover {
  background-color: #181818;
  color: #ffa101;
}

.action-btn.action-buy {
  background-color: #ffa101;
  color: #181818;
}

.action-btn.action-bookmark[data-favorite="true"] {
  color: #ffa101;
}

.action-btn.action-bookmark[data-favorite="true"]:hover {
  background-color: #212121;
}

.TagsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.TagsList a {
  padding: 5px 15px;
  border: 1px solid white;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px;
  border-radius: 7px;
}

.TagsList a:hover {
  background-color: #ffa101;
  border: 1px solid #181818;
  color: #181818;
  -webkit-box-shadow: 0 0 150px 5px rgba(184, 122, 41, 0.5);
          box-shadow: 0 0 150px 5px rgba(184, 122, 41, 0.5);
}

.summery-single-page {
  text-align: justify;
  direction: rtl;
  padding: 0 10px;
  margin: 10px 0;
}

.comment-container {
  background-color: #181818;
  border-radius: 7px;
  padding: 25px;
  margin: 10px auto;
}

.comment-container .img-avatar {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background-size: cover !important;
}

.write-comment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.write-comment-container i.fa-user-circle {
  font-size: 50px;
  color: #a1a1a1;
}

.write-comment-container .send-btn-comment {
  background-color: #a1a1a1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
  width: 40px;
  height: 40px;
}

.write-comment-container .send-btn-comment i {
  color: #181818;
  font-size: 25px;
}

.write-comment-container .send-btn-comment:hover i {
  color: #ffa101;
}

.write-comment-container label {
  font-size: 15px;
}

.write-comment-container form {
  width: 100%;
}

.write-comment-container input:not([type="checkbox"]) {
  background-color: white;
  padding: 10px 15px;
  margin: 0 7px;
  margin-bottom: 10px;
  border-radius: 7px;
  width: 97%;
}

.comment-list li {
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-list li div.comment-content {
  width: 90%;
  padding: 0 10px;
}

.comment-list li div.comment-content p {
  text-align: justify;
  margin: 10px 7px;
  font-size: 13px;
  color: gray;
}

.comment-list li div.comment-content div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comment-list li div.comment-content div:first-child p {
  color: #ffa101;
  margin: 0;
  font-family: "Baloo";
}

.comment-list li div.comment-content div:first-child small {
  color: #a1a1a1;
}

.other-episodes {
  padding: 10px;
}

.other-episodes li.item-episode {
  background-color: #212121;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 5px 0;
}

.other-episodes li.item-episode:hover {
  cursor: pointer;
  background-color: #ffa101;
}

.other-episodes li.item-episode:hover small,
.other-episodes li.item-episode:hover p {
  color: #181818;
}

.other-episodes li.item-episode:hover button {
  background-color: #181818;
}

.other-episodes li.item-episode:hover button i {
  color: #ffa101;
}

.other-episodes li.item-episode .img-episode {
  background-size: cover !important;
}

.other-episodes li.item-episode button {
  background-color: #ffa101;
  width: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}

.other-episodes li.item-episode div.episodes-details {
  width: calc(100% - 160px);
  padding: 8px 15px;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
}

.other-episodes li.item-episode div.img-episode {
  height: 80px;
  width: 130px;
}

.other-episodes-small-view div.title-other-episodes {
  background-color: #212121;
  border-radius: 7px;
  padding: 10px 0 0 0;
  margin: 15px 0;
}

.other-episodes-small-view div.title-other-episodes p {
  color: #ffa101;
  margin: 0;
  padding: 0 15px 10px 15px;
  border-bottom: 2px solid #ffa101;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.other-episodes-small-view div.list-episodes div.item-episode {
  background-color: #212121;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.other-episodes-small-view div.list-episodes div.item-episode:hover {
  cursor: pointer;
  background-color: #ffa101;
}

.other-episodes-small-view div.list-episodes div.item-episode:hover small,
.other-episodes-small-view div.list-episodes div.item-episode:hover p {
  color: #181818;
}

.other-episodes-small-view div.list-episodes div.item-episode:hover button {
  background-color: #181818;
}

.other-episodes-small-view div.list-episodes div.item-episode:hover button i {
  color: #ffa101;
}

.other-episodes-small-view div.list-episodes div.item-episode button {
  background-color: #ffa101;
  width: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.other-episodes-small-view div.list-episodes div.item-episode div.episodes-details {
  width: calc(100% - 160px);
  padding: 8px 15px;
}

.other-episodes-small-view div.list-episodes div.item-episode div.img-episode {
  height: 80px;
  width: 80px;
  background-size: cover !important;
}

#MODAL_ACTION_BUY {
  position: fixed;
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212121;
  width: 80vw;
  padding: 20px;
  border-radius: 7px;
  z-index: 40;
}

#MODAL_ACTION_BUY .img-avatar {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 4px solid #ffa101;
}

#MODAL_ACTION_BUY .title-single-page {
  margin: 15px 0;
  margin-bottom: 20px;
  padding: 0 15px;
}

#MODAL_ACTION_BUY .title-single-page span {
  color: #ffa101;
}

#MODAL_ACTION_BUY .title-single-page span:last-child {
  color: #a1a1a1;
  font-size: 15px;
}

.tp-login-form {
  background-color: #181818;
  margin: 40px auto;
  border-radius: 7px;
  padding: 15px;
}

.tp-login-form .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
}

.tp-login-form .nav-tabs button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ffa101 !important;
  color: #ffa101;
}

.tp-login-form .nav-tabs button:first-child {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tp-login-form .nav-tabs button:last-child {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tp-login-form #nav-login {
  padding: 20px 0;
}

.tp-login-form #nav-register {
  padding: 20px 0;
}

.AboutSection {
  background-color: #181818;
  margin: 40px auto;
  border-radius: 7px;
  padding: 15px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #ffa101;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-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;
  }
}

@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;
  }
}

.Preloader {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Preloader.loaded .lds-ripple {
  display: none;
}

.Preloader.loaded p {
  display: none;
}

.Preloader.loaded::after {
  border-left: 1px solid #ffa101;
}

.Preloader.loaded::before {
  border-right: 1px solid #ffa101;
}

.Preloader.finish::after {
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
}

.Preloader.finish::before {
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

.Preloader::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #181818;
  z-index: -2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px solid transparent;
}

.Preloader::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #181818;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-right: 1px solid transparent;
}

.download-list-modal {
  border: 1px solid #444444;
  border-radius: 7px;
  padding: 10px;
}

.download-list-modal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  padding: 5px;
  border-radius: 7px;
  margin: 5px 0;
}

.download-list-modal li small {
  background-color: #ffa101;
  border-radius: 25px;
}

.download-list-modal li small:last-child {
  padding: 2px 10px;
}

.download-list-modal li small:first-child {
  width: 20px;
  height: 20px;
}

.download-list-modal li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-icon-modal i {
  font-size: 35px;
}

.share-icon-modal i:hover {
  color: orange;
}

.share-icon-modal input {
  border-radius: 25px;
  background-color: #212121;
  padding: 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

@media (max-width: 350px) {
  .page-number {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .profile-show-item {
    height: 100px;
    width: 100px;
  }
  .live-video-player {
    z-index: 15;
    position: -webkit-sticky;
    position: sticky;
    top: 62px;
  }
  .SideMenu {
    width: 90% !important;
    max-width: unset !important;
  }
  #selected-show p {
    font-size: 12px !important;
  }
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ul li {
    font-size: 11px !important;
  }
  footer .footer-header div.social-footer a {
    margin: 3px !important;
  }
  footer .sign-footer {
    margin: 10px 0;
  }
  footer .sign-footer p {
    font-size: 10px !important;
  }
  footer .sign-footer img {
    width: 70px !important;
  }
  #GO_TOP {
    display: none;
  }
  .comment-container {
    padding: 10px !important;
  }
  .write-comment-container {
    padding: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .write-comment-container label {
    font-size: 12px;
  }
  .write-comment-container form {
    margin: 10px 0;
  }
  .send-btn-comment {
    width: 100% !important;
    border-radius: 7px !important;
    margin: 10px 20px !important;
  }
  .channel-item {
    padding: 15px;
  }
  .channel-item img {
    width: 60px;
  }
  .channel-item small {
    font-size: 13px;
  }
  .movie-grid {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .action-btn {
    padding: 5px;
    font-size: 14px;
  }
  .action-btn i {
    font-size: 12px !important;
  }
  .movie-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .TimingShow div {
    -ms-grid-columns: 50% 30% 20%;
        grid-template-columns: 50% 30% 20%;
  }
  .TimingShow ul li {
    -ms-grid-columns: 50% 30% 20%;
        grid-template-columns: 50% 30% 20%;
  }
  .login-btn {
    background-color: transparent !important;
  }
  #my-video {
    margin: 0 !important;
  }
  .top-section {
    height: auto !important;
  }
  p {
    font-size: 12px !important;
  }
  .profile-show-item {
    height: 120px;
    width: 120px;
  }
  footer ul {
    padding: 5px 10px;
    margin: auto;
  }
  footer .sign-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .sign-footer img {
    width: 100px;
  }
  .SideMenu {
    width: 70%;
    max-width: 600px !important;
  }
  .title-actor {
    text-align: center;
  }
  .box-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-details small {
    margin: 0 auto;
  }
  .box-details #share {
    display: block !important;
    font-size: 20px;
  }
  .box-details #share i {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .movie-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .movie-grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
/*# sourceMappingURL=styles.css.map */