li.page-item.disabled .page-link {
    background: #15161cc2;
    color: #3f4148c7;
}

.color-mode button {
    cursor: pointer;
    color: #666 !important;
}

.custom-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
    border-width: 3.5px;
}

.movie-action-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.disabled {
  pointer-events: none;
  opacity: 0.8;
  cursor: not-allowed;
}

.reacted {
    background: var(--theme-color);
    color: #fff !important;
}

.terms-content{
    color: #fff;
}

.terms-content h1, .terms-content h2, .terms-content h3, .terms-content h4, .terms-content h5, .terms-content h6 {
    color: #fff;
}

.terms-content a {
    color: var(--theme-color);
}
.terms-content a.theme-btn {
    color: #fff;
}

/* Specific styling for your custom bullet list */
li[data-list="bullet"] {
  list-style-type: disc !important;
}

li[data-list="bullet"] > .ql-ui {
  display: none !important; /* Hide the Quill UI element */
}

.form-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-info-color)
}
.form-section h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.required {
    color: #dc3545;
}
.legal-info {
    background-color: var(--border-info-color);
    padding: 1.5rem;
    border-radius: 6px;
    font-size: 0.9rem;
}
.legal-info h4 {
    color: #fff;
}
.legal-info ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.legal-info ul li {
  list-style-type: disc !important;
}

.legal-info a{
    color: var(--theme-color);
}

label.form-check-label a {
    color: var(--theme-color);
}

.dropdown-menu.mega-menu {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

/* Optional: scrollbar style */
.dropdown-menu.mega-menu::-webkit-scrollbar {
  width: 10px;
}
.dropdown-menu.mega-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}


/* 18+ Gate */
.age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.age-gate-content {
    max-width: 600px;
    padding: 30px;
    background: #1a1a1a;
    border-radius: 10px;
    text-align: center;
    border: 2px solid var(--theme-color);
}

.age-gate-content h2{
    color: var(--theme-color);
}

.btn-enter {
    background: linear-gradient(to right, var(--theme-color), #08b0d9);
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    margin: 15px 5px;
    color: #fff;
}
.btn-exit {
    background: #333;
    border: none;
    color: #fff;
    padding: 10px 30px;
    margin: 15px 5px;
}
.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.movie-img.flex-movie {
  touch-action: pan-y; /* Enable vertical scrolling */
}


video.videoPreview {
    width: 243.2px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    pointer-events: none;
}

.line-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  z-index: 10;
  overflow: hidden;
}

.line-track {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.line-progress {
  position: absolute;
  height: 100%;
  width: 0%;
  background: var(--theme-color);
  animation: none;
}

.adsCoverOverlay {
    position: absolute;
    z-index: 800;
    background: #000;
    width: 100%;
    height: 100%;
}

.heylaPreload {
    position: absolute;
    z-index: 999;
}