body {
    background: #121619 !important;
    font-family: 'Titillium Web', sans-serif !important;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover{
    color: #dbc1ff;
    text-decoration: none !important;
}

.carousel-inner {
    border-radius: .25rem !important;
}

.alert-saturn {
    background: linear-gradient(90deg,#5d79ee,#863dba);
    color: white;
    text-transform: uppercase;
    border: 0px !important;
    border-radius: .25rem !important;
    padding: 10px !important;
}

.alert-instagram {
    background: linear-gradient(to right,#833ab4,#fd1d1d,#fcb045);
    color: white;
    text-transform: uppercase;
    border: 0px !important;
    border-radius: .25rem !important;
    padding: 10px !important;
}

.alert-paypal {
    background: linear-gradient(90deg,#79bb57,#0e7043);
    color: white;
    text-transform: uppercase;
    border: 0px !important;
    border-radius: .25rem !important;
    padding: 10px !important;
}

.alert-saturn-danger {
    background: linear-gradient(90deg,#ee5d5d,#ba3d3d);
    color: white;
    text-transform: uppercase;
    border: 0px !important;
    border-radius: .25rem !important;
    padding: 10px !important;
}

.navbar {
    padding: 0.5rem 0rem 0.3rem 0rem !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: 0.3125rem;
    padding-right: 20px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.bg-dark-gray2 {
    background-color: #13171d;
}

.bg-dark-gray3 {
    background-color: #1f232d !important;
    border-color: #1f232d !important;
}

.badge-saturn {
    color: #000000;
    background-color: #dbc1ff;
    padding: .20em 2em;
    font-weight: 400;
}

.bg-dark-as-box {
    background-color: #1c2125 !important;
}

.bg-dark-as-box-shadow {
    background-color: #242a2f !important;
    border-color: #1e2021 !important;
}

.jumbotron {
    padding: 1rem 2rem;
}

.animegenres-card.main-animegenres-card {
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.animegenres-card .card {
    border: none;
    background: url(/immagini/ASloading.png?0);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    text-align: center;
}

.animegenres-card .animegenres-status {
    position: absolute;
    top: 0;
    color: #fff;
}

.animegenres-card .animegenres-status .animegenres-episode {
    background: #0000006e;
    padding: 2px 20px 4px 20px;
    border-radius: 0.25rem 0px 0.25rem 0px;
}

.animegenres-card .animegenres-status .animegenres-type {
    float: right;
    background-color: #000;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.anime-card.main-anime-card {
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.anime-card .card {
    border: none;
    background: url(/immagini/ASloading.png?0);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    text-align: center;
}

.anime-card-overlay {
    color: #fff;
}

.card-text:last-child {
    margin-bottom: 0;
}

.anime-card-newanime .card {
    background-color: unset !important;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    margin-top: 5px;
}

.anime-card .anime-status {
    position: absolute;
    top: 0;
    color: #fff;
}

.anime-card .anime-status .anime-episode {
    background: #0000006e;
    padding: 4px 12px 7px 12px;
    border-radius: 0.25rem 0px 0.25rem 0px;
    letter-spacing: .02em;
}

.anime-card .anime-status .anime-type {
    float: right;
    background-color: #000;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.img-homepage-release {
    width: 100%;
    height: 300px;
    object-fit: cover;
    opacity: 0.9;
}

.item-top-daily {
    overflow: hidden;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    background: #121619;
    border-radius: 0.25rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.rank-top-daily {
    float: left;
    margin-right: 15px;
    margin-top: 16px;
    font-style: normal;
    border: 1px solid #b89be1;
    font-weight: 500;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    background: #dbc1ff;
    border-radius: 100%;
}

.thumb-top-daily {
    float: left;
    height: 65px;
    border-radius: 0.25rem;
}

.info-top-daily {
    margin-left: 170px;
}

@media(max-width:1199.98px) {
    .anime-card.main-anime-card {
        flex: 0 0 25%;
        max-width: 25%
    }

    .animegenres-card.main-animegenres-card {
        flex: 0 0 25%;
        max-width: 25%
    }

    .top-daily-mobile {
        display: block !important;
    }

    .item-top-daily {
        margin-bottom: 5px;
    }

    .item-top-daily.last-item {
        margin-bottom: 0;
    }

}

@media (max-width: 991px) {
    .banner-container {
        flex-direction: column;
        align-items: center;
    }
    .banner-item {
        margin: 10px 0;
    }
}

@media(max-width:991.98px) {
    .anime-card.main-anime-card {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .animegenres-card.main-animegenres-card {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        padding-right: 21px;
        padding-left: 14px;
    }

    .trama-slider {
        display: none;
    }

    .info-slider-anime{
        display: none;
    }

    .carousel-caption {
        text-align: center !important;
    }

    .carousel-item {
        height: 280px !important;
        min-height: 280px !important;
    }
    
    .carousel-caption {
        font-size:10px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 3rem  !important;
        height: 3rem !important;
    }

    .img-homepage-release {
        height: 220px !important;
    }
}

@media(max-width:767.98px) {
    .anime-card.main-anime-card {
        flex: 0 0 50%;
        max-width: 100%;
    }

    .animegenres-card.main-animegenres-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .img-fluid.cover-anime {
		max-height: 300px;
    }

    .anime-title-as {
        display: none;
    }

    .anime-title-mobile-as{
        display: block !important;
        color: white !important;
        font-size: 1.3rem;
    }

    .altezza-row-anime{
        margin-top: -35% !important;
    }

    #anime .banner {
        height: 200px !important;
    }

    .carousel-item {
        height: 170px !important;
        min-height: 175px !important;
    }

    .carousel-caption {
        font-size:9px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 2rem  !important;
        height: 2rem !important;
    }

    .img-homepage-release {
        height: 300px !important;
    }
}

.anime-title-mobile-as {
    display: none;
}

.altezza-row-anime {
    margin-top: -15%;
}

.bottone-home-AS-right {
    float: right;
    color: #fff !important;
    border-bottom: 1px solid #3f1e7d;
    background: #694ba1;
    padding: 10px 10px 10px 10px;
    margin-top: -20px;
    margin-right: 4px;
    border-radius: 3px;
}

.bottone-home-AS-right:hover {
    background: #7a59b9;
    border-color: #5f468e;
}

.bottone-home-AS-left {
    float: left;
    color: #fff !important;
    border-bottom: 1px solid #3f1e7d;
    background: #694ba1;
    padding: 10px 10px 10px 10px;
    margin-top: -20px;
    margin-left: 4px;
    border-radius: 3px;
}

.bottone-home-AS-left:hover {
    background: #7a59b9;
    border-color: #5f468e;
}

.paginationas {
    width: 100%;
}

.pagination {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.genres-homepage-responsive {
    width: 100%;
    height: 257px;
    object-fit: cover;
    opacity: 0.9;
}

.button-li-home {
    margin: 0;
    padding: 0;
    list-style: none;
}

.anime_nuovi {
    flex: 0 0 15%;
    max-width: 20%;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.img-nuove-aggiunte {
    height: 260px;
    float: left;
    width: 184px;
    margin-bottom: 5%;
}

.img-nuove-aggiunte:hover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    opacity: 0.6;
    transition: opacity .4s;
}

.anime_name{
    width: 165px;
}

.anime-card-newanime.main-anime-card {
    flex: 0 0 16.333%;
    max-width: 16.333%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.anime-card-newanime .card {
    border: none;
    text-align: center;
}

.anime-card-newanime-overlay {
    color: #fff;
    padding: 5px 0px 0px 0px;
    font-size: 15px;
}

.anime-card-newanime .anime-status {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0;
    background-color: rgba(0,0,0,.2);
}

.anime-card-newanime .anime-status .anime-episode {
    background: #00000087;
    padding: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.anime-card-newanime .anime-status .anime-type {
    float: right;
    background-color: #000;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

@media(max-width:1199.98px) {
    .anime-card-newanime.main-anime-card-newanime {
        flex: 0 0 25%;
        max-width: 25%
    }

    .anime-card-newanime.main-anime-card{
        flex: 0 0 20%;
        max-width: 20%;
    }

    .sebox {
        width: 33.33333%;
        float: left;
    }

    .sebox .msebox .bigsebox .l img {
        height: 170px !important;
    }
}

@media(max-width:991.98px) {
    .anime-card-newanime.main-anime-card-newanime {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .anime-card-newanime.main-anime-card{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .new-anime {
        height: 230px !important;
        width: 100% !important;
    }

    #AniPlanet {
        display: none !important;
    }

    label.star {
        padding: 0px !important;
        font-size: 19px !important;
        position: relative !important;
        top: 8px !important;
    }

    .episodes-button {
        width: 32.8% !important;
    }

    .sebox {
        width: 50% !important;
    }

}

@media(max-width:767.98px) {
    .anime-card-newanime.main-anime-card-newanime {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .anime-card-newanime.main-anime-card{
        flex: 0 0 33%;
        max-width: 33%;
    }

    .new-anime {
        height: 250px !important;
        width: 100% !important;
    }

    label.star {
        font-size: 30px !important;
        top: unset !important;
        padding: 0px !important;
        position: relative !important;
    }

    .anime-img-stonks {
        text-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .margin-anime-page {
        margin: .5rem!important;
    }
    
    .margin-top-anime-page {
        margin: 0px!important;
        margin-bottom: 10px!important;
    }

    .sebox {
        width: 100% !important;
    }

    .sebox .msebox .bigsebox .l img {
        height: 100% !important;
    }
}

@media(max-width:576px) {
    .anime-card-newanime.main-anime-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-anime {
        height: 350px !important;
        width: 100% !important;
    }

    .img-homepage-release {
        height: 350px;
    }
}


@media(max-width:488px) {
    .episodes-button {
        width: 30% !important;
    }

    .img-homepage-release {
        height: 300px !important;
    }
}


@media(max-width:470px) {
    .anime-card-newanime.main-anime-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-anime {
        height: 260px !important;
        width: 100% !important;
    }

    .episodes-button {
        width: 49% !important;
    }
}

@media(max-width:470px) {
    .img-homepage-release {
        height: 260px !important;
    }
}

@media(max-width:400px) {
    .img-homepage-release {
        height: 230px !important;
    }
}

@media(max-width:370px) {
    .img-homepage-release {
        height: 200px;
    }
}

@media(max-width:370px) {
    .img-homepage-release {
        height: 195px;
    }
}

@media(max-width:350px) {
    .img-homepage-release {
        height: 195px;
    }
}

@media(max-width:340px) {
    .anime-card.main-anime-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .img-homepage-release {
        height: 100% !important;
    }
}


@media(max-width:385px) {
    .bottone-home-successivo {
        margin-right: 10px !important;
        max-width: 120px !important;
    }

    .bottone-home-precedente {
        margin-left: -30px !important;
        max-width: 110px!important;
    }
}

@media(max-width:375px) {
    .anime-card-newanime.main-anime-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-anime {
        height: 250px !important;
        width: 100% !important;
    }
}


@media(max-width:310px) {
    .anime-card-newanime.main-anime-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-anime {
        height: 220px !important;
        width: 100% !important;
    }
}

@media(max-width:280px) {
    .anime-card-newanime.main-anime-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .new-anime {
        height: auto !important;
        max-width: 100% !important;
    }

    .img-anime-tele{
        max-width: 100%;
        height: auto;
    }

}

.episodes-button {
    width: 24.6%;
}

.new-anime {
    height: 250px;
    width: 100%;
    border-radius: .25rem;
    object-fit: cover;
}

.titolo_stream {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
}

.image-animation {
    transition-timing-function: linear;
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
}

.image-animation:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.07);
    transform: scale(1.03);
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
}

.bottone_serie {
    color: white;
    margin-top: 10px;
    margin-bottom: 12px;
    background: #694ba1;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    border-width: 0 1px 4px 1px;
    text-transform: uppercase;
    border-color: #6d5ca0;
    border-style: solid;
    font-size: 12px;
}

.bottone_serie:hover {
    background: #866abb;
}

.text-purple {
    color: #dbc1ff !important;
}

.search-box {
    height: 40px;
    margin-bottom: 0px;
    margin-top: 5px;
    background-color: #090b0c !important;
    color: white !important;
    border-color: #3f464b !important;
    border-right: none;
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: none !important;
}

.search-box button {
    outline: none;
    background-color: #090b0c !important;
    border-color: #3f464b !important;
}

.header-search #query {
    width: 195px;
}



.header-search input:focus {
    outline: none;
}

#livesearch {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #242a2f;
    width: 286px;
    border-radius: 3px;
    padding: 12px;
}

@media (max-width: 992px) {
    #livesearch {
        width: 90%;
    }
}

#livesearch #guardatutto {
    color:white;
    margin-top: 15px;
    background-color: #2b2d42;
    opacity: 80%;
    border-radius: 5px;
}

#livesearch a:hover {
    text-decoration: none;
}

#livesearch hr {
    margin: 15px 0 15px 0!important;
}

#livesearch .livesearch-item {
    color: white!important;
}

#livesearch .livesearch-title {
    font-size: 14px;
}

#livesearch .livesearch-info {
    font-size: 10px;
    color: lightgrey;
}

.btn-dark-gray2 {
    background-color: #2b2d42 !important;
    border-color: #2e3438!important;
}

.modal-header {
    border-bottom: 1px solid #4d5861;
}

.modal-footer {
    border-top: 1px solid #4d5861;
}

#AniPlanet {
    color: #fff;
    position: fixed;
    bottom: 15px;
    cursor: pointer;
    float: left;
    left: 15px;
    background: url(/immagini/Saturno.svg);
    height: 62px;
    width: 100px;
    background-size: cover;
    z-index: 10;
}

.hitomi-right {
    background: url(https://cdn.anisaturn.net/static/images/general/mascotte/Hitomi.png);
    height: 725px;
    width: 375px;
    position: fixed;
    bottom: -70px;
    right: 0px;
    background-size: cover;
    opacity: 0.8;
    z-index: -5;
}

.btn-saturn {
    color: #fff;
    background-color: #7b5ab7;
    border-color: #7b5ab7;
}

.btn-saturn:hover {
    color: #fff;
    background-color: #574182;
    border-color: #544179;
}

.alert-kofi {
    color: #ffffff;
    border-color: #52cdff;
    background-color: #29abe0;
}

.btn-saturn:not(:disabled):not(.disabled).active, .btn-saturn:not(:disabled):not(.disabled):active, .show>.btn-saturn.dropdown-toggle {
    color: #fff;
    background-color: #4d3c6d;
    border-color: #4d3c6d;
}

.anime-streaming-name {
    background: #121619;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6b6be4;
    border-color: #6b6be4;
}

.page-link {
    color: #6b6be4;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(63 72 79);
}

.page-link:hover {
    color: #4e4eab;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #7571e6 !important;
}

.animejumbotron {
    padding: 1rem 1rem;
}

.badge-archivio {
    white-space: unset !important;
    width: 100%;
}

.info-archivio {
    float: left;
    width: 81%;
    margin-left: 2%;
}

.locandina-archivio {
    float: left;
    height: 260px;
    width: 16.666%;
}

@media (max-width: 767px) {
    .sebox {
        width: 100%;
        float: left;
    }

    .sebox .msebox .bigsebox .l img {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media(max-width:1199px) {
    .locandina-archivio {
        height: 215px;
        width: 16.666%;
    }

    #AniPlanet {
        background: none;
    }
}

@media(max-width:1915px) {
    .hitomi-right {
        background: none;
    }
}

.copertina-archivio {
    display: none;
}

.locandina-archivio {
    display: block;
}

@media(max-width:992px) {
    .copertina-archivio {
        display: block;
        width: 100%;
        height: 360px;
        object-fit: cover;
        margin-bottom: 3%;
    }

    a.image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .locandina-archivio {
        display: none;
    }

    .info-archivio {
        float: left;
        width: 100%;
        margin-left: 0%;
    }
}

@media(max-width:767px) {
    .info-archivio {
        float: left;
        width: 100%;
        margin-left: 0%;
    }

    .copertina-archivio {
        height: 250px;
    }
}

@media(max-width:500px) {
    .copertina-archivio {
        height: 200px;
    }
}

@media(max-width:430px) {
    .copertina-archivio {
        height: 185px;
    }
}

@media(max-width:415px) {
    .thumb-top-daily {
        height: 51px !important;
        margin-top: 3.5px !important;
    }

    .info-top-daily {
        margin-left: 152px !important;
    }
}

@media(max-width:395px) {
    .copertina-archivio {
        height: 175px;
    }

    .thumb-top-daily {
        height: 51px !important;
        margin-top: 3.5px !important;
    }

    .info-top-daily {
        margin-left: 0px !important;
        margin-top: 60px;
        margin-bottom: -14px;
    }
}

@media(max-width:380px) {
    .copertina-archivio {
        height: 170px;
    }
}

@media(max-width:370px) {
    .copertina-archivio {
        height: 150px;
    }
}

.lettera-archivio.active {
    color: #7f6ce6 !important;
}

.trama-anime-archivio {
    background: #1c2125;
    padding: 10px;
    width: 100%;
    margin-top: 4px;
}

.button-search-as {
    background: linear-gradient(90deg,#5d79ee,#863dba);
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    padding: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    border: 0 !important;
}

.button-search-as:focus {
    outline: unset !important;
}

.colore-anime {
    color: white;
}

.colore-saturn {
    color: #dbc1ff;
}

.episodi-link-button a {
    color: #ffffff !important;
}

.generi-as {
    font-size: 17px;
}

.anime-title-as {
    color: white;
    font-weight: 900;
    font-size: 1.3rem;
    padding-left: 0;
}

.box-trasparente-alternativo {
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    color: #1c2125;
    background-color: #fff;
    opacity: 0.7;
}

.star-responsive {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    display: table-cell;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #7571e6;
}

.nav-item .nav-link.episode-range {
    padding: 0.5rem 1rem !important;
    border: 1px solid #7571e6 !important;
    margin-right: 5px !important;
}

.info-id {
    position: relative;
    top: 7px;
    font-size: 1rem;
    float:right;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(125, 121, 231, 0.5);
}

.bg-footer-switch {
    color: white;
    background: #171b1f;
}

hr {
    margin: 10px !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

#qc-cmp2-persistent-link {
    display: none;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-left: 2px;
    background-color: #8198ff;
    border-top: unset;
    border-bottom: unset;
    border-radius: 50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

.row-homepage-anime { 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.title-dot {
    background: #dbc1ff;
    height: 35px;
    width: 6px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-radius: 40px;
}

.title-page-episodes {
    margin-bottom: 5px;
}

.saturn-title-special {
    position: relative;
    top: -8px;
    font-size: 25px;
}

.page-link {
    position: relative;
    display: block;
    padding: .4rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #343c42;
    border-radius: 0.25rem;
    margin-right: 5px;
    color: white !important;
    border: unset;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #2f3031;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #3f474d;
}

.page-item {
    margin-bottom: 10px;
}

.nav-tabs .nav-link {
    margin-right: 5px;
}

h1 {
    display: inline !important;
    font-size: unset !important;
    margin-bottom: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    margin-top: unset !important;
}

.sebox {
	width: 33.33333%;
	float: left
}

.sebox .msebox {
    margin: 5px;
    overflow: hidden;
    border: 1px solid #2a3238;
    border-radius: 0.25rem;
}

.sebox .msebox .headsebox {
	position: relative
}

.sebox .msebox .headsebox .tisebox {
	padding: 10px;
	text-align: center;
	height: 55px
}

.sebox .msebox .headsebox .tisebox h2 {
	margin: 0;
	font-size: 14px;
	max-height: 34px;
	overflow: hidden
}

.sebox .msebox .headsebox .minsebox {
	text-align: center;
	background: #1f2529;
	font-size: 12px;
	padding: 2px 5px;
    color: rgb(218, 218, 218);
}

.sebox .msebox .headsebox .minsebox span {
    border-left: 1px solid #323a40;
	padding-left: 5px;
	margin-left: 3px
}

.sebox .msebox .headsebox .gesebox {
    background-color: #1b2023;
    border-bottom: #17191b 1px solid;
    text-align: center;
    padding: 5px 5px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
}

.sebox .msebox .headsebox .gesebox a {
	background-color: #fff;
	border: #e1e7f7 1px solid;
	border-radius: 5px;
	margin-bottom: 6px;
	margin-right: 3px;
	padding: 1px 5px;
	font-size: 14px
}

.sebox .msebox .bigsebox {
	overflow: hidden
}

.sebox .msebox .bigsebox .l {
    width: 100%;
    padding: 8px;
}

.sebox .msebox .bigsebox .r {
	overflow: hidden
}

.sebox .msebox .bigsebox .r .sinopsix {
    font-size: 13px;
    max-height: 160px;
    min-height: 160px;
    padding: 0 10px;
    overflow: initial;
}

.sebox .msebox .bigsebox .r .sinopsix:hover {
	overflow-y: auto;
}

.sebox .msebox .bigsebox .l img {
    width: 100%;
    height: 200px;
    border-radius: 0.25rem;
}

.sebox .msebox .footsebox {
    font-size: 12px;
    background: #1f2529;
    border-top: #17191b 1px solid;
    overflow: hidden;
    padding: 4px 10px;
    color: rgb(218, 218, 218);
}

.sebox .msebox .footsebox .l {
	float: left
}

.sebox .msebox .footsebox .r {
	float: right
}

.sebox .msebox .footsebox .r .dashicons {
	font-size: 13px;
	width: auto;
	height: auto;
	line-height: 15px
}

.top-anime-title {
    background: linear-gradient(90deg, #5d79ee, #863dba);
    font-size: 1.3rem;
    border-radius: 0.25rem;
}

.error-page {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.anif-block-ul li {
    position: relative;
    padding: 26px 10px 15px 84px;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #0000001f;
}

.anif-block-ul li:nth-child(2n) {
    background: #21262b;
}


.anif-block-ul li .film-poster {
    width: 60px;
    padding-bottom: 85px;
    border-radius: 0.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 2;
}

.anif-block-ul li .film-detail {
    font-size: 12px;
    line-height: 1.2em;
    min-height: 60px;
    position: relative;
    z-index: 2;
}

.anif-block-ul li .film-detail .film-name, .table_schedule-list li .film-detail .film-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tick {
    display: flex;
    align-items: center;
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dbc1ff;
    display: inline-block;
    margin: 3px 6px;
}

.dot-topanime {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7c32e1;
    display: inline-block;
    margin: 4px 6px;
}

.fdi-item {
    white-space: nowrap;
}

#footer {
    padding: 0;
    position: relative;
    background: #1c2125;
    object-fit: cover;
    background-position: 0px -115px;
    color: white;
}

.footer-purple-top {
    border-top: 10px solid #171b1f;
}

.ulclear-footer, .ulclear-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.film-poster .film-poster-img, .item-cover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
}

#footer .container {
    position: relative;
    z-index: 3;
}

#footer .footer-logo {
    display: block;
    float: left;
    margin: 0 2rem 0 0;
}

#footer .footer-logo img {
    width: auto;
    height: 40px;
}

#footer .footer-top {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#footer-about {
    padding: 2rem 0;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    float: left;
    margin-right: 40px
}

.footer-links ul li a {
    line-height: 30px;
    font-size: .9em;
    color: white;
    text-decoration: none;
}

.footer-links ul li a:hover {
    color: #dbc1ff;
}

#footer .btn-up {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    background: #757575;
    color: #fff;
    padding: 0;
    line-height: 3 0px;
}

#footer-about .about-text {
    margin: 0 auto 5px;
    line-height: 1.4em;
    opacity: .5;
    font-size: .9em;
}

#footer-about .copyright {
    margin-bottom: 0 !important;
    opacity: .5;
}

#footer .toggle-footer {
    display: flex;
    align-items: center;
}

#footer .toggle-footer .tf-item {
    margin-right: 1.5rem;
}

