:root {
    --black-bg: #212129;
    --rosa-choque: #e90051;
    --text-blue-highlight: #01d5fa;
    --navbar-color: #15151e;
    --white-color: #ffffff;
    --footer-color: #0f0f16;
    --section-what-is-color: #1a1a22;
    --section-how-it-works-color: var(--footer-color);
    --button-color: #00d189;
    --star-icon-color: var(--rosa-choque);
    --section-advantages-color: var(--section-what-is-color);
    --card-bg-color: #f5f5f5;
    --whats-app-color: #25d366;
    --instagram-color: linear-gradient(
        45deg,
        #405de6,
        #5851db,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d,
        #f56040,
        #f77737,
        #fcaf45,
        #ffdc80
    );
    --facebook-color: #3b5998;
    --email-color: #04ab99;
    --gold-gradient: linear-gradient(
        48deg,
        rgba(186, 148, 62, 1) 0%,
        rgb(255 208 77) 20%,
        rgba(186, 148, 62, 1) 39%,
        rgba(249, 244, 180, 1) 50%,
        rgba(186, 148, 62, 1) 60%,
        rgb(255 208 77) 80%,
        rgba(186, 148, 62, 1) 100%
    );
    --diamont-gradient: linear-gradient(
        48deg,
        rgba(0, 128, 96, 1) 0%,
        rgba(0, 255, 170, 1) 20%,
        rgba(0, 128, 96, 1) 39%,
        rgba(0, 255, 170, 0.5) 50%,
        rgba(0, 128, 96, 1) 60%,
        rgba(0, 255, 170, 1) 80%,
        rgba(0, 128, 96, 1) 100%
    );
}
* {
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    text-decoration: none !important;
}
a{
    color: var(--text-blue-highlight);
}
.noselect {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img.discimg {
    max-width: 100px !important;
    margin: -40px 0px 0px 0px !important;
}
img.symbolimg {
    margin: 0px !important;
}
.column.planimg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.blue-highlight {
    color: var(--text-blue-highlight);
}

button.alugargame {
    width: 100%;
    background-color: #00d189;
    color: #0b4a5c;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
    border: none;
    border-radius: 0;
    padding: 10px 10px;
}

.controlwithbutton button {
    background-color: #00d189 !important;
}

button.alugargame:hover {
    color: #fff;
    filter: revert;
}

.controlwithbutton {
    display: flex;
}

.marginess ul {
    border-bottom: 0px;
}

.tabs.is-centered ul li {
    border: solid 1px #ffffff29;
    width: 33%;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 2px;
    margin: 0px 3px;
}

main {
    background-color: var(--section-what-is-color);
    min-height: 77vh;
}

form.login-page-form {
    background-color: var(--navbar-color);
    padding: 3rem;
    border-radius: 10px;
}

button.socialbutton.whatsapp {
    background-color: var(--whats-app-color);
}

button.socialbutton.instagram {
    background: var(--instagram-color);
}

button.socialbutton.facebook {
    background-color: var(--facebook-color);
}

button.socialbutton.email {
    background-color: var(--email-color);
}

h2.title {
    color: #fff;
}

hr.divider {
    background-color: #f5f5f500;
}

/* Slider */

.slider {
    height: 70vh;
    max-height: 70vh;
    position: relative;
    overflow: hidden;
}

.slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    position: relative;
}

.owl-nav button {
    font-size: 6rem !important;
    color: #f0f8ff40 !important;
}

.slide .container {
    height: 70vh;
}

.slide-content {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    max-width: 1200px;
    width: 50%;
    height: 250px !important;
    padding: 2rem;
    position: absolute;
    left: 0%;
    bottom: 10%;
    text-align: left;
    border-radius: 5px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-size: 2rem;
    margin: 0 10px;
    padding: 10px;
    position: absolute;
    top: -50%;
    transform: translateY(-50%);
    outline: none;
    text-decoration: none;
    border: none;
    text-shadow: 0 0 20px black;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: white !important;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

/* Section 1 - O que é a PressPlay */

section.section-what-is {
    background-color: var(--section-what-is-color);
    padding: 50px 0;
}

.section-what-is .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-what-is .icon {
    text-align: center;
    margin-bottom: 20px;
}

.section-what-is .title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

p.step-description,
p.card-description,
p.description {
    text-align: center;
    color: #bbbbbb;
    font-size: 15px;
    width: 100%;
}

.how-it-works-page p {
    text-align: right;
}

p.description strong {
    color: var(--text-blue-highlight);
    text-transform: uppercase;
}

.description.text-esquerda {
    text-align: left;
}

.how-it-works-subtitle {
    margin-bottom: 2rem;
    width: 100%;
}

p.redinformation {
    color: red;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    width: 100%;
    text-align: end;
}

/* Section 2 - Como funciona? */

img.stepsimg {
    max-height: 15rem;
}

section.section.section-how-it-works .column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

h3.step-title {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #ffffff;
}

section.section-how-it-works {
    background-color: var(--section-how-it-works-color);
    padding: 50px 0;
}

.section-how-it-works .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-how-it-works .title {
    text-align: center;
    margin-bottom: 10px;
}

.section-how-it-works .subtitle-line {
    background-color: #ffffff;
    height: 3px;
    width: 30%;
    margin: 0 auto 20px;
    position: relative;
}

.section-how-it-works .subtitle-line .star-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--rosa-choque);
}

