@import url('https://fonts.cdnfonts.com/css/akira-expanded');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.cdnfonts.com/css/kozuka-gothic-pr6n');
@import url('https://fonts.cdnfonts.com/css/good-times-2');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    scrollbar-width: auto;
    scrollbar-color: #e99935 #ffffff;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #e99935;
    border-radius: 0px;
    border: 1px solid #ffffff;
}
html {
    background: #242424;
}

body {
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
}

main {
    min-height: 400px;
    padding-top: 125px;
}

header {
    display: flex;
    align-items: center;
    padding: 40px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    gap: 20px;
    z-index: 3;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: transparent linear-gradient(180deg, #000000 10%, #FFFFFF00 75%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: -1;
}

header #logo {
    font-family: 'Akira Expanded', sans-serif;
    font-size: 40px;
}

header a {
    color: white;
}

header nav ul li a.active {
    color: #E48D1D;
    text-decoration: underline;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin-left: 20px;
}

header .right-side {
    display: flex;
    gap: 30px;
    margin-left: auto;
}

.search-input {
    position: relative;
    width: 185px;
}

.search-input input {
    border-radius: 15px;
    background-color: #181414;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: white;
    outline: none;
}

.search-input button {
    position: absolute;
    right: 8px;
    top: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-input button img {
    cursor: pointer;
}

.btn-radius {
    font-family: Arial, sans-serif;
    background-color: #181414;
    border: 2px solid #fff;
    color: white;
    border-radius: 15px;
    font-size: 14px;
    padding: 5px 20px;
    text-wrap: nowrap;
}
.hamburger-menu-link {
    display: none;
}
.hamburger-menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.hamburger-menu .line {
    width: 20px;
    height: 3px;
    background-color: white;
    border-radius: 5px;
}

@media screen and (max-width: 1100px) {
    header {
        flex-direction: column;
    }
    header .right-side {
        margin-left: unset;
    }
    main {
        padding-top: 220px;
    }
}

@media screen and (max-width: 600px) {
    main {
        padding-top: 170px;
    }
    .hamburger-menu-link {
        display: block;
    }
    header {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
    }
    header nav ul {
        display: none;
    }
    header .right-side {
        width: 100%;
        justify-content: space-between;
    }
    header .right-side .search-input input,
    header .right-side form,
    header .right-side .search-input input {
        width: 100%;
    }
    header nav ul.active {
        display: flex;
        position: absolute;
        top: 135px;
        left: 0;
        background: #1B1B1B;
        padding: 15px;
        flex-direction: column;
        width: calc(100% - 40px);
        border-radius: 10px;
        gap: 0;
    }
    header nav ul li a {
        padding: 5px;
        width: 100%;
        display: block;
    }
}

#home-slider {
    position: relative;
    width: 100%;
    height: 800px;
}

#home-slider .slider {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#home-slider .slider.active {
    display: block;
}

#home-slider .slider:before {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    left: -1194px;
    width: 4809px;
    height: 1216px;
    background: transparent linear-gradient(90deg, #D7D7D7 0%, #FFFFFF 0%, #242424 0%, #242424 28%, #242424D3 43%, #242424CB 45%, #12121292 61%, #0000007A 67%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 2;
}

.slider .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.slider .content {
    position: absolute;
    top: 200px;
    left: 100px;
    z-index: 2;
    width: 600px;
    animation: fadeIn 2s;
}

.slider .slider-subtitle {
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    color: white;
    font-size: 30px;
    line-height: 1;
}
.slider .slider-title {
    font-family: 'Poppins', sans-serif;
    color: #E48D1D;
    font-size: 60px;
}
.slider .slider-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: white;
}