.footer-joingroup {
    display: flex;
    align-items: center;
}

.footer-joingroup .anw-group {
    display: inline-block;
    padding: 0 0 0 30px;
    border-left: 1px solid rgba(255, 255, 255, .15);
    font-size: 1.2em;
    text-transform: uppercase;
}

.footer-joingroup .anw-group .zrg-list .item:last-of-type {
    margin-right: 0;
}

.footer-toggle-block {
    background: rgba(255, 255, 255, .05);
    padding: 1rem 0;
}

.tf-item .dub-toggle {
    margin-top: 0;
}

.tf-item .dub-toggle .dt-dub {
    background: 0 0;
}

.tf-item .dub-toggle .dt-status {
    border-radius: 5px;
}

.ftaz {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    line-height: 1em;
    font-size: 1.4em;
    font-weight: 600;
}

.footer-az {
    margin: 0 0 1rem;
}

ul.az-list {
    display: flex;
    flex-wrap: wrap;
    margin: -.25rem;
}

ul.az-list li {
    margin: .25rem;
}

ul.az-list li a {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
    padding: .4rem .6rem;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    border-radius: .4rem;
    text-decoration: none;
    color: white;
}

ul.az-list li a:hover,
ul.az-list li.active a {
    color: #111;
    background: #dbc1ff;
}