.section-how-it-works .how-it-works {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section-how-it-works .how-it-works .step {
    flex: 1;
    text-align: center;
    margin: 0 15px;
}

.section-how-it-works .how-it-works .step .step-number {
    font-size: 48px;
    color: #00d1b2;
    margin-bottom: 10px;
}

.section-how-it-works .how-it-works .step .step-title {
    margin-bottom: 10px;
}

.section-how-it-works .how-it-works .step img {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.section-how-it-works .button {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Section 3 - E quais as vantagens? */

img.vantagens {
    max-height: 150px;
}

h3.card-title,
h3.step-title {
    width: 100%;
    text-align: center;
    padding: 1rem 0px;
    font-weight: 800;
    color: var(--text-blue-highlight);
    text-transform: uppercase;
    font-size: 20px;
    margin: 0rem 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.column.vantagem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

section.section-advantages {
    background-color: var(--section-what-is-color);
    padding: 50px 0;
}

.number-steps {
    color: var(--rosa-choque);
    margin-right: 10px;
}

h3.plan-title {
    /* color: #ffffff; */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 2rem;
    line-height: 2rem;
    color: #0000008c;
    /* text-shadow: 2px 2px 0px #000000; */
    margin: 3rem 0px 2rem;
}

.featuringlisting.feat-Anual,
.featuringlisting.feat-Trimestral,
.featuringlisting.feat-Semestral {
    display: none;
}

.section-advantages .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-advantages .title {
    text-align: center;
    margin-bottom: 10px;
}

.section-advantages .subtitle-line {
    background-color: #ffffff;
    height: 3px;
    width: 30%;
    margin: 0 auto 20px;
    position: relative;
}

.section-advantages .subtitle-line .star-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--rosa-choque);
}

.section-advantages .advantages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.section-advantages .advantages .card {
    flex: 1;
    background-color: #f5f5f5;
    margin: 0 15px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
}

.section-advantages .advantages .card img {
    width: 100%;
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.section-advantages .advantages .card .card-title {
    margin-bottom: 10px;
}

/* section 5 - vai jogar como:? */

.section-plans {
    font-family: "Roboto", sans-serif;
    background-color: #0f0f16;
}

.columns.pricing-cards .column.is-6 {
    width: fit-content;
}

.section-plans h2.title {
    color: #fff;
    text-align: center;
}

.section-plans .column.is-6 {
    flex: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2.title {
    width: 100%;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem !important;
    font-family: sans-serif;
}

.pricing-tabs {
    margin-bottom: 2rem;
    text-align: center;
}

.pricing-tabs .tab {
    display: inline-block;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
}

p.price {
    font-weight: 900;
    font-size: 13px;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 20px;
}
span.period{
    font-weight: 100;
    margin-top: 9px;
    color: #ffffff9c;
    font-size: 10px;
}
ul.features li {
    text-align: center;
    cursor: pointer;
}

button.socialbutton {
    width: 70px;
    height: 70px;
    border: none;
    margin: 5px;
    font-size: 30px;
    color: #ffffff;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

button.socialbutton:hover {
    /*eleva o botão para cima*/
    transform: translateY(-5px);
}

ul.socialcontact {
    display: flex;
}

p.price span.value {
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 0px;
    color: white;
    margin-top: -0.9rem;
    padding: 0px 5px;
}

.pricing-tabs .tab:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.pricing-tabs .tab.is-active {
    background-color: rgb(233 0 81);
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    transition: 0.5s;
}

.pricing-tabs .tab:hover {
    background-color: rgb(240 214 223);
    color: #0a2f34;
    border-radius: 5px 5px 0px 0px;
    color: #e90051;
    overflow: hidden;
    border-bottom: 0px;
}

.mensagem.telalogin {
    background-color: #9bf6f7;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    color: #003c5e;
    font-weight: 700;
    font-size: 13px;
}

.columns.pricing-cards {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.plan-card {
    margin: 1rem;
    padding: 2rem;
    width: 300px;
    transition: transform 0.2s ease-in-out;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    overflow: hidden;
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body ul li {
    margin-bottom: 0.5rem;
}

/* Section 5 - Perguntas frequentes */

section.section-faq {
    background-color: var(--section-what-is-color);
    padding: 50px 0;
}

.section-faq .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-faq .title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.section-faq .accordion {
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.section-faq .accordion-item.active .accordion-header {
    background-color: #00d1b2;
    color: #ffffff;
}

.section-faq .accordion .accordion-header {
    font-weight: bold;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--rosa-choque);
    border-radius: 5px;
    margin-bottom: 0.3rem;
}

.section-faq .accordion .accordion-header {
    color: #ffffff;
    font-weight: bold;
}

.section-faq .accordion .accordion-toggle {
    position: relative;
    top: 50%;
    right: 15px;
}

.section-faq .accordion-body {
    display: none;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.section-faq .accordion-body p {
    margin: 0;
}

.centered-text h3.blue-highlight,
.centered-text p.description {
    text-align: center !important;
}

img.centeredimgprefooter {
    max-width: 250px;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.how-it-works-page.centered-text h3 {
    font-size: 2rem;
}

.how-it-works-page.centered-text p.description {
    font-size: 19px;
    color: #f0f8ff66;
}

.tabs.marginess {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* Responsivo */

@media (max-width: 991px) {
    .slide {
        background-size: cover;
        background-position: left;
    }
    .accordion-header h3.question {
        width: 90%;
    }
    .centered-text h3.blue-highlight,
    .centered-text p.description {
        text-align: center !important;
    }
    img.centeredimgprefooter {
        max-width: 50vw;
        margin: 2rem auto;
    }
    .how-it-works-page.centered-text h3 {
        font-size: 18px;
    }
    .how-it-works-page.centered-text p.description {
        font-size: 15px;
        color: #f0f8ff66;
        margin-bottom: 10px;
    }
    p.description,
    p.description.text-esquerda {
        text-align: center;
    }
    p.redinformation {
        font-size: 15px;
        text-align: center;
        margin: 1rem 0px;
    }
    .is-reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-how-it-works .how-it-works,
    .section-advantages .advantages {
        flex-direction: column;
    }
    .section-how-it-works .how-it-works .step,
    .section-advantages .advantages .card,
    .section-plans .pricing-cards .card {
        margin: 15px 0;
    }
    ul.itenslist li {
        margin-left: 2vh;
    }
    h3.blue-highlight {
        text-align: center !important;
        border-bottom: 1px solid;
        padding: 15px 0px;
        border-top: 1px solid;
        margin-bottom: 3rem;
    }
    .columns.pricing-cards {
        align-content: center;
    }
}

.container.sectionhome img {
    max-width: 200px;
    margin: 5px auto 3em;
}

.sectionhome {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    align-content: center;
}

.login-page-logo {
    color: #ffffff;
}

.login-page-session-status {
    color: #ffffff;
}

.login-page-validation-errors {
    color: #e53e3e;
}

.login-page-form .field .label {
    color: #ffffff;
}

.login-page-form .field .control .input {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: transparent;
}

.login-page-form .field .control .input:focus {
    border-color: #ff85b8;
    box-shadow: 0 0 0 0.125em rgba(255, 133, 184, 0.25);
}

.login-page-remember-label {
    color: #ffffff;
}

.forgot-password-link {
    color: #ff85b8;
    transition: color 0.15s ease-in-out;
}

.forgot-password-link:hover {
    color: #ffaec0;
}

.login-page-submit-button {
    background-color: #ff85b8;
    color: #ffffff;
    border-color: transparent;
}

.login-page-submit-button:hover,
.login-page-submit-button:focus {
    background-color: #ffaec0;
    color: #ffffff;
    border-color: transparent;
}

.plataformtarj P {
    text-align: center;
    line-height: 2.5rem;
    font-size: 13px;
    font-family: helvetica;
    font-weight: 100;
    letter-spacing: 2px;
    color: #ffffff;
}

.card-image p.subtitle.is-6 span {
    font-size: 10px;
    font-weight: 900;
    font-family: sans-serif;
    padding: 0px 15px;
    border-radius: 15px;
    color: #ffffff;
}

p.ps4ps5r {
    background-image: linear-gradient(90deg, #00228b, #0061b5);
}

p.ps4ps5 {
    background-image: linear-gradient(90deg, #00228b, #b4fcff);
}

p.ps5 {
    background-image: linear-gradient(45deg, #aef4fb, #eafbff);
    color: #151f68;
}

p.ps5exclusive {
    background-color: #ffffff;
    color: #001d3d;
}

.card-content p.title.is-4 {
    min-height: 2rem;
    font-size: 15px;
}

.card-image p.subtitle.is-6 {
    position: absolute;
    margin-top: -30px;
    margin-left: 16px;
}

span.tag.is-light.ps4,
span.tag.is-light.PS4 {
    background-color: #00288f;
}

span.tag.is-light.ps5,
span.tag.is-light.PS5 {
    background-color: #ffffff;
    color: #0c4054 !important;
}

.card {
    background-color: #11111a;
    border-radius: 0.25rem;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
    padding: 0px 15px;
}

.card-content p.title {
    color: #939393;
}
.ac-filterslider {
    display: flex;
    justify-content: center;
}
.ac-filterslider input {
    display: none;
}
.ac-filterslider label {
    padding: 5px 20px !important;
    background-color: white;
    color: #000 !important;
    border-radius: 10px;
    font-weight: 700;
}
.ac-filterslider .ac-active {
    background-color: #00d189;
    color: white;
}
.ac-numbertop {
    color: white !important;
    font-size: 50px;
    font-weight: bolder;
    position: absolute;
    bottom: 0px;
    left: 10px;
    text-shadow: 0px 0px 10px #000000;
}
.filtercontainer {
    background-color: #11111a;
    margin: 0rem 0rem 2rem;
    padding: 20px;
    border-radius: 10px;
}
.ac-filters_tittle {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.ac-filters_icon i,
.ac-filters_icon span {
    color: white !important;
}
.ac-filters_row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.filtercontainer .flex-div {
    color: #ffffff;
    font-size: 25px;
    padding: 0px;
    margin-top: -1.3rem;
}

.filtercontainer .columns .column .control .select select {
    width: 100%;
}

.filtercontainer .columns .column .control .select {
    width: 100%;
}

.filtercontainer .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #ffffff;
}

.column.text-end label {
    float: right;
    margin-bottom: 5px;
}

select#ordenarpor {
    background-color: #06956a;
    border: none;
    color: #fff;
    max-width: 140px;
    float: right;
}

.filtercontainer .columns {
    margin-bottom: 0px;
}

.filtercontainer .columns .column.text-end {
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.column.checkboxfilter {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    color: #ffffff;
}

.column.checkboxfilter > label {
    margin-right: 15px;
}

.filtercontainer label {
    padding-bottom: 2px;
    color: #ffffff;
}

figure.image {
    min-height: 15rem;
}

.column.checkboxfilter label.checkbox input[type="checkbox"] {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.column.checkboxfilter label.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px 0px 0px;
}

.column.checkboxfilter .control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.card.indisponivel img,
.card.indisponivel .plataformtarj,
.card.indisponivel .tag {
    filter: grayscale(1);
    opacity: 0.7;
}
.ac-unavailable {
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 5px;
}
.tarjaindisponivel {
    position: absolute;
    z-index: 11;
    text-align: center;
    top: 50%;
    width: 100%;
    font-weight: 700;
    color: white;
    background-color: #bf0043;
    font-size: 15px;
    padding: 5px 0;
}
.tarjaindisponivel p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#top10carrosel img,
#novoscarrosel img {
    height: 230px;
    object-fit: cover;
}
.containerimage {
    position: relative;
}

.figurecardsolo img{
    max-height: 479px;
    border-radius: 5px;
}

.figurecardsolo.indisponivel img {
    filter: grayscale(1) opacity(0.5);
}
#video-game-iframe{
    width: 100%;
    height: 40vh;
}
.videocolumn{
    flex: 1 1;
}
section.owl-carousel.owl-theme.slider.owl-loaded.owl-drag {
    margin-top: -2rem;
}

h2.gamedetailstitle {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    margin-top: -2rem;
    line-height: 3;
}

h3.gamedetails {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 19px;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p.gamedetailsdescription {
    text-align: center;
    color: #ffffff57;
}

p.gamedetailsinfo {
    color: #ffffff57;
    margin-bottom: 15px;
}

hr.gamedetails {
    background-color: #f5f5f51c;
}

.video-game-iframe-class {
    height: 362.812px;
}

.banner-como-funciona {
    max-width: 100% !important;
}

.is-mobile {
    display: none;
}

.columns.pricing-cards .card.plan-card {
    background-color: white;
}

ul.itenslist li {
    list-style: disc;
    color: #bbbbbb;
    line-height: 2;
}

ul.itenslist li strong {
    color: var(--text-blue-highlight);
}

body main > .container {
    padding-bottom: 5rem;
}

.card-header.default {
    background: linear-gradient(
        48deg,
        rgb(62 152 186) 0%,
        rgb(77 255 206) 20%,
        rgb(0 138 165) 39%,
        rgb(97 233 177) 50%,
        rgb(65 169 169) 60%,
        rgb(10 130 157) 80%,
        rgb(15 167 111) 100%
    );
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    animation: shine 3s infinite;
    background-size: 500%;
    background-position: left;
}

h1.title.pagetitle {
    text-align: center;
    font-weight: 800;
    color: #707070;
    text-transform: uppercase;
    background-color: #15151e;
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.card-top-content p.title.is-4 {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    min-height: 50px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.is-mobile.footercontroller a.navbar-item {
    color: #ffffff;
}

a.dropdown-item button.dropdown-item {
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding: 7px 0px;
    font-size: 15px;
}

a.dropdown-item:hover button.dropdown-item {
    color: #000000;
    text-decoration: none !important;
    cursor: pointer;
}

form#my-data-form {
    max-width: 800px;
    margin: 2rem auto 0rem;
    background-color: var(--navbar-color);
    padding: 3rem;
    border-radius: 10px;
}

form#my-data-form label.label {
    color: #ffffff;
}

.actionsgame {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.actionsgame button {
    flex: 1 1;
    font-size: 25px;
    padding: 10px 10px;
    color: #ffffff !important;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    text-wrap: nowrap;
}

button.button.alugar {
    background-color: var(--button-color);
}

button.button.favoritar {
    background-color: var(--rosa-choque);
}

button.removefavorite {
    position: absolute;
    top: 0px;
    background-color: #e90051;
    border: none;
    color: #ffffff;
    cursor: pointer;
    right: 0px;
    z-index: 999;
}

.container.planspage p.price {
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.container.planspage p.price span.cifrao {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-right: 5px;
}

.pedidocliente {
    padding: 1rem 2rem;
    background-color: #23232f;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.pedidocliente figure.image {
    min-height: fit-content;
}

.pedidocliente h1.title,
.pedidocliente h1.title a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tag.tagstatus.pendente {
    background-color: #fdf2c2;
}

.tag.tagstatus.current {
    background-color: #35cbac;
}

.tag.tagstatus {
    width: 60px;
    max-width: 30%;
    font-size: 0.6rem !important;
    padding: 0rem !important;
    height: -webkit-fill-available;
    color: #23232f;
}

.tag.tagstatus.cancelado {
    background-color: #e90051;
    color: #ffffff;
}

.imgdhistory {
    width: 10%;
    flex-basis: unset;
    flex-grow: unset;
    flex-shrink: unset;
}

.imgdhistory {
    width: 10%;
}

.pedidocliente p,
.pedidocliente p strong {
    color: #ffffff !important;
}

.pedidocliente p {
    margin-bottom: 5px;
}

.pedidocliente button.button.is-danger {
    background-color: #e90051;
}

.container.orderclient {
    margin-top: 3rem;
}

.pricing-tabs .tabs ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.slide-content h1.title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 5px;
}

#ac-cc_header{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--black-bg);
    z-index: 99;
    border-bottom: 1px solid #303039;
    box-shadow: 0 25px 30px #00000042;
}
.ac-cc{
    max-width: 80%;
    margin: 0 auto !important;
    padding: 20px !important;
    max-width: 1400px;
}
#ac-main_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
#ac-main_header_logo{
    height: 50px;
    margin-left: -10px;
}
.ac-header_links{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.ac-header_links a{
    font-size: 20px;
    color: white !important;
}
#ac-header_btns{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.ac-header_ui{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.ac-header_ui_txt{
    display: flex;
    flex-direction: column;
}
.ac-header_ui_txt span{
    color: #ffffff;
    text-align: right;
    line-height: 1;
    font-weight: bolder;
}
.ac-header_ui_txt a{
    color: #f44336;
    text-align: right;
    line-height: 1;
}
.ac-pic_profile{
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--rosa-choque);
    border: 2px solid var(--rosa-choque);
    cursor: pointer;
}
.ac-data_profile .ac-pic_profile{
    width: 90px;
    height: 90px;
    font-size: 26px;
}
.ac-login_btn, .ac-newacc_btn{
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    font-size: 15px;
}
.ac-login_btn{
    padding: 5px 15px;
    background-color: var(--rosa-choque);
}
#ac-footer{
    color: white;
    font-family: "Inter", sans-serif;
    background-color: var(--black-bg);
}
.ac-footer_bt{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 25px;
}
.ac-footer_tp{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.ac-footer_line{
    border-top: 1px solid #303039;
}
.ac-footer_links_bt{
    display: flex;
    gap: 10px;
}
.ac-footer_social{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ac-footer_social a{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #303039;
    border-radius: 100px;
    padding: 5px;
    color: white;
}
.ac-footer_social a:hover{
    color: var(--rosa-choque);
}
.ac-register_cc{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 60px 0 !important;
    min-height: 76vh;
}
.ac-card_register{
    width: 70vw;
    max-width: 500px;
    padding: 50px;
    border-radius: 20px;
    background-color: #313144;
    color: white;
}
.cursor-pointer{
    cursor: pointer;
}
.form-floating label:after{
    background-color: transparent !important;
}
.ac-logout {
    margin-top: 5px;
    background-color: white;
}
.ac-logout .dropdown-item {
    color: black !important;
}
.ac-levels {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ac-levels span {
    font-size: 17px;
    font-weight: 600;
}
.ac-level_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
img.icnlvl {
    max-width: 85px !important;
    margin-left: -8px;
    margin-right: 5px;
}

h1.signaturetittle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    margin-top: -45px;
    z-index: 2;
    position: inherit;
}

h1.signaturetittle.color-diamante {
    color: #d1ecbb;
    text-shadow: 3px 2px 6px #000000;
}

h1.signaturetittle.color-ouro {
    color: #e7ecbb;
    text-shadow: 3px 2px 6px #000000;
}

img.signature-image-placeholder {
    margin-top: 1rem;
}

.sdiamante {
    color: #dcedec;
    text-shadow: 3px 2px 6px #000000;
}

.souro {
    color: #f8ed89;
    text-shadow: 3px 2px 6px #000000;
}

.sruby {
    color: #9b383b;
    text-shadow: 3px 2px 6px #000000;
}

.sroxo {
    color: #ee82ee;
    text-shadow: 3px 2px 6px #000000;
}

.sverde {
    color: #ccff33;
    text-shadow: 3px 2px 6px #000000;
}

p.card-list-item {
    margin-bottom: 9px !important;
    font-size: 13px;
    color: #ffffff66;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}

span.subtitulo.card-item {
    font-weight: 700;
}

img.iconcardlist {
    max-height: 22px;
}

a.button.is-success.action-card {
    margin-top: 1rem;
}

span.subtitle-card {
    font-size: 12px;
    float: right;
    background-color: #e90051;
    color: #ffffff;
    font-weight: 700;
    padding: 0px 8px;
    border-radius: 13px;
}

.subscription-card {
    margin-bottom: 1.5rem;
}

.pendding-card img.signature-image-placeholder {
    filter: grayscale(1);
}

.pendding-card {
    background-color: #292933;
}

span.subtitle-card.payment-pendding {
    background-color: #e99e00;
    color: #000000ad;
    margin: 0px 6px;
}

h1.signaturetittle.noimage {
    margin-top: 1rem;
    color: #707070;
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 10px;
}

p.destaqueitemcard img.destaqueimg {
    max-height: 45px;
    margin-right: 10px;
}

p.destaqueitemcard span.subtitulo.card-item {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    color: #707070;
    margin-right: 10px;
}

p.destaqueitemcard {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

@keyframes pulseEffect {
    0% {
        text-shadow: 0px 0px 2px #ffcd00;
        color: #f8b64c;
    }
    50% {
        text-shadow: 0px 0px 8px #ffcd00;
        color: #fff3cc;
    }
    100% {
        text-shadow: 0px 0px 2px #ffcd00;
        color: #f8b64c;
    }
}

@keyframes pulseEffectGreen {
    0% {
        text-shadow: 0px 0px 2px #00ff62;
        color: #92e04f;
    }
    50% {
        text-shadow: 0px 0px 8px #00ff62;
        color: #f1ffe4;
    }
    100% {
        text-shadow: 0px 0px 2px #00ff62;
        color: #92e04f;
    }
}

span.valueofcard.cashcoins {
    font-size: 18px;
    font-weight: 700;
    animation: pulseEffect 2s infinite;
}

span.valueofcard.lukcoins {
    font-size: 18px;
    font-weight: 700;
    animation: pulseEffectGreen 2s infinite;
}

span.valueofcard.pontos {
    font-weight: 700;
    color: #a05bf8;
    font-size: 18px;
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

h1.subtitlepainel {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #707070;
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 10px;
}

.column.minicard {
    border: solid 1px #ffffff1f;
    border-radius: 10px;
    background-color: #ffc10700;
}

span.valueofcard.users {
    font-weight: 700;
    font-size: 25px;
}

span.valueofcard.users.counted {
    color: #ffc107;
}

span.valueofcard.users.actived {
    color: #48c78e;
}

.columns.minicards {
    column-gap: 7px;
}

input#my-cupom-code {
    border: none;
    text-align: center;
    background-color: transparent;
    font-weight: 900;
    font-family: sans-serif;
    font-size: 30px;
    border-bottom: solid 1px #ffffff26;
    margin-bottom: 1rem;
    max-width: 62%;
    border-radius: 0px;
}

@keyframes colorChange {
    0% {
        color: #48c78e;
    }
    25% {
        color: #e90051;
    }
    50% {
        color: #fec406;
    }
    75% {
        color: #a05bf8;
    }
    100% {
        color: #48c78e;
    }
}

#my-cupom-code {
    animation: colorChange 5s infinite;
}

.subpanelcards {
    margin-top: 1rem;
    column-gap: 2rem;
}

.subpaneldashed {
    border-right: dashed 2px #ffffff21;
}

table.activities-table {
    background-color: transparent;
}

td.activeimage img.signature-image-placeholder {
    max-width: 40px;
    margin-top: 0px;
    opacity: 0.3;
}

table.activities-table tr,
table.activities-table tr td {
    border-bottom: 0px;
    vertical-align: middle;
    color: #ffffff4a;
}

td.add-active {
    font-weight: 900;
    font-size: 17px;
    color: #48c78e !important;
}
.ac-right_infos_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 1px;
}
.ac-notify_sing {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ac-notify {
    position: absolute;
    margin-left: 30px;
    background: #b90040;
    border: 1px solid #e90051;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 10px;
    margin-top: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac-all_notify {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000007d;
    backdrop-filter: blur(3px);
    z-index: 3;
    transition: all 0.3s linear;
    justify-content: flex-end;
}
.ac-all_notify.ac-active {
    display: flex;
}
.ac-all_notify_card {
    width: 80%;
    max-width: 400px;
    background: white;
    height: 100%;
    padding-top: 42px;
}
.navbar {
    z-index: 1;
    margin-top: 42px;
}
.ac-all_notify_item {
    display: flex;
    gap: 10px;
    padding: 20px;
    background: #e7e7e7;
    border-bottom: 1px solid #dddddd;
}
.ac-notification-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #e90051;
}
.ac-notification-icon i {
    background: #0d0d119e;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}
.ac-notification-date {
    font-size: 13px;
}
header nav.navbar .container .navbar-brand {
    display: none;
    gap: 20px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #15151e;
    align-items: center;
    justify-content: space-around;
}
.navbar-burger {
    margin-left: unset !important;
}
#form-checkout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.ac-checkoutForm_block {
    background: white;
    padding: 40px;
    border-radius: 10px;
}
.ac-checkoutForm_block.ac-block_pay{
    max-width: 400px;
}
#form-checkout .form-group {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}
#form-checkout .form-group input,
#form-checkout .form-group select {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    min-width: 150px;
}
#form-checkout .form-group_dual {
    display: flex;
    width: 100%;
}
#form-checkout .form-group_dual input,
#form-checkout .form-group_dual select {
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
}
.ac-mp_input {
    height: 38px;
    padding: 0px 15px !important;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
}
#form-checkout__issuer {
    display: none;
}
.ac-flex_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}
.ac-tittle_block {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ac-checkout_btn {
    background: #00d189;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}
.ac-cupom_btn {
    background: #00d189;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
#ac-cartTable {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}
#ac-cardTable tbody {
    color: #7f7f7f;
}
#ac-cartTable th,
#ac-cartTable td {
    border: 1px solid #dee2e6;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border: none;
}

#ac-cartTable th {
    background-color: #f2f2f2;
    font-weight: bold;
}

#ac-cartTable tr:nth-child(even) {
    background-color: #f2f2f281;
}

#ac-cartTable td button {
    cursor: pointer;
    padding: 5px 10px;
    color: white;
    background-color: #dc3545;
    border: none;
    border-radius: 3px;
}

#ac-cartTable td button:hover {
    background-color: #c82333;
}
[data-testid="payment-form"] {
    padding: 0px !important;
}
.row-2G1Bzh.margin-bottom-2Eh4RL.svelte-9ubrt1 {
    margin-bottom: 0px !important;
}
.w-100 {
    width: 100%;
}
.ac-fields_cartao,
.ac-fields_pix,
.ac-fields_boleto {
    display: none;
}
.ac-fields_pix,
.ac-fields_boleto {
    width: 100%;
    text-align: center;
}
.ac-remove_of_card {
    font-size: 12px;
    cursor: pointer;
    color: #f44336;
}
.ac-item_card_d {
    display: flex;
    flex-direction: column;
}
.ac-item_card {
    line-height: 1;
    margin-bottom: 0px;
}
.ac-cupom_applied {
    color: #f44336;
    margin-left: -10px !important;
    position: absolute;
}
.ac-cc_geral {
    padding: 50px 0;
    min-height: 90vh;
    background-color: #1a1a22;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac-has_account {
    text-align: center;
    margin-bottom: 50px;
    color: white;
}
.ac-has_account a {
    color: #00d189;
    font-weight: 500;
}
@keyframes ac-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
.ac-load {
    animation: ac-blink 1s infinite;
    pointer-events: none;
    cursor: not-allowed;
}
.ac-return_btn {
    background: #00d189;
    text-align: center;
    color: white !important;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 5px;
}
#ac-popup_play {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a229c;
    z-index: -10;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#ac-popup_play.ac-active {
    z-index: 999;
    opacity: 1;
}
#ac-popup_card {
    width: 90%;
    max-width: 700px;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 50px black;
    border: 2px solid #575757;
}
#ac-popup_card h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
}
.ac-play_select {
    cursor: pointer;
    max-width: 50%;
    flex: 1 1;
    transition: all 0.3s linear;
    opacity: 1;
}
.ac-play_select.ac-op {
    opacity: 0.1;
}
.ac-play_select img{
    width: 100%;
    border-radius: 20px;
}
.ac-play_options {
    display: flex;
}
.ac-play_options h4 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}
img.iconimg {
    max-width: 20px;
    margin-bottom: -3px;
}
.ac-cards_games,
#ac-game_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ac-card_game_ps4 {
    min-width: 10px;
    max-width: 400px;
    flex: 1 1;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 40px #000000a8;
    background: rgb(0,255,85);
    background: -moz-linear-gradient(0deg, rgba(0,255,85,1) 10%, rgba(0,97,181,1) 66%, rgba(0,34,139,1) 94%);
    background: -webkit-linear-gradient(0deg, rgba(0,255,85,1) 10%, rgba(0,97,181,1) 66%, rgba(0,34,139,1) 94%);
    background: linear-gradient(0deg, rgba(0,255,85,1) 10%, rgba(0,97,181,1) 66%, rgba(0,34,139,1) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff55",endColorstr="#00228b",GradientType=1);
}
.ac-card_game_ps4 .ac-card_game_header svg.ac-active .ac-like_game_heart{
    fill: #00ff55;
}
.ac-card_game_ps4 .ac-like_game path {
    stroke: #00ff55;
}
.ac-card_game_ps4.ac-block{
    background: rgb(233,0,81);
    background: -moz-linear-gradient(0deg, rgba(233,0,81,1) 10%, rgba(0,97,181,1) 66%, rgba(0,34,139,1) 94%);
    background: -webkit-linear-gradient(0deg, rgba(233,0,81,1) 10%, rgba(0,97,181,1) 66%, rgba(0,34,139,1) 94%);
    background: linear-gradient(0deg, rgba(233,0,81,1) 10%, rgba(0,97,181,1) 66%, rgba(0,34,139,1) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e90051",endColorstr="#00228b",GradientType=1);
}
.ac-card_game_ps4.ac-block .ac-card_game_header svg.ac-active .ac-like_game_heart{
    fill: #e90051;
}
.ac-card_game_ps4.ac-block .ac-like_game path {
    stroke: #e90051;
}
.ac-card_game_ps5 {
    min-width: 10px;
    max-width: 400px;
    flex: 1 1;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 40px #000000a8;
    background: rgb(0,255,85);
    background: -moz-linear-gradient(0deg, rgba(0,255,85,1) 0%, rgba(255,255,255,1) 64%);
    background: -webkit-linear-gradient(0deg, rgba(0,255,85,1) 0%, rgba(255,255,255,1) 64%);
    background: linear-gradient(0deg, rgba(0,255,85,1) 0%, rgba(255,255,255,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff55",endColorstr="#ffffff",GradientType=1);
}
.ac-card_game_ps5 .ac-card_game_header svg.ac-active .ac-like_game_heart{
    fill: #00ff55;
}
.ac-card_game_ps5 .ac-like_game path {
    stroke: #00ff55;
}
.ac-card_game_ps5.ac-block{
    background: rgb(233,0,81);
    background: -moz-linear-gradient(0deg, rgba(233,0,81,1) 0%, rgba(255,255,255,1) 64%);
    background: -webkit-linear-gradient(0deg, rgba(233,0,81,1) 0%, rgba(255,255,255,1) 64%);
    background: linear-gradient(0deg, rgba(233,0,81,1) 0%, rgba(255,255,255,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e90051",endColorstr="#ffffff",GradientType=1);
}
.ac-card_game_ps5.ac-block .ac-card_game_header svg.ac-active .ac-like_game_heart{
    fill: #e90051;
}
.ac-card_game_ps5.ac-block .ac-like_game path {
    stroke: #e90051;
}
.ac-card_game_cc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ac-card_game_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px !important;
    user-select: none;
}
.ac-card_game_header img{
    height: 20px;
}
.ac-card_game_header svg{
    cursor: pointer;
    height: 25px;
}
.ac-card_game_header svg.ac-active{
    animation: expandAndRotate 0.5s ease-out;
}
    @keyframes expandAndRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5) rotate(20deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
.ac-card_game_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ac-card_game_bg_filter {
    background-color: #1a1a22ba;
    flex: 1;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all 0.4s linear;
}
.ac-card_game_ps4:hover .ac-card_game_bg_filter,
.ac-card_game_ps5:hover .ac-card_game_bg_filter {
    opacity: 0;
    background-color: #1a1a2200;
}
.ac-card_game_bg_filter_2 {
    backdrop-filter: blur(7px);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.ac-card_game_img {
    border-radius: 5px;
}
.ac-block .ac-card_game_img{
    filter: grayscale(1);
}
.ac-card_game_go {
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border: none !important;
    padding: 10px 10px 0px 10px;
    cursor: pointer;
}
.ac-card_game_ps5 .ac-card_game_go{
    color: black !important;
}
.ac-card_game_ps4 h3,
.ac-card_game_ps5 h3 {
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}
.ac-card_game_ps4 p,
.ac-card_game_ps5 p {
    color: #ffffffa6;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
#ac-popup_geral {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1a1a2275;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s linear;
}
html.ac-popup_g_active #ac-popup_geral {
    opacity: 1;
    z-index: 999999999;
}
html.ac-popup_g_active {
    overflow: hidden;
}
#ac-popup_g_card_hd span {
    background: #e90051;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: white;
    font-weight: bolder;
    font-size: 12px;
    cursor: pointer;
}
#ac-popup_g_card {
    width: 90%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    display: none;
}
#ac-popup_g_card.ac-active {
    display: block;
}
#ac-popup_g_card_hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#ac-popup_g_card_hd h3 {
    font-size: 19px;
    font-weight: bolder;
}
#ac-popup_g_card_cc {
    max-height: 50vh;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#ac-popup_g_card_bt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.ac-popup_g_cancel {
    flex: 1 1;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    background: #9999b133;
    color: #1a1a22;
    font-weight: 600;
    cursor: pointer;
}
.ac-popup_g_go {
    flex: 1 1;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    background: #1a1a22;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.ac-game_reserv {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.ac-game_reserv_img {
    max-width: 300px;
    border-radius: 10px;
    margin: 0 auto;
}
#ac-popup_g_card_bt_msg {
    display: block;
    font-size: 15px;
    text-align: center;
}
.ac-game_reserv_desc {
    flex: 1 1;
    min-width: 280px;
}
.ac-game_reserv_desc h3 {
    font-weight: bolder;
}
.ac-game_reserv_desc p {
    font-size: 14px;
    color: #9c9ca1;
}
.ac-load_gif {
    width: 50px;
    display: none;
}
.ac-load_gif.ac-active {
    display: block;
}
.ac-cardf {
    padding: 20px;
    border-radius: 10px;
}
#ac-games_find{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
}
.ac-main_cardf {
    padding: 20px;
    border-radius: 20px;
    background-color: #313144;
    max-width: 300px;
    position: sticky;
    top: 110px;
}
.ac-main_results {
    flex: 1 1;
    min-width: 400px;
}
#ac-info_search {
    text-align: center;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ac-form_field {
    flex: 1 1;
    min-width: 200px;
}
.ac-form_field label {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-left: 5px;
}
.ac-form_field input,
.ac-form_field select,
.ac-form_field textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    outline: none !important;
    text-decoration: none !important;
    border: none !important;
    display: block;
}
.ac-search_bar {
    display: flex;
}
.ac-search_input {
    padding: 10px 15px !important;
    font-size: 15px !important;
    border-radius: 10px 0 0 10px !important;
}
.ac-search_1b,
.ac-search_2b {
    padding: 10px 20px;
    color: white;
    background-color: #e90051;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
}
.ac-search_1b {
    background-color: white;
    color: #e90051;
}
.ac-search_2b {
    border-radius: 0 10px 10px 0;
}
.ac-search_filters h3 {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.ac-search_filters_grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.container {
    padding: 0 20px;
}
.ac-load_search {
    display: none;
    margin: 0 auto;
    width: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ac-load_search.ac-active {
    display: block;
}
#ac-tittle_search {
    color: white;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: -10px;
}
#toast-container > div{
    -webkit-box-shadow: 0 0 30px #000000;
    box-shadow: 0 0 30px #000000;
    opacity: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px 15px 50px;
}
.toast-message{
    line-height: 1;
    color: #ffffffde;
    font-size: 15px;
}
.toast-top-right{
    top: 55px;
}
.toast-success{
    background-color: #3ed16fc7;
    backdrop-filter: blur(5px);
}
.toast-error {
    background-color: #bd362fcf;
    backdrop-filter: blur(5px);
}
.toast-info {
    background-color: #2f96b4d1;
    backdrop-filter: blur(5px);
}
.toast-warning {
    background-color: #f89406c9;
    backdrop-filter: blur(5px);
}
@media screen and (max-width: 1200px) {
    .ac-levels {
        padding: 5px 0px;
    }
    .level {
        justify-content: center;
    }
    .ac-header_social{
        display: none;
    }
    .level-center {
        width: unset;
    }
    .ac-header_infos {
        justify-content: center;
    }
    .container {
        max-width: 100%;
    }
    .slide-content {
        width: 100%;
        bottom: 0%;
        height: initial !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slide-content p {
        text-align: center;
    }
    .owl-nav {
        position: absolute;
        top: 65%;
        width: 100%;
    }
    .card-content {
        padding: 13px 0px 20px;
    }
    .actionsgame {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-top: 1rem;
        align-items: center;
        align-content: center;
    }
}

@media screen and (max-width: 999px) {
    header nav.navbar .container .navbar-brand {
        display: flex;
    }
    p.legend {
        margin-top: -16px;
        font-size: 10px;
    }
    .level-item.progressbar {
        width: 120px;
    }
    .ac-levels span {
        font-size: 15px;
    }
    .navbar-start.logosite {
        margin-bottom: 3rem;
    }
    .navbar-end.menuprincipal .navbar-item {
        border-right: 0px solid #ffffff42;
        border-bottom: 1px solid #ffffff42;
        line-height: 3;
    }
    .navbar-end.menuprincipal .navbar-item:nth-child(1) {
        border-left: 0px solid #ffffff42;
        border-bottom: 1px solid #ffffff42;
        border-top: 1px solid #ffffff42;
        line-height: 3;
    }
    .pedidocliente {
        width: 100%;
        flex-basis: unset;
        flex-grow: unset;
        flex-shrink: unset;
    }
    .imgdhistory {
        width: 50%;
    }
    div#dropdownnav-mobile .dropdown-trigger-mobile button.button {
        background-color: transparent;
        border: none;
        color: #ffffff;
    }
    .is-mobile.footercontroller div#dropdown-menu3 {
        left: -31vw;
        bottom: 3rem;
        top: -14rem;
        width: 100vw;
        margin-top: 0rem;
    }
    .is-mobile.footercontroller div#dropdown-menu3 a.dropdown-item {
        color: #ffffff;
        line-height: 2;
        font-size: 17px;
        text-align: center;
        margin: 0px !important;
        padding: 5px 0px;
    }
    .is-mobile {
        display: flex;
    }
    .marginess ul {
        border-bottom: 0px;
        max-width: 100%;
    }
    .tabs.is-centered ul li {
        font-size: 13px;
    }
    .marginesslightmobile {
        margin: 0px;
        padding: 4px;
    }
    .is-mobile.footercontroller {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        background-color: #090910;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 4rem;
    }
    .is-mobile.footercontroller a {
        border: none;
        min-width: 50%;
        text-align: center;
    }
    h2.gamedetailstitle {
        line-height: 1.5;
        padding: 2rem 0px;
    }
    .slider {
        height: auto;
    }
    .columns.is-multiline {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0px 1rem;
    }
    .column.is-one-fifth {
        max-width: 50%;
        width: 50%;
        flex-basis: unset;
    }
    select#ordenarpor {
        max-width: 100%;
    }
    figure.image {
        min-height: 10rem;
    }
    .filtercontainer {
        margin: 0rem 0.5rem 1rem;
    }
    .navbar-menu {
        background-color: #1a1a2a;
        box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        padding: 0.5rem 0;
        position: absolute;
        left: -40rem;
        width: 100vw;
        padding: 3rem 1rem;
        transition: 0.5s;
    }
    .navbar-menu.is-active {
        left: 0rem;
    }
    a.navbar-burger {
        color: #ffffff;
        font-size: 4rem !important;
    }
    .navbar-burger span {
        height: 2px;
        width: 25px;
    }
    .field.is-grouped.loginregister {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    form.login-page-form {
        padding: 2rem;
        width: 90vw;
        margin: 0px 5vw;
    }
    .w-full.sm\:max-w-md.mt-6.px-6.py-4.shadow-md.overflow-hidden.sm\:rounded-lg {
        padding: 0px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    body {
        overflow-x: hidden;
    }
}
img.iconimg {
    max-width: 20px;
    margin-bottom: -3px;
}
@media screen and (max-width: 1200px) {
    .ac-levels{
        padding: 5px 0px
    }
    .level{
        justify-content: center;
    }
    .ac-header_social{
        display: none;
    }
    .level-center{
        width: unset;
    }
    .ac-header_infos{
        justify-content: center;
    }
    .container {
        max-width: 100%;
    }
    .slide-content {
        width: 100%;
        bottom: 0%;
        height: initial!important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slide-content p {
        text-align: center;
    }
    .owl-nav {
        position: absolute;
        top: 65%;
        width: 100%;
    }
    #ac-tittle_search {
        font-size: 19px;
    }
}
.ac-rest_session {
    position: fixed;
    background-color: white;
    padding: 10px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}
.ac-ps_container {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.ac-ps_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    background: #1a1a22 !important;
    padding: 20px;
    margin: -22px -22px 20px -22px;
    border-radius: 10px 10px 0 0;
}

.ac-ps_header_pending {
    color: #ff9f43;
    background: #fff0e1 !important;
}
.ac-ps_header_canceled, .ac-ps_header_error {
    color: #ff4343;
    background: #ffe1e1 !important;
}
.ac-ps_header_approved {
    color: #44b633;
    background: #efffe1 !important;
}

.ac-ps_status-approved {
    color: green;
    font-weight: bold;
}

.ac-ps_status-pending {
    color: #ff9f43;
    font-weight: bold;
}

.ac-ps_status-rejected {
    color: red;
    font-weight: bold;
}
.ac-ps_erro_msg {
    text-align: center;
    color: #ff4343;
    background-color: #ffe1e1 !important;
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
}

.ac-ps_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.ac-ps_table th,
.ac-ps_table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.ac-ps_table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

.ac-ps_summary {
    text-align: right;
}

.ac-ps_summary p {
    margin: 5px 0;
    font-size: 16px;
}

.ac-ps_summary span {
    font-weight: bold;
}

.ac-ps_qrcode {
    display: block;
    margin: 20px auto;
    max-width: 300px;
}

.ac-ps_boleto-link {
    color: #ffffff !important;
    font-weight: bold;
    margin-top: 20px;
    background: #1a1a22;
    display: block !important;
    padding: 15px 30px;
    border-radius: 100px;
    outline: none !important;
    text-decoration: none !important;
    font-size: 15px;
}

.ac-ps_boleto-link:hover {
    text-decoration: underline;
}

.ac-ps_footer {
    text-align: center;
    margin-top: 20px;
}

.ac-ps_footer strong {
    font-size: 18px;
    color: #333;
}
.ac-tc {
    display: block;
    text-align: center;
}

.ac-ps_payment-info {
    margin: 50px 0;
}
.ac-ps_tt {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #1a1a22;
}
.ac-ps_payment_dd {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ac-ps_payment_dd h5 {
    font-size: 15px;
    font-weight: lighter;
    line-height: 0.8;
}

.ac-ps_payment_dd h4 {
    font-size: 18px;
    font-weight: 900;
    color: #1a1a228c;
}
.ac-ps_qr_code_copy {
    cursor: pointer;
    background: #1a1a22;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    word-break: break-all;
}
.ac-cod_bar {
    display: block;
    margin: 20px auto;
}
.ac-form_user{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-field{
    flex: 1 1;
    min-width: 200px;
}
.ac-field label{
    margin-bottom: 0px !important;
    color: white;
    font-weight: 400;
    margin-left: 5px;
    font-size: 15px;
}
.ac-form_legend{
    color: white;
    font-size: 17px;
    font-weight: bolder;
}
.ac-change_profile, .ac-btn_udash{
    background-color: #01d5fa;
    color: rgb(49 49 68);
    border-radius: 5px;
    padding: 10px 25px;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    font-size: 15px;
    cursor: pointer;
    font-weight: bolder;
    margin-top: 30px;
    display: inline-block;
}
#ac-return_profile{
    margin: 0px;
}
#ac-return_profile.ac-msg_error{
    color: #f44336;
    margin-top: 5px;
}
#ac-return_profile.ac-msg_success{
    color: #00FF55;
    margin-top: 5px;
}
#ac-msg_cupom{
    display: none;
    background: #bf0042;
    width: 100%;
    text-align: center;
    color: white;
    border-radius: 5px;
    padding: 5px;
}
#ac-udash{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-udash_left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}
.ac-udash_right{
    flex: 1 1;
}
.ac-udash_card{
    padding: 20px;
    border-radius: 10px;
    background-color: #313144;
}
.ac-udash_card_tt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #41415c;
}
.ac-udash_card_tt h3{
    font-size: 16px;
    font-weight: bolder;
    color: white;
}
.ac-udash_card_tt svg{
    stroke: white;
}
.ac-udash_menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.ac-udash_menu a{
    font-size: 14px;
    flex: 1 1;
    background-color: #41415c;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
}
.ac-udash_menu a.ac-active{
    background-color: #e90051;
}
.ac-info_total{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    border-radius: 10px;
    background: #272737;
    color: #ffffff4d;
    border: 1px solid #191924 !important;
    flex: 1 1;
}
.ac-info_total_tt{
    font-weight: bolder;
}
.ac-profile_bars{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ac-info_total_cc{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ac-info_total svg{
    stroke: white;
}
.ac-info_total_icon{
    background-color: #41415c;
    padding: 10px;
    border-radius: 100px;
}
.ac-info_total_go{
    background-color: #41415c;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
}
.ac-info_total_go:hover{
    background-color: #ffffff;
}
.ac-info_total_go:hover svg{
    stroke: #41415c;
}
.ac-info_total h3, 
.ac-info_total span{
    margin: 0px;
    white-space: nowrap;
    color: white;
}
.ac-info_total h3{
    font-size: 20px;
    color: #00FF55;
    font-weight: bolder;
}
.ac-info_total span{
    font-size: 14px;
}
.ac-fm_fields{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-fm_fields .ac-fm_field{
    flex: 1 1;
    min-width: 200px;
}
.ac-error_msg{
    background-color: #f44336;
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.ac-lvl_bar{
    width: 100%;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    background: #41415c;
    margin-top: 1px;
}
.ac-lvl_bar div{
    width: 50%;
    background: #efeff2;
    height: 10px;
}
.ac-lvl_tt{
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    background: #00ff55;
    display: block;
    padding: 10px;
    border-radius: 100px;
    font-weight: bolder;    
}
.ac-lvl_subtt{
    text-align: center;
    display: block;
    color: #ffffff75;
}
.ac_profile_name{
    font-size: 22px;
    font-weight: bolder;
}
.ac-profile_grid{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ac-profile_grid h4{
    font-size: 15px;
    color: #ffffff75;
}
.ac-close_cc{
    background-color: #e90051;
    color: white;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}
.ac-zap_btn{
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--text-blue-highlight);
    color: #313144;
    font-weight: bolder;
    text-align: center;
    border-radius: 5px;
}
.ac-plan_active{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ac-plan_active img{
    width: 140px;
    border-radius: 10px;
}
.ac-plan_active h4{
    color: white;
    margin: 0px;
}
.ac-plan_active h5{
    color: white;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 100;
}
.ac-plan_active a{
    background-color: #00FF55;
    padding: 5px 10px;
    color: #1a1a22;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.ac-plan_active a svg{
    height: 15px;
}
.ac-plan_d{
    color: #ffffff75;
    margin-bottom: 10px;
}
.ac-msg_obs{
    font-size: 15px;
    color: #ffffff7d;
    margin-bottom: 10px;
}
.ac-udash_sub_tt{
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
}
#ac-header_mobile{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(3px);
    background-color: #1a1a2269;
    display: flex;
    justify-content: flex-end;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s linear;
}
#ac-header_mobile.ac-active{
    z-index: 90;
    opacity: 1;
}
#ac-header_mobile_cc{
    height: 100%;
    background: #1a1a22;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    padding: 0px;
    width: 0%;
    overflow: hidden;
    transition: all 0.4s linear;
}
#ac-header_mobile.ac-active #ac-header_mobile_cc{
    width: 75%;
    padding: 30px;
}
.ac-menu_mob{
    display: none;
}
#ac-games_find label{
    color: #ffffff91;
    display: block;
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: -10px;
    margin-left: 10px;
}
.ac-search_filters_grid select{
    background: #272737;
    color: #ffffff4d;
    border: 1px solid #191924 !important;
}
.ac-others_filter{
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.ac-filters_tt{
    font-size: 14px;
    color: white;
    font-weight: 400;
    margin: 10px 0;
    width: 100%;
}
button.ac-btn_filters{
    padding: 5px 10px;
    border-radius: 5px;
    background: white;
    border: none !important;
    color: #e90051;
    font-size: 14px;
    flex: 1 1;
    min-width: 40%;
    font-weight: 600;
}
button.ac-btn_filters:hover,
button.ac-btn_filters.ac-active{
    background: #e90051;
    color: white;
}
.ac-share_afiliate{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 3px solid #ffffff;
    padding: 20px;
    cursor: pointer;
}
.ac-share_afiliate.ac-active{
    background-color: #baffd1;
    border: 3px solid #00ff55;
}
.ac-share_afiliate.ac-active svg{
    stroke: #00ff55;
}
.ac-card_recomendacoes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0;
}
.ac-card_recomendacao{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1 1;
    border-radius: 10px;
    padding: 20px;
    font-weight: 500;
    background: #272737;
    color: #ffffff4d;
    border: 1px solid #191924 !important;
    min-width: 170px;
}
.ac-card_recomendacao span{
    font-size: 15px;
    text-align: center;
}
.ac-card_recomendacao span.ac-card_recomendacao_num{
    font-size: 25px;
    font-weight: bolder;
}
table.ac-udash_table {
    width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #313144;
    border: 0px solid #292939;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 3s linear;
    margin-bottom: 30px !important;
}

