@import url('font.css');
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  /* background: #252525; */
  background: #111;
  overflow-x: hidden !important;
  color: #fff;
  user-select: none !important;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

#sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000 !important;
  background-color: #000;
  height: 75px;
}

.navbar-toggler i {
  color: #ffffff;
  font-size: 25px;
}

.content {
  flex-grow: 1;
}


.header-logo:hover .rounded-circle {
  background-color: #007bff !important;
}

.megamenu {
  position: static !important;
}

.megamenu .dropdown-menu {
  background: none !important;
  border: none !important;
  width: 100% !important;
}


.text-uppercase {
  letter-spacing: 0.08em !important;
}


.bg-megamenu-dropdown {
  background: #121314 !important;
}


.gradient-bg {
  background: #cd2f37;
}

.gradient-bg-1 {
  background: #00050d !important;
}

.gradient-bg-light {
  background: #f9f7f7 !important;
}


@media (max-width: 991.98px) {
  #navbarContent {
    position: absolute;
    width: 100vw !important;
    left: -7px !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 1rem;
    z-index: 999;
    top: 73px;
  }

  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
  }

  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: 90vh;
    overflow-y: auto;
  }

  .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
  }
}



.error-page {
  text-align: center;
  padding: 50px;
}

.error-page h1 {
  font-size: 100px;
  font-weight: bold;
  color: #cd2f37;
}

.error-page h2 {
  font-size: 40px;
  color: #555;
}

.error-page p {
  font-size: 20px;
  color: #777;
}

.btn-home {
  font-size: 16px;
  color: white;
  background-color: #28a745;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.btn-home:hover {
  background-color: #218838;
}

.profile-drop-menu-options {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #000000;
  transform: translateY(15px);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
}

.profile-drop-menu-options .dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

.profile-drop-menu-options .dropdown-item:focus,
.profile-drop-menu-options .dropdown-item:active {
  background-color: #007bff !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}


footer {
  background-color: #00050d;
  color: #f1f1f1;
}

.footer-logo:hover .rounded-circle {
  background-color: #007bff !important;
}

footer h5,
footer h6 {
  color: #ffffff;
}

footer a {
  color: #cfcfcf;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-social a {
  color: #f1f1f1;
  background-color: #2c2c3c;
  font-size: 16px;
}

.footer-social a:hover {
  background-color: #4b4b5c;
  color: #ffffff;
}

footer ul li {
  margin-bottom: 8px;
}

.footer-bottom {
  background-color: #00050d;
  color: #aaa;
}

.steps-img-wrapper {
  overflow: hidden;
  border-radius: 10px !important;
}

.changing-border {
  border: var(--thumbnail-border-color, #0d6efd) 3px solid;
}

.steps-home-img-section {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.steps-img-section {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  height: 185px;
  object-fit: cover;
}


.steps-img-effect {
  transition: .5s;
}

.steps-img-effect:hover {
  transform: scale(1.1);
}

.active-steps-img-section {
  border: green 2px solid;
  border-radius: 15px !important;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.subs-icon {
  color: #f30808;
}


#subscribe-form .form-control:focus {
  background: #111;
  outline: none;
}

#subscribe-form input {
  background: #111;
  outline: #0d6efd;
  border-radius: 25px;
}
.subs-input{
  position: relative;
  padding-right:50px;
}
.subs-btn {
  border-radius: 20px;
  position: absolute;
  right:7px;
  top:4px;
  color:#fff;
  font-size: 20px;
}
.subs-btn:hover{
  color:#ffffffb9
}
.subs-btn:focus{
  box-shadow: none !important;
}

.fake-placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 70px);
  pointer-events: none;
  color: #e4dede;
  font-size: 0.95rem;
}

.fake-placeholder span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-text 10s linear infinite;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

input:focus+.fake-placeholder,
input:not(:placeholder-shown)+.fake-placeholder {
  display: none;
}


.login-container {
  display: flex;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.login-container .social-links a {
  background: #fff;
  color: #111 !important;
  border: #fff 2px solid;
  border-radius: 50%;
}

.login-container .social-links a i {
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
}


.login-container .social-links a:hover {
  color: #cd2f37 !important;
}

.login-left {
  background: #cd2f37;
  color: #fff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0.5;
}

.login-left i {
  font-size: 100px;
  margin-bottom: 20px;
}

.login-left p {
  margin-top: 10px;
}

.login-right {
  background: #fff;
  padding: 40px 30px;
  flex: 1;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.btn-login {
  width: 50%;
  border-radius: 30px;
  background: #dc3545;
  color: white;
  font-weight: bold;
}

.forgot {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #0b5ed7;
  text-decoration: none;
}

.forgot-password-btn {
  width: 50%;
  border-radius: 30px;
  background: #dc3545;
  color: white;
  font-weight: bold;
}

.country-code-section {
  border-radius: 30px;
  height: 50px !important;
  line-height: 45px !important;
}

#loginModal,
#registerModal,
#forgotPasswordModal {
  z-index: 1055;
}

.site-theme-black {
  background: #111;
}

.user-select-cursor {
  user-select: none !important;
}

@media (max-width: 576px) {
  .modal-dialog {
    margin: 1rem;
    max-width: 100%;
  }

  .login-container {
    flex-direction: column !important;
    padding: 1rem;
  }

  .login-left,
  .login-right {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
  }

  .login-left {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .login-right {
    padding-top: 0;
  }

  .login-right h4 {
    padding-top: 20px;
  }

  .modal-content {
    border-radius: 10px;
  }

  .form-group {
    position: relative;
    margin-bottom: 1rem;
  }

  .form-control {
    padding-left: 2.5rem;
  }

  .btn-login {
    width: 100%;
    margin-top: 1rem;
  }

  .forgot {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}


/* FORGOT PASSWORD MODAL RESPONSIVE FIXES */
@media (max-width: 576px) {
  .forgot-password-btn {
    width: 100%;
    padding: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 30px;
  }

  .forgot-password-modal-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 1rem 1rem;
  }

  .forgot-password-modal-footer p {
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
  }

  .forgot-password-modal-footer span.loginBtn {
    font-weight: 600;
  }

  .login-left {
    margin-bottom: 15px;
  }
}

.join-prime-btn {
  border-radius: 7px;
  border: 1px solid #000;
  background-color: #144aea;
  outline: none;
  color: #ffffff !important;
  font-weight: 500;
  width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.site-home-btn {
  border-radius: 7px;
  border: 1px solid #000;
  background-color: #ffffff;
  outline: none;
  color: #000 !important;
  font-weight: 500;
}

.site-home-btn:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff !important;
}



.site-cancel-btn {
  border-radius: 7px;
  border: 1px solid transparent;
  outline: none;
  background-color: #ffca2c;
  outline: none;
  color: #111;
}

.site-cancel-btn:hover {
  background-color: #f3b805;
  color: #111;
}


.logout-btn {
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #f30808;
  outline: none;
  color: #fff;
  font-weight: 500;
}

.logout-btn:hover {
  background-color: #e50712;
  color: #ffffff !important;
}

.site-unsubscribe-btn {
  border-radius: 7px;
  border: 1px solid transparent;
  outline: none;
  background-color: #f30808;
  outline: none;
  color: #fff;
}

.site-unsubscribe-btn:hover {
  background-color: #d30909;
  color: #fff;
}

.site-stratover-btn {
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #144aea;
  outline: none;
  color: #fff;
  font-weight: 500;
}

.site-stratover-btn:hover {
  border: 1px solid #144aea;
  background-color: #0808ff;
  color: #ffffff !important;
}

.site-continue-btn {
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #f7e705;
  outline: none;
  color: #111;
  font-weight: 500;
}

.site-continue-btn:hover {
  border: 1px solid #e2d409;
  background-color: #e2d409;
  color: #111 !important;
}

.site-btn-nav-tabs {
  border-radius: 25px;
  border: none !important;
  background-color: #144aea;
  outline: none;
  color: #fff;
}

.site-btn-nav-tabs:hover {
  border-radius: 25px;
  background-color: #042eab;
  border: none;
  color: #fff;
}

#thumbnailPreview {
  display: none;
}

#bannerPreview {
  display: none;
}