.archive-active {
    color: #111 !important;
    background: #dbc1ff !important;
}

.main-az {
    margin-bottom: 20px;
}

.main-az ul.az-list li {
    width: calc(3.7% - 6px);
    margin-right: .3rem
}

.main-az ul.az-list li a {
    font-size: 15px;
    padding: 8px 3px;
    display: block;
    text-align: center;
}

.hover-dropdown.dropdown-menu .dropdown-item:focus, .hover-dropdown.dropdown-menu .dropdown-item:hover {
    background-color: #1c2226;
}

.dropdown-divider {
    border-top: 1px solid #585f67;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.vjs-big-play-button {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 20em !important;
}

.video-js.vjs-vtt-thumbnails {
    display: block;
}

.video-js .vjs-vtt-thumbnail-display {
    position: absolute; 
    transition: transform .1s, opacity .2s;
    bottom: 85%; 
    pointer-events:none; 
    box-shadow:0 0 7px rgba(0,0,0,0.6);
}

.embed-container {
    border: 2px solid #6074ea;
    position: relative;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-unit {
    margin: 0 auto 0 auto;
    font-size: 18px;
    font-weight: 200;
}

.jw-progress {
    background-color: #6074ea !important;
}

::-webkit-scrollbar {
    width:6px;
    background-color:#ece5e5;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(233deg, #5d79ee, #863dba);
}

.badge-purple {
    color: #212529;
    background-color: #dbc1ff;
}

.badge-purple:hover {
    color: #212529;
    background-color: #c4a8eb;
}

.badge-purple:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(219 193 255 / 50%);
}