table.ac-udash_table thead,
table.ac-udash_table tfoot {
    background-color: #292939;
}

table.ac-udash_table td {
    padding: 15px;
    color: #d9dce1;
    font-weight: 300;
    border-bottom: 2px solid #292939;
}
table.ac-udash_table th{
    padding: 15px;
    color: #01d5fa;
    font-weight: 500;
}

table.ac-udash_table tbody tr:nth-child(odd)  { background-color: #29293975; }
table.ac-udash_table tbody tr:nth-child(even) { background-color: #292939; }
table.ac-udash_table tbody tr:last-child td {
    border-bottom: none;
}

table.ac-udash_table tbody tr:hover {
    background-color: #292939;
}
.ac-data_profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
}
.ac-line_divisor{
    height: 0px;
    display: block;
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ac-links_express{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ac-link_express{
    flex: 1 1;
    font-size: 13px;
    display: block;
    color: #1a1a22;
    padding: 5px 20px;
    background: #01d5fa;
    border-radius: 100px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}
.ac-profile_subtt{
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin: 20px 0 10px 0;
    display: block;
}
#ac-card_profile{
    max-width: 400px;
}
.ac-logout_btn{
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 20px;
    background: #e90051;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.ac-see_details{
    display: block;
    padding: 5px 10px;
    background: #01d5fa;
    color: #313144;
    text-align: center;
    border-radius: 100px;
    font-weight: 400;
    text-transform: lowercase;
}
.disabled>.page-link, .page-link.disabled{
    color: rgb(255 255 255);
    pointer-events: none;
    background-color: #292939;
    border-color: #313144;
}
.active>.page-link, .page-link.active{
    background-color: #01d5fa;
    border-color: #313144;
}
.page-link,
.page-link:hover {
    color: #ffffff;
    background-color: #292939;
    border: #313144;
}
.dt-paging ul.pagination{
    padding: 0px;
    margin: 0px;
}
.dt-info{
    color: #fff;
}
#ac-all_payments{
    margin-top: 0px;
}
.ac-cancel_game {
    background: #e4004f;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 10px;
    gap: 5px;
    color: white;
}
.ac-return_game {
    background: #01d5fa;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 10px;
    gap: 5px;
    color: white;
}
.ac-return_game svg {
    width: 15px;
    height: 15px;
    stroke: white;
}
.ac-ret_game{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ac-error_msg{
    background: #e90051;
    padding: 10px;
    border-radius: 10px;
}
.ac-card_plan{
    background: #313144;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    max-width: 300px;
    min-width: 290px;
}
.ac-card_plan.ac-active{
    display: block;
}
.ac-card_plan_header{
    padding: 10px !important;
    color: #1a1a22;
}
.ac-card_plan_header h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 23px !important;
    margin: 0px !important;
}
.ac-card_plan select, 
.ac-card_plan select:hover{
    width: 100%;
    text-align: center;
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    background-color: #272737 !important;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff;
}
.ac-card_plan ul li{
    margin-bottom: 0px;
}
.ac-features{
    display: flex;
    flex-direction: column;
    color: #ffffffa8;
    gap: 5px;
    padding: 0 20px 20px 20px !important;
    font-size: 14px;
}
.ac-features svg, 
.ac-features img{
    width: 20px;
    margin-right: 5px;
}
.ac-features span{
    font-weight: 300;
}
.ac-card_plan .buyplanbtn{
    width: 100%;
    border-radius: 0px;
    border: 0;
    padding: 20px 0;
    background: #e90051;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
}
.ac-card_plan .price span{
    font-family: "Roboto", sans-serif;
}
.ac-grid_work{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.ac-grid_work_item{
    flex: 1 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ac-btn_main{
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 100px;
    border: none !important;
    text-transform: capitalize;
    font-weight: 500;
    color: #191924;
}
.ac-section{
    padding: 80px 0; 
}
#ac-all_payments tbody tr td:nth-child(2) {
    white-space: nowrap;
}
.ac-games_mob{
    display: none;
}
#ac-itens_mob{
    display: none;
    gap: 20px;
    align-items: center;
}
#ac-itens_mob svg{
    width: 30px;
    height: 30px;
}
.ac-clear_search{
    display: none;
    padding: 0px 15px;
    background: #272737;
    color: #ffffffbf;
    border: 1px solid #191924 !important;
    font-size: 13px;
    margin: 10px 0;
    border-radius: 5px;
}
.ac-single_game{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#ac-popup_play {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a229c;
    z-index: -10;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#ac-popup_play.ac-active {
    z-index: 999;
    opacity: 1;
}
#ac-popup_card {
    width: 90%;
    max-width: 700px;
    background-color: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 0 50px black;
    border: 2px solid #575757;
}
#ac-popup_card h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
}
.ac-play_select {
    cursor: pointer;
    width: 100%;
    transition: all 0.3s linear;
    opacity: 1;
}
.ac-play_select.ac-op {
    opacity: 0.1;
}
.ac-play_options {
    display: flex;
}
.ac-play_options h4 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}
.ac-buytop{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.ac-buytop h1{
    color: white;
    font-weight: bolder;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 20px;
}
.ac-buytop p{
    color: white;
}
.ac-buytop a{
    background: #e90051;
    padding: 10px 15px;
    border-radius: 5px;
    color: white !important;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}
.ac-buytop div{
    max-width: 45%;
}
.ac-buytop svg{
    flex: 1 1;
    min-width: 200px
}
.ac-buyh2{
    font-size: 35px;
    font-weight: bolder;
    color: white;
    text-align: center;
}
.ac-buyp{
    font-size: 20px;
    color: white;
    font-weight: 300;
    line-height: 1;
}
.ac-cards_coins{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-card_coins{
    color: white;
    flex: 1 1;
    min-width: 200px;
    padding: 20px;
    border-radius: 10px;
    background: #313144;
    background: -webkit-linear-gradient(0deg, rgba(49, 49, 68, 1) 0%, rgba(49, 49, 68, 1) 13%, rgba(49, 49, 68, 0.13) 100%);
    background: -moz-linear-gradient(0deg, rgba(49, 49, 68, 1) 0%, rgba(49, 49, 68, 1) 13%, rgba(49, 49, 68, 0.13) 100%);
    background: linear-gradient(0deg, rgba(49, 49, 68, 1) 0%, rgba(49, 49, 68, 1) 13%, rgba(49, 49, 68, 0.13) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313144", endColorstr="#313144", GradientType=0);
}
.ac-card_coins img{
    max-width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.ac-info_link{
    color: #ffffffd4;
    background: #e90051;
    padding: 5px 10px;
    border-radius: 0 0 9px 9px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 -15px -15px -15px;
    text-align: center;
}
.ac-desc_card{
    color: #908e97;
    margin-bottom: 20px;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: unset !important;
}
.ac-btns_plan{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ac-btns_plan button{
    background-color: #313144;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    outline: none !important;
    text-decoration: none !important;
    border: none !important;
}
.ac-btns_plan button.ac-active{
    background-color: #e90051;
}
.ac-plans_section{
    background: #1A1A22;
    background: -webkit-linear-gradient(0deg, rgba(26, 26, 34, 1) 0%, rgba(26, 26, 34, 1) 24%, rgba(26, 26, 34, 0.55) 100%);
    background: -moz-linear-gradient(0deg, rgba(26, 26, 34, 1) 0%, rgba(26, 26, 34, 1) 24%, rgba(26, 26, 34, 0.55) 100%);
    background: linear-gradient(0deg, rgba(26, 26, 34, 1) 0%, rgba(26, 26, 34, 1) 24%, rgba(26, 26, 34, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A22", endColorstr="#1A1A22", GradientType=0);
}
.ac-plans_section h1{
    color: white;
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
}
.ac-plans_section h2{
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 50px;   
    max-width: 950px;
}
.ac-plan_details_flag h4{
    font-size: 16px;
    padding: 5px 10px;
    color: black;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}
.ac-play_easy{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ac-play_easy svg{
    width: 200px;
    height: 200px;
    color: #fff;
}
.ac-play_easy svg{
    width: 100px;
    height: 100px;
    color: #e90051;
}
.ac-play_easy_item{
    flex: 1 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: #ffffffbd;
    font-size: 25px;
    text-align: center;
    line-height: 1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px #313144a3;
    border: 1px solid #313144;
    background: #313144;
    background: -webkit-linear-gradient(0deg, rgba(49, 49, 68, 1) 0%, rgba(49, 49, 68, 1) 13%, rgba(49, 49, 68, 0.13) 100%);
    background: -moz-linear-gradient(0deg, rgba(49, 49, 68, 1) 0%, rgba(49, 49, 68, 1) 13%, rgba(49, 49, 68, 0.13) 100%);
    background: linear-gradient(0deg, rgba(49, 49, 68, 1) 0%, rgba(49, 49, 68, 1) 13%, rgba(49, 49, 68, 0.13) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313144", endColorstr="#313144", GradientType=0);
}
.table.ac-udash_table>:not(caption)>*>*{
    background-color: #313144;
}
.table.ac-udash_table *{
    border-color: #242435;
    color: #ffffff7a !important;
}
.table.ac-udash_table {
    border-radius: 10px;
    overflow: hidden;
}
.table.ac-udash_table .th-tt{
    background: #242435;
    color: #fff !important;
}
.ac-lvl_tb{
    color: #5c5c81 !important;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}
#faqAccordion .accordion-item{
    background-color: #313144;
    border-color: #313144;
}
.accordion-button{
    background-color: #313144;
}
.accordion-button:not(.collapsed){
    background-color: var(--text-blue-highlight);
}
.accordion-button{
    color: var(--text-blue-highlight);
}
.accordion-body{
    color: #fff;
}
.table .th-tt.ac-blue_text{
    color: var(--text-blue-highlight) !important;
}
.ac-price_desc{
    text-decoration: line-through !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #e90051 !important;
    margin-bottom: 10px !important;
}
.ac-404_error h2{
    font-size: 100px;
    font-weight: bolder;
    color: white;
    text-align: center;
}
.ac-404_error h1{
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: bolder;
}
.ac-404_error p{
    text-align: center;
    color: white;
    margin: 0px;
    font-weight: 300;
}
.ac-hide_send{
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    background: #00d1899e;
}
@media screen and (max-width: 1200px) {
    .actionsgame button{
        font-size: 15px;
    }
    .figurecardsolo img{
        width: 100%;
        max-height: none;
    }
    .figurecardsolo{
        max-width: 30%;
    }
    .ac-cards_games,
    #ac-game_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .ac-header_links a{
        font-size: 16px;
    }
    .ac-header_ui_txt span{
        font-size: 14px;
    }
    .ac-header_ui_txt a{
        font-size: 13px;
    }
    .ac-pic_profile{
        width: 40px;
        height: 40px;
    }
    .ac-main_cardf{
        max-width: 200px;
    }
    #ac-games_find .ac-form_field{
        min-width: auto;
    }
}
@media screen and (max-width: 800px) {
    #form-checkout{
        flex-direction: column;
    }
    .ac-checkoutForm_block.ac-block_pay{
        max-width: 100%;
        width: 100%;
    }
    .figurecardsolo{
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    #ac-games_find .ac-form_field{
        min-width: 100%;
    }
    #ac-itens_mob{
        display: flex;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
    }
    .ac-header_links a:not(.ac-logo){
        display: none;
    }
    .ac-see_details{
        font-size: 11px;
    }
    .ac-udash_right{
        width: 100%;
    }
    .ac-udash_left, #ac-card_profile{
        max-width: 100%;
    }
    .ac-udash_card, .ac-games_find_left{
        max-width: 100%;
        width: 100%;
    }
    .ac-cc{
        max-width: 100%;
    }
    .ac-footer_bt{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        text-align: center;
    }
    .ac-login_btn, .ac-newacc_btn{
        flex: 1 1;
    }
    .ac-header_ui{
        display: none;
    }
    .ac-logo_footer{
        width: 100%;
    }
    .ac-footer_tp {
        justify-content: center;
        margin-bottom: 20px;
    }
    .ac-main_results{
        min-width: 100px;
    }
    .ac-fm_fields .ac-fm_field{
        min-width: 150px;
    }
    .ac-udash_menu a{
        font-size: 12px;
        min-width: 65px;
    }
    .ac-change_profile{
        width: 100%;
    }
    .ac-plan_active{
        flex-direction: column;
    }
    .dt-paging-button button{
        font-size: 14px;
        padding: 3px 5px !important;
    }
    #ac-cc_header{
        top: unset;
        bottom: 0px;
        position: fixed;
    }
    .ac-card_register{
        width: 100%;
    }
    .ac-card_register{
        padding: 20px;
    }
    #ac-header_btns{
        display: none;
    }
    #ac-header_btns_mob{
        display:  flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }
    .ac-games_mob{
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 11px;
    }
    #ac-main_header_logo{
        display: none;
    }
    .ac-buytop h1{
        font-size: 35px;
    }
    .ac-buytop svg{
        display: none;
    }
    .ac-buytop div{
        max-width: 100%;
    }
    .ac-buytop{
        min-height: 80vh;
    }
    .ac-btns_plan{
        gap: 10px;
    }
    .ac-btns_plan button{
        font-size: 11px;
    }
    .ac-plans_section h1{
        font-size: 38px;
    }
    .ac-plans_section h2{
        font-size: 24px;
    }
}
@media screen and (max-width: 650px) {
    .ac-cards_games,
    #ac-game_list {
        grid-template-columns: repeat(2, 1fr);
    }
}