.form-control {
  height: 50px;
  line-height: 45px;
  border-radius: 5px;
}

.input-group {
  position: relative;
}



.admin-profile-menu .profile-drop-menu-options {
  display: none;
  position: absolute;
  top: 100%;
  left: -75px;
  background-color: #000000;
  transform: translateY(15px);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
}

.admin-profile-menu .profile-drop-menu-options .dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

.admin-profile-menu .profile-drop-menu-options .dropdown-item:focus,
.admin-profile-menu .profile-drop-menu-options .dropdown-item:active {
  background-color: #007bff !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}

.form-check-input {
  position: relative;
  cursor: pointer;
  background-color: #28a745;
  border: none;
  outline: none;
}

.form-check-input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}

.form-check-input:checked {
  position: relative;
  cursor: pointer;
  background-color: #dc3545;
  border: none;
  outline: none;
}

.form-check-input:checked::before {
  transform: translateX(15px);
}

/* verify user btn */
input.form-check-input.verify {
  background-color: #dc3545 !important;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.form-check-input.verify::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

input.form-check-input.verify:checked {
  background-color: #0d6efd !important;
}

input.form-check-input.verify:checked::before {
  transform: translateX(15px);
}

/* plan status btn */
input.form-check-input.plan-status {
  background-color: #f30808;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

input.form-check-input.plan-status::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}

input.form-check-input.plan-status:checked {
  background-color: #05884b;
}

input.form-check-input.plan-status:checked::before {
  transform: translateX(15px);
}

/* content transcode status btn */
input.form-check-input.content-transcode-status {
  background-color: #f30808;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

input.form-check-input.content-transcode-status::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}

input.form-check-input.content-transcode-status:checked {
  background-color: #05884b;
}

input.form-check-input.content-transcode-status:checked::before {
  transform: translateX(15px);
}

/* rental content availability status btn */
input.form-check-input.rental-content-available-status {
  background-color: #f30808;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

input.form-check-input.rental-content-available-status::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}

input.form-check-input.rental-content-available-status:checked {
  background-color: #007bff;
}

input.form-check-input.rental-content-available-status:checked::before {
  transform: translateX(15px);
}

.session-details-section {
  background: linear-gradient(90deg, hsla(0, 0%, 89%, 1) 0%, rgb(183, 187, 226) 100%);
  border-radius: 20px;
}

.admin-login-details-section {
  padding:.5rem 1rem;
  border: 1px solid #111;
  border-radius: 5px;
}

.snapshot-container-border {
  border-radius: 20px;
  border: 2px solid #ff4d00;
  box-shadow: none !important;
}

.snapshot-card-container {
  background: linear-gradient(90deg, hsla(0, 0%, 89%, 1) 0%, rgb(183, 187, 226) 100%);
  backdrop-filter: blur(12px);
  padding: 25px;
  text-align: center;
  color: #111;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  min-height: 160px;
  border-radius: 20px;
}

.snapshot-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  background: linear-gradient(90deg, hsla(0, 0%, 89%, 1) 0%, hsla(233, 100%, 90%, 1) 100%);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  color: #111;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 160px;
}

.snapshot-title {
  font-size: 1.4rem !important;
  font-weight: 500;
  color: #111;
  margin-top: 0.5rem;
  margin-left: 1rem;
  transition: font-size 0.3s ease, margin-top 0.3s ease;
}

.snapshot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.icon-bg {
  font-size: 2.8rem;
  display: inline-block;
  transition: font-size 0.3s ease;
}