.slider-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-size: 18px;
    margin: 20px 0;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #00000059;
    background: #E48D1D 0% 0% no-repeat padding-box;
    border-radius: 9px;
}
.slider-rating {
    color: white;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-size: 16px;
}
.slider-categories {
    color: white;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-size: 16px;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.slider-categories > div {
    display: flex;
    flex-direction: column;
}
.slider-categories > div span:nth-child(2) {
    color: #E48D1D;
}
.slider-arrows .slider-left-arrow {
    position: absolute;
    top: 40%;
    left: 40px;
    z-index: 2;
}
.slider-arrows .slider-right-arrow {
    position: absolute;
    top: 40%;
    right: 40px;
    z-index: 2;
}
.title {
    font-family: 'Akira Expanded', sans-serif;
    font-size: 26px;
    letter-spacing: 0;
    color: #E48D1D;
    text-shadow: 0 7px 10px #000000;
}
@media screen and (max-width: 1100px) {

    .slider .content {
        top: 230px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .slider-btn {
        margin: 20px auto;
    }

    .slider-categories {
        justify-content: center;
    }

    .slider-arrows .slider-left-arrow {
        left: 20px;
    }

    .slider-arrows .slider-right-arrow {
        right: 20px;
    }
}

@media screen and (max-width: 730px) {
    #home-slider .slider:before {
        background: linear-gradient(0deg, #242424, #242424a6);
    }
    .slider .background-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #home-slider {
        height: 600px;
    }
    .slider .content {
        width: calc(100% - 70px);
    }
    .slider-btn {
        font-size: 16px;
    }
    .slider .slider-subtitle {
        font-size: 20px;
    }
    .slider .slider-title {
        font-size: 30px;
    }
    .slider .slider-desc {
        font-size: 14px;
    }
    .slider-arrows .slider-left-arrow {
        left: 5px;
        top: 50%;
    }

    .slider-arrows .slider-right-arrow {
        right: 5px;
        top: 50%;
    }
}

@media screen and (max-width: 600px) {
    .slider .content {
        top: 160px;
    }
    .slider .slider-title {
        font-size: 30px;
    }
    .slider .slider-btn {
        font-size: 14px;
        width: 120px;
        height: 30px;
    }
    .slider-categories, .slider-rating {
        font-size: 14px;
    }
    .slider-arrows .slider-right-arrow, .slider-arrows .slider-left-arrow {
        top: 40%;
    }
    .title {
        font-size: 24px;
    }
}



.title-center {
    text-align: center;
}
.title-bg-black {
    font-size: 18px;
    width: 100%;
    background-color: black;
    padding: 10px;
}
.title-light {
    text-shadow: 0px 9px 76px #FFFFFF;
    color: white;
}
.title-white {
    color: white;
}
.title-lg {
    font-size: 50px;
}
.title-sm {
    font-size: 25px
}
.title-type-2 {
    font-family: 'Good Times Rg', sans-serif;
    font-size: 18px;
    color: #E48D1D;
    box-shadow: none;
}

.badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    z-index: 2;
}
.badge-list .badge-right {
    margin-left: auto;
}
.badge {
    font-family: 'Akira Expanded', sans-serif;
    font-size: 10px;
    padding: 2px 5px;
    color: black;
}
.badge.img-sm{
    line-height: 0;
    padding: 0 5px;
}
.badge.img-sm img {
    height: 17px;
}
.badge.img-lg{
    line-height: 0;
    padding: 2px 5px;
}
.badge.img-lg img {
    height: 20px;
}
.badge-white {
    background: white;
}
.badge-yellow {
    background: #FADD95;
}
.badge-red{
    background: #920000;
}
.badge-purple {
    background: #DFB5CE;
}
.badge-purple-dark {
    background: #590D94;
}
.badge-green {
    background: #B6E3AE;
}
.d-flex {
    display: flex;
}
.m-2 {
    margin: 20px;
}
.m-4 {
    margin: 40px;
}
.mt-2 {
    margin-top: 20px;
}
.mt-4 {
    margin-top: 40px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-6 {
    margin-bottom: 60px;
}
.text-center {
    text-align: center;
}
.advert-area {
    width: 120px;
    background-color: black;
}
.advert-area img {
    width: 100%;
}
.column-left {
    width: 100%;
    max-width: 660px;
    min-width: 320px;
}
.column-left .column-header {
    flex-wrap: wrap;
}
.column-right .column-header {
    flex-direction: column;
}
.column-right {
    max-width: 400px;
    width: 100%;
}
.column-header {
    display: flex;
    justify-content: space-between;
    height: 80px;
}
.column-header .pagination {
    margin-top: 9px;
}
.column-left .column-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.column-right .column-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 730px) {
    .column-header .pagination {
        margin-top: 0px;
    }
    .column-header {
        height: auto;
        gap: 15px;
        margin-bottom: 15px;
    }
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-between {
    justify-content: space-between;
}
.gap-20 {
    gap: 20px;
}
.max-w-700 {
    max-width: 700px;
}
.max-w-400 {
    width: 400px;
}
.w-100 {
    width: 100%;
}
.w-25 {
    width: 25%;
}
.min-width-150 {
    min-width: 250px;
}
.align-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
@media screen and (max-width: 775px) {
    .m-flex-wrap {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1100px) {
    .advert-area {
        display: none;
    }
}
 .nativeScrollTouch {
     box-sizing: border-box;
     position: relative;
 }

.nativeScrollTouch .viewport {
    width: 100%;
    overflow: hidden;
}

.premium-series-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}
.serie-card {
    position: relative;
    width: 230px;
    min-width: 200px;
}
.serie-card .poster {
    position: relative;
    margin-bottom: 10px;
}
.serie-card .poster::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background: transparent linear-gradient(180deg, #000000 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.serie-card .poster > img {
    width: 100%;
}
.serie-card .serie-title {
    font-family: Arial,serif;
    font-size: 18px;
    color: white;
}
.serie-card .info {
    font-family: Arial, serif;
    font-size: 16px;
    color: #8A8A8B;
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.serie-card .poster .poster-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    padding: 7px 5px;
    font-family: Arial,serif;
    font-size: 12px;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 97%);
}
.serie-card .category {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.serie-card .category span:first-child {
    font-family: Arial,serif;
    font-size: 13px;
    color: white;
}
.serie-card .category span:last-child {
    font-family: Arial,serif;
    font-size: 13px;
    color: #666666;
}
.serie-card .badge-list {
    position: absolute;
}
.pagination ul {
    display: flex;
    gap: 5px;
}
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 18px;
    background-color: white;
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 14px;
    color: black;
}
.pagination a.active {
    background-color: #E48D1D;
    color: white;
}
.pagination a.last {
    font-size: 10px;
    width: 38px;
    background-color: #E48D1D;
}
.serie-card.sm {
    width: 150px;
    min-width: 140px;
}
.serie-card.sm .poster {
    margin-bottom: 5px;
}
.serie-card.sm .badge {
    font-size: 8px;
}

