
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
html {
width: 100vw;
overflow-x: hidden;
box-sizing: border-box;
}

header {
    width: -webkit-fill-available;
}

#filter-box-container {
    width: 100%;
}

body {
width: 100vw;
box-sizing: border-box;
}
body {
    font-family: 'Quicksand', sans-serif;
    background-color: #000;
    color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* === Share Buttons Section === */
.share-buttons {
    background: #0a0909;
    color: #fff;
    padding: 12px 0;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: inset 0px 20px 15px rgb(0 0 0 / 67%), 0px 20px 20px 0px rgb(210 26 26 / 31%);
}

.share-buttons .container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.share-buttons-block {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sbb-title span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.sbb-title p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

/* ShareThis Buttons Container */
.sharethis-inline-share-buttons {
    margin-left: auto;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 600px) {
    .share-buttons .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .sharethis-inline-share-buttons {
        justify-content: flex-start;
        margin-top: 10px;
    }
}

.genre-container {
    margin: 3px;  
    display: inline-block;  
}
.slide-anime-sub-sub-anime-txt .slide-list-ele {
    margin-left: 8px;  
}

.list-element-icon {
    margin-right: 8px; 
}

.load-more-btn {
    width: -webkit-fill-available;
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #000000;
    color: white;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.load-more-btn:hover {
    background-color: #cc0000;
}

@media (max-width: 768px) {
    .carousel-btn {
        display: none !important;
    }
}


.genre-box {
    background-color: #1c1c1c00;  
    color: #fff;  
    padding: 5px 10px;
    border-radius: 3px;  
    font-size: 12px;  
    border: 1.5px solid red;  
    transform: skew(-20deg);  
    margin-top: 5px;  
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0000;
}

.section-container {
    position: relative;
    margin: 20px auto;
    background-color: transparent;
    border-radius: 8px;
    padding: 1em;
    text-align: left;
}

.section-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.section-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1.5em;
    background-color: #e50914;
    margin-right: 10px;
}

.sc-a-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.sc-a-b-image {
    width: 50px;
    height: 75px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 5px;
}

.sc-a-h-items {
    display: contents;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%; /* Ensure the container takes the full width */
    overflow-x: auto; /* Allow horizontal scrolling if needed */
}

.sc-a-h-item {
    flex: 0 0 auto;
    text-align: center;
    padding: 10px;
    cursor: pointer;

    border-radius: 8px;
    margin: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-width: 100px; /* Ensure each item has a minimum width */
}

.sc-a-h-item:hover {
    background-color: #333;
    transform: scale(1.05);
}

#active-sc-a-item {
    background-color: #e50914;
    color: white;
}

.sc-a-h-day {
    font-size: 1.5em; /* Enlarge the day text */
    font-weight: bold; /* Make the day text bold */
    text-transform: uppercase; /* Capitalize the day text */
}

.sc-a-h-date {
    font-size: 1em;
    font-weight: bold;
}

.sc-a-body {
    overflow: hidden;
}

.sc-a-b-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sc-a-b-item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #110e0e;
    border: 1px solid #1f1f1f;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sc-a-b-item:hover {
    background-color: #1e1e1e;
    transform: scale(1.02);
}

.sc-a-b-a {
    display: flex;
    align-items: center;
}

.sc-a-b-time {
    font-size: 1.5em;
    color: cyan;
    margin-right: 10px;
}

.sc-a-b-name {
    margin-left: 10px;
}

.sc-a-b-number {
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

.present-time-indicator {
    text-align: right;
    font-size: 14px;
    margin-top: -15px;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.red-overlay.visible {
    opacity: 1;
}

.delete-icon {
    font-size: 50px;
    cursor: pointer;
    border-radius: 50%;
}

.anime-logo {
    margin-bottom: 20px;
    display: block;
    max-width: 150px;
    height: auto; 
}

@media (max-width: 768px) {
    .sc-a-h-item {
        flex: 1 1 45%;
        margin: 10px 5px;
    }

    .tile-container {
    width: 10em !important;
    height: 17em !important;
    }
    .sc-a-b-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .sc-a-b-time {
        font-size: 1.2em;
    }

    .sc-a-b-number {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .details {
        display: none !important;
    }
}


@media (max-width: 480px) {
    .sc-a-h-item {
        flex: 1 1 100%;
        margin: 10px 0;
    }
                    
    /* Tile container */
    .tile-container {
    width: 10em !important;
    height: 17em !important;
    }

    .sc-a-b-time {
        font-size: 1em;
    }

    .sc-a-b-number {
        font-size: 0.9em;
    }

    .present-time-indicator {
        font-size: 12px;
    }
}

.carousel {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 400px;
}