@media (max-width: 576px) {

  .snapshot-card {
    flex-direction: column;
    align-items: center;
  }

  .icon-bg {
    font-size: 2rem;
  }

  .snapshot-title {
    font-size: 0.5rem;
    margin-top: 0.5rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .snapshot-card {
    flex-direction: column;
  }

  .icon-bg {
    font-size: 2.4rem;
  }

  .snapshot-title {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .icon-bg {
    font-size: 2.8rem;
  }

  .snapshot-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .snapshot-card {
    flex-direction: row;
  }

  .icon-bg {
    font-size: 3rem;
  }

  .snapshot-title {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .snapshot-card {
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }

  .snapshot-title {
    margin-top: 1rem;
    text-align: center;
  }

  .icon-flip {
    justify-content: center;
  }

  .icon-bg {
    font-size: 2.5rem;
  }

  .snapshot-card .icon-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

@media (min-width: 1025px) {
  .snapshot-card {
    flex-direction: row;
  }

  .snapshot-title {
    margin-top: 0;
    margin-left: 1rem;
  }

  .icon-bg {
    font-size: 2.8rem;
  }
}

.icon-flip {
  perspective: 1000px;
  width: 50px;
  height: 50px;
}

.icon-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.snapshot-card:hover .icon-inner {
  transform: rotateY(180deg);
}

.icon-front,
.icon-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.icon-back {
  transform: rotateY(180deg);
}

.fg i {
  position: absolute;
  top: 25px !important;
  left: 15px;
  transform: translateY(-50%);
  color: #999;
}

/* forgotpassword new css */

.step-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  flex: 1;
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  font-weight: bold;
}

.step-label {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
}

.step-item.active .step-circle {
  background-color: #288cf8;
  color: #fff;
}

.step-item.done .step-circle {
  background-color: #05884b;
  color: #fff;
}

.step-bar {
  position: absolute;
  top: 15px;
  left: 0;
  height: 3px;
  background-color: #144aea;
  transition: width 0.3s ease;
  z-index: 0;
  width: 0;
}

.forgot-password-btn {
  background: #144aea;
  color: #fff;
  border: none;
}

.forgot-password-btn:hover {
  background: #0432bc;
  color: #fff;
}

.btn-previous {
  background-color: #282828e1;
  color: #fff;
}

.btn-previous:hover {
  background-color: #000000e1;
  color: #fff;
}

@media (max-width: 576px) {
  .modal-dialog {
    margin: 0.5rem;
  }

  .step-label {
    font-size: 0.75rem;
  }

  .step-circle {
    width: 26px;
    height: 26px;
    font-size: 0.8rem;
  }

  .modal-content {
    font-size: 0.9rem;
  }

  .forgot-password-btn,
  .btn-previous {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }

  .btn-previous {
    margin-right: 20px;
  }
}

.input-group-text {
  border-radius: 5px;
  height: 50px !important;
  line-height: 45px !important;
  display: flex;
  align-items: center;
  width:50px;
}

/* Custom styling for the Ads Included toggle switch */
input.form-check-input[type="checkbox"].plan-adsIncluded-toggle {
  width: 50px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f30808;
  border-radius: 34px;
  position: relative;
  transition: background-color 0.3s ease;
}

input.form-check-input[type="checkbox"].plan-adsIncluded-toggle:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

input.form-check-input[type="checkbox"].plan-adsIncluded-toggle:checked {
  background-color: #0d6efd;
}

input.form-check-input[type="checkbox"].plan-adsIncluded-toggle:checked:before {
  transform: translateX(26px);
}

/* Custom styling for the PPV toggle switch */
input.form-check-input[type="checkbox"].pay-per-plan-toggle {
  width: 50px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f30808;
  border-radius: 34px;
  position: relative;
  transition: background-color 0.3s ease;
}

input.form-check-input[type="checkbox"].pay-per-plan-toggle:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

input.form-check-input[type="checkbox"].pay-per-plan-toggle:checked {
  background-color: #0d6efd;
}

input.form-check-input[type="checkbox"].pay-per-plan-toggle:checked:before {
  transform: translateX(26px);
}

.form-check.form-switch {
  display: flex;
  align-items: center;
}

.plan-box {
  background-color: #00050d;
  background: #00050d;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 5px;
  text-align: center;
  border: rgb(236, 232, 232) 2px solid;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

.plan-header {
  padding: 30px;
  border-radius: 15px 15px 0 0;
  color: white;
  flex-shrink: 0;
}

.plan-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-plan-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}



.plan-duration {
  color: #fff;
}

.plan-wrapper{
  margin-top:1rem;
  height:100%;
}
.plan-wrapper .card{
  border-radius: 15px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
  border:2px solid #efefef;
  border-left:none;
  border-top:none;
}
.plan-wrapper .card .card-body{
  padding:40px 20px;
}
@media (min-width:991px){
  .plan-wrapper:nth-child(1), .plan-wrapper:nth-child(2), .plan-wrapper:nth-child(3){
    margin-top:0rem !important;
  }
}
.plan-price {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  margin-top:35px;
}
.big-price{
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}
.big-price-slash{
  font-size: 34px;
}
.plan-details {
  margin-bottom: 20px;
}
.plan-features .single-feature-wrapper{
  text-align: center;
  margin-bottom:.3rem;
}
.plan-features .single-feature-wrapper i{
  color:#ffffffd4;
}
.plan-features .single-feature-wrapper .feature-text{
  color:#ffffffd4 !important;
  font-size: 18px;
}
.device-wrapper{
  border:2px solid #efefef;
  padding:5px 3px;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  border:2px solid #efefef;
  border-left:none;
  border-right:none;
  box-shadow: 11px 12px 2px 0px #ffffff5c;
}
.device-wrapper .single-device{
  text-align: center;
}
.device-wrapper .single-device i{
  color:#ffffffd4;
  font-size: 22px;
}
.device-wrapper .single-device .single-divice-text{
  color:#ffffffd4 !important;
  font-size: 18px;
}
.detail-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  color: #fff;
}

.detail-item i {
  background: linear-gradient(250deg, #e0f7fa, #b3e5fc, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 10px;
  font-size: 1.5rem;
}

.detail-text {
  font-size: 1.2rem;

}

.divice-text {
  font-size: 1rem !important;
  margin-right: 5px !important;
}


.detail-info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .5rem;
  color: #fff;
}

.detail-info-item i {
  background-clip: text;
  -webkit-background-clip: text;
  color: #fff;
  margin-right: 10px;
  font-size: 1.5rem;
}

.detail-info-text {
  font-size: 1.2rem;

}

.plan-description {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
}

.plan-btn {
  color: #fff;
  padding: 12px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
  display: inline-block;
  text-decoration: none;
  margin-top: auto;
  width: 100%;
  align-self: stretch;
  background-color: transparent;
  border:2px solid #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.plan-btn:hover {
  color: #000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.nav-pills .nav-link {
  border-radius: 30px;
  background-color: #222;
  color: #fff;
  margin: 0 10px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: #144aea;
  color: white;
}

.premium-card {
  background: #00050d;
  color: white;
}

@media (max-width: 768px) {
  .plan-box {
    padding: 10px;
  }

  .card {
    width: 100%;
    box-sizing: border-box;
  }

  .plan-price {
    font-size: 2rem;
  }

  .plan-btn {
    padding: 10px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .plan-box {
    padding: 10px;
  }

  .card {
    width: 100%;
    box-sizing: border-box;
  }

  .plan-price {
    font-size: 1.8rem;
  }

  .plan-box {
    padding: 20px;
  }
}

.plan-modal-header-monthly {
  background: #2699dc;
  padding: 30px;
  color: white;
  border-radius: 0;
}

.plan-modal-header-quarterly {
  background: #8330C6;
  padding: 30px;
  color: white;
  border-radius: 0;
}

.plan-modal-header-yearly {
  background: #d3a107;
  padding: 30px;
  color: white;
  border-radius: 0;
}

.plan-modal-header-pay-per-view {
  background: #c31820;
  padding: 30px;
  color: white;
  border-radius: 0;
}

.cursor-pointer {
  cursor: pointer !important;
}

#planModal .modal-content {
  border-radius: 25px;
  border: rgb(236, 232, 232) 2px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#planModal .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.plan-info-monthly {
  color: yellow;
}

.plan-info-quarterly {
  color: yellow;
}

.plan-info-yearly {
  color: yellow;
}

.plan-info-pay-per-view {
  color: yellow;
}

.text-ads-success {
  color: #09ed83;
}

.video-sd {
  color: gold;
}

.video-hd {
  color: turquoise;
}

.video-fullhd {
  color: yellow;
}

.video-4k {
  color: aliceblue;
}

@media (max-width: 576px) {
  #planTabs {
    flex-wrap: wrap;
    gap: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #planTabs .nav-link {
    font-size: 13px;
    padding: 5px 10px;
  }

  #planTabs .nav-item {
    flex: 0 0 auto;
  }

  #planTabs::-webkit-scrollbar {
    display: none;
  }
}

/* Payment Option Radio Button Style */
input.payment-option-select {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: white;
}

input.payment-option-select:checked {
  border-color: #28a745;
  border: 6px solid #28a745;
  background-color: white;
  box-shadow: 0 0 5px #28a745;
}

input.payment-option-select:hover {
  border-color: #007bff;
}

#payButtonContainer .paypal-buttons {
  width: 100% !important;
}

#payButtonContainer .paypal-buttons>div {
  width: 100% !important;
}

#payButtonContainer iframe {
  width: 100% !important;
}

.form-group .field-icon-change-password {
  position: absolute;
  top: 25px !important;
  right: 10px !important;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  color: #999;
}
.fg-change-password i {
  position: absolute;
  top: 32% !important;
  left: 15px;
  transform: translateY(-50%);
  color: #999;
}


@media (max-width: 576px) {
  .nav-pills .nav-link {
    border-radius: 20px;
    background-color: #222;
    color: #fff;
    margin: 0 1px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  #myTab {
    margin-left: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #myTab .nav-link {
    padding: 5px 10px;
  }

  #myTab .nav-item {
    flex: 0 0 auto;
  }

  #myTab::-webkit-scrollbar {
    display: none;
  }
}

#category::-webkit-scrollbar {
  width: 9px;
}

#category::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

#category::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 8px;
  border: 2px solid #f1f1f1;
}

#category::-webkit-scrollbar-thumb:hover {
  background-color: #0b5ed7;
}

#subCategory::-webkit-scrollbar {
  width: 9px;
}

#subCategory::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

#subCategory::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 8px;
  border: 2px solid #f1f1f1;
}

#subCategory::-webkit-scrollbar-thumb:hover {
  background-color: #0b5ed7;
}

.h-80 {
  height: 80% !important;
}

.image-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
}

.banner-wrapper {
  position: relative;
  /* width: 500px;
  height: 220px; */
}

/* .video-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
} */


#removeImageBtn span {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 576px) {
  /* #previewImg {
    max-height: 100px !important;
  } */

  #fileName {
    padding-bottom: 10px !important;
  }


  #removeImageBtn span {
    display: inline-block;
    line-height: 1;
  }
}


#removeBannerBtn span {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 576px) {
  

  #bannerFileName {
    padding-bottom: 10px !important;
  }



  #removeBannerBtn span {
    display: inline-block;
    line-height: 1;
  }
}


#removeLiveStreamBannerBtn span {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 576px) {

  #removeLiveStreamBannerBtn span {
    display: inline-block;
    line-height: 1;
  }
}


#availableFor {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.upload-form-select-field {
  padding: 12px;
  border-radius: 30px !important;
  padding-left: 20px !important;
  appearance: none;
}

.form-check-radio .form-check-input {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #144aea;
  background-color: #ffffff;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.form-check-radio .form-check-input:checked {
  background-color: #144aea;
  border-color: #144aea;
}

