body {
    background: var(--background-color-dark-gradient);
    min-height: 100vh;
    color: var(--neutral-100);
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.content-wrapper {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(80vh + 100px);
}

.content-wrapper.content-center {
    /* justify-content: center; */
    margin-top: 4vw;
}

.info-container-flex {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.title-flow {
    font-size: var(--title-1-size);
    color: var(--neutral-100);
    text-align: center;
    font-weight: 700;
}

.plans-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.container-finish-register {
    gap: 40px;
    display: flex !important;
    flex-direction: column;
}


.flow-content-wrapper {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.flow-content-wrapper.flow-content-checkout {
    width: auto;
    max-width: 744px;
}

.card-plan {
    max-height: max-content;
    background: var(--background-color-dark-gradient);
    border: 2px solid var(--neutral-30);
    border-radius: 8px;
    transition-duration: 0.2s;
    position: relative;
    width: 340px;
    margin-top: 20px;
}

.card-plan>.badge {
    background-color: #0E7D63;
    border-radius: 20px;
    height: 28px;
    display: flex;
    max-width: max-content;
    padding: 10px;
    align-items: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -14px;
    text-transform: uppercase;
}

.card-plan .plan-name {
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 39px;
}

.card-plan .plan-price {
    margin: 0px;
    font-size: 45px;
    font-weight: 700;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #302442;
}

.info-plan {
    display: flex;
    align-items: center;
}

.info-plan p {
    margin: 0;
}

.info-plan>img {
    height: 40px;
    margin-right: 15px;
}

.info-plan>h5 {
    font-size: 18px;
    font-weight: 300;
    margin: 14px 0;
}


.btn-container>.main-button {
    width: 75%;
    height: 55px;
    font-size: 20px;
}

.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px 0 0px;
}

.btn-info {
    background: none;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid white;
    padding: 0;
    font-size: 16px;
    width: max-content;
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.btn-container>div>img {
    width: 5px;
    height: 9px;
    margin-left: 8px;
}

.plans-wrapper .card-plan .header-card-plan {
    text-align: left;
    height: 32%;
}

.header-card-plan>div {
    display: flex;
    align-items: center;
}

.header-card-plan>div>p {
    font-size: 30px;
    margin: 10px 0;
}

.header-card-plan>p {
    margin: 0;
}

.header-card-plan,
.plans-content {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
}

.text-footer {
    margin: 20px 0;
    text-align: center;
}

.buttons-navigate-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    gap: 20px;
    justify-content: center;
}

.buttons-navigate-plans {
    width: 1000px;
    justify-content: space-around;
}

.card-selected {
    box-shadow: 1px 0px 20px rgba(187, 117, 129, 0.75);
}

.slick-next:after {
    content: "";
    background-image: url(/Content/images/playplus/right-carousel-pink.png);
    color: black;
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: 38px;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.slick-prev:before {
    content: "";
    background-image: url(/Content/images/playplus/left-carousel-pink.png);
    color: black;
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: 38px;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.slick-next {
    right: 20px !important;
    z-index: 1;
}

.slick-prev {
    left: -14px !important;
    z-index: 1;
}


.message-content {
    width: 100%;
    text-align: center;
    background: #EFABD3;
    padding: 10px;
}

.header-flow {
    color: var(--neutral-70);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px var(--spacing-left);
    background-color: var(--neutral-30);
    height: 60px;
}

.header-flow .img-header {
    width: 130px;
    filter: var(--logo-filter-dark);
    height: auto;
}

.menu-right-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.menu-right-wrapper span {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.menu-right-wrapper .menu-header {
    position: absolute;
    width: 180px;
    top: 60px;
    right: -17px;
    min-height: auto;
    padding: 20px;
    background-color: var(--background-navbar);
    z-index: 1;
    border-radius: 8px;
    font-size: var(--caption-1-size);
    animation-duration: 1s;
    display: none;
}

.menu-right-wrapper .menu-arrow {
    position: absolute;
    top: -13px;
    right: 137px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17px 10px;
    border-color: transparent transparent #302442 transparent;
}

.buutton-login-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.menu-right-wrapper .menu-header .menu-header-content ul {
    padding: 0;
}

.menu-right-wrapper .menu-header .menu-header-content ul li {
    list-style: none;
    padding: 10px;
}

.menu-right-wrapper .menu-header .menu-header-content ul li a {
    font-size: var(--caption-1-size);
    font-weight: 400;
    list-style: none;
    cursor: pointer;
    color: var(--neutral-100);
}


.menu-right-wrapper .menu-header .menu-header-content ul li a:hover {
    color: var(--primary-30)
}

.menu-right-wrapper img {
    width: 35px;
}

.social-buttons-wrapper button img {
    cursor: pointer;
    border-radius: 80px;
}

.social-buttons-wrapper button {
    background: transparent;
    border: none;
}

.social-buttons-wrapper+.secondary-button+small {
    display: block;
}

.social-buttons-wrapper+.secondary-button+small {
    display: block;
}

.sms-send-feedback,
.feedback-space {
    display: block;
    height: 20px;
}

.icon-plan-group {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}

.icon-plan-group img {
    align-self: center;
    width: 50px;

}

.icon-plan-group p {
    margin: 5px 0;
}


.price-text {
    font-size: var(--caption-2-size);
    display: block;
}

.plan-card {
    height: max-content;
    width: 25vw;
}

.details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detalhes-compra {
    display: flex;
    justify-content: space-between;
}

.detalhes-compra-mensal {
    display: flex;
    justify-content: space-between;
}

.detalhes-gift-code {
    display: flex;
    justify-content: space-between;
}

.detalhes-total {
    display: flex;
    justify-content: space-between;
}

.label-vale-presente-error {
    display: none;
    color: red;
}

.resume-payment {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
}

.resume-payment input[type="text"] {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #50495A;
    padding: 16px;
    gap: 10px;
    background-color: #302442;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box;
}

.gift-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;

}

.pix-content {
    background-color: #302442;
    border-radius: 5px;
    padding: 6px;
    font-size: 16px;
}

.pix-content h5 {
    margin: 0 !important;
}

.selecione-plano {
    background-color: transparent !important;
    border: none;
    color: #CF62A2;
    font-weight: bold;
    cursor: pointer;
    align-self: center;
}

.label-vale-presente {
    font-weight: 700;
    font-family: 'Open Sans';
}

.input-checkbox-wrapper a {
    color: var(--primary-30);
    font-weight: bold;
}

.plan-description,
.span-total {
    color: var(--primary-30);
}

.span-title-total,
.span-total {
    display: block;
    text-align: right;
}

.checkbox-agree {
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.cards-wrapper {
    display: flex;
    border: 1px solid var(--neutral-30);
    padding: 10px 20px;
    border-radius: 8px;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
}

.cards-wrapper h3 {
    font-size: var(--callout);
    color: var(--font-color);
    margin-bottom: 8px;
    font-weight: 700;
    display: block;
}

.payment-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gift-Code-Field {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #50495A;
    padding: 16px;
    gap: 10px;
    background-color: #302442;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}

.cards-wrapper img {
    width: 295px;
    margin-top: 5px;
}

.cards-wrapper .img-pix {
    width: 65px
}

.cards-wrapper span {
    display: block;
}

.security-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: self-end;
    gap: 10px;
    margin-top: 20px;
}

.avatar-wrapper {
    justify-content: center;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.avatar-wrapper .avatar {
    width: calc(200px + 4vw);
    cursor: pointer;
}

.avatar-wrapper .avatar .profile-img {
    width: calc(110px + 4vw);
}

.avatar-wrapper .avatar img:hover,
.avatar-wrapper .edit-profile:hover,
.add-profile:hover {
    filter: brightness(0.8);
}

.add-profile {
    text-align: center;
    cursor: pointer;
}

.modal-body-profile {
    text-align: center;
}

.popup-perfil {
    background: var(--background-color-dark-gradient);
}

.profile-text-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.profile-text-group label {
    font-size: var(--title-3-size)
}

.racaptchaWrapper {
    display: flex;
    justify-content: center;
    margin: 20px;
}

--------------

/* Modal CSS */
.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--neutral-100);
}

.infos-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content {
    background: var(--background-color-dark-gradient);
    margin: 2% auto;
    padding: 0 42px;
    height: 95%;
    width: 85%;
    overflow-y: auto;
    max-width: 1200px;
}

.closeBtn {
    color: #ffffff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}

.closeBtn:hover,
.closeBtn:focus {

    text-decoration: none;
    cursor: pointer;
}

.tab-container {
    padding: 20px;
}

.modal-content::-webkit-scrollbar {
    width: 5px;
    /* Largura da barra de rolagem */
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor do trilho do scrollbar */
}

.modal-content::-webkit-scrollbar-thumb {
    background: #888;
    /* Cor do polegar do scrollbar */
    border-radius: 10px;
    /* Borda arredondada do polegar */
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Cor do polegar ao passar o mouse */
}

.tab-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab-header h3 {
    font-size: 23px;
}

.step-indicator {
    width: 30px;
    height: 4px;
    background-color: #ccc;
    border-radius: 2px;
    margin: 0 2px;
    display: inline-block;
}

.step-indicator.active {
    background-color: var(--primary-10);
}

.tab-step {
    display: none;
}

.tab-arrows {
    display: flex;
    justify-content: center;
}

.tab-arrows>h1 {
    margin: 16px 0;
    width: 33%;
    text-align: center;
}

.tab-arrows>button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.tab-arrows>button>img {
    width: 12px;
}

.tab-arrows>button:disabled {
    cursor: not-allowed;
}

.modal-open {
    overflow: hidden;
}

.info-item {
    display: flex;
    align-items: center;
    max-width: 90%;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-header>button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 30px;
}

.tab-footer {
    display: flex;
    justify-content: center;
}

.modal-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.info-item>img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.infos-plan {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 10px;
    margin: 50px 25px;
}

.info-row {
    display: contents;
    /* Use contents to let child elements be part of the grid */
}

.images-plan {
    display: flex;
    justify-content: space-between;
}

.images-plan>img {
    width: 192px;
    height: auto;
    margin-right: 15px;
    border-radius: 8px;
}

.progress-step-1 {
    width: 33.33%;
}

.progress-step-2 {
    width: 66.66%;
}

.progress-step-3 {
    width: 100%;
}

.step-indicator-assinatura {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 20px;
    gap: 95px;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    background: #302442;;
    border: 2px solid white;
    transition: all 0.3s ease;
    position: relative;
}


.step-circle::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background: #ddd;
    right: -110px;
    top: 53%;
    transform: translateY(-50%);
}

.step-circle:last-child::after {
    display: none;
}

.step-circle.completed::after {
    background: white;
}

.step-circle.active {
    background: #302442;
    transform: scale(1.1);
}

.step-circle.completed {
    background: #302442;
}

.step-circle .step-number {
    display: block;
}

.step-circle .step-check {
    display: none;
    font-size: 18px;
    font-weight: bold;
}

.step-circle.completed .step-number {
    display: none;
}

.step-circle.completed .step-check {
    display: block;
}

/* Animação para o ícone de check */
.step-circle.completed .step-check {
    animation: checkAnimation 0.3s ease-in-out;
}

@keyframes checkAnimation {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* ---------------- end modal css*/


@media only screen and (max-width: 1000px) {
    .buttons-navigate-plans {
        width: 100%;
    }

    .card-plan {
        min-height: 800px !important;
        margin: 0px;
    }

    .text-footer {
        margin: 0 20px 20px 20px;
        font-size: var(--body-size-mobile);
    }
}

@media only screen and (max-width: 769px) {
    .flow-content-wrapper {
        width: 95%;
    }

    .info-container-flex {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }


    .checkbox-agree {
        flex-direction: column;
        align-items: center;
    }

    .buutton-login-wrapper p {
        font-size: var(--caption-1-size)
    }

    .content-wrapper {
        width: 90vw;
    }

    .cards-wrapper img {
        width: 80%;
    }

    .cards-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .title-flow {
        font-size: var(--title-1-mobile-size);

    }

    .modal-wrapper {
        width: 90%;
    }

    .social-buttons-wrapper button img {
        width: 150px;
    }

    .social-buttons-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}