.serie-card.sm .serie-title {
    font-size: 13px;
}
.tab-list {
    display: flex;
    align-items: center;
    height: 50px;
}

.tab-list ul {
    display: flex;
    gap: 20px;
}
.tab-list a {
    font-family: Arial, serif;
    font-size: 14px;
    color: #666666;
}
.tab-list a.active {
    color: white;
}
.popular-card {
    display: flex;
    align-items: center;
    background-color: #1B1B1B;
    box-shadow: 0px 4px 12px #6C6B6B;
    padding: 12px;
    gap: 10px;
    height: 110px;
    min-width: 320px;
}
.popular-card .poster {
    height: 100%;
}
.popular-card .poster > img {
    height: 100%;
}
.popular-card .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-family: 'Akira Expanded', sans-serif;
    font-size: 24px;
    border-radius: 5px;
    border: 2px solid #6C6B6B;
    color: white;
}
.popular-card .number.number-orange {
    background-color: #E48D1D;
    color: black;
    border: 0;
}
.popular-card .number.number-red {
    background-color: #9E0A29;
    color: black;
    border: 0;
}
.popular-card .number.number-green {
    background-color: #0A9E0A;
    color: black;
    border: 0;
}
.popular-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.popular-card .content .serie-title {
    font-size: 16px;
    font-family: Arial,serif;
    color: white;
}
.popular-card .content .season {
    font-size: 14px;
    font-family: Arial, serif;
    color: white;
}
.popular-card .content .info {
    display: flex;
    align-items: flex-end;
}
.popular-card .content .info .badge-list {
    height: 12px;
}
.popular-card .content .info .badge-list .badge {
    font-size: 8px;
}
.popular-card .content .info .serie-type {
    color: #666666;
    font-size: 14px;
    font-family: Arial, serif;
}
.category-card {
    display: flex;
    height: 83px;
    background-color: #505050;
    gap: 20px;
    padding: 5px;
    min-width: 300px;
}
.category-card:nth-child(2n+1) {
    background-color: #000000;
}
.category-card .poster img {
    height: 100%;
}
.category-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.category-card .serie-title {
    font-size: 13px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category-card .badge-list .badge {
    font-size: 8px;
}
.category-card .info {
    display: flex;
    justify-content: space-between;
}
.category-card .info {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #8F8F8F;
}
.category-card .rating {
    display: flex;
    gap: 20px;
}
.category-card .eps-count {
    font-family: 'Akira Expanded', sans-serif;
    background-color: #1EA215;
    color: white;
    padding: 3px 5px;
    font-size: 9px;
}
.btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Akira Expanded', sans-serif;
    text-shadow: 0px 4px 8px #6C6B6B;

    color: black;
    background-color: #505050;
    padding: 10px;
}
.serie-banner {
    display: flex;
    width: 100%;
    height: 300px;
}
.serie-banner .left {
    position: relative;
    width: 50%;
    height: 100%;
}
.serie-banner .left .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #242424e0 0% 0% no-repeat padding-box;
}
.serie-banner .left .poster img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.serie-banner .left .content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    left: 100px;
}