.form-check-radio .form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* sss */


#removeVideoBtn span {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 576px) {
  /* #previewVideo {
    max-height: 100px !important;
  } */

  #videoFileName {
    padding-bottom: 10px !important;
  }


  #removeVideoBtn span {
    display: inline-block;
    line-height: 1;
  }
}

/* traler start */

#removeTrailerBtn span {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 576px) {


  #removeTrailerBtn span {
    display: inline-block;
    line-height: 1;
  }
}

/* traler end */

/* progress bar */

#uploadProgressBarContainer {
  margin-top: 10px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 4px;
}

#uploadProgressBar {
  width: 0%;
  height: 10px;
  background-color: #4caf50;
  border-radius: 4px;
}

#progressPercentage {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #333;
}

#conversionProgressBarContainer {
  margin-top: 10px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 4px;
}

#conversionProgressBar {
  width: 0%;
  height: 12px;
  background-color: #4caf50;
  border-radius: 6px;
}

#conversionProgressText {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #333;
}

#conversionFileName {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #333;
}

#qualitySelector {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

#uploadTrailerProgressBarContainer {
  margin-top: 10px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 4px;
}

#uploadTrailerProgressBar {
  width: 0%;
  height: 10px;
  background-color: #4caf50;
  border-radius: 4px;
}

#trailerProgressPercentage {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #333;
}

/* publish video btn */
input.form-check-input.publish {
  background-color: #dc3545 !important;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.form-check-input.publish::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

input.form-check-input.publish:checked {
  background-color: #28a745 !important;
}

input.form-check-input.publish:checked::before {
  transform: translateX(15px);
}

/* featured video btn */
input.form-check-input.featured {
  background-color: #dc3545 !important;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.form-check-input.featured::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

input.form-check-input.featured:checked {
  background-color: #28a745 !important;
}

input.form-check-input.featured:checked::before {
  transform: translateX(15px);
}

.rounded-circle-upload-section {
  border: #cd2f37 solid 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#videoDropZone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#dropZone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#bannerDropZone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


#trailerDropZone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

/* #previewImg {
  max-height: 100px;
  max-width: 100px;
} */

/* #previewBanner {
  max-height: 234px;
  max-width: 500px;
} */

#videos-tab {
  border-radius: 25px;
  background-color: #144aea;
  outline: none;
  color: #fff;
}

#videos-tab:hover {
  border-radius: 25px;
  background-color: #042eab;
  border: none;
  color: #fff;
}

#trailers-tab {
  border-radius: 25px;
  background-color: #144aea;
  outline: none;
  color: #fff;
}

#trailers-tab:hover {
  border-radius: 25px;
  background-color: #042eab;
  border: none;
  color: #fff;
}

#view-history-tab {
  border-radius: 25px;
  background-color: #144aea;
  outline: none;
  color: #fff;
}

#view-history-tab:hover {
  border-radius: 25px;
  background-color: #042eab;
  border: none;
  color: #fff;
}

#like-history-tab {
  border-radius: 25px;
  background-color: #144aea;
  outline: none;
  color: #fff;
}

#like-history-tab:hover {
  border-radius: 25px;
  background-color: #042eab;
  border: none;
  color: #fff;
}


#active-users-tab {
  border-radius: 5px;
  background-color: #144aea;
  color: #fff;
  border:1px solid #fff;
}

#active-users-tab:hover {
  border:1px solid #fff;
  color: #144aea;
  background-color: #fff;
}

#deleted-users-tab {
  border-radius: 5px;
  background-color: #f30808;
  color: #fff;
  border:1px solid #fff;
}

#deleted-users-tab:hover {
  border:1px solid #fff;
  color: #f30808;
  background-color: #fff;
}

.content-tabs {
  border-bottom: none !important;
}

.watch-now-btn {
  border-radius: 25px;
  border: none !important;
  background-color: #ea1414;
  outline: none;
  color: #fff;
}

.watch-now-btn:hover {
  border-radius: 25px;
  background-color: #d30909;
  border: none;
  color: #fff;
}

.watch-trailer-btn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #111;
}

.watch-trailer-btn:hover {
  border-radius: 50%;
  background-color: gold;
  border: none;
  color: #111;
}

.like-btn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #111;
}

.like-btn:hover {
  border-radius: 50%;
  background-color: #0d7cf3;
  border: none;
  color: #fff;
}

.dislike-btn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #111;
}

.dislike-btn:hover {
  border-radius: 50%;
  background-color: #e50712;
  border: none;
  color: #fff;
}

.add-to-playlsit-btn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #111;
}

.add-to-playlsit-btn:hover {
  border-radius: 50%;
  background-color: #ffff;
  border: none;
  color: #111;
}

.share-video-btn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #111;
}

.share-video-btn:hover {
  border-radius: 50%;
  background-color: #0808ff;
  border: none;
  color: #fff;
}
.web-content-title {
  font-weight: 500;
  color:#fff !important;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.likedContentBtn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #28a745;
}

.likedContentBtn:hover {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  color: #21c046;
}

.disLikedContentBtn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #dc3545;
}

.disLikedContentBtn:hover {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  color: #ef2a3e;
}

.inPlaylistBtn {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  color: #dc3545;
}

.inPlaylistBtn:hover {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  color: #dc3545;
}

.notInPlaylistBtn {
  border-radius: 50%;
  border: none !important;
  background-color: #ffff;
  outline: none;
  color: #21c046;
}

.notInPlaylistBtn:hover {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  color: #21c046;
}

/* video player */
.video-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}



:fullscreen .video-header,
:-webkit-full-screen .video-header,
:fullscreen .player-btn-wrapper,
:-webkit-full-screen .player-btn-wrapper {
  position: fixed !important;
  /* z-index: 9999; */
}

:fullscreen .video-header {
  top: 0;
  left: 0;
  right: 0;
}


.fullscreen-active .video-header,
.fullscreen-active .player-btn-wrapper {
  position: fixed !important;
  z-index: 9999;
}

.hide {
  opacity: 0;
  transition: opacity 0.3s;
}

.video-header,
.player-btn-wrapper {
  transition: opacity 0.3s ease;
}

.video-header button {
  min-width: 36px;
  font-size: 16px;
  line-height: 1;
}

.video-header .btn {
  padding: 4px 8px;
}

.hide-cursor {
  cursor: none;
}

.thumbnail-cover img {
  height: 200px;
  object-fit: cover;
  object-position: top;
  width: 100%;
  display: block;
  border: #0d6efd 2px solid;
  border-radius: 15px !important;
  overflow: hidden;
}



/* Handle all fullscreen modes across browsers */
:fullscreen,
:-webkit-full-screen,
:-moz-full-screen,
:-ms-fullscreen,
.fullscreen-active {
  width: 100vw !important;
  height: 100dvh !important;
  /* Dynamic viewport height fixes iOS Safari */
  max-height: 100dvh !important;
  background: black;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

:fullscreen video,
:-webkit-full-screen video,
.fullscreen-active video {
  width: 100vw !important;
  height: 100% !important;
  object-fit: contain;
}

:fullscreen .video-header,
:-webkit-full-screen .video-header,
.fullscreen-active .video-header,
:fullscreen .player-btn-wrapper,
:-webkit-full-screen .player-btn-wrapper,
.fullscreen-active .player-btn-wrapper {
  position: fixed !important;
  z-index: 1000;
}

.video-header {
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: flex !important;
}

.fullscreen-active {
  overflow: hidden !important;
}

video::-webkit-media-controls {
  display: none !important;
}

.fullscreen-active video,
.fullscreen-active .plyr {
  height: 100% !important;
  width: 100% !important;
  max-height: 100vh;
  object-fit: contain;
  position: relative;
}

.search-bar-container {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  background-color: #111;
  padding: 30px;
  border-radius: 15px;
  border: #007bff 2px solid;
  z-index: 1050;
  display: none;
}

.bg-search-bar {
  background-color: #e0f7fa;
  color: #000;
  font-size: 20px;
  border: #2c2c2c 2px solid;
}

.bg-search-icon-container {
  background-color: #000;
  color: #e0f7fa;
  font-size: 20px;
  border: #2c2c2c 2px solid;
}


.clear-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: #f30808;
  background: transparent;
  font-size: 20px;
  color: #111;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.clear-button:hover {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: #f30808 2px solid;
  border-radius: 15px;
  background: #fff;
  font-size: 20px;
  color: #111;
  cursor: pointer;
  display: none;
  z-index: 10;
}

