/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 10:16:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.data-mobile-search-result-area {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 1000 !important;
    }
.schedule-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.hide-popup #popup-notice {
  display: none !important;
}

.popup-container {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
}

.popup-content {
  background: #1a1a1a;
  color: #fff;
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 25px 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.4);
  animation: fadeIn 0.4s ease;
}

.important-banner {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #ff0033, 0 0 25px #ff0033;
  animation: glowBanner 2s infinite ease-in-out;
}

.popup-text {
  font-size: 15px;
  margin: 15px 0;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.6;
  color: #fff;
}

.hindi {
  font-size: 14.5px;
}

.highlight {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

.popup-separator {
  height: 4px;
  background: linear-gradient(90deg, #ff0055, #ff8800, #00ffee, #ff0055);
  background-size: 300% 100%;
  animation: gradientMove 4s infinite linear;
  border-radius: 99px;
  margin: 15px 0 20px;
}

.brave-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ff0044, #ff4444);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 10px auto 20px;
  min-width: 140px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.brave-btn i {
  margin-right: 8px;
}

.brave-btn:hover {
  background: linear-gradient(145deg, #ff4444, #ff0044);
  transform: scale(1.05);
}

.got-it-btn {
  width: 100%;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.got-it-btn:hover {
  background: #fff;
  color: #000;
}

@keyframes glowBanner {
  0% { text-shadow: 0 0 5px #ff0033, 0 0 10px #ff0033; }
  50% { text-shadow: 0 0 25px #ff0033, 0 0 35px #ff0033; }
  100% { text-shadow: 0 0 5px #ff0033, 0 0 10px #ff0033; }
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 480px) {
  .popup-content {
    max-width: 90%;
    padding: 18px;
  }

  .popup-text {
    font-size: 14px;
  }

  .brave-btn, .got-it-btn {
    font-size: 14px;
    padding: 10px 0;
  }
}


.from-primary {
    border: 2px solid red !important; /* Red border */
    border-radius: 8px; /* Rounded corners */
    display: inline-block; /* Ensures proper border wrapping */
    box-shadow: 0 0 8px red; /* Stronger red shadow */
}

.anime-image img {
	
border-radius: 15px; border: 2px solid red !important;}

.anime-featured img {
	
border-radius: 15px; border: 2px solid red !important;}

.thumbnail_url_episode_list img {
	
border-radius: 15px; border: 2px solid red !important;}

@keyframes neon-glow {
    0% { text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; }
    50% { text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white; }
    100% { text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; }
}

.current-episode {
    animation: neon-glow 1.5s infinite alternate ease-in-out;
}


.episode-list-item-title {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    display: block !important;
}



a {
    user-select: none; /* Disable text selection */
    -webkit-user-drag: none; /* Prevent dragging (for images inside links) */
    -webkit-tap-highlight-color: transparent; /* Remove highlight on long press */
    text-decoration: none; /* Keep the link clean without underline */
  }


/* Popup Links */
.content {
  text-align: center;
  margin-top: 50px;
}



/* Credits Section */
.credits-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px;
  gap: 15px;
  cursor: grab;
}

.credits-slider::-webkit-scrollbar {
  display: none; /* Hide the scrollbar */
}

.credit-item {
  flex-shrink: 0;
  width: 200px; /* Container width */
  aspect-ratio: 1; /* Ensures 1:1 ratio */
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #1e1e1e;
  box-shadow: 5px 5px 15px #000, -5px -5px 15px #333;
}

.credit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container */
}

.credit-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Black background with transparency */
  backdrop-filter: blur(5px); /* Blurry effect */
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
}






.title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffffff; /* White */
}

/* Tabs Slider */
.tabs-slider {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}

.tabs {
  display: flex;
}

.day-tab {
  flex: 0 0 auto;
  width: 120px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background: linear-gradient(135deg, #1e1e2f, #2a2a3b);
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  color: #ffffff;
}

.day-tab.active {
  border: 2px solid #ffffff; /* White */
}

.day-tab:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(255, 255, 255, 0.4); /* White glow */
}

.calendar-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.day {
  font-size: 0.9rem;
  font-weight: bold;
}

.date {
  font-size: 0.8rem;
}

/* Schedule Content */
.schedule-content {
  background-color: #1e1e2f;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2); /* Subtle white shadow */
}

.schedule-placeholder {
  text-align: center;
  font-size: 1rem;
  color: #ffffff; /* White */
  padding: 20px;
}

.schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ffffff; /* White */
}

.schedule-item:last-child {
  border-bottom: none;
}

.time {
  font-size: 1rem;
  color: #ffffff; /* White */
  flex: 1;
}

.anime-name {
  font-size: 1rem;
  color: #ffffff; /* White */
  text-decoration: none;
  font-weight: bold;
  flex: 2;
  text-align: center;
}

.anime-name:hover {
  text-decoration: underline;
}

.episode {
  font-size: 1rem;
  color: #ffffff; /* White */
  flex: 1;
  text-align: right;
}






.anime-score-box {
	display: none !important;
	}



#episode-list-data {
  position: relative;
  min-height: 100px; /* Set a minimum height to show the animation properly */
}

#loading-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff; /* White color for the dots */
  display: inline-block;
  animation: bounce 0.6s infinite alternate;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

#episode-list-content {
  display: none; /* Initially hide the episode content */
}

#playernotice, .flag, #social_count {display: none;}
	img{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}  
-webkit-tap-highlight-color:rgba(255, 255, 255, 0);}


h2[id], h3[id], h6[id]{
	scroll-margin-top: 40px;
}
html{
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion:reduce){
	html{
		scroll-behaviour: auto;
	}
}

/* Bell Container */
#bell-container {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 1000;
}

#bell-icon {
    width: 50px;
    height: 50px;
    background: #ff0000; /* Use 'background' instead of 'background-color' */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: glowing 1.5s infinite alternate;
}


#bell-icon i {
    font-size: 24px;
    color: #fff;
}