.serie-banner p {
    font-family: 'Poppins', sans-serif;
    color: white;
}

@media screen and (max-width: 800px) {
    .serie-banner .right {
        display: none;
    }
    .serie-banner .left {
        width: 100%;
    }
    .serie-banner .left .content {
        left: 20px;
    }
}

.badge-2 {
    font-family: Arial, sans-serif;
    font-size: 8px;
    border-radius: 5px;
    border: 1px solid white;
    background-color: #E48D1D;
    color: white;
    padding: 5px;
}
.badge-2.badge-2-dark {
    background-color: #242424;
}
.badge-2.badge-2-lg {
    font-size: 12px;
}
.serie-banner .right {
    width: 50%;
}
.serie-banner .right .poster{
    height: 100%;
    width: 100%;
}
.serie-banner .right .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.most-viewed-list {
    background-color: #1B1B1B;
}
.category-card.most-viewed {
    background-color: transparent !important;
}
.category-card.most-viewed .content {
    justify-content: center;
    gap: 10px;
}
.category-card.most-viewed .info {
    font-size: 12px;
}
.btn-dark {
    background-color: #201C1C;
    color: #666666;
    padding: 5px 20px;
    font-size: 12px;
    font-family: Arial, serif;
    box-shadow: 0px 1px 10px #F8F8F859;
    line-height: 4;
    margin-left: 10px;
}
footer {
    display: flex;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 20px;
    min-height: 400px;
    padding: 40px;
    gap: 20px;
    background: transparent linear-gradient(180deg, #242424 0%, #292929ED 30%, #6C6C6C00 100%) 0% 0% no-repeat padding-box;
}
footer a{
    color: #9B998D;
}
footer ul {
    margin-top: 10px;
}
footer ul li {
    margin-bottom: 10px;
}

.checkbox-wrapper-22 {
    line-height: 0;
    margin-right: 10px;
}

.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 60px;
}

.checkbox-wrapper-22 .switch input {
    display:none;
}

.checkbox-wrapper-22 .slider {
    background-color: #D5B14C;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 15px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 15px;
}

.checkbox-wrapper-22 input:checked + .slider {
    background-color: #66bb6a;
}

.checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(35px);
}

.checkbox-wrapper-22 .slider.round {
    border-radius: 6px;
}

.checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
}

input[type="checkbox"]
{
    vertical-align:middle;
}

main#home {
    padding-top: 0;
}
#home #only-for-premium {
    margin-bottom: 60px;
}

#home #recently-added {
    display: flex;
    margin: 20px;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: space-between;
}

#home #dubbed-anime {
    display: flex;
    margin: 20px;
    gap: 20px;
    justify-content: space-between;
}

#home #counter {
    margin: 60px 0;
}

#home #subbed-anime {
    display: flex;
    margin: 20px;
    gap: 20px;
    justify-content: space-between;
}