#searchInput:not(:placeholder-shown)+.clear-button {
  display: block;
}

#searchInput {
  padding-right: 30px;
}


@media (max-width: 768px) {
  .search-bar-container {
    width: 90%;
    top: 80px;
    padding: 20px 15px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bg-search-bar {
    font-size: 16px;
  }

  .bg-search-icon-container {
    font-size: 16px;
  }

  .clear-button {
    font-size: 16px;
    right: 8px;
  }

  .clear-button:hover {
    font-size: 16px;
    border-radius: 10px;
    padding: 2px 6px;
  }

  #searchInput {
    padding-right: 35px;
  }
}

.search-bar-container {
  transition: all 0.3s ease-in-out;
}


.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1050 !important;
  border-radius: 15px;
}

.ui-menu-item-wrapper {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 20px;
}

.ui-menu-item {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

@media (max-width: 768px) {
  .ui-autocomplete {
    max-height: 200px;
    width: 90% !important;
    left: 5% !important;
    font-size: 16px;
    border-radius: 10px;
  }

  .ui-menu-item-wrapper {
    white-space: normal;
    padding: 6px 10px;
    font-size: 16px;
  }

  .ui-menu-item {
    padding: 8px;
    font-size: 16px;
  }
}



.content-card {
  position: relative;
  overflow: visible;
}


.content-item-wrapper {
  position: relative; 
  overflow: visible;
}

.content-item {
  position: relative;
  overflow: hidden; 
  transition: transform 0.3s ease;
  transform-origin: center center;
  z-index: 1;
}

.content-item:hover {
  z-index: 950;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.content-item img {
  transition: transform 0.3s ease;
}

.content-item:hover img {
  transition: transform 0.3s ease;
}
.content-item-wrapper{
  z-index: 3;
}
.content-item::before{
  content:'';
  background-color: #00000083;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.content-item-wrapper:hover .content-item::before{
  opacity: 1;
  visibility: visible;
}
@media (max-width:1024px){
  .content-item-wrapper:hover .content-item::before{
    opacity: 0;
    visibility: hidden;
  }
}
.hover-details {
  position: absolute;
  top:0px;
  left: 0;
  color: white;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .hover-details {
    left: 50%; 
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}
.hover-details a{
  text-decoration: none;
}
.content-item-wrapper:hover .hover-details {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.content-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sm-font {
  font-size: 13.5px;
}

@media (max-width: 1024px) {
  .content-item-wrapper:hover .hover-details {
    display: none !important;
    opacity: 0;
  }
}

#view-plan-price {
  font-family: 'Noto Sans', sans-serif;
}


.watch-history-scroll-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.watch-history-scroll-wrapper::-webkit-scrollbar {
  width: 8px;
}

.watch-history-scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.watch-history-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}

.watch-history-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}

/* Homepage CSS */
.home-banner-section {
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-streaming-tag {
  background-color: #111;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
  border-bottom: 2px solid #fff;
  max-width: fit-content;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px #ffffff96;
  font-weight: bolder !important;
  text-transform: uppercase;
  line-height: normal !important;
}

.banner-title-wrapper {
  padding-top: 30px;
}

.color-picker {
  font-size: 2rem;
  max-width: 55px !important;
  height: auto !important;
  border: 2px solid #efefef !important;
  border-radius: 5px !important;
  outline: none !important;
  overflow: hidden;
  padding: 0 !important;
}

.color-picker:focus {
  box-shadow: none;
}

.home-poster-section {
  min-height: 650px;
  z-index: 2;
}

.home-poster-wrapper {
  background-image: var(--home-page-banner, url('../images/movies-poster-desktop.jpg'));
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  z-index: 0;
}

@media (max-width:992px) {
  .featured-movies-wrapper {
    padding: 0px 30px;
  }

  .home-banner-section {
    min-height: 500px;
    background: linear-gradient(90deg, #000000 0%, #000000 35%, var(--banner-gradient-color, #0731a1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .latest-movies-main-wrapper {
    padding: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .latest-movies-wrapper {
    justify-content: center;
  }

  .home-poster-section {
    min-height: 500px;
    background: linear-gradient(90deg, #000000 0%, #000000 35%, var(--banner-gradient-color, #0731a1) 100%);
    z-index: 2;
  }

  .home-poster-content {
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-poster-wrapper {
    background-image: var(--home-page-banner, url('../images/movies-poster-desktop.jpg'));
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    z-index: 0;
    order: 0;
  }
}

@media (max-width:576px) {
  .latest-movies-main-wrapper {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.small-icons {
  font-size: 10px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.movie-poster-wrapper {
  min-height: 670px;
  /* background-image: url('../images/single-short-movie-poster.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

.movie-poster-wrapper .fix-height-row {
  height: 100%;
  min-height: 670px;
}

.gradient-bg-dynamic {
  background: linear-gradient(90deg, #000000 10%, #000000 50%, var(--banner-gradient-color, #0731a1) 100%);
}

.movie-info-card {
  background-color: #222222;
  border-radius: 10px;
  box-shadow: 20px 18px 0px 0px #181818;
  border: 5px solid #ffffff;
  border-top: none;
  border-left: none;
}

.movie-info-card .card-body {
  background: linear-gradient(321deg, #000000 10%, #000000 50%, var(--banner-gradient-color, #0731a1) 100%);
  padding: 0;
}

.movie-info-card .content-section {
  padding: 30px;
}

.movie-info-card img {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 100%;
}

@media (max-width:1025px) {
  .movie-info-card {
    margin: 50px 30px 50px 30px;
  }
}

@media (max-width:991px) {
  .movie-info-card .card-body {
    background: linear-gradient(212deg, #000000 10%, #000000 50%, var(--banner-gradient-color, #0731a1) 100%);
  }

  .content-section {
    order: 1;
  }

  .img-section {
    order: 0;
  }
}

@media (max-width:800px) {
  .movie-poster-wrapper {
    padding: 0px 30px 0px 30px;
  }

  .movie-info-card {
    margin: 50px 0px 50px 0px;
  }
}

@media (max-width:576px) {
  .movie-poster-wrapper {
    padding: 0px 15px 0px 15px;
  }

  .movie-info-card {
    margin: 50px 0px 50px 0px;
  }
}

.plyr-custom-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 8px 8px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
}

.plyr-custom-btn.rewind {
  left: 30%;
  transition: .3s;
}

.plyr-custom-btn.forward {
  right: 30%;
  transition: .3s;
}

.plyr-custom-btn.forward:hover, .plyr-custom-btn.rewind:hover, .playPause:hover{
  background: #cd2f37;
  color: white;
}

.playPause {
  position: relative;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
  transition: .3s;
}

.playPause i {
  position: absolute;
  top: 14px;
  left: 18px;
  font-size: 22px;
}

.plyr-custom-btn img {
  width: 40px;
  height: 40px;
}

.player-btn-wrapper {
  position: absolute;
  top: 45%;
  left: 0px;
  width: 100%;
  text-align: center;
}

@media (max-width:992px) {
  .player-btn-wrapper {
    top: 40%;
  }

  .plyr-custom-btn.rewind {
    left: 20%;
  }

  .plyr-custom-btn.forward {
    right: 20%;
  }
}

@media  (max-width:567px) {
  .plyr__controls .plyr__volume input{
    display: none !important;
  }
}

.player-btn-wrapper.hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.plyr-custom-btn {
  transition: opacity 0.3s ease;
}
@media (max-width: 766px) {
  .plyr__menu__container [role="menu"] {
    max-height: 100px;
    overflow-y: auto;
  }
}

.rental-movies-tag {
  background-color: #111;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
  border-bottom: 2px solid #fff;
  max-width: fit-content;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px #ffffff96;
  font-weight: bolder !important;
  text-transform: uppercase;
  line-height: normal !important;
  align-items: center;
  justify-content: center;
}

@media (max-width:992px) {
  .rental-movies-wrapper {
    padding: 0px 30px;
  }

  .rental-movies-main-wrapper {
    padding: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rental-movies-wrapper {
    justify-content: center;
  }
}

@media (max-width:576px) {
  .rental-movies-main-wrapper {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.rental-img-section {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  height: 234px;
  object-fit: cover;
}

.home-rent-section{
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-common-section{
  padding-top: 35px;
  padding-bottom: 35px;
}

.plyr__control i {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.plyr__control.custom-fullscreen-btn {
  padding: 2.5px 8px;
  border-radius: 4px;
}

#resumeModal .modal-dialog {
  max-width: 400px;
}

#resumeModal .modal-content {
  background: rgba(0, 0, 0, 0.85);
  border: none;
  border-radius: 12px;
}

.watched-progress {
  height: 4.2px;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 2px;
  overflow: hidden;
}
.watched-progress .progress-bar {
  background-color: #cd2f37;
}

.mouse-cursor{
  cursor: pointer;
}
.progress-bar-container {
  background: #333;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 5px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.progress-bar-fill {
  height: 5px;
  width: 0%;
  background-color: #4caf50;
  transition: width 1s linear;
}

.small-timer-label {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.small-circle-timer{
    background-color: #efefef;
    border-radius: 5px;
    padding: 4px 10px;
    margin-bottom: 15px;
}
.plan-container{
  position: relative;
}

@media (max-width:576px){

  .my-account-detail-btns span{
    width: 100% !important;
    text-align: center;
  }
}

.my-account-heading{
  background-color: #e6e6e6;
  width: 100%;
}
.user-profile-details{
  padding: 5px 8px 8px 0;
  border-bottom: 2px solid #ccc;
}
.account-wrapper .user-profile-details:nth-last-child(1){
  margin-bottom: 0;
  border-bottom: none;
}
.content-detail-icons span{
  display: inline-grid;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
}

.content-detail-icons span i{
line-height: normal;
}
.forced-black{
  color:#000 !important;
}
#plan-devices.single-content-wrapper h6{
  display: flex;
  align-items: center;
  margin-bottom:.5rem;
}
#plan-devices.single-content-wrapper h6:nth-last-child(1){
  margin:0;
}
#plan-devices.single-content-wrapper h6 i{
  margin-right:10px;
}
@media (min-width: 576px) {
    .modal-lg.custom-width {
        max-width: 96%;
        margin: 1.75rem auto;
    }
    .modal-xl.custom-width {
        max-width: 96%;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .modal-lg.custom-width {
        max-width: 800px;
    }
    .modal-xl.custom-width {
        max-width: 1140px;
    }
}

.popover-body {
  padding: 0.5rem 0.75rem;
}
.popover {
  max-width: 250px;
}
.term-heading{
  font-weight: 600 !important;
}
.ribbon {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.ribbon {
  --f: .5em;
  --r: .8em;
  
  position: absolute;
  top: 20px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #037cd5;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}

.ribbon-info {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.ribbon-info {
  --c: #2699dc;
  --r: 20%;
  
  padding: 0px 20px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
  width: fit-content;
  box-sizing: border-box;
}
.ribbon-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 60% 20% -40%;
  background: color-mix(in srgb, var(--c), #000 35%);
  clip-path: polygon(5% 0,95% 0,100% 100%,50% calc(100% - var(--r)),0 100%);
}
.ribbon-info:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(35% 35%,#0000 96%,#0003 97% 99%,#0000) var(--c);
  clip-path: polygon(100.00% 50.00%,89.23% 57.80%,96.19% 69.13%,83.26% 72.22%,85.36% 85.36%,72.22% 83.26%,69.13% 96.19%,57.80% 89.23%,50.00% 100.00%,42.20% 89.23%,30.87% 96.19%,27.78% 83.26%,14.64% 85.36%,16.74% 72.22%,3.81% 69.13%,10.77% 57.80%,0.00% 50.00%,10.77% 42.20%,3.81% 30.87%,16.74% 27.78%,14.64% 14.64%,27.78% 16.74%,30.87% 3.81%,42.20% 10.77%,50.00% 0.00%,57.80% 10.77%,69.13% 3.81%,72.22% 16.74%,85.36% 14.64%,83.26% 27.78%,96.19% 30.87%,89.23% 42.20%); /* from https://css-generators.com/starburst-shape/ */
}
.custom-info{
    position: absolute;
    top: 15px;
    right: 10px;
    font-style: italic;
    font-family: auto;
}

.ribbon-ppv-bg{
  background-color: #c31820 !important;
}

.ribbon-monthly-bg{
  background-color: #2699dc !important;
}

.ribbon-quarterly-bg{
  background-color: #8330C6 !important;
}

.ribbon-yearly-bg{
  background-color: #d3a107 !important;
}

.ribbon-info-ppv-bg{
  --c: #c31820 !important;
}

.ribbon-info-monthly-bg{
  --c: #2699dc !important;
}

.ribbon-info-quarterly-bg{
  --c: #8330C6 !important;
}

.ribbon-info-yearly-bg{
  --c: #d3a107 !important;
}
.disabled-btn{
  cursor: not-allowed !important;
  background-color: transparent;
  color:#fff;
}
.disabled-btn:hover{
  cursor: not-allowed !important;
  background-color: transparent;
  color:#fff;
}

.btn-monthly-border{
  border-color: #2699dc !important;
}

.btn-quarterly-border{
  border-color: #8330C6 !important;
}

.btn-yearly-border{
  border-color: #d3a107 !important;
}
.movie-slideshow {
  position: relative;
  z-index: 1;
}

.movie-slider {
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
}

.slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.movie-item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.movie-item img {
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1);
}

.movie-slideshow {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  visibility: hidden;
}

.movie-slideshow.show {
  opacity: 1;
  visibility: visible;
}
.content-single-detail{
  font-size: 14px;
}
.black-bg-container{
  background-color: #000;
}
.movie-sm-slider .slick-list{
  overflow: revert !important;
}
.panel{
  display: none;
  border-radius: 5px;
  padding:10px;
  background-color: #fff;
  margin:5px 0px;
}
.filterDiv{
  border-radius: 5px;
  padding: 8px 10px;
  background-color: #e6e6e6;
  border:2px solid #d5d5d5;
}
.panel .form-control{
  height: 40px !important;
  border-radius: 5px !important; 
  line-height: 30px;
}  
.filter-title{
  font-weight: 600;
}
.filter-text-wrapper{
  cursor: pointer;
}
.movie-sm-slider .slick-slide{
  margin-left:10px;
  margin-right:10px;
}
.movie-sm-slider .slick-prev{
  left:-12px;
  height: 100%;
  background-color: #00050d80;
  width: 45px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 1;
}
.movie-sm-slider .slick-next{
  right:-12px;
  height: 100%;
  background-color: #00050d80;
  width: 45px;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1;
}
.movie-sm-slider .slick-arrow {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.movie-sm-slider:hover .slick-arrow {
  opacity: 1;
}
.movie-sm-slider .slick-prev:hover, .movie-sm-slider .slick-next:hover{
  background-color: #00050d80;
}
.movie-sm-slider .slick-track{
  margin-left:revert !important;
  margin-right:revert !important;
}
.slick-prev:before {
  content: "\f104" !important; /* fa-angle-left */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important; 
  font-size: 30px !important;
}

.slick-next:before {
  content: "\f105" !important; /* fa-angle-right */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important; 
  font-size: 30px !important;
}
.admin-all-section-p{
  padding:60px 15px;
}
.admin-theme-btn{
  border-radius:5px;
  color: #111;
  /* background-color: #144aea; */
  background-color: #fff;
  border:1px solid #fff;
  padding:.5rem 1rem;
}
.admin-theme-btn:hover{
  border:1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.admin-logout-btn{
  border-radius:5px;
  color: #fff;
  background-color: #f30808;
  border:1px solid #fff;
  padding:.5rem 1rem;
}
.admin-logout-btn:hover{
  border:1px solid #f30808;
  color: #f30808;
  background-color: #fff;
}


.site-btn {
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #144aea;
  outline: none;
  color: #fff;
  font-weight: 500;
}

.site-btn:hover {
  border: 1px solid #144aea;
  background-color: #0808ff;
  color: #ffffff !important;
}
.new-site-btn{
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #144aea;
  color: #fff;
  font-weight: 500;
  transition: .2s;
}
.new-site-btn:hover {
  border: 1px solid #144aea;
  background-color: #fff;
  color: #144aea !important;
}

.web-content-card-title{
  font-size: 18px;
}
.hover-details .content-single-detail{
  font-size: 14px;
  margin-bottom:5px;
}
@media (max-width:576px){
  button.small-btn{
    font-size: 14px !important;
  }
  a.small-btn{
    font-size: 13px !important;
  }
}
@media (max-width:380px){
  button.small-btn{
    font-size: 13px !important;
  }
  a.small-btn{
    font-size: 13px !important;
  }
}
.slider-descrip{
  font-size: 14px;
  margin-bottom:0 !important;
}
.analytics-p{
  padding: 15px !important;
  border-radius: 5px !important;
}
@media (max-width:605px){
  .responsive-tab{
    width: 100%;
    justify-content: center;
  }
  .responsive-tab li{
    width: 48%;
    margin-left:3px;
    margin-right:3px;
  }
  .responsive-tab li:nth-child(1), .responsive-tab li:nth-child(2){
    margin-bottom:8px;
  }
  .responsive-tab li button{
    width: 100%;  
  }
}
.section-p{
  padding:100px 15px;
}
.movie-sm-slideshow, .movie-sm-slider, .slick-list{
  z-index: 0 !important;
}

@keyframes custom-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.svg-spinner {
  display: inline-block;
  animation: custom-spin 2s linear infinite;
  vertical-align: middle;
}
.snapshot-table {
  background-color: #111111c4;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.table-responsive.snapshot-table{
  padding: 15px;
}
.container-fluid .movie-slider-row{
  margin-top:50px;
}
.scroll-section {
  position: relative;
  display: flex;
  align-items: center;
}

.scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
  width: 100%;
  scrollbar-width: none;
  overflow-y: hidden;
}

.scroll-item-wrapper {
  display: flex;
  gap: 16px; /* ensure consistent spacing */
}

.scroll-item {
  width: 287px; /* consistent card width */
  flex-shrink: 0;
}
@media (max-width:1024px){
  .scroll-item {
    width: 236px;
  }
}
@media (max-width:576px){
  .scroll-item {
    width: 205px;
  }
}
.scroll-item img{
  height: revert !important;
}

.scroll-btn {
  background-color: #00000080;
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.scroll-btn.prev-btn{
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 4;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.scroll-btn.next-btn{
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 4;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.scroll-section:hover .scroll-btn{
  opacity: 1;
  visibility: visible;
}
@media (max-width:576px){
  .scroll-btn{
    display: none;
  }
}
a{
  text-decoration: none !important;
}
.web-content-title a{
  color:#fff !important;
}
@media (max-width:1023px){
  .movie-poster-wrapper .fix-height-row{
    min-height: revert !important;
  }
  .movie-poster-wrapper{
    min-height: revert !important;
  }
}
.shadow-box{
  box-shadow: 4px 4px 4px 0px #ffffffe0;
}
.movie-card-wrapper{
    position: relative;
  }
@media (min-width:1024px){
  .movie-card{
    overflow: hidden;
  }
  .movie-card::before{
    content:'';
    background-color: #00000083;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
  }
  .movie-card-wrapper:hover .hover-details{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .movie-card-wrapper:hover .movie-card::before{
    opacity: 1;
    visibility: visible;
  }
  .movie-card-wrapper .hover-details{
    cursor: revert !important;
  }
}
.movie-card-content-title{
  font-size: 18px;
}
/* HTML: <div class="ribbon">Your text content</div> */
.not-aval-ribbon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.not-aval-ribbon {
  --f: .5em; /* control the folded part */
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #c31820; /* the main color  */
}
.rent-now-btn{
  z-index: 3;
}
.new-rent-now-btn{
  background-color: transparent;
  color:#fff;
  border-radius: 5px;
  border:1px solid #fff;
  transition: .2s;
}
.new-rent-now-btn:hover{
  background-color: #fff;
  color:#000;
}
.single-rent-section{
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.my-account-bg{
  background-color: #111;
}
.my-account-bg .card{
  background-color: #111;
}
.my-account-main-heading{
  color:#fff;
}
.my-account-sub-heading{
  color: #ffffffd4 !important;
}
.account-wrapper{
  margin-top:1rem;
}
.account-wrapper .card{
  border-radius: 15px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
  border:2px solid #efefef;
  border-left:none;
  border-top:none;
}
.account-wrapper .card .card-body{
  padding:24px 20px;
}
@media (min-width:991px){
  .account-wrapper:nth-child(1), .account-wrapper:nth-child(2), .account-wrapper:nth-child(3){
    margin-top:0rem !important;
  }
}
.my-profile-pic{
  width:170px;
  height: 170px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.my-profile-pic img{
  height: 170px;
  width: 170px;
  object-fit: cover;
}
.edit-Profile-wrapper{
  padding: 30px 30px;
  border-radius: 15px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
  border:2px solid #efefef;
  border-left:none;
  border-top:none;
}
.remove-bg{
  background-color: transparent !important;
  color: #ccc !important;
  border-radius: 5px;
}
.home-rental-img-section{
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.admin-manage-btn{
  border-radius:5px;
  color: #fff;
  background-color: #144aea;
  border:1px solid #fff;
  padding:.5rem 1rem;
}
.admin-manage-btn:hover{
  border:1px solid #144aea;
  color: #144aea;
  background-color: #fff;
}
.plans-row th, .plans-row td{
  border-bottom: none;
  
}
.nav-link.admin-theme-btn{
  border-radius:5px !important;
  color: #111 !important;
  /* background-color: #144aea; */
  background-color: #fff !important;
  border:1px solid #fff !important;
  padding:.5rem 1rem !important;
} 
.nav-link.admin-theme-btn:hover{
  border:1px solid #fff !important;
  color: #fff !important;
  background-color: transparent !important;
}
.simple-checkbox{
  appearance: revert !important;
}
.simple-checkbox::before{
  display: none !important;
}
.simple-checkbox:focus{
  box-shadow: none !important;
}
.rentCheckBox, .ppvCheckBox{
  height: 18px;
  width: 18px;
}
.upload-success-msg{
  background-color: green;
  color:#fff;
  padding:2px 5px;
  border-radius: 5px;
}
.upload-error-msg{
  background-color: #910e0e;
  color:#fff;
  padding:2px 5px;
  border-radius: 5px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'nunito-bold', sans-serif !important;
  font-weight: 700 !important;
}
p, span{
  font-family: 'nunito-regular', sans-serif !important;
  font-weight: 500 !important;
}
a{
  font-family: 'nunito-medium', sans-serif !important;
  font-weight: 500 !important;
}
body{
  font-family: 'nunito-regular', sans-serif !important;
  font-weight: 400 !important;
}
.custom-chckbox-disabled{
 pointer-events: none;
 opacity: 0;
}
.title{
  font-weight: 600 !important;
}
@media (max-width: 400px){
  .fix{
    display: flex;
    align-items: center;
    gap: 3px;
  }
}
.floating-icon-wrapper{
  position: relative;
}
.floating-icon{
  position: absolute;
  top: 18px;
  left: 16px;
  color: #000;
  z-index: 3;
}
.floating-icon-wrapper i{
  color:#cd2f37;
}
.password-eye{
  position: absolute;
  top: 18px;
  right: 16px;
  color: #000;
  z-index: 3;
  cursor: pointer;
}
.error-msg{
  background-color: #910e0e;
  color:#fff !important;
  padding:3px 5px;
  border-radius: 5px !important ;
  width:100%;
  font-size: 13px;
}
.input-pl{
  padding-left:45px;
}
.input-pr{
  padding-right:45px;
}
.bg-red{
  background-color: #910e0e;
  color:#fff !important;
  padding:3px 5px;
  border-radius: 5px !important ;
  width:100%;
  margin-top:5px;
  margin-right:5px;
  font-size: 13px;
}
.about-us-banner{
  background-image: url('../images/about-us-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-us-banner::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
}
.about-us-banner .banner-content{
  z-index: 1;
}
.contact-us-banner{
  background-image: url('../images/contact-us-banner-1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-us-banner::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
}
.contact-us-banner .banner-content{
  z-index: 1;
}
.btn-svg:hover svg{
  fill:#fff;
}
.plans-card{
  background-color: transparent;
  /* border:1px solid #ffffff5e; */
}
.plan-tab-header{
  background-color: transparent;
  border-radius: 5px;
}
.plan-tab-header .nav{
  justify-content: center;
}
.plan-tab-header .nav li{
    background-color: #ffffff5c;
    width: 33.33%;
    text-align: center;
    color:#fff;
    border-right:1px solid #ffffff2e;
}
.plan-tab-header .nav li:nth-last-child(1){
  border-right:none;
}
.plan-tab-header .nav li:first-child .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.plan-tab-header .nav li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.plan-tab-header .nav li:nth-last-child(1){
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.plan-tab-header .nav-link{
  color:#fff;
}
.plan-tab-header .nav-link.active{
  background-color: #000;
  color:#fff;
}
.plan-tab-content {
  display: none;
}
.plan-tab-content.show {
  display: block;
}
.plans-card .device-wrapper{
  padding: 10px 10px;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid #efefef;
  border-left: none;
  border-right: none;
  box-shadow: 11px 12px 2px 0px #ffffff5c;
}
.plans-card .progress-bar-container {
  background: #333;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 10px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
.plans-card .progress-bar-fill {
  height: 10px;
  width: 0%;
  background-color: #4caf50;
  transition: width 1s linear;
}
.plans-card .small-timer-label{
  color:#fff;
}
.plan-card .plan-single-card{
  margin-bottom:20px;
}

.plan-inner-wrapper{
  margin-top:1rem;
}
.plan-inner-wrapper .card{
  border-radius: 15px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
  border:2px solid #efefef;
  border-left:none;
  border-top:none;
}
.plan-inner-wrapper .card .card-body{
  padding:24px 20px;
}
.plans-card .active-plan-status-bg {
  background-color: #087d15;
  font-size: 14px;
}
.plans-card .scheduled-plan-status-bg {
  background-color: #0dcaf0;
  font-size: 14px;
}
.plans-card .expired-plan-status-bg {
  background-color: #c31820;
  font-size: 14px;
}
@media (min-width:991px){
  .plan-inner-wrapper:nth-child(1), .plan-inner-wrapper:nth-child(2){
    margin-top:0rem !important;
  }
}
@media (max-width:576px){
  .plan-tab-header .nav-link {
    padding: .5rem .5rem !important;
  }
}

.hidden-ppv-plan, .hidden-next-ppv-plan {
  display: none;
}
.plan-img{
  border-radius: 5px !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.playlist-wrapper{
  position: relative;
}
.playlist-wrapper .card{
  border-radius: 15px;
  background: radial-gradient(100% 100% at 0% 0%, rgb(125 125 125 / 40%) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
  border:2px solid #efefef;
  border-left:none;
  border-top:none;
}
.playlist-wrapper .card .card-body{
  padding:10px 10px;
}
.playlist-img{
  border-radius: 5px !important;
  object-fit: cover;
}
@media (min-width:1200px){
  .playlist-img{
    height: 160px;
  }
}
.playlist-progress-bar{
  position: absolute;
  bottom: 36px;
  width: 97%;
  left: 3px;
}
.playlist-tab-header{
  background-color: transparent;
  border-radius: 5px;
}
.playlist-tab-header .nav{
  justify-content: center;
}
.playlist-tab-header .nav li{
    background-color: #ffffff5c;
    width: 33.33%;
    text-align: center;
    color:#fff;
    border-right:1px solid #ffffff2e;
}
.playlist-tab-header .nav li:nth-last-child(1){
  border-right:none;
}
.playlist-tab-header .nav li:first-child .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.playlist-tab-header .nav li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.playlist-tab-header .nav li:nth-last-child(1){
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.playlist-tab-header .nav-link{
  color:#fff;
}
.playlist-tab-header .nav-link.active{
  background-color: #000;
  color:#fff;
}
.playlist-tab-content {
  display: none;
}
.playlist-tab-content.show {
  display: block;
} 
.special-radio.form-check-input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.contact-radio-wrapper{
  width: 50%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 10px !important;
  color: #000;
  cursor: pointer;
  transition: .3s;
}
.contact-radio-wrapper.wrapper-1{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #0000004d;
}
.contact-radio-wrapper.wrapper-2{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contact-radio-wrapper h5{
  cursor: pointer;
}
.contact-radio-wrapper:hover{
  background-color: #000;
  color:#fff;
}
.contact-radio-wrapper label{
  width: 100%;
  text-align: center;
}
.contact-radio-wrapper.label-active{
  background-color: #000;
  color:#fff;
}
.floating-remove-btn{
  position: absolute;
  top:0;
  right:0;
  color:#fff;
  background-color: #990a0a;
  font-size: 24px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-bottom-left-radius: 5px;
}
.floating-remove-btn:hover{
  color:#fff !important;
}
@media (min-width:1023px){
  .video-wrapper {
    position: relative;
    width: 324px;
    height: 187px;
  } 
  .thumbnail-wrapper{
    position: relative;
    width: 324px;
    height: 187px;
  }
}
@media (min-width:1200px){
  .video-wrapper {
    position: relative;
    width: 362px;
    height: 212px;
  } 
  .thumbnail-wrapper{
    position: relative;
    width: 362px;
    height: 212px;
  }
}
.admin-special-radio.form-check-input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.admin-radio-wrapper{
  background-color: #0d6efd;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.admin-radio-wrapper label{
  cursor: pointer;
  color: #fff !important;
}
.admin-radio-wrapper.active-radio{
  background-color: #0e428f;
}
.full-size-img{
  height: 100%;
  width:100%;
  object-fit: cover;
}
.live-text{
  font-size: 16px;
}
.live-badge{
  color:#fff;
  display: flex;
  align-items: center;
}
.live-badge:hover{
  color:#fff;
}
.live-badge svg{
  height: 14px;
  width:14px;
  margin-right: 5px;
}
.cke_notification, .cke_notification_warning, .cke_notification_message{
 display: none !important;
 opacity: 0 !important;
 visibility: hidden !important; 
}

#promotionModalContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 6px;
}