body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    margin: 0;
    display: flex;
    background-color: #f5f5f5;
    justify-content: center;
    user-select: none;
}

html,
body {
    overflow-x: hidden;
    overscroll-behavior-y: none;
}

* {
    -webkit-touch-callout: none;
}

a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
}

.telefone,
.telefone a {
    color: #000 !important;
    text-decoration: none !important;
    pointer-events: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
}

.screen {
    display: none;
}

.screen.is-active {
    display: block;
}

.screen[aria-hidden="true"] {
    display: none;
}

button {
    border: 0;
    box-shadow: none;
}

button:focus {
    outline: none;
}

.title {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#screens {
    width: 100%;
}

#one {
    background-color: #f5f5f5;
    padding-bottom: 110px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.saldo {
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 18.4px 0 rgba(0, 0, 0, 0.03);
    width: 100%;
    max-width: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.container-saldo {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.saldo-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.saldo-label {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}

.p-saldo {}

.saldo-valor {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 0;
}

.valor-int {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.valor-dec {
    font-size: 16px;
    font-weight: 700;
    transform: translateY(-2px);
}

.saldo-action {
    display: flex;
}

.btn-sacar {
    width: 81px;
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: #fe2b54;
    border: 0;
    position: relative;
}

.btn-text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.saldo-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.p-bg {
    display: inline-flex;
    width: 13px;
    height: 13px;
    padding: 1.3px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 185.529px;
    border-bottom: 0.371px solid #faa21c;
    background: #fedc60;
}

.p-txt {
    color: #ffe56a;
    text-shadow: 0 0 1.114px rgba(0, 0, 0, 0.25);
    font-size: 7.851px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 10;
}

.valor-currency {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pix-badge {
    position: absolute;
    top: -8px;
    right: -3px;
}

.pix-badge img {
    width: 31px;
    height: 11px;
    padding: 2px 4px;
    border-radius: 6px 6px 6px 0;
    background: #edf2f1;
}

.parabens {
    display: flex;
    box-sizing: border-box;
}

.parabens-img {
    align-self: flex-start;
    will-change: transform;
    margin-top: -20px;
    max-width: 100%;
}

.parabens-txtum {
    display: block;
    width: 100%;
}

.parabens-txtum,
.parabens-txtdois {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.parabens-valor {
    color: #fe2b54;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.bloco-dois {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 20px;
    margin: 20px auto;
}

.nobreak {
    white-space: nowrap;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.entre {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.entre-txt {
    width: 244px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 1 0;
    min-width: 0;
}

.entre-pts {
    display: block;
    color: #fe2b54;
}

.btn-concluido-text {
    color: #d4d4d4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-concluido {
    width: 89px;
    height: 35px;
    display: inline-flex;
    border-radius: 99px;
    background: #f1f1f3;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.entre-data {
    display: block;
    color: #ce425f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.concluiu {
    height: 26px;
    border-radius: 6px;
    background: #f8f9fb;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.concluiu-txt {
    width: 288px;
    color: #848486;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    padding: 6px 12px;
}

.dia,
.line-dois {
    margin-top: 20px;
    text-align: center;
}

.day-tracker * {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.day-tracker {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.day-tracker__item {
    width: 45px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.day-tracker__box {
    align-self: stretch;
    height: 45px;
    position: relative;
    background: #f8f9fb;
    overflow: hidden;
    border-radius: 8.82px;
}

.day-tracker__content {
    width: 45px;
    position: absolute;
    left: 0px;
    top: 6px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.day-tracker__coin {
    width: 16px;
    height: 16px;
    position: relative;
    background: #fedc60;
    overflow: hidden;
    border-radius: 50%;
    border-bottom: 0.46px solid #faa21c;
}

.day-tracker__coin-inner {
    width: 12.8px;
    height: 12.8px;
    position: absolute;
    left: 1.6px;
    top: 1.6px;
    background: #ffa31a;
    overflow: hidden;
    border-radius: 50%;
    outline: 0.23px solid #feae0f;
}

.day-tracker__coin-effect {
    width: 15.77px;
    height: 15.77px;
    position: absolute;
    left: -1.6px;
    top: -1.6px;
    background: #d9d9d9;
    box-shadow: -0.23px 1.37px 1.14px 0.46px #dc8019;
    border-radius: 9999px;
}

.day-tracker__coin-text {
    position: absolute;
    left: 3.43px;
    top: 0.69px;
    color: #ffe56a;
    font-size: 9.66px;
    font-weight: 700;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.day-tracker__value {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 11px;
    font-weight: 600;
}

.day-tracker__overlay {
    width: 45px;
    height: 45px;
    padding: 13px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255, 240, 243, 0.9);
    overflow: hidden;
    border-radius: 8.82px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.day-tracker__icon-wrapper {
    width: 19px;
    height: 19px;
    position: relative;
    overflow: hidden;
}

.day-tracker__label {
    align-self: stretch;
    text-align: center;
    color: #a4a4a4;
    font-size: 10px;
    font-weight: 600;
}

.entre-txt-dois {
    padding-right: 18px;
}

.entre-txt-dois .entre-pts {
    display: inline;
}

.assista {
    margin-left: 6px;
    width: 118px;
    height: 19px;
    display: inline-flex;
    border-radius: 99px;
    background: #f1f1f1;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
}

.assista-tail {
    position: absolute;
    left: 25px;
    top: 100%;
    margin-top: -1px;
}

.assista-txt {
    color: #444;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.progress-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 11px;
    padding: 0 10px;
    box-sizing: border-box;
}

.progress-bar::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #f1f1f1;
    border-radius: 10px;
    z-index: 0;
}

.progress-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-icon {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.step-text {
    color: #a4a4a4;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.hide {
    visibility: hidden;
}

.posicao-direita {
    align-self: flex-end;
    margin-left: auto;
}

.posicao-direita .assista-tail {
    left: auto;
}

.taildois {
    position: absolute;
    right: 39px;
    top: 100%;
    margin-top: -1px;
}

.obtem-txt {
    margin-top: 20px;
    margin-left: 9px;
    display: inline-block;
    width: 288px;
    color: #848486;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.popup {
    padding: 20px;
    text-align: center;
    width: 320px;
    height: 287px;
    box-sizing: border-box;
    overflow: visible;
    border-radius: 16px;
    background: linear-gradient(180deg, #fdffe6 5.57%, #fff 100%);
    position: relative;
    margin: 12px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.gol {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5px;
    display: block;
}

.gol-img {
    width: 129px;
    height: 95px;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.gol-txt {
    padding-top: 12px;
    width: 270px;
    display: inline-flex;
    color: #403f3a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.gol-valor {
    display: inline-flex;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timer-wrapper {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.timer-clock {
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-box {
    display: flex;
    padding: 4px;
    border-radius: 2px;
    background: #f1f1f3;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.timer-label {
    color: #403f3a;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.btn-obrigado {
    width: 270px;
    height: 53px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background: #fe2b54;
    border: 0;
    display: flex;
    margin: 12px auto 0 auto;
    cursor: pointer;
}

.popup>.btn-obrigado {
    margin-bottom: 0;
    margin-top: auto;
}

.saldo-dois {
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    background: #000;
    box-sizing: border-box;
}

.saldo-text-dois {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.valor-currency-dois {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.total-pontos {
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.saldo-valor-dois {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.saldo-info-dois {
    gap: 8px;
}

.saldo-tres {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 10px;
    background: #000;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
}

.total-pontos-dois {
    color: #828282;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#three {
    background-color: #f5f5f5;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.saldo-dois {
    --display: flex;
    --min-height: 117px;
    --flex-direction: row;
    --container-widget-width: calc( (1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    border-style: dashed;
    --border-style: dashed;
    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
    border-color: #303030;
    --border-color: #303030;
    --border-radius: 12px 12px 12px 12px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.saldo-sacar {
    margin-top: 16px;
}

.saldo-sacar-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.transferencia-txt {
    color: #828282;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pix-logo-transf {
    width: 40px;
    height: 13.684px;
    padding-left: 4px;
}

.saldo-valor-tres {
    height: 34px;
    gap: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #e2e2e4;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.transferencia-txt {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.saldo-info-sacar {
    gap: 16px;
}

.widget-container {
    margin-top: 21px;
}

.botoes-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.btn-valor {
    flex: 1;
    background-color: #f0f2f5;
    border: 1.5px solid transparent;
    border-radius: 6px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-valor.btn-active {
    background-color: #fff6f7;
    border-color: #f84d63;
    color: #f84d63;
}

.botoes-row>.btn-valor {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.botoes-row>.btn-active {
    color: #f82e5a;
}

.display-total {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #f0f2f5;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    color: #000;
}

.botoes-row-sacar {
    margin-bottom: 8px;
}

.btn-sacar-dois {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 41px;
    border-radius: 8px;
    background: #fe2b54;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.obtem-sacar>.obtem-txt {
    color: #747378;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-textdois-sacar {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.obtenha-title {
    gap: 8px;
}

.moedas-txt {
    width: 251px;
    color: #747378;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.saldo-sacar .container-saldo {
    align-items: center;
}

.flor {
    width: 82px;
    height: 82px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-right: -20px;
}

.saldo-sacar .flor {
    order: 2;
    align-self: center;
    margin-left: -30px;
    flex-shrink: 0;
}

.saldo-sacar .obtenha-title {
    order: 1;
}

.btn-sacar-indisponivel {
    display: flex;
    width: 100%;
    height: 41px;
    padding: 12px 10px;
    border-radius: 8px;
    background: #f1f1f3;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.btn-indis {
    color: #d4d4d4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ddd,
.telefone {
    color: #ababab !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.linha-ddd {
    width: 1px;
    height: 18px;
    background: #e4e4e4;
}

.obtem-sacar>.recarga-txt {
    color: #747378;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.border-none {
    border: 0;
}

.saque-title {
    overflow: hidden;
    background: #fefefe;
    border-bottom: 1px solid #e0e0e0;
}

.saque-popup {
    height: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fefefe;
    border-radius: 10px;
    overflow: hidden;
}

#five .saque-popup,
#six .saque-popup {
    height: auto !important;
    min-height: 300px;
}

#four a {
    text-decoration: none;
}

.pix-solo {
    width: 13px;
    height: 13px;
}

.pix-title {
    align-self: stretch;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pix-subtitle {
    align-self: stretch;
    color: #747378;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pix-icon {
    display: flex;
    width: 30px;
    height: 19px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    background: #fefeff;
    justify-content: center;
    align-items: center;
}

.pix-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    background-color: #fefefe;
    height: 42px;
    padding: 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    user-select: none;
}

.pix-item:hover {
    background-color: #f8f8f8;
}

.pix-item:active {
    background-color: #e8e8e8;
}

.pix-details {
    display: flex;
    flex-direction: column;
}

.pix-subtitle {
    margin-top: 8px;
}

.pix-arrow {
    margin-left: auto;
    align-self: flex-start;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffff;
}

.form-group {
    margin-bottom: 24px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.field-label {
    font-size: 16px;
    font-weight: 600;
    color: #1c1e21;
    display: block;
}

input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background-color: transparent;
}

input[type="text"]::placeholder {
    color: #999;
    opacity: 1;
}

input[type="text"]:focus {
    outline: none;
    border-bottom-color: #555;
}

.pix-selector {
    margin-top: 20px;
    padding-bottom: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.pix-selector:hover {
    background-color: #f9f9f9;
}

.pix-selector .placeholder-text {
    color: #999;
}

.pix-selector .arrow {
    color: #999;
    font-weight: bold;
    font-size: 18px;
}

.field-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

input.nome-completo {
    margin-top: 20px;
    padding-bottom: 16px;
}

input.nome-completo,
.placeholder-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.arrow-tois {
    margin-left: auto;
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.857px;
    height: 8.943px;
    flex-shrink: 0;
}

.btn-vincular {
    margin-top: -5px;
}

#five .btn-vincular,
#five .btn-sacar-dois {
    width: 100%;
    max-width: 100%;
}

.selection-container {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.option-row {
    position: relative;
}

.option-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #ddd;
    left: 20px;
    right: 20px;
}

.option-row label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.option-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.option-row input[type="radio"] {
    display: none;
}

.custom-radio {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.option-row input[type="radio"]:checked+.custom-radio {
    border-color: #fff;
    background-color: #ff2657;
    box-shadow: 0 0 0 1px #ff2657;
    box-sizing: border-box;
    border-width: 2.5px;
}

.option-row label {
    padding-bottom: 13px;
}

#preloader-fake {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9998;
    visibility: hidden;
    opacity: 1;
    transition: opacity 1s ease, visibility 1s ease;
    box-sizing: border-box;
}

.progress-bar-loading {
    width: 100%;
    height: 8px;
    background-color: #d8d8d8;
    border-radius: 4px;
    margin-top: 48px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
    min-width: 0;
    flex-shrink: 1;
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background-color: #fe2b54;
    transition: width 2s ease;
}

.status-text {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: black;
    margin-top: 48px;
    width: 100%;
    text-align: left;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    min-width: 0;
    flex-shrink: 1;
}

body.loading-active {
    overflow: hidden;
}

#seven {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10000;
}

#nine {
    background-color: #ffffff;
    padding: 0;
    overflow-y: auto;
    height: 100dvh;
    min-height: 100dvh;
    box-sizing: border-box;
    position: relative;
}

#nine.is-active {
    scroll-behavior: auto;
}

.confirmation-container {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 0;
    width: 100%;
    overflow-x: hidden;
}

.confirmation-section {
    box-sizing: border-box;
    width: 100%;
}

.confirmation-header {
    padding: 16px 16px 12px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.confirmation-logo {
    height: 28px;
    display: inline-block;
    margin-bottom: 12px;
}

.confirmation-logo img {
    height: 100%;
    width: auto;
}

.confirmation-section {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.confirmation-balance {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    color: white;
    border: none;
}

.confirmation-section-title {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.confirmation-balance-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
}

.confirmation-balance-amount {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.confirmation-balance-subtitle {
    font-size: 12px;
    opacity: 0.9;
    font-weight: 400;
}

.confirmation-fee-amount {
    font-size: 22px;
    font-weight: 600;
    color: #ea445a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.confirmation-fee-description {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
}

.confirmation-receipt-grid {
    display: grid;
    gap: 12px;
}

.confirmation-receipt-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.confirmation-receipt-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.confirmation-receipt-label {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.confirmation-receipt-value {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: right;
}

.confirmation-pix-key {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 12px;
    font-family: "Monaco", "Menlo", monospace;
    font-size: 11px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 6px;
    word-break: break-all;
}

.confirmation-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 16px 0;
}

.confirmation-requirements-grid {
    display: grid;
    gap: 16px;
}

.confirmation-requirement-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.confirmation-requirement-icon {
    background: rgba(234, 68, 90, 0.1);
    color: #ea445a;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
}

.confirmation-requirement-icon.confirmation-reembolso {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.confirmation-requirement-content {
    flex: 1;
}

.confirmation-requirement-title {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.confirmation-requirement-title.confirmation-reembolso {
    color: #10b981;
}

.confirmation-requirement-description {
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
}

.confirmation-cta-button {
    background: #ea445a;
    color: white;
    border: none;
    border-radius: 7px;
    padding: 16px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
    text-decoration: none;
    display: block;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    outline: none;
    box-shadow: none;
}

.confirmation-cta-button:focus,
.confirmation-cta-button:active,
.confirmation-cta-button:visited,
.confirmation-cta-button:hover {
    outline: none;
    border: none;
    text-decoration: none;
    color: white;
}

.confirmation-cta-button:hover {
    opacity: 0.95;
}

.confirmation-timer {
    font-size: 11px;
    color: #10b981;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}

.confirmation-success-message {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    color: #10b981;
    font-weight: 500;
    font-size: 13px;
    margin-top: 12px;
    display: none;
}

.confirmation-reembolso-badge {
    display: inline-block;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    margin-left: 6px;
}

.confirmation-security-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 20px 0;
}

.confirmation-security-item {
    text-align: center;
}

.confirmation-security-icon {
    font-size: 14px;
    color: #ea445a;
    margin-bottom: 6px;
}

.confirmation-security-label {
    font-size: 10px;
    color: #999999;
    font-weight: 400;
}

.confirmation-footer {
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
}

.confirmation-footer-text {
    font-size: 11px;
    color: #999999;
    margin-bottom: 6px;
}

.confirmation-footer-link {
    color: #ea445a;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
}

.expira-saldo {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.timer-wrapper {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    background-color: #e6e6e6;
    border-radius: 4px;
    height: 36px;
}

#countdown-text {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#timer {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.saldo-dois {
    margin-top: 20px;
}

.sticky-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: block;
    pointer-events: none;
}

.sticky-popup.is-visible {
    transform: translateY(0);
    pointer-events: auto;
}

.saldo-popup,
.expira-em-popup {
    background-color: white;
    margin: 0 auto;
    max-width: 100%;
}

.saldo-popup {
    border-radius: 0;
    padding-bottom: 20px;
}

.expira-em-popup {
    border-radius: 8px 8px 0 0;
    width: fit-content;
    padding: 0 15px;
    margin: 0 auto;
}

#popup-um .expira-em-popup {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
}

.expira-em-popup {
    --display: flex;
    --min-height: 117px;
    --flex-direction: row;
    --container-widget-width: calc( (1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    border-style: dashed;
    --border-style: dashed;
    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
    border-color: #f5f5f5;
    --border-color: #f5f5f5;
    --border-radius: 12px 12px 12px 12px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.timer-separator {
    width: 3px;
    height: 7px;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 53%;
    text-align: center;
}

.btn-txt-obrigado {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.popup>.timer-wrapper {
    background: none;
}

.screen.is-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    padding: 1.5rem;
    box-sizing: border-box;
}

.screen.is-modal .modal-inner {
    max-width: 720px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    box-sizing: border-box;
    position: relative;
}

.screen.is-modal.is-active {
    display: flex;
}

body.modal-open {
    overflow: hidden;
}

.screen.is-modal .modal-inner * {
    pointer-events: auto;
}

#two>.modal-inner {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

button:hover {
    cursor: pointer;
}

.modal-screen {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-screen.is-active {
    display: flex;
}

#four.is-modal,
#four.is-modal.is-active {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.45);
    padding: 0;
    box-sizing: border-box;
}

#four .modal-inner {
    position: relative;
    z-index: 10000;
    width: 100%;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    margin: 0;
    padding: 1.5rem;
    background: #fff;
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}

.modal.is-modal.is-active,
.modal.is-active.is-modal {
    display: flex;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
}

#four.is-modal.is-active,
#four.is-active.is-modal {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

#five.is-modal,
#five.is-modal.is-active {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
}

#five .modal-inner {
    position: relative;
    z-index: 10002;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    margin: 0;
    box-sizing: border-box;
}

#six.is-modal,
#six.is-modal.is-active {
    position: fixed;
    inset: 0;
    z-index: 10003;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
}

#six .modal-inner {
    position: relative;
    z-index: 10004;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 0;
    height: 320px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#six .saque-popup {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#six .selection-container {
    width: 100%;
    max-width: 100%;
}

.pix-selector[data-open-modal] {
    cursor: pointer;
}

.modal .modal-inner {
    position: relative;
    z-index: 10000;
}

.valor-currency-tres {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.valor-currency-quatro {
    color: #000;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-sacar,
.btn-obrigado,
.btn-sacar-dois,
.btn-vincular {
    transition: transform 0.1s ease, opacity 0.1s ease;
}

.btn-sacar:hover,
.btn-obrigado:hover,
.btn-sacar-dois:hover,
.btn-vincular:hover {
    opacity: 0.95;
}

.btn-sacar:active,
.btn-obrigado:active,
.btn-sacar-dois:active,
.btn-vincular:active {
    transform: scale(0.98);
    opacity: 0.9;
}

@media (min-width: 768px) {
    #four .modal-inner,
    #five .modal-inner,
    #six .modal-inner {
        max-width: 350px;
        width: 100%;
    }
    #one,
    #three {
        max-width: 450px;
        margin: 0 auto;
    }
    #popup-um {
        max-width: 426px;
        margin: 0 auto;
        border-radius: 8px;
    }
    #popup-um .saldo {
        border-radius: 8px;
    }
}

button.btn-obrigado.btn-sacar-dois.btn-sacar-indisponivel,
button.btn-obrigado.btn-sacar-dois.btn-sacar-indisponivel:active,
button.btn-obrigado.btn-sacar-dois.btn-sacar-indisponivel:focus {
    width: 100%;
    transform: none;
    opacity: 1;
}

.btn-three-saque,
.btn-three-saque:active,
.btn-three-saque:focus {
    width: 100%;
    transform: none;
    opacity: 1;
}

.obtem.obtem-sacar {
    text-align: center;
}

.sacar-dinheiro span {
    width: 299px;
    text-align: center;
}

.ctn-flor {
    margin-bottom: 19px;
}

.saldo-info.obtenha-title {
    width: 100%;
}

@media (max-width: 767px) {
    #popup-um {
        width: 100%;
        max-width: none;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
    }
    #popup-um .saldo {
        width: 100%;
        max-width: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

#popup-um .container-saldo {
    padding: 0 20px;
}

.p-saldo-maior {
    width: 69px;
    height: 69px;
}

.modal-inner.inner-pop {
    padding: 0 !important;
}

.parabens-img {
    width: 148px;
    height: 148px;
}

.input-disabled {
    background-color: transparent !important;
    cursor: not-allowed;
    opacity: 1;
}

input.nome-completo,
#pix-key-input,
.pix-selector {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-left: 0 !important;
}

#pix-key-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.input-wrapper-disabled {
    position: relative;
    width: 100%;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shake-animation {
    animation: shake 0.4s ease-in-out;
}

.btn-disabled {
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: not-allowed;
}

.input-error {
    padding: 10px !important;
    box-sizing: border-box !important;
}

#btn-enviar-pix:hover,
#btn-enviar-pix:active,
#btn-enviar-pix:focus {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
}

#btn-enviar-pix.btn-disabled {
    opacity: 0.5 !important;
    filter: grayscale(100%) !important;
    cursor: not-allowed !important;
}

.confirmation-security-label img {
    max-width: 100%;
}

.img-bacen {
    width: 50px;
}

.img-gov-br {
    width: 70px;
}

.img-receitafederal {
    width: 70px;
}

.loading-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}

.loading-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.loading-logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.loading-logo-text {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

.loading-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.new-loading-container {
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.new-loading-text {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #333;
    height: 2.5rem;
    transition: opacity 0.5s ease;
    font-weight: 500;
}

.new-progress-track {
    width: 100%;
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.new-progress-bar {
    height: 100%;
    width: 0%;
    background-color: #fe2c55;
    border-radius: 3px;
    transition: width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.new-progress-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 2s infinite;
    border-radius: 3px;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.new-progress-track::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 90deg, transparent, rgba(254, 44, 85, 0.1), transparent);
    animation: pulse 3s infinite;
    border-radius: 3px;
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

@media (max-width: 480px) {
    .loading-header { padding: 1.5rem; height: 100px; }
    .loading-logo-img { width: 35px; height: 35px; }
    .loading-logo-text { font-size: 1.5rem; }
    .new-loading-text { font-size: 1.1rem; margin-bottom: 1.5rem; }
    .new-progress-track { height: 5px; }
}

#seven {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

#seven[aria-hidden="true"] {
    display: none;
}

.loading-logo-img {
    width: 96px;
}

/* ==============================================================
   ATUALIZAÇÕES - TELA DE VÍNCULO PIX (#five) MAIS PROFISSIONAL
============================================================== */

.form-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 5px;
}

.premium-input {
    background: #f4f6f8 !important;
    border: 1.5px solid transparent !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    color: #333 !important;
    margin-top: 8px !important;
    transition: all 0.3s ease !important;
    font-weight: 500;
}

.premium-input:focus,
.premium-input:active {
    border-color: #fe2b54 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(254, 43, 84, 0.1) !important;
}

.pix-selector.premium-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.field-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    font-weight: 700;
    margin-left: 4px;
}

#btn-enviar-pix {
    margin-top: 25px;
    height: 52px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ==============================================================
   ATUALIZAÇÕES - ÁREA DO PIX GERADO PELO WORKER (TELA #nine)
============================================================== */

#pix-payment-area {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-top: 15px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.pix-title-gerado {
    color: #1a202c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.pix-subtitle-gerado {
    color: #4a5568;
    font-size: 13px;
    margin: 0 0 20px 0;
}

.pix-input-group {
    position: relative;
    margin-bottom: 24px;
}

#pix-copia-cola {
    width: 100%;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    color: #4a5568;
    height: 70px;
    resize: none;
    font-family: monospace;
    word-break: break-all;
    box-sizing: border-box;
    margin-bottom: 12px;
}

#pix-copia-cola:focus {
    outline: none;
    border-color: #10b981;
}

#btn-copy-pix {
    width: 100%;
    background: #10b981;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

#btn-copy-pix:hover {
    background: #059669;
}

.pix-divider {
    display: flex;
    align-items: center;
    color: #a0aec0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}

.pix-divider::before,
.pix-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
    margin: 0 10px;
}

#pix-qr-container {
    background: white;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: inline-block;
    margin-bottom: 20px;
}

#pix-status-message {
    color: #ea445a;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#pix-status-message.status-pago {
    color: #10b981;
}

.loader-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ea445a;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.status-pago .loader-spinner {
    display: none; 
}