html,
body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #130726 !important;
}

.infinite-scroll-component__outerdiv {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.button {
  background-color: #03F87E;
  color: rgb(0, 0, 0);
  border: none;
  margin: 0 2px;
  padding: 10px 12px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  min-width: 155px;
  font-weight: 100;
  border-radius: 50px;
  text-transform: none;
}

.buttontext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdownButton {
  background: #190547 0% 0% no-repeat padding-box;
  padding: 0;
  min-width: 100px;
  border-radius: 24px;
  border: 1px solid #36215a;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: clamp(12px, 1.1vw, 12px);
  letter-spacing: 0px;
  color: #03f87e;
  text-transform: capitalize;
  opacity: 1;
}

.dropdowntext {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.dropdownSection {
  width: auto !important;
  z-index: 1;
  background: #190547 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 8px 8px 12px;
}

.dropdownOption {
  padding: 10px 5px 0px 5px;
  text-decoration: none;
  color: #a89abf;
  font-size: clamp(8px, 1.1vw, 12px);
  white-space: nowrap;
}

.activeDropdownOption {
  padding: 10px 5px 0px 5px;
  text-decoration: none;
  color: #03f87e;
  font-size: clamp(8px, 1.1vw, 12px);
  white-space: nowrap;
}

.searchCardroot {
  color: white;
  border: none;
  outline: none;
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px 0 0 0;
}

.cardImage {
  border-radius: 6px;
  width: 100%;
  border: 1px solid #3d2f58;
  background: rgb(25, 5, 71);
}

.searchCardBox {
  margin: 0px !important;
}

.searchCardTitle {
  color: #ffffff;
  opacity: 1;
  font-size: clamp(14px, 1vw, 24px);
  margin-top: 6px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cardTextRoot {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.imdbmoviespan {
  margin: 4px 0 0 0;
}

.imdbTag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 0 0;
  width: 10rem;
}

.imdbTag:before {
  content: "";
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.3;
  border-radius: 3px;
  padding: 14px 30px;
  width: 100%;
}

.imdbText {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 1;
}

.imdbRating {
  color: #fd4376;
  margin-left: 5px;
  font-size: 10px;
}

.searchCardtype {
  background: var(--unnamed-color-00000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.3;
  padding: 4px 6px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2rem;
}

.typeText {
  font-size: clamp(12px, 1vw, 13px);
  letter-spacing: 0px;
  color: #d6c6f4;
  text-transform: capitalize;
  overflow-wrap: normal;
}

.searchDescription {
  font-size: clamp(11px, 1vw, 16px);
  letter-spacing: 0px;
  color: #9f91ca;
  text-transform: capitalize;
  opacity: 1;
  line-height: 16px;
  margin: 4px 0 0 0;
}

.cardWrap {
  display: block;
  content: "";
  position: relative;
  padding-bottom: 150%;
  cursor: pointer;
  background-color: #1e0b40;
  border-radius: 8px;
}

.cardMainContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: "8px";
}

@media screen and (max-width: 600px) {
  .searchCardroot {
    margin: 0px;
  }
  .cardBox {
    padding-left: 10px;
  }
  .searchCardroot .cardImage {
    width: 100% !important;
    height: 100%;
    min-width: 90px;
  }
  .cardImage {
    width: 60px !important;
    height: 90px;
    border-radius: 4px;
  }
  .searchCardTitle {
    line-height: 18px;
    margin-top: 0px;
  }
  .imdbmoviespan {
    margin: 6px 0 0 0;
  }
  .searchDescription {
    letter-spacing: 0px;
    color: #a89abf;
    line-height: 13px;
    text-transform: capitalize;
    opacity: 0.6;
    font-weight: 500;
    margin: 6px 0 0 0;
  }
  .imdbTag {
    margin: 5px 5px 0 0;
  }
  .imdbText {
    color: #d6c6f4;
    opacity: 0.7;
    font-weight: 500;
  }
  .typeText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-wrap: normal;
    color: #d6c6f4;
    opacity: 0.7;
    font-weight: 500;
  }
  .searchCardtype {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cardTextRoot {
    justify-content: normal;
  }
}
.slick-dots li {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slick-dots {
  bottom: -40px !important;
}

.rating-logoCount {
  display: flex;
  padding: 3px 4.4px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}

.rating-logoCount > b {
  line-height: 14px;
  font-weight: normal;
}

.dropdowntext__cust {
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  padding: 8px 18px;
}

.dropdowntext__icon img {
  margin-right: 8.3px;
  width: 16.68px;
  height: auto;
}

.dropdown__with-arrow .dropdownSection {
  position: relative;
}

.dropdown__with-arrow .dropdownSection::after {
  position: absolute;
  content: "";
}

.dropdown__with-arrow.dropdown .dropdownSection::before {
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: #130726;
  border-width: 11px;
  margin-left: -10px;
  top: -22px;
  right: 15px;
  z-index: 1;
}

.dropdown__with-arrow.dropdown .dropdownSection::after {
  content: "";
  position: absolute;
  right: 14px;
  top: -25px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 12px;
  border-bottom-color: #321b4b;
  z-index: 0;
}

.dropdown__with-arrow.dropdown .dropdownSection {
  z-index: 999;
  top: 5px !important;
  border: 1px solid #321b4b;
  min-width: 199px;
  background-color: #130726;
  padding: 27px 14.3px;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item:first-child {
  padding-top: 0 !important;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item hr {
  display: none;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown__with-arrow .dropdownButton {
  background-color: #130726;
  border: 1px solid #29f87e;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item {
  position: relative;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgb(255 255 255/10%);
  bottom: 0;
  width: 100%;
  left: 0;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item:last-child::after {
  display: none;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item:last-child {
  padding-bottom: 0 !important;
}

.outerContainer {
  background-color: rgba(4, 0, 11, 0.3);
  position: absolute;
  margin-top: 2%;
  padding-top: 1%;
}

.socialMedia {
  margin-right: 12px;
  cursor: pointer;
}

.providercard--container .provider--name {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  font-weight: 500;
  opacity: 1;
  word-break: normal;
}

.providercard--container .provider--subname {
  font-size: 11px;
  color: #d6c6f4;
  line-height: 22px;
  margin-top: 0;
  font-weight: 500;
  opacity: 0.5;
}

.errorWarning {
  font-size: 14px;
  color: rgb(242, 64, 64);
}

.successfulMessage {
  font-size: 14px;
  color: #03f87e;
}

.inputEmail {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #d6c6f4;
}

.innerInput {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.mail {
  position: absolute;
  top: 9px;
  left: 14px;
}

.subscribeInput {
  padding: 12px 66px 12px 42px;
  background-color: #341a53;
  border-radius: 6px 0px 0px 6px;
  outline: none;
  border: none;
  opacity: 1;
  color: white;
}

.button {
  background: #03F87E !important;
  background-color: transparent;
  padding: 8px 20px;
  font-size: 13px;
  margin-left: 0px;
  border: none;
  margin-top: 0px;
  border-radius: 0px 6px 6px 0px;
  text-transform: none;
}

.termsInline {
  border-top: 1px solid rgb(214 198 244/15%);
  margin-top: 20px;
}

.termsInline .partnerWrap {
  opacity: 0.9;
}

.partnerWrap {
  color: #d6c6f4;
  margin: 1rem 0;
}

.partnerWrap span {
  font-size: 14px;
  cursor: pointer;
}

.footer .links,
.partnerWrap span {
  transition: 0.2s all;
  cursor: pointer;
}

.footer .links:hover,
.partnerWrap span:nth-child(even):hover {
  color: #03f87e !important;
}

.d-flex {
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-item-end {
  align-items: flex-end !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.content-details--box {
  margin-right: 47px !important;
  position: relative;
}

.content-details--box::after {
  position: absolute;
  content: "";
  border-right: 1px solid rgb(168 154 191/10%);
  right: -25px;
  height: 100%;
}

.watchBox--custom {
  justify-content: space-between !important;
}

.ReactModal__Overlay--after-open {
  z-index: 9992 !important;
}

.cardBox--custom .cardBox--wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.content--logo-center {
  flex: 1 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 600px) {
  .rating-logoCount {
    display: flex;
    padding: 3px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
  }
  .free-stream {
    padding: 2px 3px !important;
    font-size: 10px !important;
    top: 9px !important;
    font-family: "IBM Plex Sans" !important;
    text-transform: capitalize;
  }
}
.providerIcon--custom {
  max-width: 20px;
  height: auto;
}

.mainBox--container .mainBox--custom {
  padding: 18px 30px;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  flex-wrap: wrap;
  background: rgb(19 7 38/30%);
}

.content--box-wishlist {
  padding-left: 20px;
  padding-right: 20px;
}

.content--action {
  padding-left: 30px;
}

.watchNowCardWrap--cust {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whereToWatch {
  margin-top: 20px;
  padding-bottom: 40px;
}

.whereTowatchmodal--ht,
.overflow-375 {
  max-height: 375px !important;
  height: auto !important;
  overflow-x: auto;
  padding-right: 5px;
}

.overflow-375::-webkit-scrollbar {
  width: 3px;
  margin: 10px 20px;
  background: #090411 0% 0% no-repeat padding-box;
  height: 3px;
}

.overflow-375::-webkit-scrollbar-thumb {
  background: rgb(168 154 191/10%);
  border-radius: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  height: 3px;
}

.overflow-375:hover::-webkit-scrollbar-thumb {
  background: #03f87e;
  height: 3px;
}

.overflow-375::-webkit-scrollbar-track {
  background: #090411 0% 0% no-repeat padding-box;
  box-shadow: inset 0 0 5px #090411;
  border-radius: 10px;
  height: 3px;
}

.whereTowatch--img {
  width: 100%;
  margin-bottom: 8px !important;
  position: relative;
}

.whereTowatch--img::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgb(255 255 255/15%);
  bottom: -9px;
  left: 0;
  width: 100%;
}

.imgBox--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imgBox--wrap .image-wrap {
  width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.btn-primary--green {
  color: #29f87e !important;
  background-color: #130827 !important;
  white-space: nowrap !important;
  border: 1px solid #29f87e !important;
  margin: 10px 5px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
}

.btn-primary--green:hover {
  background: #29f87e !important;
  color: #130827 !important;
}

.stayInformed__content-box--custom {
  position: relative;
  z-index: 3;
}

.btn-primary {
  color: #29f87e;
  border: 1px solid #29f87e;
  height: auto;
  padding: 8px 20px;
  font-size: clamp(10px, 1vw, 14px);
  min-width: 77px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 50px;
  text-transform: none;
  background-color: #130827;
  transition: 0.2s all;
  display: inline-block;
  position: relative;
  z-index: 999;
}

.btn-primary:hover {
  background-color: #29f87e;
  border: 1px solid #29f87e;
  color: #130827;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.w-100 {
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.overflowHidden {
  overflow: hidden !important;
}

.title-custom {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 6.3px;
}

.scrolldown-text {
  color: #d6c6f4;
  opacity: 70%;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  margin-top: 5px;
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-not-found,
.page-not-found__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-not-found {
  margin-top: 36px;
}

.page-not-found__smalltext {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  margin-top: 25px;
}

.page-not-found__heroText {
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 20px;
  font-family: "IBM Plex Sans";
  text-align: center;
  font-size: clamp(12px, 2vw, 16px);
  max-width: 100%;
}

.page-not-found-page__img {
  width: 150px;
  height: auto;
}

.google-ads-center {
  background-color: rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
}

.share-details__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-language__container .bodywrap__custom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 12px;
}

.all-language__container .countDetailsWrap__custom {
  margin-top: 10px;
}

.rating-badge {
  position: absolute;
  left: 6px;
  top: 6px;
  background: #4b14a7;
  border-radius: 2px;
  font-size: clamp(10px, 1.5vw, 13px);
  list-style: clamp(13px, 1.5vw, 17px);
  color: #fff;
  padding: 1px 5px;
  z-index: 1;
}

.arrowCustom:hover .aRightArrowCustom {
  fill: #29f87e;
  stroke: #29f87e;
}

.arrowCustom svg {
  transition: 0.2s all;
}

.arrowCustom:hover svg {
  transform: scale(1.3);
}

@media (min-width: 320px) and (max-width: 580px) {
  .skeleton__rect {
    height: 220px;
  }
  .skeleton__text--seeall {
    min-height: 15px;
    max-height: 15px;
    width: 14% !important;
    min-width: 14%;
  }
  .skeleton__text.skeleton__text--single {
    height: 20px;
    max-height: 20px;
  }
  .watchBox--custom .watchNowCardWrap--cust {
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
  }
  .content-details--box img {
    width: 40px !important;
    height: auto !important;
  }
  .content-details--box {
    margin-right: 0 !important;
  }
  .content-details--box::after {
    display: none;
  }
  .content-details--info {
    text-align: center;
  }
  .quality--cust {
    margin-bottom: 4px !important;
  }
}
#mouse-scroll .mouse {
  height: 30px;
  width: 17px;
  border-radius: 10px;
  transform: none;
  border: 1px solid #a89abf;
  position: relative;
}

#mouse-scroll .mouse-in {
  height: 7.5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #a89abf;
  -webkit-animation: animated-mouse 1.2s ease infinite;
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
}

#mouse-scroll .down-arrow-1 {
  margin-top: 10px;
}

#mouse-scroll span {
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-right: 1px solid #a89abf;
  border-bottom: 1px solid #a89abf;
  position: absolute;
  left: 45%;
}

#mouse-scroll .down-arrow-1 {
  -webkit-animation: mouse-scroll 1s infinite;
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.base-hover:hover {
  transform: scale(1.5);
}

.page-not-found__heroText {
  max-width: 65%;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 18px;
}

.page-not-found-page__img {
  width: 110px;
  height: auto;
}

.page-not-found__smalltext {
  margin-top: 10px;
}

.all-language__container .countDetailsWrap__custom {
  margin-top: 4px;
}

.all-language__container .bodywrap__custom {
  padding-bottom: 7px;
}

@media (min-width: 600px) {
  .content-details--info {
    max-width: 84px;
  }
}
@media (min-width: 960px) {
  .whereToWatchBox--cust .cardBox--custom {
    max-width: 23%;
    flex-basis: 23%;
    margin: 10px 10px 0 0;
  }
}
.whereToWatch {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bigflix {
  left: 25%;
  top: 35%;
  background: url("https://images.ottplay.com/downloadapp/bigflix.png") no-repeat;
  background-size: contain;
}

.voot {
  left: 10%;
  top: 20%;
  background: url("https://images.ottplay.com/downloadapp/voot.png") no-repeat;
  background-size: contain;
}

.sonyLiv {
  left: 10%;
  top: 60%;
  background: url("https://images.ottplay.com/downloadapp/sonyliv.png") no-repeat;
  background-size: contain;
}

.altbalaji {
  left: 25%;
  bottom: 0;
  background: url("https://images.ottplay.com/downloadapp/altbalaji.png") no-repeat;
  background-size: contain;
}

.netflix {
  left: 25%;
  top: -2%;
  background: url("https://images.ottplay.com/downloadapp/netflix.png") no-repeat;
  background-size: contain;
}

.zee {
  left: 40%;
  bottom: 20%;
  background: url("https://images.ottplay.com/downloadapp/Zee5.png") no-repeat;
  background-size: contain;
}

.hotstar {
  right: 32%;
  background: url("https://images.ottplay.com/downloadapp/hotstar.png") no-repeat;
  background-size: contain;
}

.hbo {
  top: 8%;
  left: 40%;
  background: url("https://images.ottplay.com/downloadapp/hbo.png") no-repeat;
  background-size: contain;
}

.vimeo {
  top: 0;
  right: 10%;
  background: url("https://images.ottplay.com/downloadapp/vimeo.png") no-repeat;
  background-size: contain;
}

.appletv {
  top: 35%;
  right: 8%;
  background: url("https://images.ottplay.com/downloadapp/AppleTVPlus.png") no-repeat;
  background-size: contain;
}

.Mavshack {
  right: 10%;
  bottom: 0;
  background: url("https://images.ottplay.com/downloadapp/Mavshack.png") no-repeat;
  background-size: contain;
}

.prime {
  top: 15%;
  left: 45%;
  background: url("https://images.ottplay.com/downloadapp/prime.png") no-repeat;
  background-size: contain;
}

.DiscoveryPlus {
  bottom: 15%;
  left: 45%;
  background: url("https://images.ottplay.com/downloadapp/discoverplus.png") no-repeat;
  background-size: contain;
}

.epicon {
  right: 26%;
  top: 20%;
  background: url("https://images.ottplay.com/downloadapp/epicon.png") no-repeat;
  background-size: contain;
}

.alt {
  right: 25%;
  bottom: 10%;
  background: url("https://images.ottplay.com/downloadapp/alt.png") no-repeat;
  background-size: contain;
}

.aha {
  left: 25%;
  bottom: 10%;
  background: url("https://images.ottplay.com/downloadapp/Aha.png") no-repeat;
  background-size: contain;
}

.netflix,
.altbalaji,
.bigflix,
.prime,
.alt,
.Mavshack {
  max-width: 96px;
  max-height: 96px;
  width: 12%;
  height: 100%;
}

.hbo,
.zee,
.DiscoveryPlus,
.epicon,
.appletv,
.epicon {
  width: 13%;
  max-width: 118px;
  max-height: 118px;
  height: 100%;
}

.voot,
.sonyLiv,
.hotstar,
.vimeo,
.aha {
  max-width: 89px;
  max-height: 89px;
  width: 10%;
  height: 100%;
}

.discover {
  background-image: url("https://images.ottplay.com/downloadapp/discoverOverlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  background-position: top center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.discover::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: url("https://images.ottplay.com/downloadapp/overlay-img.png");
  background-repeat: no-repeat;
  height: 160px;
  left: 0;
  z-index: 1;
}

.d-none {
  display: none !important;
}

.free-stream {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 6px;
  background: #29f87e 0% 0%;
  border-radius: 2px 0 0 2px;
  font-size: 12px;
  color: #000000;
  font-family: "IBM Plex Sans";
  padding: 2.5px 4px;
  text-transform: capitalize;
}
.miniTrailer {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  bottom: 0;
}

.paper__custom:nth-child(2n+1) {
  padding-left: 0 !important;
}

.trailer__wraper .paper__custom {
  margin-left: 0;
}

@media (min-width: 1920px) {
  .paper__custom:nth-child(2n+1) {
    padding: 0 8px !important;
  }
  .paper__custom:nth-child(3n+4) {
    padding-left: 0 !important;
  }
}
.paper {
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
  background-color: #170732;
}

.header {
  padding: 10px 20px 15px 18px;
}

.synopContentTitle {
  color: #000000;
  width: 100%;
  margin: 0;
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight: 600;
}

.synopContentBox {
  height: calc(100% - 70px);
  margin-top: 15px;
  overflow-y: auto;
  margin-right: 18px;
  scrollbar-color: #4a3fb3 #d9d9d9;
  scrollbar-width: thin;
}

.synopContentBox::-webkit-scrollbar {
  width: 12px;
}

.synopContentBox::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 20px;
}

.synopContentBox::-webkit-scrollbar-thumb {
  border: 4px solid #d9d9d9;
  border-radius: 20px;
  background-color: #4a3fb3;
}

.synopContentDesc {
  color: #565656;
  margin: 0;
  font-size: clamp(12px, 1.2vw, 16px);
  text-align: justify;
  font-weight: 400;
}

.synopContentDesc a {
  color: blue;
}

.faqDesc {
  color: #565656;
  margin: 0;
  font-size: clamp(12px, 1.2vw, 16px);
  margin-top: 4px;
  text-align: justify;
  font-weight: 400;
  white-space: normal;
}

.synopClose {
  display: flex;
  justify-content: flex-end;
}

.synopClose img {
  width: clamp(14px, 1.4vw, 23px);
}

.synopContent {
  padding: 20px 45px 20px 30px;
  padding-top: 0;
}

@media (max-width: 599.95px) {
  .movie_container {
    margin: 0px !important;
  }
  .contentLeftBox {
    order: 1;
  }
  .media {
    width: auto;
    height: 250px;
  }
  .header {
    padding: 15px 20px 5px 18px;
    border-bottom: 1px solid rgb(14 14 14/30%);
  }
  .pageHeader {
    font-size: 16px;
    font-weight: 600;
  }
  .paper {
    height: 100%;
    padding: 14px 16px;
    border-radius: 0;
  }
  .synopHeader {
    padding: 12px 15px;
  }
  .synopHeading {
    font-weight: 800;
    line-height: 19px;
  }
  .synopContentBox {
    height: 80%;
    margin-top: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px;
  }
  .advert {
    margin-bottom: 13px;
  }
  .synopContentTitle {
    margin-top: 0;
    line-height: 20px;
  }
  .synopContentDesc {
    color: #565656;
    margin-top: 8px;
    line-height: 16px;
  }
  .faqDesc {
    color: #565656;
    margin-top: 8px;
    line-height: 16px;
  }
  .synopContent {
    padding: 0px 15px 20px 15px;
  }
}
@media (min-width: 1400px) {
  .topNewWrap__xl {
    width: 100% !important;
  }
  .TopNewsContainer__custom {
    width: 50% !important;
  }
  .streamingWidgetContainer__custom {
    gap: 0 10% !important;
  }
  .border--custom {
    margin: 0 35px;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .rating-logoCount {
    display: flex;
    padding: 3px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 580px) {
  .watchBox--custom .watchNowCardWrap--cust {
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
  }
  .content-details--box img {
    width: 40px !important;
    height: auto !important;
  }
  .content-details--box {
    margin-right: 0 !important;
  }
  .content-details--box::after {
    display: none;
  }
  .content-details--info {
    text-align: center;
  }
  .quality--cust {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 320px) {
  .footer--logo {
    width: 83px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .aboutUs-logo {
    width: 100px;
    height: auto;
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .aboutUs-popcornlogo {
    width: 104px;
  }
}
@media (max-width: 599px) {
  .imgBox--wrap .image-wrap {
    width: 110px;
    height: auto;
    margin-bottom: 10px;
  }
  .content--box-wishlist {
    padding-left: 0;
    padding-right: 0;
  }
  .content--action {
    padding-left: 0;
  }
  .containerbox--cust {
    display: block !important;
  }
  .mainBox--container .mainBox--custom {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px 30px;
  }
  .content--logo {
    margin-top: 25px !important;
    position: relative;
  }
  .content--logo::before {
    position: absolute;
    content: "";
    border-top: 1px solid #281b55;
    width: 100%;
    top: -15px;
    left: 0;
  }
  .outer-margin--explicit {
    margin-top: 25% !important;
  }
  .overflow-375::-webkit-scrollbar-thumb {
    background: #03f87e;
  }
  .cardBox--custom .cardBox--wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .whereTowatch--img {
    width: 65px;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    position: relative;
    text-align: left;
  }
  .whereTowatch--detail {
    width: 140px;
    text-align: left;
  }
  .cardBox--custom {
    margin: 10px 10px 0 0 !important;
    padding: 10px 10px !important;
  }
  .whereTowatch--img::before {
    position: absolute;
    content: "";
    border-right: 1px solid rgb(255 255 255/15%);
    border-bottom: 0;
    top: 0;
    bottom: auto;
    left: auto;
    right: 3px;
    width: 100%;
    height: 100%;
  }
  .whereToWatchBox--cust {
    flex-wrap: nowrap !important;
  }
  .whereTowatch--img img {
    width: 45px !important;
  }
  .scoll-nav__list-item {
    margin-right: 15px;
  }
  .explore-more__video {
    padding: 0;
  }
  .reactPlayer--custom {
    border-radius: 0;
  }
  .miniTrailer__main {
    padding-bottom: 56.65%;
  }
}
@media (min-width: 600px) {
  .content-details--info {
    max-width: 84px;
  }
}
@media (min-width: 768px) {
  .aboutUs-logo {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .aboutUs-popcornlogo {
    width: 230px;
  }
  .footer--logo {
    width: 167px;
    height: auto;
  }
  .scroll-nav {
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .whereToWatchBox--cust .cardBox--custom {
    max-width: 23%;
    flex-basis: 23%;
    margin: 10px 10px 0 0;
  }
  .explore-more__content .text-left {
    margin-left: 8%;
  }
  .explore-more__content {
    display: flex;
    justify-content: center;
  }
  .explore-more {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .aboutUs-logo {
    width: 300px;
    height: auto;
    margin-bottom: 50px;
    margin-top: 35px;
  }
  .aboutUs-popcornlogo {
    width: 330px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .skeleton__rect {
    height: 190px;
  }
}
@media (min-width: 960px) {
  .what-to-watch--img-wrap img {
    margin-top: -6.5%;
  }
}
@media (max-width: 767px) {
  .netflix,
  .altbalaji,
  .alt,
  .Mavshack,
  .voot,
  .sonyLiv,
  .vimeo,
  .epicon,
  .appletv,
  .epicon {
    display: none;
  }
  .bigflix,
  .aha,
  .hbo,
  .zee,
  .DiscoveryPlus,
  .hotstar,
  .prime {
    width: 43px;
    max-width: 43px;
    max-height: 43px;
    height: 100%;
  }
  .hotstar {
    top: auto;
    bottom: 28%;
    left: -5%;
  }
  .hbo {
    bottom: 14%;
    top: auto;
    left: 14%;
  }
  .bigflix {
    bottom: 2%;
    left: 14%;
    top: auto;
  }
  .zee {
    bottom: 10%;
    left: 50%;
    z-index: 1;
  }
  .prime {
    bottom: 13%;
    top: auto;
    left: 35%;
    z-index: 1;
  }
  .aha {
    top: auto;
    bottom: 20%;
    left: 70%;
  }
  .DiscoveryPlus {
    bottom: 1%;
    right: 10%;
  }
  .floating-provider-logo {
    opacity: 70%;
  }
}
.container {
  max-width: 1172px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 1367px) {
  .container {
    max-width: 1330px;
  }
}
@media (max-width: 346px) {
  .all-genres-container {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)) !important;
  }
  .all-genres .providerImage {
    height: 91px !important;
  }
}
.embed-aspect-ratio {
  position: relative;
  padding-bottom: 56.65%;
}

.embed-aspect-ratio > iframe,
.embed-aspect-ratio > .reactPlayerAspectratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-next {
  height: auto !important;
}

.homeBannerSlider .slick-dots {
  bottom: -20px !important;
}

.homeBannerSlider .slick-dots li button:before {
  opacity: 1 !important;
  font-size: 8px !important;
}

.homeBannerSlider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.homeBannerSlider__imgwrap {
  padding-bottom: 56.65%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.homeBannerSlider__imgwrap.featuredSub:after {
  display: none;
}

.homeBannerSlider__imgwrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  display: block;
  background: linear-gradient(0deg, rgba(16, 4, 31, 0.8) 0%, rgba(16, 4, 31, 0.1) 68%, rgba(16, 4, 31, 0) 100%);
}

.homeBannerSlider__imgwrap__cinemaRatio {
  position: relative;
  padding-bottom: 56.65%;
}

.homeBannerSlider__imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeBannerSlider .slick-slide {
  padding: 0 5px;
}

.homeBannerSlider .slick-dots li button:before {
  color: #392a52 !important;
}

.homeBannerSlider .slick-dots li.slick-active button:before {
  color: #ec3e6d !important;
  opacity: 1;
}

.homeBannerSlider .slick-dots li,
.homeBannerSlider .slick-dots li button:before {
  width: 15px;
}

.homeBannerSlider .slick-dots li {
  margin: 0;
}

.homeBannerSlider .slick-prev:before,
.homeBannerSlider .slick-next:before,
.slick-arrow-none .slick-prev:before,
.slick-arrow-none .slick-next:before {
  display: none;
}

.profileSlider .slick-dots {
  bottom: -15px !important;
}

.homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
  border-radius: 10px;
  overflow: hidden;
}

.homeBannerSlider.profileSlider {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 -15px 15px;
}

.modalTitle {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  line-height: 32px;
}

.modalSubTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 20px;
}

.shareDrawer {
  position: absolute;
  top: 12px;
  right: 55px;
}

.btn__withPrice {
  display: flex;
  justify-content: center;
  font-size: 28px;
  line-height: 0.5;
  padding: 7px 0 5px;
  font-family: "IBM Plex Sans", sans-serif !important;
}

.btn-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn__withPrice span {
  font-size: 14px;
  display: block;
  font-weight: bold;
}

@media (max-width: 600px) {
  .btn__withPrice {
    font-size: 26px;
  }
  .btn__withPrice span {
    font-size: 10px;
    padding-left: 3px;
  }
}
.slick-arrow-none .slick-prev::before,
.slick-arrow-none .slick-next::before {
  display: none;
}

.slick-arrow-none .slick-prev {
  left: -25px;
  width: auto;
  height: auto;
}

.slick-arrow-none .slick-next {
  right: -25px;
  width: auto;
  height: auto;
}

.slick-arrow-none .slick-prev.slick-disabled img,
.slick-arrow-none .slick-next.slick-disabled img {
  display: none;
}

.btn-solid {
  background: #29f87e;
  color: #000000;
  border: 1px solid #29f87e;
  padding: 4px 5px;
  text-align: center;
  font-weight: 400;
  font-size: clamp(9px, 2vw, 14px);
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s all;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.btn-solid:hover {
  background: #130827;
  color: #fff;
}

.btn-with--icon svg {
  margin-right: 3.3px;
  width: 14px !important;
  height: auto !important;
}

.btn-with--icon:hover svg path {
  fill: #29f87e;
}

@media (max-width: 500px) {
  .btn-with--icon.subscribe-btn:hover svg path {
    fill: #000000;
  }
  .btn-solid.subscribe-btn:hover {
    background: #29f87e;
    color: #000000;
  }
}
.subscribe-btn {
  border-radius: 6px;
  background-image: url(https://images.ottplay.com/static/newImages/subscribe-btn.svg);
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 21px;
  background-size: 14px;
}

.subscribe-btn:hover {
  background-image: url(https://images.ottplay.com/static/newImages/subscribe-btn-hover.svg);
  background-repeat: no-repeat;
  background-position: 3px;
  background-size: 14px;
}

.addboxComman {
  width: 100%;
}

.addhead {
  font-size: 12px;
  color: #868383;
  margin-bottom: 7px;
}

.mainAddbox {
  width: 300px;
}

.moviedetailpage .swiper-button-next {
  right: 10px;
}

.moviedetailpage .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}

.moviedetailpage .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.moviedetailpage .swiper-button-prev {
  left: 10px;
}

.moviedetailpage {
  width: 100%;
}

@media (max-width: 767px) {
  .moviedetailpage .swiper-button-next,
  .moviedetailpage .swiper-button-prev {
    display: none;
  }
}
.yearsDropdown {
  padding: 0 10px 0 20px;
}

.yearsDropdown .MuiInput-input {
  color: #fff;
  font-size: 16px;
}

.yearsDropdown .MuiInput-formControl svg {
  color: #fff;
}

.rightpos {
  right: -20px !important;
}

.premiumPbtn {
  background: #4b14a7;
  border: solid 1px #4b14a7;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px !important;
  cursor: auto !important;
  align-items: center;
  line-height: 1.2;
}

.premiumPbtn:hover {
  background: #4b14a7;
  border: solid 1px #4b14a7;
  color: #fff;
}

.swal2-container.swal2-center > .swal2-popup {
  padding-bottom: 30px;
}

.swal2-title {
  font-size: 24px !important;
  font-weight: normal;
  padding-top: 30px !important;
}

.swal2-close,
.swal2-close:hover {
  color: #6819bf !important;
}

.vjs-iframe-blocker {
  display: none !important;
}

#playPause {
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.overflowH {
  overflow: hidden;
}

.contentTypeLi {
  text-transform: capitalize;
}

.playIcon {
  background: rgba(0, 0, 0, 0.5) url("https://images.ottplay.com/static/subscriptionimages/playIconGreen.svg") no-repeat center center;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-size: 40%;
  left: 6px;
  bottom: 6px;
  z-index: 1;
}

.crownIcon {
  background: rgba(0, 0, 0, 0.5) url("https://images.ottplay.com/static/subscriptionimages/premium.png") no-repeat center center;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-size: 50%;
  left: 6px;
  bottom: 6px;
  z-index: 1;
}

.homeSliderBG {
  background-color: #1F1431;
}

.homeSliderBG .homeBannerSlider .slick-dots {
  bottom: -9px !important;
}

.subsBannerAfter {
  position: relative;
  z-index: 1;
}

.subsBannerAfter::after {
  content: "";
  position: absolute;
  top: -38.76px;
  right: 50%;
  transform: translateX(50%);
  width: 100vw;
  height: calc(100% + 38.76px);
  background-color: #1F1431;
  z-index: -1;
}

.subsBannerAfter .slick-dots {
  bottom: -24px !important;
}

.overflowHiddenX {
  overflow-x: hidden;
}

.moreZindex {
  z-index: 99;
}

.moreDropdown__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 11;
  transition: all 0.2s linear;
}

.subsBannerAfter .homeBannerSlider {
  padding-top: 2px;
  padding-bottom: 30px;
}

@media (max-width: 599px) {
  .providerSlider {
    padding: 0 30px 0 15px;
    overflow: hidden;
  }
  .providerSlider .slick-list {
    overflow: visible;
  }
}
.mobiledevice {
  padding-top: 64px;
}

@media (max-width: 700px) {
  .mobiledevice {
    padding-top: 56px;
  }
  .mobiledevice.searchPage {
    padding-top: 0 !important;
  }
}
.plansSliderWrap .homeBannerSlider.profileSlider .slick-prev,
.plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
  z-index: 2;
}

.plansSliderWrap .homeBannerSlider.profileSlider .slick-prev {
  left: 5px;
}

.plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
  right: 25px;
}

.plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
  width: 160px;
}

.plansSliderWrap {
  position: relative;
}

.plansSliderWrap .plansSliderGradient::before,
.plansSliderWrap .plansSliderGradient::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 0;
  height: 100%;
  pointer-events: none;
}

.plansSliderWrap .plansSliderGradient::before {
  left: -15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.plansSliderWrap .plansSliderGradient::after {
  right: -15px;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

@media (max-width: 900px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-prev {
    left: 30px;
    width: auto;
  }
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
    right: 30px;
    width: auto;
  }
}
@media (max-width: 420px) {
  .playIcon,
  .crownIcon {
    width: 24px;
    height: 24px;
  }
}
button {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.vjs-text-track-cue div {
  position: absolute !important;
  width: 100% !important;
  bottom: 4vh !important;
  left: 0 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 20px 30px !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: clamp(16px, 1.4vw, 28px) !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: bold;
  display: inline-block !important;
  padding: 5px 10px !important;
  line-height: 1.3;
}

@media (max-width: 1400px) {
  .vjs-text-track-cue div {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .vjs-text-track-cue div {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .vjs-text-track-cue div {
    font-size: 12px;
  }
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-prev {
    left: 25px;
    width: auto;
  }
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
    right: 25px;
    width: auto;
  }
}
.title-med-screen {
  padding-right: 5px;
}

.providerSlider .slick-track {
  display: flex !important;
}

.providerSlider .slick-track .slick-slide,
.providerSlider .slick-track .slick-slide > div > div {
  height: inherit !important;
}

.providerSlider .slick-track .slick-slide > div {
  height: 100% !important;
}

.line-1 {
  position: relative;
  top: 50%;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s infinite both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 4em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.providerSliderNeww .slick-list .slick-track {
  margin: 0px;
}

.tvTitle {
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  background: #1f1431;
  position: relative;
  z-index: 9;
}

.tvTitle span {
  color: white;
  font-size: 20px;
  padding-left: 2%;
  font-weight: bold;
}

@media (max-width: 768px) {
  .subscribeInput {
    padding: 12px 50px;
  }
}
@media (max-width: 425px) {
  .subscribeInput {
    padding: 12px 40px;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .root {
    padding: 4%;
    background-color: rgba(4, 0, 11, 0.3);
    position: absolute;
    margin-top: 2%;
  }
  .watchTv_logo {
    width: 212px;
  }
  .seperator {
    margin: 20px 0;
  }
  .errorWarning {
    font-size: 12px;
    color: rgb(242, 64, 64);
  }
  .successfulMessage {
    font-size: 12px;
    color: #03F87E;
  }
  .follow {
    color: #D6C6F4;
    font-size: 12px;
    font-weight: 600;
    margin: 5% 0 0 0;
  }
  .partnerWrap {
    text-align: center;
    color: #D6C6F4;
    margin: 0.5rem;
  }
  .partnerWrap span {
    font-size: 12px;
  }
  .downloadApp {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 198, 244, 0.2);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0px 0px 0px 6px;
  }
  img.downloadApp {
    max-width: 50%;
    max-height: 50%;
  }
  .inbox {
    color: #D6C6F4;
    font-size: 10px;
    font-weight: 400;
    margin-top: 5%;
  }
  .subscribeInput {
    padding: 12px 12% 12px 12px;
    width: 80%;
    background-color: rgba(52, 32, 92, 0.45);
    border-radius: 31px;
    outline: none;
    border: none;
    color: #A89ABF;
    height: 36px;
    font-size: 14px;
  }
  .list {
    list-style: none;
    text-align: left;
    opacity: 0.6;
    padding: 0px;
    margin-left: 10px;
    line-height: 1.43;
  }
  .links {
    text-decoration: none !important;
    color: #D6C6F4;
    font-weight: 400;
    font-size: 14px;
    line-height: auto;
  }
}

.container {
  max-width: 1172px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .container {
    max-width: 1154px;
    padding: 0 15px;
  }
}
.com-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.pagePathBackground {
  width: 100%;
  /* background: rgba(96,73,125,0.15); */
  margin-left: 0px;
  margin-right: 0px;
  flex-grow: 1;
  display: flex;
  /* margin-inline: -10px; */
  padding: 5px;
}

.crew-widget-flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.lists-unstlyed {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bullet-lists-circle {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

@media (max-width: 767px) {
  .bullet-lists-circle {
    align-items: unset;
  }
}
.bullet-lists-circle li {
  position: relative;
}

.bullet-lists-circle li + li {
  padding-left: 27px;
}

.bullet-lists-circle li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #554865;
  margin: 0 10px 0 9px;
  transform: translateY(-50%);
}

.publisher-name {
  color: #ffffff;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.auth-name-link {
  color: #ffffff;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.auth-name-link + .auth-name-link::before {
  content: ",";
  color: #fff;
  font-size: inherit;
}

.on-hover:hover {
  color: #03f87e;
  cursor: pointer;
}

.published-category,
.published-date-time {
  color: #8f7fa3;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.published-date-time {
  margin: 5px 0 0 0;
}

.watch-now-btn {
  position: relative;
  color: #000000;
  font-size: 11.2px;
  font-weight: 600;
  border-radius: 15px;
  background-color: #03f87e;
  padding: 3px 7px 3px 17px;
  display: inline-block;
  cursor: pointer;
}

.watch-now-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  border-top: 6px solid transparent;
  border-left: 6px solid #000000;
  border-bottom: 6px solid transparent;
  border-radius: 8px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .watch-now-btn {
    font-size: 12px;
    padding: 5.5px 10px 5.5px 25px;
  }
  .watch-now-btn::after {
    left: 12px;
    border-top: 6px solid transparent;
    border-left: 6px solid #000000;
    border-bottom: 6px solid transparent;
  }
}
.content-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background-color: #3d0791;
  border-radius: 10px;
  padding: 1px 7px;
  margin: 11px 0 11px 0;
}

.content-rating__icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.com-tabs-style-1 > div > header {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.com-tabs-style-1 > div > header .MuiTabs-root {
  min-height: 0;
  min-height: initial;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer {
  position: relative;
  border-bottom: 1px solid #130726;
  overflow: auto;
  padding-bottom: 8px;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-indicator {
  display: none;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
  width: 113px;
  min-width: 0;
  min-width: initial;
  min-height: 0;
  min-height: initial;
  color: #8f7fa3;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 2.84px solid transparent;
  padding: 0 0 9.24px 0;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .MuiTouchRipple-root {
  display: none !important;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected {
  color: #ffffff;
  font-weight: 600;
  font-weight: 700;
  border-bottom: 2.84px solid #fd5082;
}

.com-tabs-style-1 > div > div[role=tabpanel] .MuiBox-root {
  padding: 0;
}

@media (max-width: 767px) {
  .com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
    width: 96px;
  }
  .com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
    font-size: 16px;
    border-bottom: 4px solid transparent;
    padding: 0 0 9px 0;
  }
  .com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected {
    border-bottom: 4px solid #fd5082;
  }
}
.article-lists .article-lists__items {
  width: 31.85%;
  margin-right: 1.225%;
  margin-bottom: 2%;
}

.article-lists .article-lists__items a {
  display: inline-block;
}

.article-lists .article-lists__items a:hover .article-lists__title,
.article-lists .article-lists__items a:focus .article-lists__title {
  color: #03f87e;
}

.article-lists .publisher-name,
.article-lists .auth-name-link,
.article-lists .published-category {
  font-size: 12px;
}

.article-lists__image {
  width: 100%;
  height: 145px;
  object-fit: cover;
  object-position: center;
  background-color: gray;
  cursor: pointer;
}

.article-lists .article-lists__title {
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 9px 0 1px 0;
  word-break: break-word;
  cursor: pointer;
}

.also-read {
  margin-top: 16px;
}

.article-lists__title:hover {
  color: #03f87e;
}

.widget-title {
  color: #ffffff;
  font-size: clamp(14px, 1.6vw, 18px);
  padding: 25px 0 0;
  display: block;
}

.also-read .also-read-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 7px 0;
}

@media (max-width: 767px) {
  .article-lists-style-1 {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 10px 0;
  }
  .article-lists-style-1 .article-lists__items {
    width: 233px;
  }
  .article-lists__image {
    width: 233px;
  }
  .article-lists .article-lists__title {
    white-space: break-spaces;
  }
}
.breadcrumb-withother-links {
  flex-wrap: nowrap;
  /* background-color: rgba(96, 73, 126, 0.15); */
  padding: 0;
  margin-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumb-withother-links::-webkit-scrollbar {
  height: 3px;
}

.breadcrumb-withother-links::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-withother-links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-withother-links::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.breadcrumb-withother-links::-webkit-scrollbar:hover {
  opacity: 1;
}

.breadcrumb-withother-links .MuiGrid-root {
  max-width: none;
  max-width: initial;
  flex-basis: initial;
  padding-right: 15px;
  margin-right: 11px;
  display: flex;
  align-items: center;
}

.breadcrumb-withother-links .MuiGrid-root p {
  color: #8E7EA2;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb-withother-links .bullet-lists-circle .bullet-lists-circle__text {
  color: #8f7fa3;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.breadcrumb-withother-links .bullet-lists-circle {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.breadcrumb-withother-links .bullet-lists-circle li + li::after {
  margin: 0 7px 0 6px;
}

.breadcrumb-withother-links .bullet-lists-circle li + li {
  padding-left: 19px;
}

@media (max-width: 767px) {
  .breadcrumb-withother-links {
    flex-direction: column;
    min-height: 38px;
    padding: 10px 0;
  }
  .breadcrumb-withother-links .MuiGrid-root {
    border-right: 0;
    padding: 0;
    margin: 0;
    display: grid;
  }
  .breadcrumb-withother-links .bullet-lists-circle {
    background-color: rgba(96, 73, 126, 0.15);
    padding: 9px 15px;
    margin: 6px -15px 0 -15px;
  }
}
.news-detail-sub-title > p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.news-detail-sub-title > p a {
  color: #29F87E;
}

@media (max-width: 600px) {
  .news-detail-sub-title > p {
    font-size: 18px;
  }
}
.news-detail-container,
.author-detail-container {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
}

.news-detail-left,
.author-detail-left {
  width: 66%;
  margin-right: 5%;
}

.news-detail-right {
  padding-top: 30px;
}

.news-detail-right,
.author-detail-right {
  width: 29%;
  margin-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  align-self: flex-start;
}

.fireTVlogo {
  width: 82px !important;
  height: 22px !important;
  margin-right: -8px;
}

@media (max-width: 1199px) {
  .news-detail-container,
  .author-detail-container {
    padding: 0;
  }
  .news-detail-left,
  .author-detail-left {
    width: 67%;
    margin-right: 5%;
  }
  .news-detail-right,
  .author-detail-right {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .news-detail-container,
  .author-detail-container {
    padding: 0;
  }
  .news-detail-left,
  .author-detail-left {
    width: 100%;
    margin-right: 0;
  }
  .news-detail-right,
  .author-detail-right {
    width: 100%;
    margin: 9px 0 0 0;
    position: static;
  }
}
.news-detail-ad iframe {
  width: 100% !important;
}

.news-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  /* margin-top: 14px; */
}

.news-detail-header__left {
  padding-top: 7px;
}

.news-detail-header__right {
  padding-top: 7px;
}

.playStoreBtnWrap .MuiButton-label {
  text-transform: capitalize;
}

.mWebTvAppShare {
  display: none;
}

@media (max-width: 767px) {
  .news-detail-header {
    margin-bottom: 15px;
    margin-top: 3px;
    flex-direction: column;
  }
  .news-detail-header__left .bullet-lists-circle {
    flex-direction: column;
  }
  .news-detail-header__left .bullet-lists-circle li + li {
    padding-left: 0;
  }
  .news-detail-header__left .bullet-lists-circle li + li:after {
    display: none;
  }
  .news-detail-header__left .publisher-name,
  .news-detail-header__left .auth-name-link,
  .news-detail-header__left .published-category {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
  }
  .news-detail-header__left .published-date-time {
    font-size: 11px;
    margin: 0;
    padding: 5px 0 0;
  }
  .mobileFooterAppLogoWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mobileFooterAppLogoWrap .mobileAndroidTVLogo {
    width: 92px;
    height: 30px;
    margin-right: -8px;
  }
  .fireTVlogo {
    width: 60px !important;
    height: 20px !important;
  }
  .downloadAppmWeb {
    display: inline-block;
    /* width: 100%; */
  }
  .downloadAppWrapper {
    text-align: center;
  }
  .playStoreBtnWrap {
    padding: 10px 10px 10px 3px !important;
  }
  .mWebTvAppShare {
    display: block;
  }
  .mWebTvAppShare h6 {
    font-size: 0.9rem;
    margin: 0;
    color: #ffffff;
  }
  .mWebTvAppShare .mWebTvAppBtns {
    display: flex;
  }
}
.news-detail-header .social-share .social-share-title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.news-article-content > div > p,
.news-article-content > div > div {
  color: #d3c9e0;
  font-size: 14px;
  font-weight: 500;
  margin: 21px 0;
}

.news-article-content > div > div > div > img {
  max-height: 450px;
  object-fit: contain;
}

.news-article-content .news-article-quotes {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border-left: 7px solid #ff5082;
  padding: 7px 0 7px 22px;
  margin: 0 0 0 35px;
}

.news-article-content > div > p > strong {
  color: #d3c9e0;
  font-size: 21px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .news-article-content > div > p,
  .news-article-content > div > div {
    font-size: 16px;
  }
  .news-article-content > div > div > div > img {
    max-height: 252px;
    object-fit: contain;
  }
  .news-article-content .news-article-quotes {
    border-left: 7px solid #ff5082;
    padding: 7px 0 7px 22px;
    margin: 0;
  }
}
.where-to-watch {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}

.where-to-watch__title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  border-right: 1px solid #312641;
  padding-right: 1.37%;
  margin: 0 1.37% 0 0;
}

.streaming-service-logo {
  width: 56px;
  height: 57px;
  border-radius: 5px;
  margin-right: 9px;
}

.streaming-service-lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.streaming-service-lists li {
  display: flex;
  flex-wrap: wrap;
}

.streaming-service-lists li + li {
  margin-left: 13px;
}

.streaming-service-watch__name,
.streaming-service-watch__price {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

.streaming-service-watch__name span {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #554865;
  margin: 0 5px;
  display: inline-block;
}

.streaming-service-watch__price {
  margin-bottom: 4px;
}

.streaming-service-watch__see-all {
  position: relative;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #03f87e;
  padding: 13px 7px 8px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
}

@media (min-width: 1400px) {
  .streaming-service-watch__see-all {
    font-size: 16px;
  }
}
.streaming-service-watch__see-all .three-dots {
  margin-bottom: 4px;
}

.three-dots {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
}

.three-dots:after,
.three-dots:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
}

.three-dots:after {
  left: -9px;
}

.three-dots:before {
  right: -9px;
}

@media (max-width: 767px) {
  .where-to-watch {
    flex-flow: column nowrap;
    margin: 26.5px 0 28px 0;
  }
  .where-to-watch__title {
    font-size: 18px;
    border-right: none;
    padding: 0;
    margin: 0 0 4.5px 0;
  }
  .where-to-watch__title > br {
    display: none;
  }
  .streaming-service-lists {
    flex-flow: row nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .streaming-service-logo {
    width: 62px;
    height: 62px;
  }
  .streaming-service-lists li {
    flex-wrap: nowrap;
    border-radius: 8px;
    padding: 7px 10px 10px 7px;
    background-color: #1a0a33;
  }
}
.related-artical-filter {
  border-top: 1px solid #312641;
  border-bottom: 1px solid #312641;
  padding: 15px 0;
}

.pills-link {
  color: #9582b2;
  font-size: 12px;
  padding: 4.27px 9.25px;
  border: 1px solid #644f83;
  border-radius: 15px;
  display: inline-block;
  margin: 0 6px 6px 0;
}

.pills-link--active {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.pills-link--active:hover {
  color: #03f87e;
}

@media (max-width: 767px) {
  .related-artical-filter {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.about-author {
  border-bottom: 1px solid #312641;
  padding-bottom: 18px;
  margin: 12px 0 0 0;
}

.about-author-title {
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 4px 0;
}

.about-author-box .author-info {
  width: 85%;
  border-right: 1px solid #312641;
  padding-right: 14px;
  margin-right: 14px;
}

.author-info-image-box .author-info-publisher {
  display: none;
}

.author-info-image {
  width: 56px;
  height: 56px;
  border: 1px solid #fd5082;
  border-radius: 100%;
}

.author-info-desc {
  width: calc(100% - 68px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
}

.author-info-desc__text {
  font-weight: 400;
  color: white;
  font-size: clamp(14px, 1.2vw, 18px);
  margin: 7px 0 0 0;
  display: inline;
}

.author-follow-links__btn {
  /* font-weight: 500; */
  color: #fd5082;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fd5082;
  border-radius: 15px;
  padding: 4px 8px 5px 19px;
  display: inline-block;
}

@media (max-width: 767px) {
  .about-author-box .author-info {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .author-info-image-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .author-info-image-box .author-info-publisher {
    display: block;
  }
  .author-info-image-box .author-info-image {
    margin: 0 19px 0 0;
  }
  .author-info-desc {
    width: 100%;
    margin: 7px 0 13px 0;
  }
  .author-info-desc .bullet-lists-circle {
    display: none;
  }
}
.cast-and-crew {
  margin: 8.5px 0 8.5px 0;
}

.cast-and-crew__title {
  /* font-weight: 600; */
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8.5px 0;
}

.cast-and-crew-lists {
  width: 100%;
}

.cast-and-crew-lists li {
  width: 19%;
}

.cast-and-crew-lists li:first-child {
  padding-left: 0 !important;
}

.cast-and-crew-lists li:last-child {
  padding-right: 0 !important;
}

.professional-info {
  text-align: center;
}

.professional-info__profile-img {
  width: 92px;
  height: 92px !important;
  border: 2px solid #ffffff;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 0 3px 0;
}

.professional-info__name {
  /* font-weight: 600; */
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
  white-space: pre-wrap;
}

.professional-info__talent {
  /* font-weight: 400; */
  color: #8f7fa3;
  font-size: 12px;
  font-weight: 700;
  word-break: break-word;
  margin: 0 0 -3.9px 0;
  white-space: pre-wrap;
}

.cast-and-crew-lists .see-all-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  color: #000000;
  /* font-weight: 500; */
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 100%;
  background-color: #29f87e;
  margin: 0 auto;
  cursor: pointer;
}

.cast-and-crew-lists .see-all-links .three-dots {
  margin-bottom: 4px;
}

.cast-and-crew-lists .see-all-links span {
  display: block;
}

.author-article-title {
  /* font-weight: 600; */
  color: #d3c9e0;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  margin: 0;
}

.author-article-title:hover {
  color: #03f87e;
}

.author-article-none {
  /* font-weight: 600; */
  color: #ff5082;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}

.read-more {
  color: #03f87e;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  cursor: pointer;
}

.two-columns {
  display: grid;
  grid-template-columns: 90% 5% 5%;
}

@media (max-width: 767px) {
  .cast-and-crew-lists {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 10px 0;
  }
  .cast-and-crew-lists li {
    width: 25%;
  }
  .cast-and-crew-lists li + li {
    margin: 0 0 0 12px;
  }
  .professional-info__profile-img {
    width: 72px;
    height: 72px !important;
  }
  .cast-and-crew-lists .see-all-links {
    width: 72px;
    height: 72px;
  }
}
.author-detail-page .about-author {
  border: none;
  padding: 0;
  margin: 20px 0 22.5px 0;
}

.author-detail-page .author-info {
  border-bottom: 3px solid #1f142f;
  padding: 0 0 8.5px 0;
  margin: 0 0 10.5px 0;
}

.author-detail-page .about-author .author-info-desc__text {
  color: #d3c9e0;
  font-size: clamp(14px, 1.2vw, 18px);
  margin: 0;
}

.author-detail-page .about-author .author-info-desc__text + .author-info-desc__text {
  margin: 21px 0 0 0;
}

.author-detail-page .author-info-image {
  width: 78px;
  height: 78px;
}

.author-detail-page .author-info-desc {
  width: calc(100% - 135px);
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 17px;
}

.author-detail-page .author-info-desc .bullet-lists-circle {
  margin-bottom: 6px;
}

.author-detail-page .author-follow-links {
  align-items: center;
}

.author-detail-page .author-follow-links .author-follow-links__btn {
  margin-left: 13px;
}

@media (max-width: 767px) {
  .author-detail-page .author-info {
    margin: 0 0 16.5px 0;
  }
  .author-detail-page .author-info-image {
    width: 66px;
    height: 66px;
  }
  .author-detail-page .author-info-desc {
    margin: 13px 0 10px 0;
  }
  .author-detail-page .publisher-name {
    font-size: 16px;
  }
  .author-detail-page .auth-name-link {
    font-size: 16px;
  }
  .author-detail-page .about-author {
    margin: 0 0 21px 0;
  }
  .author-detail-page .about-author .author-info-desc__text + .author-info-desc__text {
    margin: 27px 0 0 0;
  }
  .author-detail-page .about-author .author-info-desc__text {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .container {
    max-width: 1330px;
  }
}
.all-genres .breadcrumb {
  margin: 13px 0 17px 0;
}

.all-genres .breadcrumb p {
  margin: 0;
}

.all-genres .breadcrumb p a,
.all-genres .breadcrumb p span {
  /* font-weight: 400; */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.all-genres .breadcrumb p span {
  color: #d6c6f4;
}

/* .news-detail-images{ margin-bottom: 10px;} */
@media (max-width: 599px) {
  .news-detail-images {
    margin-bottom: 5px;
  }
  .all-genres .breadcrumb {
    padding: 0 16px;
    margin: 13px 0 14px 0;
  }
  .download-app__qr li button {
    padding: 7px 15px !important;
    font-size: 11px !important;
  }
  .download-app__qr li button img {
    width: 18px;
    height: 15px;
  }
  .download-app__qr li button span > span {
    margin-right: 4px;
  }
  .explore-more .container {
    padding: 0;
  }
  .explore-more .explore-more__content {
    padding: 0 12px;
  }
}
@media (max-width: 346px) {
  .all-genres-container {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)) !important;
  }
  .all-genres .providerImage {
    height: 91px !important;
  }
}
.embed-aspect-ratio {
  position: relative;
  padding-bottom: 56.65%;
  margin-bottom: 15px;
}

.embed-aspect-ratio > iframe,
.embed-aspect-ratio > .reactPlayerAspectratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-aspect-ratio-htmlBody {
  position: relative;
  padding-bottom: 56.65%;
  margin-bottom: 15px;
}

.embed-aspect-ratio-htmlBody > iframe,
.embed-aspect-ratio-htmlBody > .reactPlayerAspectratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iconWrap {
  display: "flex";
  cursor: "pointer";
  margin: "0 4px 0 0";
  align-items: "center";
  color: "#A89ABF";
  font-size: "0.8rem";
}

.subs-plug-wrapper {
  padding: 18px;
  border: 2px solid #4E3974;
  border-radius: 8px;
  background-color: #1A112C;
  margin-bottom: 15px;
}

.subs-plug-wrapper:hover {
  cursor: pointer;
}

.subs-plug-wrapper .subs-plug-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  display: block;
}

.subs-plug-wrapper .subs-plug-heading b {
  color: #03f87e;
}

.subs-plug-wrapper .subs-plug-content {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-style: italic;
}

.subs-plug-wrapper .subs-plug-content b {
  color: #29F87E;
}

.subs-plug-wrapper .plug-button-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-billed {
  font-size: 12px;
  line-height: 18px;
  color: #A89ABF;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button {
  display: flex;
  flex-wrap: wrap;
  padding: 2px 1.8px 1.8px 2px;
  background-image: linear-gradient(90deg, rgba(41, 248, 126, 1) 0%, rgba(49, 187, 236, 1) 38%, rgba(233, 246, 67, 0.9699230034) 62%, rgba(237, 84, 193, 0.9503151602) 85%);
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  z-index: 2;
}

.subs-plug-wrapper .subs-plug-heading b {
  color: #03f87e;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  background: #1A112C;
  border-radius: 8px 8px 0 0;
  padding: 3px 10px 0;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
  font-size: 16px;
  color: #29F87E;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
  text-transform: uppercase;
  /* padding-top: 0;
  padding-bottom: 3px; */
}

@media (max-width: 767px) {
  .subs-plug-wrapper {
    padding: 12px;
  }
  .subs-plug-wrapper .subs-plug-heading {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .subs-plug-wrapper .subs-plug-content {
    font-size: 14px;
    line-height: 18px;
  }
  .subs-plug-wrapper .subs-plug-content br {
    display: none;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-billed {
    font-size: 10px;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span {
    font-size: 11px;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
    font-size: 14px;
  }
}
.iconWrap svg {
  width: 20px;
}

.widgetTitleList {
  margin-bottom: 20px;
}

.containerSw {
  padding: 0 50px;
}

.containerSw.fixedWidth {
  padding: 0 15px;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.btngreen {
  background: #03F87E !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  font-weight: 500;
}

.moreDropdown__main {
  z-index: 9;
}

.mobiledevice {
  padding-top: 64px;
}

.subsBannerAfter .homeBannerSlider {
  padding-top: 10px;
}

.premiumPbtn {
  padding-left: 5px;
}

.subsPlugArticles {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: #03F87E;
  border-radius: 0 0 4px 4px;
}

.embed-aspect-ratio-htmlBody {
  margin-bottom: 0px;
}

.subsPlugArticlesSticky {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: #03F87E;
  border-radius: 0 0 4px 4px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.3s linear;
}

.subsPlugArticlesSticky.adsShow {
  bottom: 0px;
}

.subsPlugArticlesSticky.adsHide {
  bottom: 20px;
}

.plugContentWrap h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 0px;
  line-height: 20px;
}

.plugContentWrap p {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
  line-height: 15px;
  padding-top: 2px;
}

.plugRedirectWrap {
  border: 1px solid #000000;
  border-radius: 4px;
  background: url(https://images.ottplay.com/static/images/rightBlackArrow.svg) no-repeat;
  background-size: 20px;
  padding: 15px;
  background-position: center center;
}

.subsWatchText {
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 18px;
  font-family: Poppins, sans-serif;
}

.subsGreenText {
  color: #29F87E;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.subsWatchText > img {
  width: 96px;
  vertical-align: text-bottom;
  padding-left: 10px;
}

.subsPlugPrice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: Poppins, sans-serif;
  flex-direction: column;
}

.plansStartingPlug {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  font-family: Poppins, sans-serif;
}

.plugPriceWrapper {
  display: flex;
  gap: 10px;
}

.providersPlugWrap li img {
  width: 100%;
  object-fit: contain;
}

.plugDashedAmount {
  font-size: 22px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: Poppins, sans-serif;
}

.plugDashedAmount::after {
  content: "";
  position: absolute;
  border: 0.12rem solid #FF2F68;
  width: 100%;
  height: 0.12rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-19deg);
}

.plugDashedAmount > i {
  font-size: 16px;
  vertical-align: top;
  line-height: 0.9;
  padding-right: 2px;
}

.plugGreenAmount {
  font-size: 22px;
  line-height: 19px;
  color: #29F87E;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

.plugGreenAmount > i {
  font-size: 16px;
  vertical-align: top;
  line-height: 0.9;
  padding-right: 2px;
}

.plugMonthYearSubs {
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  font-family: Poppins, sans-serif;
}

.subs-plug-wrapper {
  margin-top: 15px;
}

.subs-plug-wrapper .plug-button-wrap {
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
  font-size: 13px;
  line-height: 17px;
}

.providersPlugWrap {
  margin: 0;
  padding: 0 0 10px;
  list-style-type: none;
  display: flex;
  gap: 5px;
  align-items: center;
}

.providersPlugWrap li:last-child {
  width: 60px;
  height: 34px;
  color: #E45FFF;
  border: 1px solid #E45FFF;
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
}

.providerButtonPlugWrapper {
  align-items: center;
  display: flex;
  gap: 10px;
}

.providerSlider {
  padding-bottom: 10px;
}

@media (max-width: 1500px) {
  .plugDashedAmount::after {
    top: 40%;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
    white-space: nowrap;
  }
  .homeSliderBG {
    display: block !important;
    min-height: calc(100% + 38.76px);
  }
  .homeSliderBG .homeBannerSlider .slick-dots {
    bottom: -24px !important;
  }
}
@media (max-width: 1100px) {
  .containerSw {
    padding: 0 15px;
  }
  .containerSw.homeSliderBG {
    padding: 0 0px;
  }
  .containerSw .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .containerSw.swpading0 {
    padding: 0 15px;
  }
}
@media (max-width: 850px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
    width: 150px;
  }
  .subsPlugArticlesSticky.adsShow {
    bottom: 0px;
  }
  .subsPlugArticlesSticky.adsHide {
    bottom: calc(100% - 116px);
  }
}
@media (max-width: 768px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
    width: 135px;
  }
}
@media (max-width: 700px) {
  .mobiledevice {
    padding-top: 56px;
  }
  .mWebTvAppShare .mWebTvAppBtns {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .featurestitle {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .subsWatchText {
    font-size: 13px;
    text-align: center;
  }
  .subsWatchText > img {
    width: 67px;
    padding-left: 4px;
  }
  .plansStartingPlug {
    font-size: 8px;
  }
  .plugDashedAmount {
    font-size: 14px;
  }
  .plugGreenAmount {
    font-size: 14px;
  }
  .plugMonthYearSubs {
    font-size: 9px;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
    font-size: 9px;
    padding: 6px 13px;
  }
  .subs-plug-wrapper {
    padding: 12px 6px;
  }
  .subsPlugPrice {
    gap: 5px;
    flex-direction: row;
  }
  .subs-plug-wrapper .plug-button-wrap {
    gap: 6px;
  }
  .plugGreenAmount > i {
    font-size: 10px;
    line-height: 1.5;
  }
  .plugDashedAmount > i {
    font-size: 10px;
    line-height: 1.5;
  }
  .providerButtonPlugWrapper {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  .plugPriceWrapper {
    gap: 6px;
    align-items: center;
  }
  .plugDashedAmount::after {
    border: 0.09rem solid #FF2F68;
    height: 0.09rem;
  }
}
@media (max-width: 600px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
    width: 155px;
  }
  .subsPlugArticlesSticky.adsHide {
    bottom: calc(100% - 106px);
  }
  .mobileAvailableOptions .logo_Web {
    height: 13px;
    width: 48px;
  }
  .mobileAvailableOptions .logo_Android {
    height: 11px;
    width: 72px;
  }
  .mobileAvailableOptions .logo_iPhone {
    height: 11px;
    width: 53px;
  }
  .mobileAvailableOptions .logo_AndroidTV {
    height: 11px;
    width: 65px;
  }
  .mobileAvailableOptions .logo_FireTV {
    height: 17px;
    width: 56px;
  }
  .mobileAvailableOptions .logo_JioTV {
    height: 23px;
    width: 73px;
  }
}
@media (max-width: 599px) {
  .providerSlider {
    padding: 0 30px 0 15px;
    overflow: hidden;
  }
  .providerSlider .slick-list {
    overflow: visible;
  }
  .plugContentWrap h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .plugContentWrap p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 330px) {
  .plugContentWrap h4 {
    font-size: 13px;
    line-height: 18px;
  }
  .plugContentWrap p {
    font-size: 9px;
    line-height: 14px;
  }
  .plugRedirectWrap {
    background-size: 14px;
    padding: 10px;
  }
  .subs-plug-wrapper .plug-button-wrap {
    flex-wrap: wrap;
  }
}
.infinite-scroll-component > div:not(:empty), .infinite-scroll-component > section:not(:empty) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.detailsYoutubeVideo .react-player__shadow {
  width: 68px !important;
  height: 48px !important;
  border-radius: 8px !important;
  background: #f00 !important;
}

.detailsYoutubeVideo .react-player__shadow .react-player__play-icon {
  border-width: 10px 0px 10px 22px !important;
}

.hideBodyScroll {
	overflow-y: hidden;
}

.bucketingSearchEpisode {
	width: calc(100% - 130px);
	display: block;
}
.bucketingonPage {
	width: 100%;
	display: block;
}
.bucketingSlider .slick-track {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}
.bucketingSlider .slick-arrow img {
	width: 13px;
}
.bucketingSlider .slick-arrow {
	top: 0;
	width: 30px;
	height: 100%;
	position: absolute;
	border: 0;
	padding: 0;
	background: #130726;
	z-index: 9;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bucketingSlider .slick-slide {
	padding: 0 5px;
}
.bucketingSlider .slick-prev {
	left: 0;
}
.bucketingSlider .slick-next {
	right: 0;
}
.bucketingSlider .slick-prev::before, .bucketingSlider .slick-next::before {content:normal;content:initial;}
.bucketingSlider .slick-arrow.slick-disabled {
	display: none !important;
}

.creditsButtons {
	bottom: 60px;
	z-index: 99992;
}
.videoPlayerwrap .transparentPlayerLogoWrap {
	z-index: 999999;
}
.ottProfileSliderGlobal .slick-list {
	display: block;
	width: 400px;
}
/* .ottProfileSliderGlobal .slick-list li{
	list-style-type: none;
} */
.ottProfileSliderGlobal .slick-dots {
	display: flex !important;
	bottom: -10px !important;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.ottProfileSliderGlobal .slick-dots li{
	width: 25px !important;
	height: 6px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.18);
}
.ottProfileSliderGlobal .slick-dots li:first-child {
	border-radius: 8px 0 0 8px;
}
.ottProfileSliderGlobal .slick-dots li:last-child {
	border-radius: 0 8px 8px 0;
}
.ottProfileSliderGlobal .slick-dots li.slick-active {
	background-color: rgba(255, 56, 109, 1);
	border-radius: 8px;
}
.ottProfileSliderGlobal .slick-dots li button {
	padding: 0;
	width: 25px;
	height: 6px;
}
.ottProfileSliderGlobal .slick-dots li button::before {
	content: none;
}
.ottProfileSliderGlobal .slick-track {
	display: flex;
	margin: 0;
}
.ottProfileSliderGlobal .slick-arrow {
	z-index: 1;
	width: 30px;
	height: 30px;
}
.ottProfileSliderGlobal .slick-slide {
	width: 94px !important;
	margin: 0 5px;
}
.ottProfileSliderGlobal .slick-slide:first-child {
	margin-left: 0;
}
.ottProfileSliderGlobal .slick-prev {
	top: 47%;
	left: -15px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.ottProfileSliderGlobal .slick-next {
	top: 47%;
	right: -5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.ottProfileSliderGlobal .slick-prev:before,
.ottProfileSliderGlobal .slick-next:before {
	content: none;
}
.ottProfileSliderGlobal .slick-prev img,
.ottProfileSliderGlobal .slick-next img {
	width: 6px;
}
.ottProfileSliderGlobal .slick-prev.slick-disabled,
.ottProfileSliderGlobal .slick-next.slick-disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
.ottProfileSliderGlobal .slick-prev img {
	transform: rotate(180deg);
}
.ottProfileSliderGlobal .slick-prev:hover,
.ottProfileSliderGlobal .slick-prev:focus,
.ottProfileSliderGlobal .slick-next:hover,
.ottProfileSliderGlobal .slick-next:focus {
	/* color: transparent;
    outline: none; */
	background: rgba(0, 0, 0, 0.7);
}
/* .ottProfileSliderGlobal .slick-slide:last-child{
	margin-right: 0;
} */
.ottChangeHistorySliderGlobal .slick-list {
	display: block;
	width: 410px;
}
.ottChangeHistorySliderGlobal .slick-list li {
	list-style-type: none;
}
.ottChangeHistorySliderGlobal .slick-dots {
	display: flex !important;
	bottom: -10px !important;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.ottChangeHistorySliderGlobal .slick-dots li {
	width: 25px;
	height: 6px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.18);
}
.ottChangeHistorySliderGlobal .slick-dots li:first-child {
	border-radius: 8px 0 0 8px;
}
.ottChangeHistorySliderGlobal .slick-dots li:last-child {
	border-radius: 0 8px 8px 0;
}
.ottChangeHistorySliderGlobal .slick-dots li.slick-active {
	background-color: rgba(255, 56, 109, 1);
	border-radius: 8px;
}
.ottChangeHistorySliderGlobal .slick-dots li button {
	padding: 0;
	width: 25px;
	height: 6px;
}
.ottChangeHistorySliderGlobal .slick-dots li button::before {
	content: none;
}
.ottChangeHistorySliderGlobal .slick-track {
	display: flex;
	margin: 0;
}
.ottChangeHistorySliderGlobal .slick-arrow {
	z-index: 1;
	width: 30px;
	height: 30px;
}
.ottChangeHistorySliderGlobal .slick-slide {
	width: 94px !important;
	margin: 0 5px;
}
.ottChangeHistorySliderGlobal .slick-slide:first-child {
	margin-left: 0;
}
.ottChangeHistorySliderGlobal .slick-prev {
	top: 47%;
	left: -15px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.ottChangeHistorySliderGlobal .slick-next {
	top: 47%;
	right: -5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.ottChangeHistorySliderGlobal .slick-prev:before,
.ottChangeHistorySliderGlobal .slick-next:before {
	content: none;
}
.ottChangeHistorySliderGlobal .slick-prev img,
.ottChangeHistorySliderGlobal .slick-next img {
	width: 6px;
}
.ottChangeHistorySliderGlobal .slick-prev.slick-disabled,
.ottChangeHistorySliderGlobal .slick-next.slick-disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
.ottChangeHistorySliderGlobal .slick-prev img {
	transform: rotate(180deg);
}
.ottChangeHistorySliderGlobal .slick-prev:hover,
.ottChangeHistorySliderGlobal .slick-prev:focus,
.ottChangeHistorySliderGlobal .slick-next:hover,
.ottChangeHistorySliderGlobal .slick-next:focus {
	/* color: transparent;
    outline: none; */
	background: rgba(0, 0, 0, 0.7);
}

/* .ottChangeHistorySliderGlobal .slick-slide:last-child{
	margin-right: 0;
} */
.ottImageDivGlobal a {
	display: inline-block;
	cursor: pointer;
	width: 94px !important;
}
.ottImageDivGlobal a img {
	width: 100%;
	border-radius: 6px;
}

.newPlansProviderSliderGlobal .slick-list {
	display: block;
	width: 42vw;
}
/* .newPlansProviderSliderGlobal .slick-list li{
    list-style-type: none;
} */
.newPlansProviderSliderGlobal .slick-dots {
	display: flex !important;
	bottom: -10px !important;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.newPlansProviderSliderGlobal .slick-dots li {
	width: 25px;
	height: 6px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.18);
}
.newPlansProviderSliderGlobal .slick-dots li:first-child {
	border-radius: 8px 0 0 8px;
}
.newPlansProviderSliderGlobal .slick-dots li:last-child {
	border-radius: 0 8px 8px 0;
}
.newPlansProviderSliderGlobal .slick-dots li.slick-active {
	background-color: rgba(255, 56, 109, 1);
	border-radius: 8px;
}
.newPlansProviderSliderGlobal .slick-dots li button {
	padding: 0;
	width: 25px;
	height: 6px;
}
.newPlansProviderSliderGlobal .slick-dots li button::before {
	content: none;
}
.newPlansProviderSliderGlobal .slick-track {
	display: flex;
	margin: 0;
}
.newPlansProviderSliderGlobal .slick-arrow {
	z-index: 1;
	width: 30px;
	height: 30px;
}
.newPlansProviderSliderGlobal .slick-slide {
	width: 94px !important;
	margin: 0 5px;
}
.newPlansProviderSliderGlobal .slick-slide:first-child {
	margin-left: 0;
}
.newPlansProviderSliderGlobal .slick-prev {
	top: 47%;
	left: -15px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.newPlansProviderSliderGlobal .slick-next {
	top: 47%;
	right: -10px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.newPlansProviderSliderGlobal .slick-prev:before,
.newPlansProviderSliderGlobal .slick-next:before {
	content: none;
}
.newPlansProviderSliderGlobal .slick-prev img,
.newPlansProviderSliderGlobal .slick-next img {
	width: 6px;
}
.newPlansProviderSliderGlobal .slick-prev.slick-disabled,
.newPlansProviderSliderGlobal .slick-next.slick-disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
.newPlansProviderSliderGlobal .slick-prev img {
	transform: rotate(180deg);
}
.newPlansProviderSliderGlobal .slick-prev:hover,
.newPlansProviderSliderGlobal .slick-prev:focus,
.newPlansProviderSliderGlobal .slick-next:hover,
.newPlansProviderSliderGlobal .slick-next:focus {
	/* color: transparent;
    outline: none; */
	background: rgba(0, 0, 0, 0.7);
}

.moreLikeThisSliderGlobal .slick-list {
	display: block;
	width: 100%;
	padding-top: 40px;
}
.moreLikeThisSliderGlobal .slick-list li {
	list-style-type: none;
}

.moreLikeThisSliderGlobal .slick-track {
	display: flex;
	margin: 0;
}
.moreLikeThisSliderGlobal .slick-arrow {
	z-index: 1;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.3);
}
.moreLikeThisSliderGlobal .slick-slide {
	width: 22vw !important;
	margin: 0 5px;
}
.moreLikeThisSliderGlobal .slick-slide:first-child {
	margin-left: 0;
}
.moreLikeThisSliderGlobal .slick-prev {
	top: 4%;
	right: 25px;
	left: auto;
	border-radius: 5px 0 0 5px;
}
.moreLikeThisSliderGlobal .slick-next {
	top: 4%;
	right: -5px;
	border-radius: 0 5px 5px 0;
}
.moreLikeThisSliderGlobal .slick-prev:before,
.moreLikeThisSliderGlobal .slick-next:before {
	content: none;
}
.moreLikeThisSliderGlobal .slick-prev img,
.moreLikeThisSliderGlobal .slick-next img {
	width: 10px;
}
.moreLikeThisSliderGlobal .slick-prev img {
	transform: rotate(180deg);
}
.moreLikeThisSliderGlobal .slick-arrow.slick-disabled img {
	opacity: 0.4;
}
.moreLikeThisSliderGlobal .slick-prev:hover,
.moreLikeThisSliderGlobal .slick-prev:focus,
.moreLikeThisSliderGlobal .slick-next:hover,
.moreLikeThisSliderGlobal .slick-next:focus {
	background: rgba(255, 255, 255, 0.3);
}
.multiImageSlider .slick-track {
	margin: 0;
}
/* .moreLikeThisSliderGlobal .slick-slide:last-child{
	margin-right: 0;
} */

@media only screen and (max-width: 1024px) {
	.bucketingSlider .slider {
		display: flex;
		overflow-x: auto;
		padding-bottom: 15px;
	}
}

/* Watch Profile Flow Slider Start */
.addProfileSlider {
	width: clamp(345px, 40vw, 738px);
	margin-bottom: clamp(13px, 1.7vw, 32px);
}
.addProfileSlider .sliderItem {
	padding: 0 10px;
	cursor: pointer;
}
.addProfileSlider .sliderItem .image {
	display: flex;
	justify-content: center;
	background: #302d38;
	border-radius: 50%;
	padding-top: 100%;
	position: relative;
}
.addProfileSlider .sliderItem .image::after {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	inset: 0px;
	background: linear-gradient(
		180deg,
		rgba(250, 180, 255, 1) 0%,
		rgba(67, 0, 75, 1) 100%
	);
	filter: blur(10px);
}
.addProfileSlider .sliderItem .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	border: 2px solid #fff;
}
.addProfileSlider .slick-track {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.addProfileSlider .slick-slide {
	transform: scale(0.8, 0.8);
	transition: all 0.4s ease-in-out;
	opacity: 0.3;
}
.addProfileSlider .slick-slide:hover {
	opacity: 1;
}
.addProfileSlider .slick-center {
	transform: scale(1.1);
	opacity: 1;
}
.addProfileSlider .slick-center .sliderItem {
	padding: 10px;
}
.addProfileSlider .slick-slide:hover .sliderItem .image::after {
	content: '';
}
.addProfileSlider .slick-center .sliderItem .image::after {
	content: '';
}
.addProfileSlider .slick-prev,
.addProfileSlider .slick-next {
	background: #29f87e !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.addProfileSlider .slick-prev:hover,
.addProfileSlider .slick-next:hover {
	background: #29f87e !important;
}
.addProfileSlider .slick-prev:before,
.addProfileSlider .slick-next:before {
	content: '';
	opacity: 1;
	width: 10px;
	height: 10px;
	display: block;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.addProfileSlider .slick-prev:before {
	transform: rotate(45deg);
	position: absolute;
	left: 12px;
	top: 11px;
}
.addProfileSlider .slick-next:before {
	transform: rotate(-135deg);
	position: absolute;
	right: 12px;
	top: 11px;
}

@media (max-width: 480px) {
	.addProfileSlider .slick-prev {
		left: -10px;
	}
	.addProfileSlider .slick-next {
		right: -10px;
	}
}
/* Watch Profile Flow Slider End */

/* Manage Profile Start */
.manageProfileWrapper ul {
	list-style: none;
	margin: 12px -15px;
	padding: 15px;
	display: grid;
	justify-content: space-between;
	background: #ece9f1;
	grid-template-columns: repeat(4, 96px);
}
.manageProfileWrapper ul li {
	position: relative;
	text-align: center;
}
.manageProfileWrapper ul li .shadow {
	position: absolute;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: linear-gradient(
		180deg,
		rgba(250, 180, 255, 1) 0%,
		rgba(67, 0, 75, 1) 100%
	);
	filter: blur(10px);
}
.manageProfileWrapper ul li .kidtag {
	position: absolute;
	background: #3c3748;
	color: #fff;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 10px;
	top: -21px;
}
.manageProfileWrapper ul li span {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #302d38;
	margin-bottom: clamp(10px, 0.7vw, 15px);
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.manageProfileWrapper ul li span.adprofileBtn {
	border-color: #302d38;
	position: relative;
}
.manageProfileWrapper ul li span.adprofileBtn::before,
.manageProfileWrapper ul li span.adprofileBtn::after {
	content: '';
	width: 2px;
	height: 50%;
	background: #00f87e;
	position: absolute;
}
.manageProfileWrapper ul li span.adprofileBtn::after {
	transform: rotate(90deg);
}
.manageProfileWrapper ul li span img {
	width: 100%;
	border-radius: 50%;
}
.manageProfileWrapper ul li span .profileStatus {
	background-color: #3c3648;
	background-image: url(https://images.ottplay.com/cdn/subsprod/_next/static/media/profileStatus.e6306c34.png);
	width: 29px;
	height: 29px;
	position: absolute;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: 60px;
}
.manageProfileWrapper ul li span .profileStatus.lock {
	background-position: 10px 6px;
}
.manageProfileWrapper ul li span .profileStatus.kid {
	background-position: -35px 5px;
}
.manageProfileWrapper ul li::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	inset: 0px;
	background: linear-gradient(
		180deg,
		rgba(250, 180, 255, 1) 0%,
		rgba(67, 0, 75, 1) 100%
	);
	filter: blur(10px);
}
.manageProfileWrapper ul li h2 {
	margin: 0;
	color: #000;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	padding-right: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.manageProfileWrapper ul li h2.active {
	color: #6819bf;
	font-weight: bold;
}
.manageProfileWrapper .manageProfileBtn {
	border: 1px solid #6819bf;
	color: #6819bf;
	background: none;
	font-size: 17px;
	line-height: 24px;
	width: 100%;
	cursor: pointer;
	border-radius: 6px;
	padding: 13px 10px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.manageProfileWrapper .manageProfileBtn img {
	margin-right: 8px;
}

@media (max-width: 700px) {
	.newPlansProviderSliderGlobal .slick-list {
		display: block;
		width: 84vw;
	}
	.newPlansProviderSliderGlobal .slick-prev img,
	.newPlansProviderSliderGlobal .slick-next img {
		width: 6px;
	}
	.newPlansProviderSliderGlobal .slick-next {
		right: -8px;
	}
}

@media (max-width: 600px) {
	.manageProfileWrapper ul li .shadow {
		width: 64px;
		height: 64px;
	}
	.manageProfileWrapper ul li span .profileStatus.lock {
		background-position: 8px 4px;
	}
	.manageProfileWrapper ul li span .profileStatus.kid {
		background-position: -37px 3px;
	}
	.manageProfileWrapper ul li span .profileStatus {
		width: 25px;
		height: 25px;
	}
	.manageProfileWrapper ul li span {
		width: 64px;
		height: 64px;
	}
	.manageProfileWrapper ul li h2 {
		font-size: 14px;
		line-height: 16px;
	}
	.manageProfileWrapper ul {
		grid-template-columns: repeat(4, 64px);
	}
	.manageProfileWrapper .manageProfileBtn {
		font-size: 14px;
		line-height: 20px;
		padding: 9px 10px;
	}
	.manageProfileWrapper .manageProfileBtn img {
		width: 14px;
	}
	.ottChangeHistorySliderGlobal .slick-list {
		width: 310px;
	}
	.ottProfileSliderGlobal .slick-list {
		width: 310px;
	}
	.ottProfileSliderGlobal .slick-prev {
		left: -30px;
	}
}
@media (max-width: 376px) {
	.ottChangeHistorySliderGlobal .slick-list {
		width: 270px;
	}
	.ottProfileSliderGlobal .slick-list {
		width: 270px;
	}
	.ottProfileSliderGlobal .slick-prev {
		top: 44%;
	}
	.ottProfileSliderGlobal .slick-next {
		top: 44%;
		right: 2px;
	}
}
@media (max-width: 330px) {
	.ottChangeHistorySliderGlobal .slick-list {
		width: 240px;
	}
	.ottProfileSliderGlobal .slick-list {
		width: 240px;
	}
	.ottProfileSliderGlobal .slick-prev {
		top: 44%;
	}
	.ottProfileSliderGlobal .slick-next {
		top: 44%;
		right: -20px;
	}
	.ottProfileSliderGlobal .slick-list {
		width: 80vw;
	}
	.ottProfileSliderGlobal .slick-prev img,
	.ottProfileSliderGlobal .slick-next img {
		width: 6px;
	}
	.makeStyles-channelList-648 li {
		margin: 0;
	}
	.ottProfileSliderGlobal .slick-next {
		right: -11px;
	}
	.newPlansProviderSliderGlobal .slick-prev img,
	.newPlansProviderSliderGlobal .slick-next img {
		width: 6px;
	}
	.newPlansProviderSliderGlobal .slick-next {
		right: -8px;
		width: 26px;
		height: 26px;
		padding: 8px;
	}
	.newPlansProviderSliderGlobal .slick-prev {
		left: -10px;
		width: 26px;
		height: 26px;
		padding: 8px;
	}
	.newPlansProviderSliderGlobal .slick-dots li {
		width: 18px;
		height: 4px;
	}
	.newPlansProviderSliderGlobal .slick-dots li.slick-active {
		width: 18px;
		height: 4px;
	}
}
/* Manage Profile End */

/**plan page pack slider start**/
.OttDetailSlider .slick-prev,
.OttDetailSlider .slick-next {
	width: 30px;
	height: 100%;
	top: 0;
	transform: none;
	z-index: 1;
}
.OttDetailSlider .slick-prev {
	left: 0;
}
.OttDetailSlider .slick-next {
	right: 0;
}
.OttDetailSlider .slick-prev img,
.OttDetailSlider .slick-next img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
}
.OttDetailSlider .slick-prev:before,
.OttDetailSlider .slick-next:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0;
	opacity: 1;
}
.OttDetailSlider .slick-prev:before {
	left: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 75%
	);
}
.OttDetailSlider .slick-next:before {
	right: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 75%
	);
}
.OttDetailSlider .slick-prev.slick-disabled,
.OttDetailSlider .slick-next.slick-disabled {
	opacity: 0;
}
.OttDetailSlider .slick-prev.slick-disabled:before,
.OttDetailSlider .slick-next.slick-disabled:before {
	opacity: 1;
}
/**plan page pack slider end**/

/**plan page tranding slider start**/
.trandingSlider .slick-prev,
.trandingSlider .slick-next {
	width: 30px;
	height: 100%;
	top: 0;
	transform: none;
	z-index: 1;
}
.trandingSlider .slick-prev {
	left: 0;
}
.trandingSlider .slick-next {
	right: 0;
}
.trandingSlider .slick-prev img,
.trandingSlider .slick-next img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
}
.trandingSlider .slick-prev:before,
.trandingSlider .slick-next:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0;
	opacity: 1;
}
.trandingSlider .slick-prev:before {
	left: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 75%
	);
}
.trandingSlider .slick-next:before {
	right: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 75%
	);
}
.trandingSlider .slick-prev.slick-disabled,
.trandingSlider .slick-next.slick-disabled {
	opacity: 0;
}
.trandingSlider .slick-prev.slick-disabled:before,
.trandingSlider .slick-next.slick-disabled:before {
	opacity: 1;
}
/**plan page tranding slider end**/

@media (max-width: 480px) {
	.OttDetailSlider .slick-list {
		margin-right: 7px !important;
	}
	.trandingSlider .slick-list {
		margin-right: 7px !important;
	}
}
.selfVideoArrows .slick-prev,
.selfVideoArrows .slick-next {
	top: 40%;
}

/***Provider Channel Slider Start****/
.providerChannelSlider .slick-track {
	margin-left: 0;
}
.providerChannelSlider .slick-arrow::before {
	content: normal;
	content: initial;
}
.providerChannelSlider .slick-prev {
	width: 30px;
	height: 100%;
	background: #130726;
	transform: none;
	top: -2px;
	left: 0;
	z-index: 9;
}
.providerChannelSlider .slick-prev:hover {
	background: #130726;
}
.providerChannelSlider .slick-prev.slick-disabled {
	display: none !important;
}
.providerChannelSlider .slick-next {
	width: 30px;
	height: 100%;
	background: #130726;
	transform: none;
	top: -2px;
	right: 0;
	z-index: 9;
}
.providerChannelSlider .slick-next:hover {
	background: #130726;
}
.providerChannelSlider .slick-next.slick-disabled {
	display: none !important;
}
/***Provider Channel Slider End****/

/***Sports Slider Start****/
.sportsContainer .slick-track {
	margin-left: 0;
}
.sportsContainer .slick-arrow::before {
	content: normal;
	content: initial;
}
.sportsContainer .slick-prev {
	width: 30px;
	height: 100%;
	background: #130726;
	transform: none;
	top: -2px;
	left: -11px;
	z-index: 9;
}
.sportsContainer .slick-prev:hover {
	background: #130726;
}
.sportsContainer .slick-prev.slick-disabled {
	display: none !important;
}
.sportsContainer .slick-next {
	width: 30px;
	height: 100%;
	background: #130726;
	transform: none;
	top: -2px;
	right: -11px;
	z-index: 9;
}
.sportsContainer .slick-next:hover {
	background: #130726;
}
.sportsContainer .slick-next.slick-disabled {
	display: none !important;
}
@media (max-width: 1024px) {
	.sportsContainer .slider {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		grid-gap: 1.5rem;
	}
}
@media (max-width: 600px) {
	.sportsContainer .slider {
		grid-gap: 12px;
	}
}
/***Sports Slider End****/
/***Episode Widget Slider Start****/
.episodeWidgetSlider .slick-track {
	margin-left: 0;
}
.episodeWidgetSlider .slick-arrow::before {
	content: normal;
	content: initial;
}
.episodeWidgetSlider .slick-prev {
	width: 30px;
	height: 30px;
	background: #130726;
	transform: none;
	top: 38px;
	left: -30px;
	z-index: 9;
}
.episodeWidgetSlider .slick-prev:hover {
	background: #130726;
}
.episodeWidgetSlider .slick-prev.slick-disabled {
	display: none !important;
}
.episodeWidgetSlider .slick-next {
	width: 30px;
	height: 30px;
	background: #130726;
	transform: none;
	top: 38px;
	right: -30px;
	z-index: 9;
}
.episodeWidgetSlider .slick-next:hover {
	background: #130726;
}
.episodeWidgetSlider .slick-next.slick-disabled {
	display: none !important;
}
/***Episode Widget Slider End****/
/***Multi Image Slider Start****/
.multiImageSlider .slick-arrow::before {
	content: normal;
	content: initial;
}
.multiImageSlider .slick-prev {
	width: 30px;
	height: 100%;
	background: #130726;
	transform: none;
	top: -2px;
	left: -11px;
	z-index: 9;
}
.multiImageSlider .slick-prev:hover {
	background: #130726;
}
.multiImageSlider .slick-prev.slick-disabled {
	display: none !important;
}
.multiImageSlider .slick-next {
	width: 30px;
	height: 100%;
	background: #130726;
	transform: none;
	top: -2px;
	right: -11px;
	z-index: 9;
}
.multiImageSlider .slick-next:hover {
	background: #130726;
}
.multiImageSlider .slick-next.slick-disabled {
	display: none !important;
}
@media (max-width: 1024px) {
	.multiImageSlider .slider {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		grid-gap: 1.5rem;
		padding-left: 15px;
		padding-right: 15px;
		-ms-overflow-style: none; /* Internet Explorer 10+ */
		scrollbar-width: none;
	}
}
@media (max-width: 600px) {
	.multiImageSlider .slider {
		grid-gap: 12px;
	}
}
/***Multi Image Slider End****/

.controllBtns i.speedIcon {
	background: url('https://images.ottplay.com/static/newImages/playbackSpeedIcon231024.svg')
		no-repeat;
	background-size: contain;
	background-position: center;
	min-width: 28px;
	height: 1.464vw;
}
.subtitlesAudio .playBackSpeed {
	max-width: 48px;
	min-width: 30px;
	min-height: 28px;
	max-height: 45px;
	background: url('https://images.ottplay.com/static/newImages/playbackSpeedIcon231024.svg')
		no-repeat;
	background-size: contain;
	background-position: center;
	width: 3.2vw;
	height: 3vw;
	margin-top: 1.2vw;
}
@media (max-width: 600px) {
	.controllBtns i.speedIcon {
		margin-right: 5px;
		min-width: 18px;
		height: 15px;
	}
}

.scratchCardModalOpen {
	overflow: hidden;
}
/* cancelsubsscription.css */

.wrapSubPlans .slick-dots {
	display: flex !important;
	justify-content: center;
	position: absolute;
	top: 100% !important;
}

.wrapSubPlans .slick-dots li {
	width: 10px;
	margin: 0;
}

.wrapSubPlans .slick-dots li button {
	width: 10px;
}

.wrapSubPlans .slick-dots li button:before {
	width: 10px;
	color: #bfbbc4;
	opacity: 1 !important;
}

.wrapSubPlans .slick-dots li.slick-active button:before {
	width: 10px;
	color: #ec3e6d;
}

.wrapSubPlans .cancelPlanhead h3 {
	color: #000000 !important;
	padding-top: 0 !important;
}

.wrapSubPlans .cancelPlanhead a {
	color: #000 !important;
}

.wrapSubPlans .cancelPlanhead a:hover {
	color: #03f87e !important;
}

.wrapSubPlans .cancelPlan {
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.wrapSubPlans .cancelPlan .slick-arrow {
	display: none !important;
}

.movielistsCssArrow .arrowWrap {
	cursor: pointer;
	min-width: 15px;
	min-height: 27px;
	border-radius: 0%;
	display: flex;
	position: absolute;
	top: calc(50% - 32px);
	right: -25px;
	transform: translateY(-50%);
	justify-content: center;
	align-items: center;
	background: transparent;
}
@media (max-width: 1024px) {
	.movielistsCssArrow .arrowWrap {
		display: none;
	}
}

.movielistsCssArrow .leftArrow {
	left: -23px;
	right: 100%;
	z-index: 5;
	transform: translateY(-50%) rotate(180deg);
}

/* video player */
.videoHTclass {
	width: 100% !important;
	height: 100% !important;
}
.videoHTclass video {
	width: 100% !important;
	height: 100% !important;
}
.vjs-user-inactive {
	cursor: none;
}
.vjs-user-inactive .topbarplayerA {
	transform: translateY(-8vh);
	opacity: 0;
}
.vjs-user-inactive .bottomCntrollA {
	transform: translateY(8vh);
	opacity: 0;
}
.vjs-user-inactive .centerControllersA {
	opacity: 0;
	visibility: hidden;
}
.vjs-user-inactive .subtitleShowhide {
	bottom: 4vh;
}

:-webkit-full-screen .centerControllersA {
	z-index: 9999999999999999;
}
.centerControllersA:-webkit-full-screen {
	z-index: 9999999999999999;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
}
.trailerSlider .swiper-slide {
	max-width: 450px;
}
@media (max-width: 768px) {
	.trailerSlider .swiper-slide {
		max-width: 350px;
	}
}
@media (max-width: 500px) {
	.trailerSlider .swiper-slide {
		max-width: 280px;
	}
}
.trailerSlider .swiper-button-next {
	right: 10px;
	top: 42%;
}
.trailerSlider .swiper-button-next:after {
	font-size: 20px;
	color: #fff;
}
.trailerSlider .swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
}
.trailerSlider .swiper-button-prev.swiper-button-disabled,
.trailerSlider .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.trailerSlider .swiper-button-prev {
	left: 10px;
	top: 42%;
}
.trailerSlider {
	width: 100%;
}
.videoSlider > .playerDuration {
	white-space: nowrap;
	color: #fff;
	font-size: clamp(14px, 1.2vw, 16px);
}

/**pre post expiry slider start**/
.prePostJourneySlider .slick-prev,
.prePostJourneySlider .slick-next {
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 9;
	background: #000000a8;
	border-radius: 50%;
	top: 45%;
}
.prePostJourneySlider .slick-prev:hover,
.prePostJourneySlider .slick-next:hover,
.prePostJourneySlider .slick-prev:focus,
.prePostJourneySlider .slick-next:focus {
	background: #000000a8;
}
.prePostJourneySlider .slick-prev {
	left: -12px;
}
.prePostJourneySlider .slick-next {
	right: -13px;
}
.prePostJourneySlider .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.prePostJourneySlider .slick-prev::before,
.prePostJourneySlider .slick-next::before {
	content: normal;
	content: initial;
}
.prePostJourneySlider .slick-prev::after,
.prePostJourneySlider .slick-next::after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	transform: rotate(45deg);
}
.prePostJourneySlider .slick-prev::after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 9px;
	left: 10px;
}
.prePostJourneySlider .slick-next::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 9px;
	right: 10px;
}
/**pre post expiry slider end**/

.activationStepSlider .slick-dots {
	display: flex !important;
	position: static;
	position: initial;
	justify-content: center;
	margin-bottom: 20px;
}
.activationStepSlider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 4px;
}
.activationStepSlider .slick-dots li button {
	padding: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3a3446;
}
.activationStepSlider .slick-dots li.slick-active button {
	width: 11px;
	background: #29f87d;
	border-radius: 4px;
}
.activationStepSlider .slick-dots li button:before {
	content: normal;
	content: initial;
}

.wrapReelsliser .slick-list {
	overflow: visible;
}
.wrapReelsliser.slick-vertical .slick-slide {
	border: 0;
	padding-bottom: 10px;
}
/* .wrapReelsliser.slick-vertical .slick-slide, .wrapReelsliser.slick-vertical .slick-slide > div { height: 92vh !important;} */
/* .wrapReelsliser.slick-vertical .slick-slide > div{padding: 10px 0; } */
@media (max-width: 800px) {
	.wrapReelsliser.slick-vertical .slick-slide {
		padding-bottom: 0px;
	}
	/* .wrapReelsliser.slick-vertical .slick-slide, .wrapReelsliser.slick-vertical .slick-slide > div { height: 100vh !important;}
    .wrapReelsliser .slick-list { height: 100% !important;} */
	.playPausebtn {
		opacity: 0;
		visibility: visible;
	}
	.vjs-paused + .playPausebtn {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 800px) {
	.paused {
		visibility: visible;
	}
	.vjs-paused .paused {
		opacity: 1;
		visibility: visible;
	}
	.vjs-playing .playicon {
		opacity: 0;
		visibility: visible;
		transition: 3s;
	}
}
.wrapReelsliser .vjs-waiting .vjs-loading-spinner {
	display: none !important;
}
.reelMutebutton {
	display: none !important;
}
.slick-active .reelMutebutton {
	display: flex !important;
}
.providerChannelSlider.newGameProviderSliderGlobal .slick-prev {
	top: -15px;
	left: -25px;
}
.providerChannelSlider.newGameProviderSliderGlobal .slick-next {
	top: -15px;
	right: -18px;
}
.providerChannelSlider.newGameProviderSliderGlobal .slick-list {
	width: 100%;
	/* padding: 0 10% 0 0; */
}
.subsBannerAfterGames::after {
	top: 4.24px;
	height: calc(100% + -20.24px);
}
.topTenGamesSliderGlobal {
	width: 100%;
	padding: 0 !important;
}
.topTenGamesSliderGlobal .slick-list {
	width: 100%;
}
.topTenGamesSliderGlobal .slick-prev:before,
.topTenGamesSliderGlobal .slick-next:before {
	content: '';
}
.topTenGamesSliderGlobal .slick-arrow.slick-disabled {
	display: none !important;
}
.topTenGamesSliderGlobal .slick-prev {
	top: 37%;
	transform: translateY(-50%);
}
.topTenGamesSliderGlobal .slick-next {
	top: 37%;
	transform: translateY(-50%);
}
.movieCardCustom .gamesCardActionTop10 .imdbTagBox::after {
	content: none;
}
.topTenGamesSliderGlobal .movieCardTop10 .content {
	padding-bottom: 5px !important;
}
@media (max-width: 1100px) {
	.containerSw.homeSliderBG {
		padding: 0 15px;
	}
	.topTenGamesSliderGlobal {
		margin-right: -15px;
	}
	.topTenGamesSliderGlobal .slick-list {
		overflow: visible;
	}
	.providerChannelSlider.newGameProviderSliderGlobal .slick-list {
		overflow: visible;
	}
}
@media (max-width: 600px) {
	.movieCardTop10 .cardActionTop10.gamesCardActionTop10 {
		padding-left: 35px;
	}
	.movieCardTop10 .cardActionTop10.gamesCardActionTop10 .topTenTag svg {
		height: 74px;
		min-width: 55px;
	}
	.movieCardTop10
		.cardActionTop10.gamesCardActionTop10
		.topTenTag
		.tenNumSvg
		svg {
		height: 74px !important;
	}
	.gamesCardActionTop10 .topTenTag {
		left: -14px;
	}
	.topTenGamesSliderGlobal .movieCardCustom.root {
		margin-top: 0;
	}
	.topTenGamesSliderGlobal .movieCardTop10 .content {
		padding-left: 38px;
	}
}

.topTenGamesSliderGlobal .movieCardTop10 .cardActionTop10 {
	padding-left: 100px;
}
.topTenGamesSliderGlobal .movieCardTop10 .cardActionTop10 .topTenTag {
	left: 40px;
}

@media (max-width: 600px) {
	.topTenGamesSliderGlobal .movieCardTop10 .cardActionTop10 {
		padding-left: 55px;
	}
	.topTenGamesSliderGlobal .movieCardTop10 .cardActionTop10 .topTenTag {
		left: -0px;
	}
	.topTenGamesSliderGlobal
		.movieCardTop10
		.cardActionTop10
		.topTenTag.toltenfirst {
		left: 8px;
	}
	.topTenGamesSliderGlobal
		.movieCardTop10
		.cardActionTop10
		.topTenTag.toltenLast {
		left: 8px;
	}
}
.wrapReelsliser .vjs-poster {
	background-size: cover;
}
.vjs-paused + .playPausebtn {
	opacity: 1;
	visibility: visible;
}

.homeBannerSlider__imgwrap:after {
	content: none;
}

.providerSlider .slick-slide {
	width: calc((100vw - 111px) / 9) !important;
	flex-shrink: 0;
}

@media (max-width: 1680px) {
	.providerSlider .slick-slide {
		width: calc((100vw - 114px) / 9) !important;
		flex-shrink: 0;
	}
}
@media (max-width: 1400px) {
	.providerSlider .slick-slide {
		width: calc((100vw - 111px) / 6) !important;
	}
}
@media (max-width: 1100px) {
	.providerSlider .slick-slide {
		width: calc((100vw - 27px) / 6) !important;
	}
}
@media (max-width: 767px) {
	.providerSlider .slick-slide {
		width: calc((100vw - 29px) / 4) !important;
	}
}
@media (max-width: 599px) {
	.providerSlider .slick-slide {
		width: calc((100vw - 29px) / 3) !important;
	}
}
@media (max-width: 480px) {
	.providerSlider .slick-slide {
		width: calc((100vw - 30px) / 3) !important;
	}
}
/* shaka Player */
.shakaVideowrap,
.shakaVideoOuter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shakacertificate {
	border: 1px solid #ffffff5f;
	height: 24px;
	display: table;
	padding: 0 4px;
	font-size: clamp(12px, 1vw, 15px);
	min-width: 40px;
	background: #00000031;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	line-height: 22px;
	border-radius: 4px;
}

/* .certificate{
		min-width: 40px;
		border: 1px solid #FFFFFF5F;
		height: 24px;
		display: table;
		text-align: center;
		font-size: clamp(12px, 1vw, 15px);
		background: #00000031;
		margin-top: 5px;
		border-radius: 4px;
		line-height: 22px;
		padding: 0 4px;
	}
	.limitExceedPopupOverlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}
	.iosPlayer{
		position: absolute;
		z-index: 1;
		width: 100%;
	}*/
.shakatransparentPlayerLogoWrap {
	position: absolute;
	bottom: 18px;
	right: 21px;
	display: inline-block;
	width: 100px;
	z-index: 10000;
}
.shakatransparentProviderLogoWrap {
	position: absolute;
	display: inline-block;
	width: 100px;
	z-index: 10000;
}
.shakatransparentPlayerLogoWrapImg {
	width: 100px;
}

.shakamoviePlayerModalsError {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 999999;
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
	overflow: auto;
}
.shakamosTopWrapError {
	border-radius: 15px;
	padding: 25px 40px;
	width: 100%;
	color: #fff;
	position: relative;
}
.transparentProviderLogoWrap {
	position: absolute;
	display: inline-block;
	width: 100px;
	z-index: 10000;
	opacity: 0;
	transition: 0.3s;
}

.limitExceedPopupOverlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
/* .media-controls-container, video::-webkit-media-text-track-container{top: auto;  bottom:  100px !important; position: absolute;} */
.media-controls-container .visible-controls-bar { position: absolute; top: auto !important; bottom: 200px !important;}



/*****************DrawerLivetvSlider Start*********************/
.drawerLiveSliderGlobal .slick-list {display: block;width: 400px;}
.drawerLiveSliderGlobal .slick-dots {display: flex !important;bottom: -10px !important;justify-content: center;align-items: center;border-radius: 8px;}
.drawerLiveSliderGlobal .slick-dots li{width: 25px !important;height: 6px;margin: 0;background-color: rgba(0, 0, 0, 0.18);}
.drawerLiveSliderGlobal .slick-dots li:first-child {border-radius: 8px 0 0 8px;}
.drawerLiveSliderGlobal .slick-dots li:last-child {border-radius: 0 8px 8px 0;}
.drawerLiveSliderGlobal .slick-dots li.slick-active {background-color: rgba(255, 56, 109, 1);border-radius: 8px;}
.drawerLiveSliderGlobal .slick-dots li button {padding: 0;width: 25px;height: 6px;}
.drawerLiveSliderGlobal .slick-dots li button::before {content: none;}
.drawerLiveSliderGlobal .slick-track {display: flex;margin: 0;}
.drawerLiveSliderGlobal .slick-arrow {z-index: 1;width: 30px;height: 30px;}
.drawerLiveSliderGlobal .slick-slide {padding: 0 5px;}
.drawerLiveSliderGlobal .slick-slide:first-child {margin-left: 0;}
.drawerLiveSliderGlobal .slick-prev {top: 47%;left: -15px;border-radius: 100%;width: 30px;height: 30px;background: rgba(0, 0, 0, 0.7);padding: 10px;}
.drawerLiveSliderGlobal .slick-next {top: 47%;right: -5px;border-radius: 100%;width: 30px;height: 30px;background: rgba(0, 0, 0, 0.7);padding: 10px;}
.drawerLiveSliderGlobal .slick-prev:before,
.drawerLiveSliderGlobal .slick-next:before {content: none;}
.drawerLiveSliderGlobal .slick-prev img,
.drawerLiveSliderGlobal .slick-next img {width: 6px;}
.drawerLiveSliderGlobal .slick-prev.slick-disabled,
.drawerLiveSliderGlobal .slick-next.slick-disabled {opacity: 0.7;cursor: not-allowed;}
.drawerLiveSliderGlobal .slick-prev img {transform: rotate(180deg);}
.drawerLiveSliderGlobal .slick-prev:hover,
.drawerLiveSliderGlobal .slick-prev:focus,
.drawerLiveSliderGlobal .slick-next:hover,
.drawerLiveSliderGlobal .slick-next:focus {background: rgba(0, 0, 0, 0.7);}

@media (max-width: 600px){
	.drawerLiveSliderGlobal .slick-list {width: 310px;}
	.drawerLiveSliderGlobal .slick-prev {left: -30px;}
}

@media (max-width: 376px) {
	.drawerLiveSliderGlobal .slick-list {width: 270px;}
	.drawerLiveSliderGlobal .slick-prev {top: 44%;}
	.drawerLiveSliderGlobal .slick-next {top: 44%;right: 2px;}
}

@media (max-width: 330px) {
	.drawerLiveSliderGlobal .slick-list {width: 240px;}
	.drawerLiveSliderGlobal .slick-prev {top: 44%;}
	.drawerLiveSliderGlobal .slick-next {top: 44%;right: -20px;}
	.drawerLiveSliderGlobal .slick-list {width: 80vw;}
	.drawerLiveSliderGlobal .slick-prev img,
	.drawerLiveSliderGlobal .slick-next img {width: 6px;}
	.drawerLiveSliderGlobal .slick-next {right: -11px;}
}
/*****************DrawerLivetvSlider End*********************/

/**Premium Live Slider Start**/
.PremiumliveTvSlider .slick-track{margin:0;}
.providerSliderCommon .slick-track{margin:0;}

@media (max-width: 1024px) {
	.sportsCategorySlider .slick-track{display: flex;width: 100% !important;overflow: hidden;}
	.sportsCategorySlider .slick-slide {flex-shrink: 0;width: 100px !important;margin-right: 12px;}
}

 
@media (max-width: 599px) {
	.PremiumliveTvSlider .slick-track{display:flex;}
    .PremiumliveTvSlider .slick-slide {
		flex-shrink:0;
        width: calc((100vw - 29px) / 1.5) !important;
		
    }
	.providerSliderCommon .slick-track{display:flex;}
	.providerSliderCommon .slick-slide {
		flex-shrink:0;
        width: calc((100vw - 29px) / 2.5) !important;
		
    }
}
/**Premium Live Slider End**/

.movieCardCont {cursor: pointer;position: relative;}
.closeContinueWatching {position: absolute;top: 5px;right: 5px;background:#00000061;border-radius: 50%;padding: 10px;text-align: center;z-index: 1;cursor: pointer;}
.closeContinueWatching::before {top: 50%;left: 50%;width: 1px;height: 12px;content: '';position: absolute;transform: translate(-50%, -50%) rotate(45deg);background: #ffffff;}
.closeContinueWatching::after {top: 50%;left: 50%;width: 12px;height: 1px;content: '';position: absolute;transform: translate(-50%, -50%) rotate(45deg);background: #ffffff;}

/**ottplayCSS-override**/
.movieCardCustom:hover .cardWrap{border:1px solid transparent !important;}
.movieCardCustom:hover .content .title{color:#FFFFFF !important;}
/**ottplayCSS-override**/

/**top10 widget start**/
.crownIcon {background: rgba(0, 0, 0, 0.5) url('https://images.ottplay.com/static/newImages/crownIcon4625.svg') no-repeat center center;position: absolute;content: "";width: 30px;height: 30px;border-radius: 4px;background-size: 50%;left: 6px;top: 6px;z-index: 1;}
.top10Rating{background:rgba(0, 0, 0, 0.5);position: absolute;bottom: 6px;left: 6px;border-radius: 4px;color: #fff;padding: 2px 5px;font-weight: 500;font-size: 14px;line-height: 17px;display: flex;align-items: center;height: 30px;z-index:2;}
@media (max-width: 599.95px) {
	body .movielistsCss .moblistBox{padding: 10px 15px 0;}
	body .movielistsCss .cardBoxTop10{padding-bottom:0 !important;}
}
@media (max-width: 480px) {
	.crownIcon{width: 24px;height: 24px;background-size: 60%;}
}
/**top10 widget end**/
@media (max-width: 600px) {
	    .movielistsCss .listBox {grid-gap: 7px;}
		body .movielistsCss .moblistBox {grid-gap: 7px;}
		body .movielistsCss .moblistGrid {grid-gap: 7px;}
}



.ImageSlider_carouselContainerWrap__Mc69C{width:100%;display:flex;position:relative;margin:15px 0 10px}.ImageSlider_carouselContainer__AJYjx{display:flex;flex-grow:1;overflow-x:auto;padding:0 4px;justify-content:center;scroll-behavior:smooth;scrollbar-width:none;width:100%}.ImageSlider_track__e9P95{grid-template-columns:repeat(15, minmax(156px, 1fr));margin:0;scrollbar-width:none;grid-gap:10px;gap:10px;width:100%;display:grid;flex-grow:0;max-width:100%;flex-basis:100%}@media(max-width: 400px){.ImageSlider_track__e9P95{grid-template-columns:repeat(15, minmax(130px, 1fr))}}.ImageSlider_imgarrow__Hyru_{cursor:pointer;min-width:15px;min-height:27px;border-radius:0%;display:flex;position:absolute;top:50%;right:0px;transform:translateY(-50%);justify-content:center;align-items:center;background:rgba(0,0,0,0);z-index:3;border:0;border-radius:100%;width:30px;height:30px;background:rgba(0,0,0,.7);padding:10px}.ImageSlider_imgarrow__Hyru_ img{width:10px}.ImageSlider_imgarrow__Hyru_.ImageSlider_leftArrow__1IO_d{left:0;right:auto}.ImageSlider_imgarrow__Hyru_.ImageSlider_rightArrow__1xajp{left:auto;right:0}@media(max-width: 768px){.ImageSlider_imgarrow__Hyru_{display:none}}.ImageSlider_wrapSlideWrap__DXnAz{display:flex;flex-direction:column;gap:15px;justify-content:space-between}.ImageSlider_wrapSlide__G5ruY{display:flex;flex-direction:column}.ImageSlider_wrapSlide__G5ruY .ImageSlider_slideImgwrap__Fk90i{line-height:0;border-radius:4px;overflow:hidden;position:relative;padding-top:57%}.ImageSlider_wrapSlide__G5ruY .ImageSlider_slideImgwrap__Fk90i img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.ImageSlider_wrapSlide__G5ruY h4{margin:5px 0 0 0;font-weight:500;font-size:12px;line-height:17px;text-overflow:ellipsis;display:-webkit-box;text-transform:capitalize;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.ImageSlider_wrapSlide__G5ruY .ImageSlider_catagoryName__p30ms{margin:0;list-style:none;display:flex;flex-wrap:wrap;padding:0;grid-column-gap:17px;grid-row-gap:5px;text-transform:capitalize}.ImageSlider_wrapSlide__G5ruY .ImageSlider_catagoryName__p30ms li{font-size:11px;line-height:15px;color:#8c879a;position:relative}.ImageSlider_wrapSlide__G5ruY .ImageSlider_catagoryName__p30ms li::after{content:"";width:4px;height:4px;border-radius:50%;background:#8c879a;position:absolute;right:-9px;top:7px}.ImageSlider_wrapSlide__G5ruY .ImageSlider_catagoryName__p30ms li:last-child::after{content:normal;content:initial}.ImageSlider_wrapSlide__G5ruY.ImageSlider_loadMore__kKEf4{display:flex;position:relative;width:100%}.ImageSlider_wrapSlide__G5ruY.ImageSlider_loadMore__kKEf4 .ImageSlider_slideImgwrap__Fk90i{background:#28242f;width:100%;cursor:pointer}.ImageSlider_wrapSlide__G5ruY.ImageSlider_loadMore__kKEf4 h2{font-size:14px;font-weight:normal;white-space:nowrap;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.ImageSlider_wrapSlide__G5ruY.ImageSlider_loadMore__kKEf4 h2 svg{width:6px;margin-top:1px}.ImageSlider_wrapSlide__G5ruY:last-child h4{min-height:35px}.ImageSlider_rating__FYmrT{background:rgba(0,0,0,.5);font-size:10px;color:#fff;border-radius:4px;opacity:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-style:normal;position:absolute;top:5px;left:5px;padding:3.5px}.ImageSlider_rating__FYmrT svg{width:8px;height:8px;margin-right:2px}.ImageSlider_playIcon__KeRxz{position:absolute;bottom:5px;left:5px;cursor:pointer;background:rgba(0,0,0,.4588235294);padding:6px;border-radius:5px}.ImageSlider_playIcon__KeRxz svg{display:block}.ImageSlider_progressBar__AmwEe{display:flex;position:absolute;bottom:0;width:95%;height:1.5px;background:#383441;left:50%;transform:translateX(-50%)}.ImageSlider_progressBar__AmwEe span{height:100%;background:#ff4376}.ImageSlider_ottRatings__wRu91{background:#4b14a7;border-radius:5px;color:#fff;padding:1px 5px;font-weight:400;font-size:clamp(10px,1.2vw,12px);line-height:clamp(13px,1.2vw,16px);position:absolute;top:5px;left:5px;z-index:1}
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.Chatbot_chatbotbutton__UFemB{position:fixed;bottom:50px;right:40px;width:60px;padding-left:50px;align-items:center;display:flex;height:60px;border-radius:50px;z-index:999;border:0;border:solid 2px #fff;cursor:pointer;background:#2894f4;background:linear-gradient(315deg, rgb(40, 148, 244) 0%, rgb(99, 74, 246) 100%);transition:.3s;box-shadow:0 0 20px 10px rgba(99,74,246,.3)}.Chatbot_chatbotbutton__UFemB:after{content:"";position:absolute;content:"";top:0;left:0;width:58px;height:58px;background:url("https://images.ottplay.com/static/newImages/chatboticon.png");background-size:58px}.Chatbot_chatbotbutton__UFemB .Chatbot_wrapTextLogo__nqnCC{max-width:0px;overflow:hidden;display:block;line-height:0;transition:.3s}.Chatbot_chatbotbutton__UFemB.Chatbot_active__rb4Oc{width:230px}.Chatbot_chatbotbutton__UFemB.Chatbot_active__rb4Oc .Chatbot_wrapTextLogo__nqnCC{max-width:160px;padding-left:10px}.Chatbot_chatbotContainer__Z6nb9{width:480px;max-width:calc(100vw - 40px);max-height:85vh;height:750px;background:#15121c;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -1px 35px rgba(99,74,246,.3);position:fixed;bottom:20px;right:20px;z-index:99999;justify-content:flex-end;transform:translateY(120%) scale(0);opacity:0;transition:.5s}.Chatbot_chatbotContainer__Z6nb9.Chatbot_active__rb4Oc{transform:translateY(0%) scale(1);opacity:1}@media(max-width: 1024px){.Chatbot_chatbotContainer__Z6nb9{max-width:100vw;width:100vw;height:100%;bottom:0;right:0;border-radius:0;max-height:100vh}}.Chatbot_chatHeader__CyE1n{background-color:#1d1926;color:#fff;padding:15px 10px;display:flex;align-items:center;position:relative;font-size:20px;margin:0;font-weight:700;font-weight:600;margin-bottom:auto}.Chatbot_chatHeader__CyE1n i{padding:10px;display:none}@media(max-width: 768px){.Chatbot_chatHeader__CyE1n{padding:5px 10px 5px 5px}.Chatbot_chatHeader__CyE1n i{display:inline-block}}.Chatbot_resetChatbot__2dw5W{position:absolute;top:10px;cursor:pointer;right:50px;width:40px;height:40px;background:rgba(0,0,0,0);border:0;transform:rotate(0deg);transition:.4s;display:flex;align-items:center;justify-content:center}.Chatbot_resetChatbot__2dw5W svg{width:23px;height:23px}@media(max-width: 768px){.Chatbot_resetChatbot__2dw5W{right:7px}}.Chatbot_closeChatbot__GToQS{position:absolute;top:10px;right:10px;width:40px;cursor:pointer;height:40px;transform:rotate(45deg);transition:.3s;background:rgba(0,0,0,0);border:0}.Chatbot_closeChatbot__GToQS:hover{transform:rotate(135deg)}.Chatbot_closeChatbot__GToQS:before{top:50%;left:50%;width:2px;height:20px;content:"";position:absolute;transform:translate(-50%, -50%);background:#fff}.Chatbot_closeChatbot__GToQS:after{top:50%;left:50%;width:20px;height:2px;content:"";position:absolute;transform:translate(-50%, -50%);background:#fff}@media(max-width: 768px){.Chatbot_closeChatbot__GToQS{display:none}}.Chatbot_chatWindow__O7mts{display:flex;flex-direction:column;padding:10px 15px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.Chatbot_chatWindow__O7mts::-webkit-scrollbar{width:8px}.Chatbot_chatWindow__O7mts::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:10px}.Chatbot_chatWindow__O7mts::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.Chatbot_chatWindow__O7mts::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Chatbot_userMessage__o7TeG{align-self:flex-end;background:rgba(0,0,0,0) linear-gradient(180deg, #634AF6 0%, #2894F4 100%) 0% 0% no-repeat padding-box;color:#fff;padding:8px 12px;border-radius:15px 15px 0 15px;max-width:70%;font-size:15px;position:relative;margin-bottom:20px}.Chatbot_userMessage__o7TeG:after{content:attr(Data-Dates);position:absolute;top:100%;right:0;padding:3px;font-size:12px;opacity:.7;white-space:nowrap;color:rgba(0,0,0,.87)}.Chatbot_botMessage__087uV{align-self:flex-start;background-color:#2d2b36;padding:8px 12px;border-radius:15px 15px 15px 0;max-width:100%;font-size:15px;position:relative;margin-bottom:7px;color:#fff}.Chatbot_botMessage__087uV.Chatbot_llmMessage__iLDJl{width:100%;cursor:pointer}.Chatbot_botMessage__087uV:after{content:attr(Data-Dates);position:absolute;top:100%;left:0;padding:3px;font-size:12px;opacity:.7}.Chatbot_suggestionsList__wqHZG{display:flex;flex-wrap:wrap;grid-gap:10px;padding:0;margin:7px 0 20px}.Chatbot_suggestionsList__wqHZG li{list-style-type:none}.Chatbot_suggestionsList__wqHZG li button{display:inline-flex;padding:5px 10px;font-size:15px;border-radius:20px;border:solid 1px #4b68f6;box-shadow:0px 3px 6px rgba(75,104,246,.2509803922);color:#fff;cursor:pointer;transition:.3s;background:rgba(0,0,0,0)}.Chatbot_suggestionsList__wqHZG li button:hover{background:#4b68f6;color:#fff;box-shadow:0px 0px 0px rgba(75,104,246,.2509803922)}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7{position:absolute;bottom:100%;left:0;width:100%;box-shadow:0 0 10px rgba(0,0,0,.8);margin:0;padding:10px 0 10px 10px;background:#000;box-shadow:0 -12px 10px rgba(0,0,0,.2);grid-gap:0;max-height:230px;overflow:auto;z-index:4}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7 li{width:100%}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7 li button{border-radius:0;width:100%;border:0;padding:10px;color:#fff;font-size:14px;text-align:left}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7 li button:hover{background:#6819bf;color:#fff}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7 li+li{border-top:solid 1px rgba(112,112,112,.33)}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7::-webkit-scrollbar{width:8px}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:10px}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.Chatbot_suggestionsList__wqHZG.Chatbot_dropdown__RLCd7::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Chatbot_chatInputContainer__rEVQm{display:flex;border-top:solid 1px rgba(112,112,112,.33);position:relative;padding:15px}.Chatbot_chatInputContainer__rEVQm .Chatbot_searchIcon__T0cjC{position:absolute;top:50%;left:25px;width:20px;height:20px;transform:translateY(-50%)}.Chatbot_chatInput__KQiPH{flex:1 1;padding:10px 10px 10px 40px;border:0;border-radius:10px;background:rgba(0,0,0,0);color:#fff;background-color:#322f38;border:solid 1px rgba(112,112,112,.38);margin-right:15px;outline:0 !important;font-size:15px}.Chatbot_sendButton__0saFY{padding:8px 10px 8px 14px;background-color:#f1f1f1;border:none;border-radius:4px;cursor:pointer;width:45px;height:45px;border-radius:51px;display:flex;align-items:center;justify-content:center}.Chatbot_sendButton__0saFY.Chatbot_active__rb4Oc{background:rgba(0,0,0,0) linear-gradient(180deg, #634AF6 0%, #2894F4 100%) 0% 0% no-repeat padding-box}.Chatbot_sendButton__0saFY:hover{background-color:#130726}.Chatbot_subHeading__EewgL{font-weight:bold;font-size:14px;margin-top:10px;color:#fff}.Chatbot_dateDiv__HCuRD{width:100%;height:1px;background:#2d2b36;position:relative;display:flex;align-items:center;justify-content:center;margin:25px 0}.Chatbot_dateDiv__HCuRD::after{content:attr(Data-Dates);background:#15121c;font-size:12px;color:hsla(0,0%,100%,.4);padding:5px 10px}.Chatbot_loader__PzTgM{background:#26262f;border-radius:50px;display:inline-block;line-height:0;align-self:flex-start;margin-top:10px}.Chatbot_loader__PzTgM i{width:9px;display:inline-block;aspect-ratio:1;border-radius:50%;animation:Chatbot_l5__Qtpt7 1s infinite linear alternate;margin:6px 22px}@keyframes Chatbot_l5__Qtpt7{0%{box-shadow:14px 0 #706f74,-14px 0 #929297;background:#706f74}33%{box-shadow:14px 0 #706f74,-14px 0 #929297;background:#929297}66%{box-shadow:14px 0 #929297,-14px 0 #706f74;background:#929297}100%{box-shadow:14px 0 #929297,-14px 0 #706f74;background:#706f74}}.Chatbot_rating__k4E0g{background:rgba(0,0,0,.5);font-size:10px;color:#fff;border-radius:4px;opacity:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-style:normal;position:absolute;top:5px;left:5px;padding:3.5px}.Chatbot_rating__k4E0g svg{width:8px;height:8px;margin-right:2px}.Chatbot_wrapSingleImg__6aH00{width:100%;margin:7px 0;position:relative}.Chatbot_wrapSingleImg__6aH00 .Chatbot_singimgwrap__NWbFA{border-radius:8px;overflow:hidden;line-height:0;display:block;width:100%}.Chatbot_wrapSingleImg__6aH00 .Chatbot_singimgwrap__NWbFA img{width:100%}.Chatbot_wrapSingleImg__6aH00 h4{margin:10px 0 0 0;font-weight:600;font-size:14px}.Chatbot_chatbotIcon__SjhaB{width:29px;height:29px;display:inline-flex;align-items:center;justify-content:center;background:#26262f;border-radius:100px;opacity:1;margin:0 0 0 5px;background:#2894f4;background:linear-gradient(315deg, rgb(40, 148, 244) 0%, rgb(99, 74, 246) 100%);border:solid 1px #fff}.Chatbot_chatbotIcon__SjhaB img{width:100%}.Chatbot_betaIcon__urIqS{font-size:9px;font-style:normal;border-radius:6px;padding:0 5px;line-height:13px;background:#48434e;display:inline-flex;align-self:flex-start;margin-top:3px}@media(max-width: 768px){.Chatbot_betaIcon__urIqS{margin-top:12px}}.Chatbot_chatbotPageWrap__MBZTd .Chatbot_chatbotContainer__Z6nb9{transition:0s;transform:translateY(0%) scale(1);opacity:1;width:100%;height:100%;max-height:100%;max-width:100%;bottom:0;right:0}.Chatbot_plotCards__3piv1{width:100%;clear:both;margin:0 10px 10px 0}.Chatbot_plotCards__3piv1+.Chatbot_plotCards__3piv1{padding-top:10px;margin-top:10px;border-top:solid 1px #706f74}.Chatbot_plotCards__3piv1 .Chatbot_plotImage__DKuQ7{width:33%;min-width:33%;display:inline-flex;float:left;margin:0 15px 5px 0}.Chatbot_plotCards__3piv1 .Chatbot_plotImage__DKuQ7 span{display:inline-flex;width:100%;padding-top:150%;position:relative}.Chatbot_plotCards__3piv1 .Chatbot_plotImage__DKuQ7 img{width:100%;position:absolute;top:0;left:0;height:100%;object-fit:cover}.Chatbot_plotCards__3piv1 h4{font-weight:600;font-size:17px;margin:0 0 5px 0}.Chatbot_plotCards__3piv1 p{font-size:14px;margin:5px 0}.Chatbot_plotCards__3piv1 ul.Chatbot_keypoints__3DwNE{padding:0;margin:3px 0;width:100%;flex-wrap:wrap;flex-direction:column}.Chatbot_plotCards__3piv1 ul.Chatbot_keypoints__3DwNE li{display:inline-block;position:relative;padding:1px 0;font-size:14px}.Chatbot_personaliseWrap__9l2aH{position:absolute;bottom:0;width:100%;background:#28262f;z-index:4;left:0;transform:translateY(120%);opacity:0;visibility:hidden;transition:.5s}.Chatbot_personaliseWrap__9l2aH.Chatbot_active__rb4Oc{transform:translateY(0%);opacity:1;visibility:visible}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz{padding:15px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseHeader__blK9I{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseHeader__blK9I h4{margin:0;font-size:15px;line-height:19px;color:#fff;font-weight:600;text-transform:capitalize}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseHeader__blK9I .Chatbot_close__dza0p{cursor:pointer}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseHeader__blK9I .Chatbot_close__dza0p svg{display:block}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabs__GrZGz{list-style:none;background:#1e1c26;padding:5px;border-radius:8px;display:flex;align-items:center;margin:0 0 15px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabs__GrZGz li{color:#949398;font-size:13px;line-height:19px;font-weight:600;padding:10px 25px;cursor:pointer}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabs__GrZGz li.Chatbot_active__rb4Oc{background:#3b3942;border-radius:4px;color:#fff}@media(max-width: 400px){.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabs__GrZGz li{padding:10px 20px;flex-grow:1}}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E{height:190px;overflow:auto}@media(max-width: 480px){.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E{height:199px}}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E::-webkit-scrollbar{width:8px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:10px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul{margin:0;padding:0;list-style:none}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10px}@media(max-width: 480px){.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333{grid-template-columns:repeat(2, 1fr)}}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333 li{font-size:14px;line-height:20px;border-radius:8px;padding:10px 12px;background:#312f38;color:#fff;cursor:pointer;position:relative}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333 li::before{content:"";width:100%;height:100%;position:absolute;border:1px solid #4371f5;left:0;top:0;border-radius:8px;transition:.5s;opacity:0;visibility:hidden}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333 li:hover::before{opacity:1;visibility:visible}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333 li.Chatbot_active__rb4Oc{background:linear-gradient(315deg, rgb(40, 148, 244) 0%, rgb(99, 74, 246) 100%)}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_language__q3333 li.Chatbot_active__rb4Oc::before{content:normal;content:initial}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10px}@media(max-width: 480px){.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2{grid-template-columns:repeat(2, 1fr)}}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2 li{font-size:14px;line-height:20px;border-radius:8px;padding:10px 12px;background:#312f38;color:#fff;cursor:pointer;position:relative}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2 li::before{content:"";width:100%;height:100%;position:absolute;border:1px solid #4371f5;left:0;top:0;border-radius:8px;transition:.5s;opacity:0;visibility:hidden}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2 li:hover::before{opacity:1;visibility:visible}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2 li.Chatbot_active__rb4Oc{background:linear-gradient(315deg, rgb(40, 148, 244) 0%, rgb(99, 74, 246) 100%)}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_genre__qqyS2 li.Chatbot_active__rb4Oc::before{content:normal;content:initial}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li{display:flex;align-items:center;background:#312f38;border-radius:8px;grid-gap:10px;justify-content:space-between;padding:10px 12px}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li .Chatbot_contentWrap__cL45t h5{font-size:14px;line-height:17px;color:#fff;font-weight:600;margin:0}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li .Chatbot_contentWrap__cL45t p{font-size:12px;line-height:17px;color:#acabaf;font-weight:400;margin:0}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li .Chatbot_onoff__G78SR{width:37px;height:20px;border-radius:10.5px;position:relative;cursor:pointer;background:#8c8a90}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li .Chatbot_onoff__G78SR::after{content:"";width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;top:3px;left:4px;transition:left .2s ease-out}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li .Chatbot_onoff__G78SR.Chatbot_active__rb4Oc{background:#3afc9b}.Chatbot_personaliseWrap__9l2aH .Chatbot_personaliseInner___X0lz .Chatbot_personaliseTabsContent__AQk_E ul.Chatbot_advanceFilter__6GfnF li .Chatbot_onoff__G78SR.Chatbot_active__rb4Oc::after{left:19px;background:#000}.Chatbot_personaliseWrap__9l2aH .Chatbot_submitButton__KCVS_{padding:15px;background:#000}.Chatbot_personaliseWrap__9l2aH .Chatbot_submitButton__KCVS_ button{font-size:16px;line-height:20px;color:#fff;border-radius:10px;background:#2894f4;background:linear-gradient(315deg, rgb(40, 148, 244) 0%, rgb(99, 74, 246) 100%);width:100%;display:flex;align-items:center;justify-content:center;padding:12px 10px;font-weight:600;border:0;gap:15px;cursor:pointer}.Chatbot_personaliseWrap__9l2aH .Chatbot_submitButton__KCVS_ button:disabled{background:#312f38;cursor:not-allowed;color:#949398}.Chatbot_personaliseWrap__9l2aH .Chatbot_submitButton__KCVS_ button:disabled svg{opacity:.5}.Chatbot_likeDislike__VZvB_{display:flex;margin-top:10px;align-items:center;gap:25px}.Chatbot_likeDislike__VZvB_ p{font-size:12px;line-height:16px;color:#a1a0a4;font-weight:600;margin:0}.Chatbot_likeDislike__VZvB_ ul{display:flex;margin:0;padding:0;list-style:none;align-items:center;gap:14px}.Chatbot_likeDislike__VZvB_ ul li{cursor:pointer}.Chatbot_likeDislike__VZvB_ ul li.Chatbot_active__rb4Oc svg{width:13px;height:13px}.Chatbot_likeDislike__VZvB_ ul li.Chatbot_active__rb4Oc svg path{fill:#fff;opacity:1}.Chatbot_plotCardHeadingWrap__PnChe{display:flex;justify-content:space-between;flex-wrap:wrap}.Chatbot_plotCardHeadingWrap__PnChe h6{font-size:14px;margin:0 0 5px 0}.Chatbot_ChatBotOvlarlay__23_Bl{position:fixed;width:100%;height:100%;top:0;left:0;transform:translateY(120%) scale(0);opacity:0;transition:.5s;z-index:99998;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:rgba(27,12,79,.5019607843)}.Chatbot_ChatBotOvlarlay__23_Bl.Chatbot_active__rb4Oc{transform:translateY(0%) scale(1);opacity:1}
