html {
    background-color: #0e0e12 !important;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-y: overlay;
}

body {
    background-color: #0e0e12 !important;
    background-image: none !important;
    color: white;
    font-family: 'Lato', sans-serif;
    min-height: 100vh;
    position: relative;
}

.container {}

.row {}

.col,
.col-2,
.col-4,
.col-6 {}

.container-fluid {
    max-width: 1630px;
}


::-webkit-scrollbar {
    width: 4px;
    height: 60px;
}

::-webkit-scrollbar-thumb {
    border: 1px solid #000000;
    background: #f2000d;
    border-radius: 12px 12px 12px 12px;
    margin: 0px auto;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-track-piece {
    background: #000000;
}

::-webkit-scrollbar-corner {
    background: #000000;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
    -webkit-transition-delay: 9999s !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #f80000 !important;
    z-index: 10 !important;
    font-weight: 600 !important;

}


/*  PLEX PASS  */
.plex-bg {
    background: url(https://developer.saikoanimes.net/wp-content/themes/saikov3/img/fundo-footer.webp);
    background-size: cover;
    background-position: center;
}

.plex-bg>div {
    background-image: linear-gradient(to bottom, #0e0e12, transparent, transparent, #0e0e12);
    height: 100%;
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.plex-ad {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.plex-ad>div {
    padding: 40px 20px;
    background: #00000042;
    max-width: 525px;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid #f2000d;

}

.plex-ad>div>a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.plex-ad-img {
    margin-bottom: .625rem;
}

.plex-ad-t {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: .625rem;
}

.plex-ad-st {
    margin-bottom: 1.25rem;
    font-size: 15px;
    text-transform: none;
}

.plex-ad-btn {
    width: 100%;
    max-width: 300px;
    background: #f2000d;
    border-radius: 30px;
    padding: 11px 5px;
    font-weight: 500;
    font-size: 1.125rem;
    transition: transform 250ms;
}

.plex-ad-btn:hover {
    transform: scale(1.1);
}

.plex-ad-center {
    display: flex;
    justify-content: center
}

.plex-ad-center>img {
    max-width: 860px;
    width: 100%;
    padding-bottom: 40px
}

.icons-header {
    margin: 25px 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.icons-header::before {
    background-color: rgba(255, 255, 255, .4);
    content: '';
    height: 1px;
    left: -60px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.icons-header::after {
    background-color: rgba(255, 255, 255, .4);
    content: '';
    height: 1px;
    right: -60px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.slider-img {

    position: relative;

}


.slide-icon {
    color: #fff;
    position: absolute;
    bottom: 37px;
    width: 100%;
    left: 0;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

.slide-logo {
    padding-top: 50px;
}

.slide-logo img {
    max-width: 366px;
}

.slide-logo a {
    color: #fff;
}

.slide-logo div:nth-child(4) {
    display: flex;
    padding: 25px 4px;
}

.slide-logo div:nth-child(4)>a {
    margin-right: 20px;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #f2000d;
    width: 142px;
    text-align: center;
    background: #f2000d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: transform 250ms;
}

.slide-logo div:nth-child(4)>a:hover {
    transform: scale(1.1);
}

.slide-logo div:nth-child(4)>a:nth-child(2) {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border-color: #fff;
    display: flex;
    justify-content: center;
}

.slide-gen {
    padding: 10px 4px;
    display: flex;
}

.slide-gen div {
    margin-right: 10px;
    border: 1px solid #ffffff4f;
    border-radius: 1rem;
    padding: 9px 11px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    background: #1b1d249c;
}

.slide-gen div:last-child {
    margin-right: 0px;
}

.slide-sinopse {
    padding: 25px 4px;
    max-width: 500px
}