#anime-bg .banner-wrapper {
    background: #000;
}

#anime-bg  .banner {
    position: relative;
    background: #000;
    width: 100%;
    height: 350px;
    opacity: .7;
    background-position-x: 50% !important;
    background-position-y: 40% !important;
    background-size: cover !important;
    border: none;
    box-shadow: inset 5px -40px 38px -28px #000;
}

#anime-bg  .header {
    background: white;
}

.banner-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner-item {
    margin: 0 5px;
}

.css-1n36tvh.css-1n36tvh {
    background: linear-gradient(90deg, #5d79ee, #863dba) !important;
}

.css-1n36tvh.css-1n36tvh:hover {
    background: linear-gradient(90deg, #4357ad, #642f89) !important;
}

.css-p968ta.css-p968ta {
    border: 1px solid #5d79ee !important;
    color: #5d79ee !important;
}

.qc-cmp-cleanslate button:focus, .qc-cmp-cleanslate input[type="submit"]:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(98 113 231) 0px 0px 3px 5px !important;
}

.css-p968ta.css-p968ta:hover {
    background: rgb(96 117 234) !important;
    border-color: rgb(96 117 234) !important;
    color: white !important;
}

.css-17izase.css-17izase.qc-cmp2-link-inline {
    color: rgb(97 115 233) !important;
}

.css-1p4il8p.css-1p4il8p .qc-cmp2-consent-info .qc-cmp2-header-links button {
    color: rgb(97 115 233) !important;
}

.css-1p4il8p.css-1p4il8p .qc-cmp2-footer .qc-cmp2-footer-links button:not(.qc-cmp2-link-active) {
    color: rgb(97 115 233) !important;
}

.css-1v48or6.css-1v48or6.css-1v48or6.css-1v48or6 {
    border: 1px solid rgb(97 115 233) !important;
    background: rgb(97 115 233) !important;
}

.css-1v48or6.css-1v48or6.css-1v48or6.css-1v48or6 p.text.on {
    color: rgb(97 115 233) !important;
}

.css-1rt5y0r.css-1rt5y0r {
    color: rgb(97 115 233) !important;
}

.css-1p4il8p.css-1p4il8p .qc-cmp2-scrollable-section::-webkit-scrollbar-thumb {
    background: rgb(97 115 233) !important;
}

.css-1p4il8p.css-1p4il8p .qc-cmp2-consent-info .qc-cmp2-publisher-logo-container .description::-webkit-scrollbar-thumb {
    background: rgb(97 115 233) !important;
}