@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container-fluid.max {
  padding: 0 40px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}
@media (max-width: 1400.5px) and (min-width: 1200px) {
  .container {
    max-width: 1370px;
  }
}
@media (max-width: 1366.5px) and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1280.5px) and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media (max-width: 1024.5px) and (min-width: 1200px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 800px) and (max-width: 991.5px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 767px) and (max-width: 800.5px) {
  .container {
    max-width: 700px;
  }
}
.container-fluid {
  padding: 0 80px;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}

.banner-area .single-banner {
  position: relative;
}
.banner-area .single-banner img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .banner-area .single-banner img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-area .single-banner::after {
  background: linear-gradient(0deg, #1a1c26 0%, rgba(26, 28, 38, 0) 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(9, 9, 9, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(9, 9, 9, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-area .single-banner .banner-content {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  max-height: 80%;
}
.banner-area .single-banner .banner-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 8px;
}
@media (max-width: 768.48px) {
  .banner-area .single-banner .banner-content h1 {
    font-size: 32px;
  }
}
.banner-area .single-banner .banner-content p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 768.48px) {
  .banner-area .single-banner .banner-content p {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.banner-area .single-banner .banner-content p span {
  margin: 0 10px;
  display: inline-block;
}

.content-list {
  padding: 44px 0;
}
.content-list h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.content-list .btn-view {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 500;
  line-height: 19px;
}
.content-list .btn-view:hover {
  color: #fff;
}

.badge-theme {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 4px;
  background: #118ba6;
  padding: 1px 8px;
  display: inline-block;
  color: #fff;
}

.content-list:hover .card-slider .slick-arrow {
  opacity: 1;
}

.card-slider {
  margin: 0 -8px;
  position: relative;
}
.card-slider .box-hover {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
  z-index: 1;
}
.card-slider .box-hover button {
  border: 1px solid #118ba6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 12px 20px;
  display: block;
  min-width: 120px;
  margin-bottom: 18px;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
}
.card-slider .box-hover button:hover {
  background-color: #118ba6;
}
.card-slider .single-card:hover .box-hover {
  top: 0;
}
.card-slider .single-card:hover .play-icon svg path {
  fill: #fff;
}
.card-slider .single-card:hover .badge-theme {
  opacity: 0;
}
.card-slider .single-card.audio:hover .play-icon svg path {
  stroke: #fff;
  fill: none;
}
.card-slider.play .single-card:hover .box-hover {
  top: 0;
}
.card-slider.play .single-card:hover .play-icon svg path {
  fill: none;
  stroke: #fff;
}
.card-slider.play .single-card:hover .badge-theme {
  opacity: 0;
}
.card-slider .slick-arrow {
  position: absolute;
  height: 100%;
  display: flex !important;
  align-items: center;
  top: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.card-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.card-slider .slick-arrow.slick-next {
  right: -40px;
  left: auto;
}
@media (max-width: 991.98px) {
  .card-slider .slick-arrow.slick-next {
    right: -20px;
  }
}
@media (max-width: 575.98px) {
  .card-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.card-slider .slick-arrow.slick-prev {
  left: -40px;
  right: auto;
}
@media (max-width: 991.98px) {
  .card-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media (max-width: 575.98px) {
  .card-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.card-slider .slick-list {
  overflow: visible;
}
.card-slider .single-card {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
}
.card-slider .single-card span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  margin-bottom: 8px;
  display: block;
  margin-top: 2px;
  color: #fff;
}
.card-slider .single-card .badge-theme {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  max-width: 70%;
}
.card-slider .single-card .play-icon {
  position: absolute;
  top: 9px;
  right: 12px;
  z-index: 2;
}
.card-slider .single-card .card-bottom {
  background: #232631;
  padding: 12px;
  position: relative;
  z-index: 2;
}
.card-slider .single-card .card-bottom h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-slider .single-card .card-bottom h3:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #232631;
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  right: 0;
  left: 0;
  max-width: 100%;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 0.5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: #fff;
  margin-top: -1.25rem;
  font-size: 10px;
}
.card-slider .single-card .card-bottom p {
  color: #7b8794;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.footer-area {
  background: #000;
  padding: 24px 0;
}
.footer-area p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.footer-area ul li {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  line-height: normal;
}
.footer-area ul li a:hover svg path {
  stroke-opacity: 1;
  fill-opacity: 1;
}
.footer-area ul {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mt-44 {
  margin-top: 44px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.nav-inner {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  justify-self: end;
  gap: 32px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .nav-inner {
    margin-right: 50px;
  }
}
@media (max-width: 768.48px) {
  .nav-inner {
    display: none;
  }
}
.nav-inner p {
  font-size: 14px;
  line-height: 24px;
}
.nav-inner .search-wrap {
  display: flex;
  background: #1f2025;
  align-items: center;
  border-radius: 6px;
  width: 208px;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}
.nav-inner .search-wrap .form-control {
  font-size: 14px;
  background: #1f2025;
  color: #fff;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.nav-inner .search-wrap .form-control::-moz-placeholder {
  color: #fff;
}
.nav-inner .search-wrap .form-control::placeholder {
  color: #fff;
}

.search-toggle {
  background: #1f2025;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
@media (min-width: 768.5px) {
  .search-toggle {
    display: none;
  }
}

.search-pop {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: 0.3s;
}
.search-pop .form-control {
  border-radius: 6px;
  font-size: 14px;
  background: #1f2025;
  color: #fff;
  border: none;
  padding: 12px 16px;
  outline: none !important;
  box-shadow: none !important;
}
.search-pop .form-control::-moz-placeholder {
  color: #fff;
}
.search-pop .form-control::placeholder {
  color: #fff;
}

.search-wrap.noexpand {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
}
.search-wrap.noexpand .form-control {
  display: none;
}

.form-wrap {
  display: flex;
  min-height: 100vh;
  align-items: center;
}
.form-wrap .form-inner {
  padding: 32px;
  border-radius: 8px;
  background: #11131b;
}
.form-wrap .form-inner p {
  color: #7b8794;
  font-size: 12px;
  font-style: normal;
  margin-top: 4px;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.form-wrap .form-inner p a {
  color: #118ba6;
}
.form-wrap .form-inner .btn-white {
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  background: #f7f8fa;
  font-size: 16px;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #202223;
  gap: 12px;
  transition: 0.3s;
}
.form-wrap .form-inner .btn-white:hover {
  background: #e9eaea;
}
.form-wrap .form-inner .line {
  color: #7b8794;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.form-wrap .form-inner .line span {
  background: #11131b;
  padding: 3px 5px;
  position: relative;
}
.form-wrap .form-inner .line::before {
  background: #292c3a;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.form-wrap .form-inner h2 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
}
.form-wrap .form-inner .btn-theme {
  color: #fff;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 4px;
  background: #118ba6;
  transition: 0.3s;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.form-wrap .form-inner .btn-theme:hover {
  background: #09667b;
}
.form-wrap .form-inner .form-control {
  border-radius: 6px;
  background: #1f2025;
  height: 44px;
  color: #fff;
  border: none;
  font-size: 13px;
}
.form-wrap .form-inner .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.form-wrap .form-inner .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}

@media (max-width: 768.48px) {
  .banner-area.author .single-banner img {
    min-height: 320px;
    -o-object-position: right;
       object-position: right;
  }
}
.banner-area.author .single-banner .banner-content h1 {
  font-size: 50px;
  line-height: 46px;
  margin-bottom: 24px;
}
@media (max-width: 768.48px) {
  .banner-area.author .single-banner .banner-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.banner-area.author .single-banner .banner-content p {
  color: rgba(255, 255, 255, 0.74);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-area.inner .single-banner .banner-content h1 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 768.48px) {
  .banner-area.inner .single-banner .banner-content h1 {
    font-size: 30px;
  }
}
.banner-area.inner .meta {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  display: flex;
  gap: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-area.inner .meta .seperator {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.banner-area.inner .info {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}
.banner-area.inner .info a {
  color: #118ba6;
}
.banner-area.inner .info a:hover {
  color: #084c5b;
}
.banner-area.inner .btn-active {
  display: flex;
  gap: 10px;
}
.banner-area.inner .btn-white {
  height: 48px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(24, 160, 251, 0);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 184px;
  justify-content: center;
}
.banner-area.inner .btn-white:hover {
  background: #fff;
  color: #118ba6;
}

.content-wrap {
  padding-top: 40px;
  min-height: 54vh;
}
@media (min-width: 992px) {
  .content-wrap .right-content {
    padding-left: 46px;
  }
}
.content-wrap .right-content ul {
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.content-wrap .right-content ul li {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  color: #7b8794;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 146.154% */
}
.content-wrap .right-content ul li .count {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}
.content-wrap .right-content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.content-wrap .right-content p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.content-wrap .right-content p span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.content-wrap .right-content a {
  border-radius: 4px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  background: #118ba6;
  width: 114px;
  margin-right: 0;
  margin-left: auto;
}
.content-wrap .right-content a:hover {
  background: #065f73;
}
.content-wrap .left-content ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
.content-wrap .left-content ul li {
  list-style: none;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.content-wrap .left-content p {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.content-wrap .left-content p:not(:last-child) {
  margin-bottom: 24px;
}

.dropdown.user img {
  max-width: 32px;
  max-height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 16px;
}
.dropdown.user a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.dropdown.user .dropdown-toggle {
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.dropdown.user .dropdown-toggle::after {
  border: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.84861 3.51562H2.15173C1.92087 3.51562 1.79196 3.75937 1.93493 3.92578L5.78337 8.38828C5.89353 8.51602 6.10564 8.51602 6.21696 8.38828L10.0654 3.92578C10.2084 3.75937 10.0795 3.51562 9.84861 3.51562Z' fill='white'/%3E %3C/svg%3E ");
  width: 12px;
  height: 12px;
  transform: translateY(5px);
  background-size: cover;
}
@media (max-width: 768.48px) {
  .dropdown.user .dropdown-toggle::after {
    margin-left: 10px;
  }
}
@media (max-width: 768.48px) {
  .dropdown.user .dropdown-toggle {
    font-size: 0;
    padding: 0;
  }
  .dropdown.user .dropdown-toggle img {
    margin-right: 0;
  }
}
.dropdown.user .dropdown-menu {
  background: #15171e;
  border: 1px solid rgba(128, 128, 128, 0.4509803922);
  width: 100%;
}
@media (max-width: 768.48px) {
  .dropdown.user .dropdown-menu {
    width: 200px;
    right: 0;
    left: auto;
  }
}
.dropdown.user .dropdown-menu li a {
  padding: 10px 12px;
  max-width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown.user .dropdown-menu li a:hover {
  background: #118ba6;
}

.thankyou-wrap {
  min-height: 81vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .thankyou-wrap {
    min-height: 85vh;
  }
}
@media (max-width: 768.48px) {
  .thankyou-wrap {
    min-height: 75vh;
  }
}
.thankyou-wrap img {
  margin-bottom: 40px;
}
.thankyou-wrap h1 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}
.thankyou-wrap p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.thankyou-wrap span {
  margin-top: 80px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.card-slider.no-sliding {
  margin: 0;
}
.card-slider.no-sliding .single-card {
  margin: 0;
  width: 100%;
}
@media (max-width: 768.48px) {
  .card-slider.no-sliding .single-card img {
    width: 100%;
  }
}

.content-list.player {
  padding: 64px 0;
}
@media (max-width: 1399.98px) {
  .content-list.player {
    min-height: 88vh;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .content-list.player {
    min-height: 87vh;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .content-list.player {
    min-height: 80vh;
  }
}

ul.search-result {
  background-color: #1f2025;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  transition: 0.3s;
  display: none;
  max-height: 400px;
  top: 100%;
  overflow-y: auto;
}
ul.search-result::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
ul.search-result::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
ul.search-result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
ul.search-result.show {
  display: block;
}
ul.search-result li a {
  padding: 0;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}
ul.search-result li a:hover {
  background: #000;
}

.search-wrap {
  position: relative;
}

@media (min-width: 992px) {
  .w-561 {
    width: 561px !important;
  }
}
@media (max-width: 1199.98px) {
  .content-list.single {
    min-height: 66vh;
  }
}
@media (max-width: 768.48px) {
  .content-list.single {
    min-height: 50vh;
  }
}
@media (max-width: 575.98px) {
  .content-list.single {
    min-height: auto;
  }
}

.card-slider .single-card .img-box {
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .content-list.single-content {
    min-height: 80vh;
  }
}

@media (max-width: 1399.98px) {
  .content-list.single-content.purchase {
    min-height: 85vh;
  }
}

.muvitv .modal-content {
  background: #40434d;
}
.muvitv .modal-content h1 {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom: 8px;
}
.muvitv .modal-content .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15 5L5 15' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M5 5L15 15' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E ");
  background-size: 20px;
}
.muvitv .modal-content p {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.muvitv .modal-content .modal-footer {
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
  gap: 16px;
}
.muvitv .modal-content .modal-body {
  margin-left: 32px;
  margin-right: 32px;
  padding: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.muvitv .modal-content .btn-cancel {
  border-radius: 4px;
  padding: 12px 24px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: #1f2025;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.muvitv .modal-content .btn-cancel:hover {
  background: #000;
}
.muvitv .modal-content .btn-process {
  border-radius: 4px;
  padding: 12px 24px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: #118ba6;
  border: none;
}
.muvitv .modal-content .btn-process:hover {
  background: #0a596b;
}
.muvitv .modal-content .price {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
  margin-top: 16px;
}
.muvitv .modal-content .price span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  display: block;
  margin-top: 4px;
}
.muvitv .modal-content.form .modal-body {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 48px;
  text-align: center;
}
.muvitv .modal-content.form .modal-body .more {
  margin-top: 24px;
}
.muvitv .modal-content.form .modal-body .more p {
  color: #b1b6bc;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.muvitv .modal-content.form .modal-body .more p a {
  color: #5fa9ba;
  font-weight: 500;
}
.muvitv .modal-content.form .modal-body .more p a:hover {
  color: #118ba6;
}
.muvitv .modal-content.form .modal-body .more.fs-12 p {
  font-size: 12px;
}
.muvitv .modal-content.form .modal-body .subtitle {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.muvitv .modal-content.form .modal-body .logo-wrap {
  margin-top: 32px;
  margin-bottom: 48px;
}
.muvitv .modal-content.form .modal-body .pay {
  color: #b8bcca;
  font-family: "Inter";
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.muvitv .modal-content.form .modal-body .pay a {
  color: #fff;
}
.muvitv .modal-content.form .modal-body h4 {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.muvitv .modal-content.form .modal-body .btn-theme {
  border-radius: 4px;
  background: #118ba6;
  padding: 12px 24px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
}
.muvitv .modal-content.form .modal-body .btn-theme:hover {
  background: #0a596b;
}
.muvitv .modal-content.form .modal-body .subtext {
  color: #7b8794;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin: 20px 0;
}
.muvitv .modal-content.form .modal-body .subtext a {
  color: #fff;
  text-decoration: underline;
}
.muvitv .modal-content.form .modal-body .subtext a:hover {
  color: #118ba6;
}
.muvitv .modal-content.form .modal-body .form-control {
  border-radius: 6px;
  background: #1f2025;
  height: 44px;
  font-family: "Inter";
  border: none;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
}
.muvitv .modal-content.form .modal-body .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}
.muvitv .modal-content.form .modal-body .form-control::placeholder {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}
.muvitv .modal-content.form .modal-body .title {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin-bottom: 32px;
}

.social-share {
  padding: 10px 0 0 0;
  margin: 0;
}

.social-share-all {
  position: relative;
}

.social-share {
  list-style: none;
}

.social-share-all {
  position: relative;
}

.social-share-all .share-video,
.share-video {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 9;
  width: 360px;
  background: #040404;
  border-radius: 4px;
}

.share-list .share-video {
  left: 100px;
}

.social-share .social-share-all .share-video a,
.share-video a {
  background: transparent !important;
  border: none !important;
  width: auto !important;
  height: auto;
  line-height: 100%;
}

.social-share-all .share-video .heading,
.share-video .heading {
  width: 100%;
  background: #3a3c48;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  padding: 16px;
}

.social-share-all .share-video .heading h4,
.share-video .heading h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.social-share-all .share-video .heading h4 svg,
.share-video .heading h4 svg {
  margin: 0 15px 0 0;
}

.social-share-all .share-video .heading span,
.share-video .heading span {
  position: absolute;
  top: 15px;
  right: 25px;
}

.share-list .share-video .heading span a {
  padding: 10px 0px;
  opacity: 0.6;
}

.share-list .share-video .heading span a:hover {
  opacity: 1;
}

.social-share-all .share-video .content-social,
.share-video .content-social {
  width: 100%;
  padding: 16px 16px 8px 16px;
  position: relative;
}

.social-share-all .share-video .content-social p,
.share-video .content-social p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 0 3px 0;
  margin: 0;
}

.social-share-all .share-video .content-social .form-control,
.share-video .content-social .form-control {
  border: 2px solid #474747;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 36px;
  padding: 0 0 0 42px;
  margin: 0;
  background: #040404;
}

.social-share-all .share-video .content-social span,
.share-video .content-social span {
  position: absolute;
  top: 44px;
  left: 31px;
}

.share-list .share-video .content-social span.link-icon {
  padding-top: 6px;
}

.social-share-all .share-video .bottom,
.share-video .bottom {
  width: 100%;
  padding: 0 16px 16px 16px;
}

.social-share-all .share-video .bottom h6,
.share-video .bottom h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 0 10px 0;
  margin: 0;
}

.social-share-all .share-video .bottom ul,
.share-video .bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-share-all .share-video .bottom ul li,
.share-video .bottom ul li {
  margin: 0 12px;
  padding: 0;
}

.social-share-all .share-video .bottom ul li:first-child,
.share-video .bottom ul li:first-child {
  margin-left: 0;
}

.share-video .content-social .form-control.link-copy-div {
  overflow: hidden;
  /* display: flex; */
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  padding: 0 42px 0 5px;
  padding-top: 4px;
}

.share-list .share-video .content-social span.link-icon.link-copy-icon-span {
  padding-top: 5px;
}

.share-video .content-social span.link-copy-icon-span {
  position: absolute;
  top: 48px;
  right: 31px !important;
  left: initial;
}

.share-video .content-social span.link-copy-icon-span:hover svg {
  stroke: #118ba6;
  cursor: pointer;
}

a#social-share-popup:hover {
  background: #118ba6;
  opacity: 1;
}

.social-share {
  padding: 0;
}

.bottom a:hover {
  opacity: 1;
}

.social-share a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  line-height: 48px;
  display: inline-block;
  border: solid 1px #525252;
  background: #2d2d2d;
  color: #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  text-align: center;
  transition: 0.5s;
  opacity: 0.6;
  padding: 0px !important;
}

.share-video .content-social span.link-copy-icon-span svg {
  width: 15px;
}

.social-share-all .share-video .bottom ul,
.share-video .bottom ul li {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .social-share {
    position: absolute;
    right: 30px;
  }
  .social-share-all .share-video,
  .share-video {
    bottom: 55px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 575.98px) {
  .social-share-all .share-video,
  .share-video {
    left: auto;
    width: auto;
  }
}
.content-wrap.no-content {
  min-height: auto;
  padding-bottom: 36px;
}

.footer-area ul a:hover {
  opacity: 0.8;
}

span.invalid-feedback {
  text-align: left;
  font-size: 12px;
}

.lbl-green {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.auth-thumb {
  max-width: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin-top: 3px;
}
@media (max-width: 768.48px) {
  .auth-thumb {
    max-width: 48px;
  }
}
.auth-thumb img {
  min-height: auto !important;
}

.slick-track {
  margin-left: 0 !important;
}

.list-footer {
  display: flex;
  gap: 8px;
}
.list-footer li a {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.list-footer li a:hover {
  color: #118ba6;
  opacity: 1;
}

/*========Page Not Found Start here============*/
.pagenot-found {
  width: 100%;
  text-align: center;
  height: 100vh;
  padding: 50px 0;
  position: relative;
}

.pagenot-found img {
  max-height: 100%;
  max-width: 100%;
}

.pagenot-found .page-notfound {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.pagenot-found .page-notfound h1 {
  font-size: 64px;
  line-height: 72px;
  color: #ffffff;
  padding: 0 0 16px 0;
  margin: 0;
  font-weight: 700;
}

.pagenot-found .page-notfound a {
  background: #118ba6;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  width: 270px;
  height: 48px;
  text-align: center;
  padding: 12px 0;
}

.auth-thumb {
  max-width: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin-top: 3px;
  overflow: hidden;
}

@media (max-width: 768.48px) {
  .auth-thumb {
    max-width: 48px;
  }
}
.auth-thumb img {
  min-height: auto !important;
}

.slick-slide {
  height: auto;
}

.slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.position-relative.img-box {
  height: calc(100% - 92px);
}

.position-relative.img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.left-content .support-item span {
  display: block;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.left-content .support-item p {
  display: flex;
  color: #7b8794;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  gap: 8px;
  align-items: center;
}

.search-bg {
  background-image: url("../images/search-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result {
  min-height: calc(100vh - 158px);
  display: flex;
  align-items: start;
  background: linear-gradient(108.54deg, #272727 43.06%, #414141 66.62%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding-top: 32px;
  padding-bottom: 64px;
}
.search-result .single-sresult {
  border-radius: 8px;
  overflow: hidden;
}
.search-result .single-sresult .s-thumbnail {
  position: relative;
}
.search-result .single-sresult .s-thumbnail .bg-buy {
  background: #d23434;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 4px 8px;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 45%;
}
.search-result .single-sresult .s-thumbnail .bg-time {
  background: #535353;
  border-radius: 4px;
  padding: 2px 4px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #e5e5e5;
  position: absolute;
  right: 5px;
  bottom: 5px;
  max-width: 45%;
}
.search-result .single-sresult .s-bottom {
  padding: 16px;
  background: #2d2c2c;
  font-family: "Inter";
}
.search-result .single-sresult .s-bottom p {
  font-family: "Poppins";
  color: #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.search-result .single-sresult .s-bottom span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #7c7e7f;
}
.search-result .single-sresult .s-bottom .info {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
}
.search-result .single-sresult .s-bottom .info span {
  font-style: italic;
  font-weight: 500;
  margin-right: 3px;
}

.search-pop.v2 {
  background: #2d2d2d;
  border-radius: 50px;
  height: 56px;
  display: flex;
  align-items: center;
}
.search-pop.v2 .form-control {
  background: transparent;
}

.nav-search {
  background: #2d2d2d;
  border-radius: 50px;
  height: 44px;
  width: 500px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  margin-left: 26px;
}
@media (max-width: 1230px) {
  .nav-search {
    max-width: 350px;
  }
}
@media (max-width: 1074px) {
  .nav-search {
    max-width: 300px;
    margin-left: 0;
  }
}
@media (max-width: 768.48px) {
  .nav-search {
    display: none;
  }
}
.nav-search .form-control {
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  padding-left: 0;
}
.nav-search .form-control::-moz-placeholder {
  color: #7c7e7f;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}
.nav-search .form-control::placeholder {
  color: #7c7e7f;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}

.search-area {
  min-height: calc(100vh - 158px);
  display: flex;
  align-items: center;
  padding: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 768.48px) {
  .search-area {
    min-height: calc(100vh - 140px);
  }
}
.search-area .user-loc {
  position: absolute;
  bottom: 0;
  left: 80px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 35px;
}
@media (max-width: 768.48px) {
  .search-area .user-loc {
    left: 16px;
  }
}
.search-area .user-loc p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}
.search-area .user-loc span {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #8ba2b1;
}
.search-area h1 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(229, 229, 229, 0.8);
  margin-bottom: 4px;
}
@media (max-width: 768.48px) {
  .search-area h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.search-area p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(229, 229, 229, 0.8);
}
@media (max-width: 768.48px) {
  .search-area p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.search-area .tv-s {
  background: #2d2d2d;
  border-radius: 50px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 24px;
  padding-right: 12px;
  margin-top: 32px;
}
@media (max-width: 768.48px) {
  .search-area .tv-s {
    height: 60px;
  }
}
.search-area .tv-s input {
  width: 70%;
  height: 100%;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  border: none !important;
  color: #fff;
}
@media (max-width: 768.48px) {
  .search-area .tv-s input {
    font-size: 12px;
  }
}
.search-area .tv-s input::-moz-placeholder {
  color: #7c7e7f;
}
.search-area .tv-s input::placeholder {
  color: #7c7e7f;
}
.search-area .tv-s button {
  background: #18a0fb;
  margin-right: 0;
  margin-left: auto;
  width: 110px;
  height: 46px;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 768.48px) {
  .search-area .tv-s button {
    font-size: 14px;
    height: 40px;
  }
}
.search-area .tv-s button:hover {
  background: #045365;
}

.muvi-tv-bg {
  background: #171717;
}

.disable-btn {
  opacity: 50%;
}

/* Header */
.muvitv-header {
  padding: 16px 0;
  border-bottom: 1px solid;
  border-bottom-color: #262626;
  background: rgba(23, 23, 23, 0.6);
  position: sticky;
  top: 0;
  z-index: 3;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.muvitv-header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.muvitv-header .muvitv-logo {
  font-weight: 700;
  font-size: 20px;
}
.muvitv-header .muvitv-header-search {
  display: flex;
  align-items: center;
  background: #262626;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 8px 16px;
  border-radius: 8px;
  flex: 1;
  margin-right: 16px;
  height: 40px;
}
.muvitv-header .muvitv-header-search span {
  line-height: 100%;
  margin-right: 16px;
}
.muvitv-header .muvitv-header-search input {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  border: none;
  padding: 0 0;
  background: none;
  color: #fff;
}
.muvitv-header .muvitv-header-search input:focus {
  outline: none;
  box-shadow: none;
}
.muvitv-header .muvitv-header-search input::-moz-placeholder {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #7c7e7f;
}
.muvitv-header .muvitv-header-search input::placeholder {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #7c7e7f;
}
.muvitv-header .muvitv-header-actions {
  display: flex;
  gap: 10px;
}
.muvitv-header .muvitv-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
}
.muvitv-header .muvitv-header-menu .logged-btn {
  position: relative;
}
.muvitv-header .muvitv-header-menu .logged-btn a:hover {
  background: #403f3f;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item {
  display: flex;
  align-items: center;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp {
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  left: 16px;
  background: #403f3f;
  min-width: 236px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border: none;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.0392156863), 0px 2px 6px 0px rgba(0, 0, 0, 0.0392156863), 0px 16px 24px 0px rgba(0, 0, 0, 0.0588235294);
  display: none;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp li {
  padding: 0px 8px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  height: auto;
  border-radius: 6px;
  padding: 8px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp li a:hover {
  background: #303030;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp li a svg {
  margin-right: 16px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp .logout {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
  padding-bottom: 0;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .logged-drp .logout a {
  color: #eb5757;
  padding-top: 9px;
  padding-bottom: 9px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .mu-btn-logged {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  margin: 0 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  height: 40px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .mu-btn-logged .svg-arrow {
  margin-left: 8px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .mu-btn-logged .profile-avt {
  width: 24px;
  height: 24px;
  border: 1px solid #07a0ef;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item .mu-btn-logged .profile-avt img {
  width: 100%;
  height: 100%;
}
.muvitv-header .muvitv-header-menu .logged-btn.all-cnt ul {
  left: 0;
  min-width: 216px;
}
.muvitv-header .muvitv-header-menu .active-avt .mu-btn-logged {
  background: #403f3f;
  border: 1px solid #3a3a3a;
}
.muvitv-header .muvitv-header-menu .active-avt .logged-drp {
  display: block;
}
.muvitv-header .muvitv-header-menu .active-avt .dropdown-btn {
  background: #403f3f;
}
.muvitv-header .muvitv-header-menu a {
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.muvitv-header .muvitv-header-menu .mu-btn-primary {
  margin-left: 16px;
  margin-right: 16px;
  height: 40px;
}
.muvitv-header .muvitv-header-menu .mu-btn-secondry:hover {
  background: #006efa;
}
.muvitv-header .muvitv-header-menu .dropdown-btn {
  padding: 8px 16px;
  background: #262626;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  height: 40px;
}
.muvitv-header .muvitv-header-menu .dropdown-btn span.text {
  padding-left: 10px;
  padding-right: 10px;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item.has-dropdown {
  position: relative;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item.has-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #171717;
  border-radius: 8px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  display: block;
  border: 1px solid #3a3a3a;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item.has-dropdown .dropdown-menu li {
  list-style: none;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item.has-dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item.has-dropdown .dropdown-menu li a:hover {
  background: #262626;
}
.muvitv-header .muvitv-header-menu .muvitv-header-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Wrapper */
.muvitv-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #2b2b2b inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}

/* Card */
.muvitv-login-card {
  max-width: 480px;
  min-width: 480px;
  background: #1d1d1d;
  padding: 52px;
  text-align: center;
  border-radius: 20px;
}
.muvitv-login-card h1 {
  color: #eaeaea;
}
.muvitv-login-card p {
  font-size: 14px;
  color: #c1c1c1;
  margin-bottom: 32px;
  font-weight: 400;
}

/* Social buttons */
.muvitv-login-social {
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #c1c1c1;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 52px;
  cursor: pointer;
}
.muvitv-login-social span {
  margin-right: 10px;
}

/* Divider */
.muvitv-login-divider {
  position: relative;
  margin: 12px 0 32px;
}
.muvitv-login-divider span {
  font-size: 12px;
  color: #888888;
  background: #1e1e1e;
  padding: 0 16px;
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.muvitv-login-divider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #2a2d35;
  top: 50%;
  left: 0;
}

/* Inputs */
.muvitv-login-field {
  width: 100% !important;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2b2b2b;
  padding: 8px 16px;
  height: 52px;
  border-radius: 8px;
  /* flex-direction: column; */
}
.muvitv-login-field-warp{
  width: calc(50% - 10px);
}
.muvitv-login-field input {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 0 0;
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
.muvitv-login-field input:focus {
  outline: none;
  background: none;
  background-color: transparent !important;
  box-shadow: none;
  color: #fff;
}
.muvitv-login-field input::-moz-placeholder {
  color: #888888;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
.muvitv-login-field input::placeholder {
  color: #888888;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.muvitv-login-field.mb-12 {
  margin-bottom: 12px;
}

/* Forgot */
.muvitv-login-forgot {
  text-align: right;
  margin-bottom: 16px;
  line-height: 100%;
}
.muvitv-login-forgot a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #c1c1c1;
  text-decoration: none;
}

/* Submit */
.muvitv-login-submit {
  width: 100%;
  padding: 16px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 8px;
  background: #006efa;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  height: 52px;
}

/* Footer */
.muvitv-login-footer {
  margin-top: 24px;
  color: #808080;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.muvitv-login-footer a {
  font-weight: 500;
  color: #006efa;
  text-decoration: none;
}

.hamburger-menu {
  display: none;
}

.mobile-search {
  display: none;
}

@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu span {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background: #fff;
    display: block;
  }
  .hamburger-menu span:last-child {
    margin-bottom: 0;
  }
  .active-h-menu .hamburger-menu span {
    transition: 0.3s ease;
    position: relative;
  }
  .active-h-menu .hamburger-menu span:first-child {
    transform: rotate(40deg);
    top: 6px;
  }
  .active-h-menu .hamburger-menu span:nth-child(2) {
    opacity: 0;
  }
  .active-h-menu .hamburger-menu span:last-child {
    transform: rotate(-40deg);
    bottom: 8px;
  }
  .muvitv-header .muvitv-header-menu {
    flex-direction: column;
  }
  .muvitv-header .muvitv-header-actions {
    position: fixed;
    background: #171717;
    bottom: 0;
    top: 69px;
    /* left: 0; */
    right: -100%;
    width: 100%;
    justify-content: center;
    padding-top: 24px;
    transition: 0.3s ease;
  }
  .muvitv-header .muvitv-header-actions .muvitv-header-item {
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
  .muvitv-header .muvitv-header-actions .muvitv-header-item a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .active-h-menu .muvitv-header .muvitv-header-actions {
    right: 0;
    z-index: 1;
  }
  .header-menu {
    justify-content: end;
  }
  .muvitv-header {
    padding-left: 0;
    padding-right: 0;
  }
  .muvitv-header .muvitv-header-search {
    flex: unset;
  }
  .muvitv-header .muvitv-header-search input {
    display: none;
  }
  .muvitv-header .muvitv-header-search span {
    margin-right: 0;
  }
  .mobile-search {
    width: 100%;
    right: 0;
    position: absolute;
    bottom: -60px;
  }
  .mobile-search input {
    width: 100%;
    padding: 16px;
    background: #2b2b2b;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .active-search .mobile-search {
    display: block;
  }
  .muvitv-login-card {
    padding: 24px;
  }
}
.muvi-tv-signup .muvitv-login-wrapper {
  display: block;
  flex: 1;
  padding-top: 34px;
  padding-bottom: 34px;
}
.muvi-tv-signup .muvitv-login-wrapper .muvitv-login-card {
  max-width: 100%;
}

.field-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.field-group .muvitv-login-field {
  width: calc(50% - 10px);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .field-group {
    flex-direction: column;
  }
  .field-group .muvitv-login-field {
    width: 100%;
  }
  .field-group .muvitv-login-field:first-child {
    margin-bottom: 20px;
  }
}

.checkbox-field {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.checkbox-field input {
  margin-right: 8px;
}
.checkbox-field a {
  color: #006efa;
}
.checkbox-field input {
  display: none;
}
.checkbox-field .checkmark {
  width: 16px;
  height: 16px;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  margin-right: 8px;
}
.checkbox-field input:checked + .checkmark {
  background: #0163e1;
  border-color: #0163e1;
  background-image: url('data:image/svg+xml,<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.65181 6.2864L0.106363 3.5528C-0.0354544 3.4024 -0.0354544 3.1576 0.106363 3.0056L0.620543 2.4592C0.76236 2.3088 0.992905 2.3088 1.13472 2.4592L2.90926 4.3728L6.86488 0.1128C7.0067 -0.0376 7.23724 -0.0376 7.37906 0.1128L7.89324 0.66C8.03505 0.8104 8.03505 1.056 7.89324 1.2056L3.16599 6.2864C3.02417 6.4368 2.79362 6.4368 2.65181 6.2864Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 7px;
}
@media (max-width: 991.98px) {
  .checkbox-field {
    display: block;
  }
  .checkbox-field .checkmark {
    display: inline-block;
    vertical-align: middle;
  }
}

.eye {
  cursor: pointer;
  line-height: 100%;
}

.sign-card {
  padding: 48px 0 48px;
}

.sign-content .header-sign-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.sign-content .header-sign-content span {
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
  font-weight: 500;
}
.sign-content .header-sign-content span a {
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
  font-weight: 500;
}
.sign-content__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.sign-content__card {
  background: rgba(36, 36, 36, 0.9);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(53, 56, 67, 0.4);
  display: flex;
  flex-direction: column;
}
.sign-content__card .sign-content__thumb {
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
}
.sign-content__card .sign-content__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease;
}
.sign-content__card .sign-content__thumb .play-icon {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.5s ease;
}
.sign-content__card .sign-content__thumb .timeline {
  height: 4px;
  width: 100%;
  background: #404557;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.sign-content__card .sign-content__thumb .timeline span {
  background: #006efa;
  height: 100%;
  display: block;
}
.sign-content__card .mu-btn-primary {
  opacity: 0;
  transition: 0.5s ease;
}
.sign-content__card:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sign-content__card:hover .sign-content__thumb img {
  transform: scale(1.05);
  transition: 0.5s ease;
}
.sign-content__card:hover .sign-content__thumb::after {
  opacity: 1;
}
.sign-content__card:hover .play-icon {
  opacity: 1;
}
.sign-content__card:hover .mu-btn-primary {
  opacity: 1;
}
.sign-content__card .card-avatar {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.sign-content__card .card-avatar .avt-img {
  width: 24px;
  height: 24px;
  border-radius: 16777200px;
  overflow: hidden;
}
.sign-content__card .card-avatar .avt-img img {
  width: 100%;
  height: 100%;
}
.sign-content__card .card-avatar p {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #7b8794;
  font-weight: 500;
}
.sign-content__thumb {
  position: relative;
}
.sign-content__thumb img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1199.98px) {
  .sign-content__thumb img {
    height: 450px;
  }
}
@media (max-width: 768.48px) {
  .sign-content__thumb img {
    height: 101%;
  }
  .muvitv-login-field-warp {
    width: 100%;
  }
}
.sign-content__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #dc5b00;
  line-height: 0;
  padding: 4px 8px;
  border-radius: 16777200px;
  font-weight: 600;
  z-index: 1;
}
.sign-content__rating {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 16777200px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.sign-content__rating svg {
  margin-right: 4px;
}
.sign-content__body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sign-content__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
  color: #fff;
}
.sign-content__meta {
  font-size: 12px;
  color: #a0a3bd;
  margin-bottom: 6px;
}
.sign-content__price {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}
.sign-content .card-ftr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid rgba(219, 225, 234, 0.08);
  padding-top: 16px;
}
.sign-content .card-ftr .mu-btn-primary {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .sign-content__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .sign-content__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .sign-content__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.footer-area.revamp {
  padding: 0 0 0;
  background: rgba(21, 21, 21, 0.9);
  border-top: 1px solid rgba(219, 225, 234, 0.08);
}
.footer-area.revamp .main-ftr {
  padding: 32px 0;
}
.footer-area.revamp .logo-ftr {
  margin-bottom: 13px;
}
.footer-area.revamp p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #7b8794;
}
.footer-area.revamp h6 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #bebebe;
  margin-bottom: 13px;
}
.footer-area.revamp .ftr-list ul li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #8e8e8e;
}
@media (max-width: 991.98px) {
  .footer-area.revamp .ftr-list-wrapper {
    justify-content: flex-start !important;
    margin-top: 16px;
  }
  .footer-area.revamp .ftr-list-wrapper .ftr-list:first-child {
    margin-right: 24px;
  }
}

.end-ftr {
  padding: 32px 0;
  border-top: 1px solid rgba(219, 225, 234, 0.08);
}
.end-ftr p {
  font-size: 14px;
  line-height: 14px;
  color: #bebebe;
  font-weight: 400;
}

.after-sign-card {
  padding-top: 48px;
}

@media (max-width: 991.98px) {
  .mu-btn-logged {
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: space-between;
  }
  .mu-btn-logged ul {
    left: 0;
  }
  .logged-btn ul {
    left: 0 !important;
  }
}
.content-details {
  padding-top: 32px;
}
.content-details .header-c-player {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 16px;
}
.content-details .video-avt-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.content-details .video-avt-details .avt-wrapper {
  display: flex;
  align-items: center;
}
.content-details .video-avt-details .avt-wrapper .avt-img {
  width: 46px;
  height: 46px;
  border-radius: 16777200px;
  overflow: hidden;
  margin-right: 16px;
}
.content-details .video-avt-details .avt-wrapper .avt-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-details .video-avt-details .avt-wrapper .follower-details {
  display: flex;
  align-items: center;
}
.content-details .video-avt-details .avt-wrapper .follower-details .btn-follow {
  margin-right: 16px;
}
.content-details .video-avt-details .avt-wrapper .follower-details .btn-follow a {
  padding: 8px;
  background: #fff;
  color: #202223;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 28px;
}
.content-details .video-avt-details .avt-wrapper .follower-details .btn-follow a svg {
  margin-right: 4px;
}
.content-details .video-avt-details .avt-wrapper .follower-details .follower-count {
  display: flex;
  align-items: center;
}
.content-details .video-avt-details .avt-wrapper .follower-details .follower-count p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content-details .video-avt-details .avt-wrapper .follower-details .follower-count p span {
  line-height: 100%;
  margin-right: 8px;
}
.content-details .video-avt-details .avt-wrapper .follower-details .follower-count .flw-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #99a1af;
}
.content-details .video-avt-details .reactions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.content-details .video-avt-details .reactions p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #cad5e2;
}
.content-details .video-avt-details .reactions span {
  line-height: 100%;
  margin-right: 8px;
}
.content-details .video-avt-details .reactions .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #cad5e2;
  margin-left: 4px;
  margin-right: 0;
}
.content-details .video-avt-details .reactions .ratings {
  display: flex;
  align-items: center;
}
.content-details .video-avt-details .reactions .ratings span {
  margin-right: 4px;
  line-height: 100%;
}
.content-details .video-content-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.content-details .video-content-text p a {
  color: #006efa;
  text-decoration: underline;
}

.rating-related-wrapper {
  color: #fff;
  padding: 32px 0 80px;
}
.rating-related-wrapper .rating-related-form {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding-left: 32px;
}
.rating-related-wrapper .rating-related-empty {
  padding-right: 8px;
}
.rating-related-wrapper .rating-related-tabs {
  border-bottom: 1px solid rgba(255, 247, 247, 0.16);
}
.rating-related-wrapper .rating-related-tabs .nav-link {
  color: #7b8794;
  background: transparent;
  border: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.rating-related-wrapper .rating-related-tabs .nav-link:first-child {
  margin-right: 32px;
}
.rating-related-wrapper .rating-related-tabs .nav-link.active {
  color: #fff;
}
.rating-related-wrapper .rating-related-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0px -3px 0px 0px #006efa inset;
}
.rating-related-wrapper .rating-related-empty {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.rating-related-wrapper .rating-related-empty .rating-related-icon {
  margin-bottom: 24px;
}
.rating-related-wrapper .rating-related-empty h5 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
}
.rating-related-wrapper .rating-related-empty p {
  color: #7b8794;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.rating-related-wrapper .rating-inner p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.rating-related-wrapper .write-review p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.rating-related-wrapper .rating-related-form h6 {
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 32px;
}
.rating-related-wrapper .rating-related-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating-related-wrapper .rating-related-stars span {
  cursor: pointer;
}
.rating-related-wrapper .rating-related-stars span:hover {
  color: #ffc107;
}
.rating-related-wrapper .rating-related-stars .rating-value {
  margin-left: 10px;
  font-size: 14px;
  color: #aaa;
}
.rating-related-wrapper .rating-related-textarea {
  background: #2b2b2b;
  padding: 16px;
  color: #fff;
  height: 184px;
  resize: none;
  border: none;
  border-radius: 6px;
}
.rating-related-wrapper .rating-related-textarea::-moz-placeholder {
  color: #888888;
  font-size: 16px;
  line-height: 100%;
}
.rating-related-wrapper .rating-related-textarea::placeholder {
  color: #888888;
  font-size: 16px;
  line-height: 100%;
}
.rating-related-wrapper .rating-related-textarea:focus {
  box-shadow: none;
  border-color: none;
}
.rating-related-wrapper .rating-related-submit {
  background: #006efa;
  border: none;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  padding: 17.5px 0;
  border-radius: 8px;
}

.content-det-pricing {
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.1) 0%, rgba(30, 30, 30, 0.1) 100%);
  border: 1px solid rgba(53, 56, 67, 0.4);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 8px;
}
.content-det-pricing ul {
  list-style: none;
  margin-bottom: 32px;
}
.content-det-pricing ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.content-det-pricing ul li:last-child {
  margin-bottom: 0;
}
.content-det-pricing ul li span {
  line-height: 100%;
  margin-right: 12px;
}
.content-det-pricing h2 {
  text-align: center;
  margin-bottom: 32px;
}
.content-det-pricing .btn-primary-pricing {
  width: 100%;
  display: block;
  text-align: center;
  background: #006efa;
  padding: 9px 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 32px;
}
.content-det-pricing .secure-pay {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(219, 225, 234, 0.1);
  padding-top: 24px;
  justify-content: center;
}
.content-det-pricing .secure-pay p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.content-det-pricing .secure-pay p span {
  line-height: 100%;
  margin-right: 8px;
}
.content-det-pricing .secure-pay span {
  line-height: 100%;
}

.tab-sign-card {
  padding-top: 16px;
}
.tab-sign-card .sign-content .sign-content__row {
  grid-template-columns: repeat(3, 1fr);
}
.tab-sign-card .sign-content .sign-content__thumb img {
  height: 330px;
}
@media (max-width: 991.98px) {
  .tab-sign-card .sign-content .sign-content__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .tab-sign-card .sign-content .sign-content__row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768.48px) {
  .content-details .header-c-player {
    flex-direction: column;
    margin-top: 16px;
  }
  .content-details .header-c-player h5 {
    margin-bottom: 16px;
  }
  .content-details .video-avt-details {
    flex-direction: column;
  }
  .content-details .video-avt-details .reactions {
    margin-top: 16px;
    gap: 12px;
  }
  .content-details .video-avt-details .reactions span {
    margin-right: 4px;
  }
  .content-details .rating-related-form {
    padding-left: 0;
    border-left: 0;
    margin-top: 24px;
  }
  .content-details .content-det-pricing {
    padding: 16px;
    margin-bottom: 32px;
  }
  .content-details .rating-related-wrapper {
    padding: 32px 0 32px;
  }
}

.more-lib {
  padding: 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.1) 0%, rgba(30, 30, 30, 0.1) 100%);
  border: 1px solid rgba(53, 56, 67, 0.4);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.more-lib-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.more-lib-header h5 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
.more-lib-header a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #2b7fff;
  text-decoration: none;
}
.more-lib-header a:hover {
  text-decoration: underline;
}
.more-lib-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.more-lib-item {
  display: flex;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 8px;
}
.more-lib-thumb {
  width: 74px;
  height: 89px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.more-lib-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-lib-content h6 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px;
  font-weight: 600;
}
.more-lib-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.more-lib-author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-lib-author span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #7b8794;
}

.my-profile-welcome {
  padding-top: 40px;
  padding-bottom: 8px;
}
.my-profile-welcome .welcome-box {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(91.45deg, rgba(36, 36, 36, 0.1) 1.75%, rgba(0, 110, 250, 0.1) 60.04%, rgba(36, 36, 36, 0.1) 95.2%);
  border-radius: 8px;
}
.my-profile-welcome .welcome-box h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}
.my-profile-welcome .welcome-box h3 span {
  color: #006efa;
}
.my-profile-welcome .welcome-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #99a1af;
}

.search-area {
  background: #0f1115;
  color: #fff;
  min-height: 100vh;
  padding: 32px 0;
}
.search-area__header {
  margin-bottom: 20px;
}
.search-area__input {
  background: rgba(36, 36, 36, 0.9);
  border-radius: 8px;
  padding: 24px 24px;
  width: 100%;
  max-width: 100%;
  margin-right: 42px;
}
.search-area__input input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  margin-left: 10px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}
.search-area__input input::-moz-placeholder {
  color: #888;
}
.search-area__input input::placeholder {
  color: #888;
}
.search-area__input .search-icon {
  font-size: 16px;
  color: #aaa;
}
.search-area__close {
  background: transparent;
  border: none;
  color: #aaa;
  font-size: 20px;
  cursor: pointer;
}
.search-area__close:hover {
  color: #fff;
}
.search-area__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.search-area__tags span {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #aaaaaa;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.search-area__title {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.search-area__title strong {
  color: #fff;
  font-weight: 700;
}
.search-area__creators {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.search-area__creator-card {
  background: rgba(36, 36, 36, 0.9);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  transition: 0.3s;
}
.search-area__creator-card .creator-img img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(23, 23, 23, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
.search-area__creator-card .creator-info h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.search-area__creator-card .creator-info p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}
.search-area__creator-card .creator-info .meta p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #7b8794;
  display: flex;
  align-items: center;
}
.search-area__creator-card .creator-info .meta p span {
  font-weight: 600;
  line-height: 20px;
  margin-right: 8px;
}
.search-area__creator-card .creator-info .meta p svg {
  margin-right: 8px;
  line-height: 100%;
}
.search-area__creator-card .creator-info .meta {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1366px) and (min-width: 1280px) {
  .search-area .search-area__creator-card .creator-info .meta p {
    font-size: 11px;
  }
}
@media (max-width: 1280px) {
  .search-area__creators {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  .search-area__creators .meta {
    flex-direction: column;
  }
  .search-area__creators .creator-info p {
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  .search-area__creators {
    grid-template-columns: 1fr;
  }
  .search-area__creators .meta {
    flex-direction: column;
  }
  .search-area__creators .creator-info p {
    margin-bottom: 4px;
  }
}

.creator-profile {
  background: #0f0f0f;
  color: #fff;
  font-family: Arial, sans-serif;
}
.creator-profile__banner {
  height: 244px;
  overflow: hidden;
  position: relative;
}
.creator-profile__banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(9, 9, 9, 0) 50%);
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.creator-profile__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creator-profile__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.creator-profile__left {
  margin-top: -80px;
  z-index: 1;
}
.creator-profile__avatar {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #171717;
}
.creator-profile__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creator-profile__info {
  max-width: 500px;
}
.creator-profile__name {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 36px;
  margin-top: 24px;
  letter-spacing: 0.4px;
}
.creator-profile__bio {
  font-size: 16px;
  line-height: 24px;
  color: #99a1af;
  margin-bottom: 16px;
}
.creator-profile__stats {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.creator-profile__stats p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.creator-profile__stats p svg {
  margin-right: 8px;
}
.creator-profile__stats p span {
  color: #99a1af;
  font-weight: 500;
  margin-left: 8px;
}
.creator-profile__actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.creator-profile__btn {
  padding: 9px 16px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 40px;
}
.creator-profile__btn svg {
  margin-right: 8px;
}
.creator-profile__btn--follow {
  background: #fff;
  color: #202223;
  border: 1px solid #3a3a3a;
}
.creator-profile__btn--share {
  background: #006efa;
  color: #fff;
  border: 1px solid #3a3a3a;
}
.creator-profile__tabs {
  padding: 10px 0 0;
}
.creator-profile__tabs ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 247, 247, 0.16);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.0588235294) inset;
}
.creator-profile__tabs ul li {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  position: relative;
}
.creator-profile__tabs ul li.active {
  color: #fff;
}
.creator-profile__tabs ul li.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.creator-profile {
  background: #0f0f0f;
  color: #fff;
}
.creator-profile__tabs .nav-tabs {
  gap: 32px;
}
.creator-profile__tabs .nav-tabs .nav-link {
  background: transparent;
  border: none;
  color: #7b8794;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 16px 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.creator-profile__tabs .nav-tabs .nav-link svg {
  margin-right: 8px;
}
.creator-profile__tabs .nav-tabs .nav-link svg path {
  stroke: #7b8794;
}
.creator-profile__tabs .nav-tabs .nav-link.active {
  color: #fff;
}
.creator-profile__tabs .nav-tabs .nav-link.active svg path {
  stroke: #fff;
}
.creator-profile__tabs .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #006efa;
}
.creator-profile__tab-content {
  padding: 34px 0px 0;
}

.badge-audio-blue {
  background: #9926f5;
}

.badge-doc-blue {
  background: #156cf0;
}

.badge-live-red {
  background: #fc4469;
}

.creator-about {
  background: none;
  color: #fff;
}
.creator-about__top {
  margin-bottom: 32px;
}
.creator-about__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.creator-about__desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 26px;
}
.creator-about__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.creator-about__card {
  flex: 1;
  min-width: 300px;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.4) 0%, rgba(30, 30, 30, 0.4) 100%);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid rgba(53, 56, 67, 0.4);
}
.creator-about__card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.creator-about__card-title svg {
  margin-right: 8px;
}
.creator-about__row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.creator-about__row span:first-child {
  color: #7b8794;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.creator-about__row span:last-child {
  font-size: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.creator-about__row:last-child {
  border-bottom: none;
}
.creator-about__categories {
  flex-direction: column;
  gap: 12px;
}
.creator-about__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.creator-about__tags span {
  background: rgba(22, 36, 86, 0.3);
  display: block;
  height: 34px;
  padding: 8px 16px;
  border: 1px solid #155dfc;
  border-radius: 20px;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #155dfc !important;
}
.creator-about__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.creator-about__social-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  padding: 16px 16px;
  border-radius: 10px;
  cursor: pointer;
}
.creator-about__social-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.creator-about__social-left p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.creator-about__social-left span {
  font-size: 14px;
  line-height: 20px;
  color: #7b8794;
  font-weight: 400;
}
.creator-about {
  /* Icons */
}
.creator-about .icon {
  width: 40px;
  height: 40px;
}
.creator-about .icon img {
  width: 100%;
  height: 100%;
}

.creator-profile__banner.new-profile {
  background: url("../images/profile-bg.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.creator-profile__banner.new-profile .createor-profile-new {
  height: 100%;
  display: flex;
  align-items: center;
}
.creator-profile__banner.new-profile .creator-profile__content {
  position: relative;
  z-index: 2;
  align-items: center;
}
.creator-profile__banner.new-profile .creator-profile__actions {
  margin-top: 0;
}
.creator-profile__banner.new-profile .creator-profile__avatar {
  margin-right: 24px;
}
.creator-profile__banner.new-profile .creator-profile__left {
  display: flex;
  margin-top: 0;
  align-items: center;
}
.creator-profile__banner.new-profile .creator-profile__info {
  max-width: 100%;
}
.creator-profile__banner.new-profile .creator-profile__stats {
  margin-bottom: 0;
}
.creator-profile__banner.new-profile .creator-profile__bio {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.creator-profile__banner.new-profile .creator-profile__stats p span {
  color: #fff;
}
.creator-profile__banner.new-profile .creator-profile__name {
  margin-top: 0;
}
.creator-profile__banner.new-profile::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(9, 9, 9, 0) 100%);
}
.creator-profile__banner.new-profile .creator-profile__avatar {
  border: 4px solid rgba(23, 23, 23, 0.2);
}
.creator-profile__banner.new-profile .creator-profile__avatar img {
  border: 4px solid rgba(23, 23, 23, 0.2);
  border-radius: 100%;
}

.creator-profile-new .creator-profile__tabs {
  padding-top: 24px;
}

.rating-related-wrapper.nested {
  padding-top: 10px;
  padding-bottom: 64px;
}
.rating-related-wrapper.nested .rating-related-tabs .nav-link {
  padding-top: 16px;
}

.episode-tab-c {
  padding-top: 34px;
}
.episode-tab-c__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.episode-tab-c__season-btn {
  background: #2a2a2a;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  padding-right: 48px;
  line-height: 22px;
}
.episode-tab-c__season-btn:focus {
  box-shadow: none;
}
.episode-tab-c__season-btn::after {
  display: none;
}
.episode-tab-c__season-btn::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6663 6L7.99967 10.6667L3.33301 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.episode-tab-c__dropdown-menu {
  background: #1f1f1f;
  border: none;
  border-radius: 8px;
  padding: 6px;
}
.episode-tab-c__dropdown-menu .dropdown-item {
  color: #ccc;
  font-size: 14px;
  border-radius: 6px;
}
.episode-tab-c__dropdown-menu .dropdown-item:hover {
  background: #2a2a2a;
  color: #fff;
}
.episode-tab-c__dropdown-menu .dropdown-item.active {
  background: #333;
  color: #fff;
}
.episode-tab-c__count {
  font-size: 14px;
  color: #aaa;
}

.episode-tab-c {
  color: #fff;
}
.episode-tab-c__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.episode-tab-c__season {
  background: #2b2b2b;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.episode-tab-c__season .episode-tab-c__arrow {
  margin-left: 6px;
  font-size: 12px;
}
.episode-tab-c .btn-check:checked + .btn,
.episode-tab-c .btn.active,
.episode-tab-c .btn.show,
.episode-tab-c .btn:first-child:active,
.episode-tab-c :not(.btn-check) + .btn:active {
  background-color: #403f3f;
}
.episode-tab-c .btn:hover {
  background-color: #403f3f;
}
.episode-tab-c__count {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #f9f9f9;
}
.episode-tab-c__item {
  display: flex;
  gap: 32px;
  padding: 16px;
  border-radius: 14px;
  margin-bottom: 16px;
  transition: 0.3s;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.episode-tab-c__item.active {
  background: rgba(255, 255, 255, 0.06);
}
.episode-tab-c__item.active .episode-tab-c__thumb::after {
  opacity: 1;
}
.episode-tab-c__item.active .episode-tab-c__thumb .play-btn {
  display: block;
}
.episode-tab-c__item:hover {
  background: rgba(255, 255, 255, 0.06);
}
.episode-tab-c__item:hover .episode-tab-c__thumb::after {
  opacity: 1;
}
.episode-tab-c__item:hover .episode-tab-c__thumb .play-btn {
  display: block;
}
.episode-tab-c__thumb {
  position: relative;
  width: 120px;
  height: 144px;
  flex-shrink: 0;
}
.episode-tab-c__thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.episode-tab-c__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.episode-tab-c__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}
.episode-tab-c__content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 28px;
}
.episode-tab-c__content p {
  font-size: 14px;
  color: #d1d5dc;
  margin-bottom: 16px;
  line-height: 24px;
}
.episode-tab-c__meta {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #99a1af;
}

.review-tab-p {
  padding-top: 34px;
}

.video-tab-p {
  padding-top: 24px;
}

.reset-passowrd-success {
  padding: 39.5px 39.5px;
  background: #1d1d1d;
  border-radius: 20px;
}
.reset-passowrd-success .check-mark-reset {
  text-align: center;
}
.reset-passowrd-success .check-mark-reset h6 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #eaeaea;
}
.reset-passowrd-success .check-mark-reset p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #c1c1c1;
}
.reset-passowrd-success .check-mark-reset a {
  display: flex;
  align-items: center;
  color: #006efa;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin-top: 32px;
  justify-content: center;
}
.reset-passowrd-success .check-mark-reset a svg {
  margin-right: 8px;
}

.muvitv-login-card.recover-pass {
  height: 642px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

@media (max-width: 1280px) and (min-width: 991px) {
  .creator-profile__banner.new-profile {
    height: 100%;
  }
  .creator-profile__banner.new-profile .creator-profile__avatar {
    width: 120px;
    height: 120px;
  }
  .creator-profile__banner.new-profile .creator-profile__content {
    align-items: flex-start;
    flex-direction: column;
  }
  .creator-profile__banner.new-profile .creator-profile__actions {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .creator-profile__banner.new-profile .creator-profile__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .creator-profile__content {
    flex-direction: column;
  }
  .creator-profile__actions {
    margin-top: 0;
  }
  .creator-profile__tabs ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .creator-profile__banner.new-profile .creator-profile__left {
    flex-direction: column;
    align-items: flex-start;
  }
  .creator-profile__banner.new-profile {
    height: 100%;
  }
  .creator-profile__banner.new-profile .creator-profile__avatar {
    width: 120px;
    height: 120px;
  }
  .creator-profile__banner.new-profile .creator-profile__content {
    align-items: flex-start;
  }
  .creator-profile__banner.new-profile .creator-profile__actions {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768.48px) {
  .rating-related-wrapper.nested ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .episode-tab-c__item {
    flex-direction: column;
  }
}
.muvitv-login-wrapper.reset-pass .subheading {
  font-size: 16px;
  line-height: 22px;
}

.footer-area.revamp .end-ftr p {
  line-height: 14px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.muvi-tv-signup {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: auto;
    box-shadow: none;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-toggler span:nth-child(1) {
    top: 16px;
  }
  .navbar-toggler span:nth-child(2) {
    top: 20px;
  }
  .navbar-toggler span:nth-child(3) {
    top: 24px;
  }
  .navbar-toggler span {
    width: 20px;
    background-color: #fff;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 84px;
    z-index: 9999;
    transition: 0.25s ease-in-out;
    background: #000;
    display: block !important;
    right: -100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) and (min-width: 768.5px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse li {
    justify-content: center;
    display: flex;
  }
  .navbar-collapse li a {
    width: -moz-max-content;
    width: max-content;
  }
  .menu-active {
    overflow: hidden;
  }
  .menu-active .mu-elearning .navbar-toggler {
    background: #F6F7FA;
  }
  .menu-active .mu-elearning .navbar-toggler span {
    background-color: #fff;
  }
  .menu-active .navbar-collapse {
    right: 0;
    overflow: auto;
  }
  .menu-active .navbar-toggler span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
  }
  .menu-active .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }
  .menu-active .navbar-toggler span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    top: 137px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse {
    top: 92px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse {
    top: 72px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.menusticky {
    top: 100px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse.menusticky {
    top: 80px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse.menusticky {
    top: 85px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse.menusticky {
    top: 75px;
  }
}

.tv-header {
  position: sticky;
  top: 0;
  z-index: 99;
}
.tv-header .signup {
  color: #B1B6BC;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 768.48px) {
  .tv-header .signup {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .tv-header .signup {
    font-size: 8px;
  }
}
.tv-header .signup a {
  color: #5FA9BA;
}
.tv-header .signup a:hover {
  color: #118BA6;
}
.tv-header .navbar {
  background: #000;
  padding: 20px 80px;
}
@media (max-width: 991.98px) {
  .tv-header .navbar {
    padding-left: 36px;
    padding-right: 36px;
  }
  .tv-header .navbar .navbar-brand svg {
    max-width: 120px;
  }
  .tv-header .navbar .navbar-brand img {
    max-width: 120px;
  }
}
@media (max-width: 768.48px) {
  .tv-header .navbar {
    padding: 12px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tv-header .navbar .navbar-brand svg {
    max-width: 120px;
  }
  .tv-header .navbar .navbar-brand img {
    max-width: 120px;
  }
}
.tv-header .navbar .navbar-nav {
  gap: 8px;
}
.tv-header .navbar .theme-btn {
  padding: 6px 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background: #118BA6;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.tv-header .navbar .theme-btn:hover {
  background: #045365;
}
.tv-header .navbar .light-btn {
  padding: 6px 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.tv-header .navbar .light-btn:hover {
  background: #045365;
}

.content-wrap .left-content .no-content {
  padding: 65px 0;
}
.content-wrap .left-content .no-content p {
  color: var(--Alpha-White, rgba(255, 255, 255, 0.6));
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.btn-active {
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  font-size: 18px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 133.333%;
  height: 48px;
  background: #118ba6;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.btn-active:hover {
  background: #045365;
  color: #fff;
}

.mu-btn-primary {
  padding: 9px 24px;
  background: #006efa;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

.mu-btn-secondry {
  padding: 9px 24px;
  background: none;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #fff;
  background: #171717;
  word-break: break-word;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.17;
  font-family: "Poppins", sans-serif;
}

.heading-xxl {
  font-size: 56px;
  line-height: 64px;
}

.heading-xl {
  font-size: 48px;
  line-height: 56px;
}

.heading-l {
  font-size: 40px;
  line-height: 48px;
}

.heading-m {
  font-size: 32px;
  line-height: 40px;
}

.heading-s {
  font-size: 24px;
  line-height: 32px;
}

.heading-xs {
  font-size: 20px;
  line-height: 24px;
}

.l-20 {
  line-height: 20px;
}/*# sourceMappingURL=main-style.css.map */