#home #categories {
    display: flex;
    gap: 15px;
    margin: 60px 20px;
}

#home #categories > div {
    width: 100%;
}

#home #movies {
    display: flex;
    margin: 20px;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: space-between;
}

@media screen and (max-width: 990px) {
    footer {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1280px) {
    #home #categories {
        flex-wrap: wrap;
    }
    #home #categories > div {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 730px) {
    #home #categories > div {
        width: 100%;
    }
}
@media screen and (max-width: 730px) {
    #home #recently-added, #home #dubbed-anime, #home #subbed-anime, #home #movies {
        flex-wrap: wrap;
    }
    #home .column-left .column-content {
        justify-content: space-between;
    }
    .column-right {
        width: 100%;
        max-width: 100%;
    }
}


#detail {
    background: url("img/detail/bg.svg");
    background-size: 107%;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
}

#detail #info {
    display: flex;
    gap: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
}

#info .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 240px;
}

#info .left .poster img {
    width: 100%;
}
.text-orange {
    color: #E48D1D;
}

.text-dark {
    color: #B7B7B7;
}

#info .rating {
    display: flex;
    justify-content: space-between;
}

#info .vote {
    display: flex;
    gap: 20px;
}

#info .vote a {
    display: block;
    position: relative;
    width: 65px;
}

#info .vote .like a img {
    position: absolute;
    top: -9px;
    right: 0;
}

#info .vote .dislike a {
    text-align: right;
    width: 80px;
}
#info .vote .dislike a img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#info .favorite a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

#info .favorite a {
    display: flex;
    gap: 5px;
}

#info .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1000px;
}
#info .right .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#info .right .video img {
    width: 100%;
}

@media screen and (max-width: 1100px){
    #info .right .info {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 600px){
    #info {
        flex-direction: column;
    }
    #detail {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#info .right .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 400px;
}

#info .right .content ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#info .right .content ul li span {
    display: block;
    width: 72px;
    float: left;
}

#info .right .content-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
}

#info .right .desc .show-more {
    color: white;
}

#info .right .desc p {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.10s ease-out;
}

#info .right .desc p.active {
    max-height: 100%;
    transition: max-height 0.10s ease-in;
}

#video {
    margin-bottom: 30px;
}
#video > div{
    display: flex;
    gap: 10px;
}

.episode-column .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.episode-column {
    width: 100%;
    max-width: 400px;
}
.episode-column > .content {
    max-height: 520px;
    overflow-y: scroll;
}

.player-column .player-btn-group {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;
}

.player-btn-group .social-media {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.player-column .player {
    width: 100%;
    height: 570px;
}

.player-column .player img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.player-column .player-btn {
    display: flex;
    flex-wrap: wrap;
    color: white;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

.player-column .player-btn img {
    width: 10px;
}

.player-column .player-btn a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
    gap: 3px;
}

.player-column .player-btn .status {
    color: #35859D;
}

.watching-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    text-align: center;
    background-color: #35859D;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.watching-tag span:last-child {
    font-family: "Akira Expanded", sans-serif;
}

.watching-container p {
    position: absolute;
    top: 60px;
    font-family: Arial, serif;
    font-size: 15px;
    text-align: center;
}
.watching-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    gap: 10px;
}

.helper-btn-group {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 60px;
}

.helper-btn-group .add-to-playlist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    font-family: "Akira Expanded", sans-serif;
    color: white;
    font-size: 14px;
    background-color: #24C119;
    padding: 5px 10px;
    margin-left: auto;
}

.helper-btn-group label.title {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 20px;
}

.translator {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: white;
    height: 30px;
    width: 100px;
}

.translator.red {
    background-color: #920000;
}

