body {
    background-color: #000000 !important;
}

.video-net {
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

img.banner {
    max-width: 100%;
    height: auto;
    display: block;
}

.net-rest {
    display: flex;
    gap: 20px;
}

.img-net>img {
    position: relative;
    top: -3rem;
    width: 10rem;
    padding: 0 0.4rem;
}

.net-name {
    font-size: 26px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    color: #4597ee;
    min-height: 2.2rem;
    padding: 0.3rem 0;
}

.net-desc {
    font-size: 14px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    color: #868686;
    padding: 0.4rem 0;
}

.pg-net {
    font-size: 10px;
    font-family: "Lexend Deca", sans-serif;
    color: #868686;
    border: 1px solid #868686;
    padding: 0 0.3rem;
}

.quality-net {
    font-size: 10px;
    font-family: "Lexend Deca", sans-serif;
    background-color: #868686;
    color: white;
    padding: 0 0.3rem;
}

.pg-quality {
    display: flex;
    gap: 10px;
}

.net-wifi-wb {
    font-size: 14px;
    padding: 0.6rem 0;
    column-count: 2;
    gap: 20px;
    color: #868686;
    font-family: "Lexend Deca", sans-serif;
}

.net-wifi-wb span {
    color: #7aa3d0;
}

.net-episode {
    font-size: 19px;
    color: #4597ee;
    font-weight: 400;
    font-family: "Lexend Deca", sans-serif;
}

.ep-play svg {
    width: 1rem;
    position: relative;
    top: -4rem;
    align-items: center;
    text-align: center;
    display: none;
}

.ep-play {
    position: relative;
    top: 0.5rem;
    left: 50%;
}

.ep-image>a>img {
    width: 9.5rem;
    padding: 0.4rem 0.4rem 0 0.4rem;
}

/* .ep-image > a > img:hover{
    .ep-play svg{
        display: block;
    }
} */

.ep-tit {
    font-size: 14px;
    color: #e6dede;
    position: relative;
    top: 0.2rem;
    padding: 0 0.6rem;
    font-family: "Lexend Deca", sans-serif;
}

.net-wb {
    display: flex;
    justify-content: flex-start;
    height: 21rem;
    overflow: scroll;
    flex-wrap: wrap;
}

.you-need-net {
    overflow: hidden;
}

.net-part {
    position: relative;
    top: 2rem;
}

.card-ep {
    margin-bottom: 0.5rem;
}

.genre-net {
    word-break: break-all;
}

.anime_art {
    font-size: 19px;
    color: #4597ee;
    font-weight: 400;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 1.1rem;
    margin-top: 2.9rem;
}

.voice {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    height: 4rem;
}

.voice:nth-child(even) {
    background-color: #1b1919;
    position: relative;
    padding: 1.5rem;
}

.voice:nth-child(odd) {
    background-color: #111;
}

.voice img,
.voice_actress {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.anime_character {
    font-size: 10px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-right: 1rem;
    position: relative;
    left: 1rem;
}

.voice_border {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
}

.voice_character {
    text-align: right;
    position: absolute;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    top: 1.1rem;
    right: 6rem;
}

.designation {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 200;
    font-size: 11px;
    color: #fff;
    position: relative;
    left: 1.2rem;
}

.designation_voice {
    text-align: right;
    position: absolute;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 10px;
    top: 2.4rem;
    right: 6rem;
}

.voice-char {
    margin-bottom: 1rem;
}

.scroll_voice {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #000000;
}

@media screen and (max-width:991px) {
    .img-net>img {
        width: 9rem;
    }

    .net-desc {
        font-size: 12px;
    }

    .net-name {
        font-size: 20px;
    }

    .net-wifi-wb {
        font-size: 12px;
    }
}

@media screen and (max-width:570px) {
    .img-net>img {
        width: 7rem;
        top: -0.7rem;
    }

    .video-net video {
        height: 2rem;
    }

    .net-rest {
        gap: 10px;
    }

    .ep-image>a>img {
        width: 7rem;
    }

    .net-part {
        position: relative;
        top: 1rem;
    }


}

@media screen and (max-width:480px) {
    .img-net>img {
        width: 6rem;
    }

    .net-name {
        font-size: 17px;
    }

    .net-desc {
        width: ;
        max-height: 3.7rem;
        font-size: 11px;
        margin-bottom: 0.4rem;
        overflow: hidden;
    }

    .scroll_voice{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:468px) {
    .ep-image>a>img {
        width: 9rem;
    }


}

@media screen and (max-width:454px) {
    .ep-image>a>img {
        width: 8rem;
    }
}

@media screen and (max-width:406px) {
    .ep-image>a>img {
        width: 11rem;
    }
}

@media screen and (max-width:375px) {
    .ep-image>a>img {
        width: 10rem;
    }
}