.translator.purple{
    background-color: #590D94;
}
#detail #recently-updated {
    display: flex;
    gap:20px;
}
#detail #recently-updated .column-left {
    max-width: 1000px;
}
#detail #recently-updated .column-header {
    height: auto;
    margin-bottom: 10px;
}
.watch-btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1100px){
    #video > div {
        flex-wrap: wrap;
    }
    .episode-column {
        max-width: 100%;
    }
    .episode-column > .content {
        max-height: 300px;
    }
}
@media screen and (max-width: 900px) {
    .player-column .player-btn-group {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .player-btn-group .social-media {
        justify-content: center;
    }
    .helper-btn-group {
        flex-direction: column;
    }
    .player-column .player-btn {
        justify-content: center;
    }
    .helper-btn-group .add-to-playlist {
        margin-left: unset;
    }
    .watching-container {
        margin-bottom: 60px;
    }
    .episode-column .header {
        flex-direction: column;
    }
}
@media screen and (max-width: 730px) {
    #detail #recently-updated {
        flex-direction: column;
    }
    #detail #recently-updated .column-left .column-content {
        justify-content: space-between;
    }
}

#discussion {
    display: flex;
    margin-right: 20px;
    margin-top: 50px;
    gap: 20px;
}

#discussion .column-left {
    max-width: 850px;
}

#discussion .column-right {
    max-width: 400px;
    margin-left: auto;
}

@media screen and (max-width: 1100px) {
    #discussion .column-right {
        display: none;
    }
}

#discussion .column-right .advert-area {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-family: "Akira Expanded";
    font-size: 30px;
}

.comment-container {
    width: 100%;
}

.comment-container .input-group {
    position: relative;
}
.comment-container input::placeholder{
    color: white;
}

.comment-container .input-group input {
    background-color: #616161;
    border: 2px solid white;
    border-radius: 6px;
    color: white;
    height: 30px;
    width: 100%;
    padding-left: 5px;
    outline: none;
}
.comment-container .input-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 50px;
    background-color: #1E1E1E;
    border: 2px solid #E48D1D;
    color: white;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.discussion-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.discussion-row:first-child {
    align-items: center;
}
.discussion-row {
    margin-bottom: 40px;
}
.comment-container {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: white;
}
.discussion-row .comment {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.user-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.user-info .username {
    font-weight: bold;
}
.user-info .time {
    font-size: 12px;
}
.comment .footer {
    display: flex;
    gap: 10px;
    align-items: center;
}
.comment .add-reply {
    color: white;
    font-size: 14px;
}
.comment .vote {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}
.reply-container form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reply-btn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 150px;
    margin-left: auto;
}
.reply-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}
.reply-profile input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #6C6B6B;
    background-color: transparent;
    outline: none;
    color: white;
    padding: 10px 0;
}
.reply-btn a, .reply-btn button {
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
}
.reply-btn button {
    color: #E48D1D;
}
.reply {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.reply .user-info {
    margin-bottom: 10px;
}

.profile-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 60px;
    width: 100%;
    min-width: 200px;
    background: #353535;
}

.profile-card img {
    width: 100%;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.list-dot {
    position: relative;
}

.list-dot:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 4px;
}

.green.list-dot:after {
    background: #00EC00;
}

.blue.list-dot:after {
    background: #0019FF;
}

.yellow.list-dot:after {
    background: #F7FF00;
}

.red.list-dot:after {
    background: #FF0000;
}
.profile-content {
    background: #353535;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.playlist-btn {
    color: white;
    font-family: Poppins, serif;
    font-size: 14px;
}

.playlist-btn .playlist-btn-card {
    background: #242424;
    width: 100%;
    font-size: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    height: 200px;
}

.playlist-card {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
}

.playlist-card .cover {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}

.playlist-card .img {
    width: 50%;
    height: 100px;
}

.playlist-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playlist-card .info .other {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-card .info .other span {
    color: #4B4B4B;
    font-size: 11px;
}

.playlist-card .playlist-title {
    color: white;
}

#profile .episode-column {
    margin-top: 20px;
    max-width: 100%;
}

#profile .page-content {
    display: flex;
    width: 100%;
    gap: 20px;
}

#profile .page-content .page-left {
    width: 25%;
}

#profile .page-content .page-right {
    width: 75%;
}

.playlist-container {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.playlist-item {
    width: 170px;
    height: 266px;
}

@media (max-width: 795px) {
    #profile .page-content {
        flex-wrap: wrap;
    }
    #profile .page-content .page-left {
        width: 100%;
    }

    #profile .page-content .page-right {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .playlist-container {
        justify-content: space-evenly;
    }
    .profile-content {
        padding: 20px 0px;
    }
}
