/* /Components/Layout/Components/EmptyState.razor.rz.scp.css */
.empty-state[b-wicumagd92] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 15rem;
    padding: 2rem 1rem;
    text-align: center;
}

.empty-state__icon[b-wicumagd92] {
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    color: #3569b9;
    background: #eaf1fb;
}

.empty-state__title[b-wicumagd92] {
    color: #172033;
}

.empty-state__description[b-wicumagd92] {
    max-width: 28rem;
    margin-top: 0.375rem;
    color: #667085;
}

.empty-state__action[b-wicumagd92] {
    margin-top: 1.25rem;
}
/* /Components/Layout/Components/Footer.razor.rz.scp.css */
.sms-footer[b-xxe6151tg7] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-height: 4.5rem;
    padding: 1rem 1.5rem;
    color: #7a8699;
    font-size: 0.8125rem;
    text-align: center;
}

.sms-footer a[b-xxe6151tg7] {
    color: #3569b9;
    font-weight: 600;
    text-decoration: none;
}

.sms-footer a:hover[b-xxe6151tg7] {
    text-decoration: underline;
}

@media (max-width: 599.98px) {
    .sms-footer__separator[b-xxe6151tg7] {
        display: none;
    }

    .sms-footer[b-xxe6151tg7] {
        flex-direction: column;
        gap: 0.25rem;
    }
}
/* /Components/Layout/Components/InternalPageHeader.razor.rz.scp.css */
.internal-page-header[b-dgy4t20ypx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.internal-page-header__copy[b-dgy4t20ypx] {
    min-width: 0;
}

.internal-page-header__title[b-dgy4t20ypx] {
    color: #172033;
    margin: 0;
}

.internal-page-header__description[b-dgy4t20ypx] {
    color: #667085;
    margin-top: 0.375rem;
    max-width: 48rem;
}

.internal-page-header__actions[b-dgy4t20ypx] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 599.98px) {
    .internal-page-header[b-dgy4t20ypx] {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }

    .internal-page-header__actions[b-dgy4t20ypx] {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .internal-page-header__actions[b-dgy4t20ypx]  .mud-button-root {
        width: 100%;
    }
}
/* /Components/Layout/Components/Spinner.razor.rz.scp.css */
.mud-spinner-container[b-ymjlz9zm7y] {
    position: fixed;
    z-index: 9999999;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
}

.sms-spinner-overlay[b-ymjlz9zm7y] {
    position: fixed;
    z-index: 9999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(11, 31, 58, 0.2);
    backdrop-filter: blur(3px);
}

.sms-spinner-card[b-ymjlz9zm7y] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: min(21rem, 100%);
    padding: 1.125rem 1.25rem;
    border: 1px solid #e3e8f0;
    border-radius: 1rem;
    color: #172033;
    background: #fff;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.18);
}

.sms-spinner-card[b-ymjlz9zm7y]  .mud-typography-caption {
    color: #667085;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-18mmxtjuh8] {
    position: fixed;
    z-index: 10000;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: none;
}

#blazor-error-ui .reload[b-18mmxtjuh8] {
    color: inherit;
    text-decoration: none;
}
/* /Components/Pages/External/CadastroCliente.razor.rz.scp.css */
.container-formulario[b-zefyz10bt7] {
    background-color: #f0f4f8; /* Fundo branco para contraste */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}


label[b-zefyz10bt7] {
    color: #555;
    font-weight: bold;
    margin-bottom: 5px;
}


@keyframes fadeIn-b-zefyz10bt7 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in[b-zefyz10bt7] {
    animation: fadeIn-b-zefyz10bt7 0.9s ease-out forwards;
}

@media (max-width: 768px) {
    .row[b-zefyz10bt7] {
        flex-direction: column;
    }
}
/* /Components/Pages/External/Desenvolvedores.razor.rz.scp.css */
.exemplos-tabs[b-9klmuqegyr] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.tab-btn[b-9klmuqegyr] {
    font-size: 14px;
    padding: 8px 20px;
    background: transparent;
    color: #adc1e4;
    border: 2px solid #adc1e4;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.tab-btn:hover[b-9klmuqegyr],
.tab-btn:focus[b-9klmuqegyr] {
    background: rgba(173, 193, 228, 0.15);
    outline: none;
}

.tab-btn.active[b-9klmuqegyr] {
    background: #92c946;
    color: #000;
    border-color: #92c946;
    box-shadow: 0 4px 0 0 #669900;
}

.exemplo-code[b-9klmuqegyr] {
    margin-bottom: 24px;
}

.exemplo-code pre[b-9klmuqegyr] {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(173, 193, 228, 0.25);
    border-radius: 8px;
    padding: 20px 24px;
    overflow-x: auto;
    margin: 0;
}

.exemplo-code pre code[b-9klmuqegyr] {
    color: #e0e8f5;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.6;
    white-space: pre;
}
/* /Components/Pages/External/Login.razor.rz.scp.css */
.container-formulario[b-sgpjrso8x5] {
    height: 70vh;
    background-color: #f0f4f8; /* Fundo branco para contraste */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

@keyframes fadeIn-b-sgpjrso8x5 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in[b-sgpjrso8x5] {
    animation: fadeIn-b-sgpjrso8x5 0.9s ease-out forwards;
}

@media (max-width: 768px) {
    .row[b-sgpjrso8x5] {
        flex-direction: column;
    }
}
/* /Components/Pages/Internal/Components/ConfirmarEmailDialog.razor.rz.scp.css */
/* /Components/Pages/Internal/Components/PixDialog.razor.rz.scp.css */
.sms-dialog-title[b-kh50hap832] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.sms-dialog-title__icon[b-kh50hap832] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    color: #3569b9;
    background: #eaf1fb;
}

.sms-dialog-title[b-kh50hap832]  .mud-typography-body2 {
    margin-top: 0.125rem;
    color: #667085;
}

.sms-pix-value[b-kh50hap832] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.875rem;
    color: #667085;
    background: #f7f9fc;
}

.sms-pix-value strong[b-kh50hap832] {
    color: #3569b9;
    font-size: 1.35rem;
}

.sms-pix-code[b-kh50hap832] {
    display: grid;
    place-items: center;
    padding: 1rem;
    border: 1px solid #e3e8f0;
    border-radius: 1rem;
    background: #fff;
}

.sms-pix-code img[b-kh50hap832] {
    width: min(260px, 100%);
    height: auto;
    aspect-ratio: 1;
    image-rendering: pixelated;
}

.sms-pix-skeleton[b-kh50hap832] {
    border-radius: 1rem;
}

.sms-pix-copy[b-kh50hap832] {
    display: grid;
    gap: 0.35rem;
    margin-top: 1.25rem;
}

.sms-pix-copy[b-kh50hap832]  .mud-typography-caption {
    margin-bottom: 0.25rem;
    color: #667085;
}

.sms-pix-alert[b-kh50hap832] {
    margin-top: 1rem;
    border-radius: 0.75rem;
}
/* /Components/Pages/Internal/Components/SendSummary.razor.rz.scp.css */
.sms-send-summary[b-2nz9wkhbzw] {
    padding: 1.25rem;
}

.sms-send-summary__header[b-2nz9wkhbzw] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding-bottom: 1.125rem;
}

.sms-send-summary__header[b-2nz9wkhbzw]  .mud-typography-body2 {
    margin-top: 0.125rem;
    color: #667085;
}

.sms-send-summary__icon[b-2nz9wkhbzw] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    color: #3569b9;
    background: #eaf1fb;
}

.sms-send-summary__rows[b-2nz9wkhbzw] {
    display: grid;
    gap: 0.875rem;
    padding: 1.125rem 0;
}

.sms-summary-row[b-2nz9wkhbzw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #667085;
    font-size: 0.875rem;
}

.sms-summary-row strong[b-2nz9wkhbzw] {
    color: #172033;
    font-variant-numeric: tabular-nums;
}

.sms-summary-row--stacked[b-2nz9wkhbzw] {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
}

.sms-summary-alert[b-2nz9wkhbzw] {
    border-radius: 0.75rem;
}

@media (min-width: 1280px) {
    .sms-send-summary[b-2nz9wkhbzw] {
        position: sticky;
        top: 96px;
    }
}
/* /Components/Pages/Internal/Compras.razor.rz.scp.css */
.sms-account-restriction[b-5dlg4imyzq] {
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    background: #f4f8fd;
}

.sms-account-restriction__content[b-5dlg4imyzq] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.sms-account-restriction__content[b-5dlg4imyzq]  .mud-icon-root {
    flex: 0 0 auto;
    color: #3569b9;
}

.sms-account-restriction__content[b-5dlg4imyzq]  .mud-typography-body2 {
    margin-top: 0.25rem;
    color: #526074;
}

.sms-package-heading[b-5dlg4imyzq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.sms-package-card[b-5dlg4imyzq] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 13rem;
    padding: 1.25rem;
    border: 1px solid #dfe5ed;
    border-radius: 0.875rem;
    color: #172033;
    text-align: left;
    background: #fff;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sms-package-card:hover:not(:disabled)[b-5dlg4imyzq] {
    border-color: #9cb6dc;
    box-shadow: 0 10px 24px rgba(11, 31, 58, 0.08);
    transform: translateY(-2px);
}

.sms-package-card:disabled[b-5dlg4imyzq] {
    cursor: not-allowed;
    opacity: 0.58;
}

.sms-package-card--selected[b-5dlg4imyzq] {
    border: 2px solid #3569b9;
    background: #f6f9fe;
    box-shadow: 0 10px 24px rgba(53, 105, 185, 0.12);
}

.sms-package-card__check[b-5dlg4imyzq] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #3569b9;
}

.sms-package-card__credits[b-5dlg4imyzq] {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.sms-package-card__label[b-5dlg4imyzq] {
    margin-top: 0.25rem;
    color: #667085;
    font-size: 0.8125rem;
}

.sms-package-card__price[b-5dlg4imyzq] {
    margin-top: auto;
    padding-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.sms-package-card__unit[b-5dlg4imyzq] {
    margin-top: 0.2rem;
    color: #667085;
    font-size: 0.75rem;
}

.sms-purchase-summary[b-5dlg4imyzq] {
    padding: 1.25rem;
}

.sms-purchase-summary__header[b-5dlg4imyzq] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding-bottom: 1.125rem;
}

.sms-purchase-summary__header[b-5dlg4imyzq]  .mud-typography-body2 {
    margin-top: 0.125rem;
    color: #667085;
}

.sms-purchase-summary__icon[b-5dlg4imyzq] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    color: #3569b9;
    background: #eaf1fb;
}

.sms-purchase-summary__empty[b-5dlg4imyzq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 8rem;
    padding: 1.25rem 0;
    color: #667085;
}

.sms-purchase-summary__empty[b-5dlg4imyzq]  .mud-icon-root {
    color: #92a3ba;
}

.sms-purchase-summary__details[b-5dlg4imyzq] {
    display: grid;
    gap: 0.875rem;
    padding: 1.25rem 0;
}

.sms-summary-row[b-5dlg4imyzq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #667085;
    font-size: 0.875rem;
}

.sms-summary-row strong[b-5dlg4imyzq] {
    color: #172033;
    font-variant-numeric: tabular-nums;
}

.sms-summary-row--total[b-5dlg4imyzq] {
    margin-top: 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid #edf0f4;
}

.sms-summary-row--total strong[b-5dlg4imyzq] {
    color: #3569b9;
    font-size: 1.25rem;
}

.sms-purchase-summary__button[b-5dlg4imyzq] {
    margin-top: 1rem;
}

.sms-purchase-summary__security[b-5dlg4imyzq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    margin-top: 0.875rem;
    color: #778397;
    font-size: 0.75rem;
}

.sms-financial-history[b-5dlg4imyzq] {
    margin-top: 1.5rem;
}

.sms-financial-history__header[b-5dlg4imyzq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
}

.sms-financial-history__header[b-5dlg4imyzq]  .mud-typography-body2 {
    margin-top: 0.25rem;
    color: #667085;
}

.sms-financial-history__header[b-5dlg4imyzq]  > .mud-icon-root {
    color: #92a3ba;
}

@media (min-width: 1280px) {
    .sms-purchase-summary[b-5dlg4imyzq] {
        position: sticky;
        top: 96px;
    }
}

@media (max-width: 599.98px) {
    .sms-package-heading[b-5dlg4imyzq] {
        flex-direction: column;
    }

    .sms-financial-history__header[b-5dlg4imyzq] {
        padding: 1rem;
    }
}
/* /Components/Pages/Internal/MinhaConta.razor.rz.scp.css */
.sms-account-callout[b-hz7fceyyzs] {
    margin-bottom: 1.5rem;
}

.sms-account-section[b-hz7fceyyzs] {
    margin-bottom: 1.5rem;
}

.sms-account-section__heading[b-hz7fceyyzs] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #edf0f4;
}

.sms-account-section__heading[b-hz7fceyyzs]  .mud-typography-body2 {
    margin-top: 0.125rem;
    color: #667085;
}

.sms-account-section__icon[b-hz7fceyyzs] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    color: #3569b9;
    background: #eaf1fb;
}

.sms-account-section__icon--green[b-hz7fceyyzs] {
    color: #5b941d;
    background: #eef7e5;
}

.sms-account-actions[b-hz7fceyyzs] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    padding: 0.25rem 0 0.5rem;
}

.sms-account-actions[b-hz7fceyyzs]  .mud-typography-body2 {
    color: #667085;
}

@media (max-width: 599.98px) {
    .sms-account-actions[b-hz7fceyyzs] {
        align-items: stretch;
        flex-direction: column;
    }

    .sms-account-actions[b-hz7fceyyzs]  .mud-button-root {
        width: 100%;
    }
}
/* /Components/Pages/Internal/TermosDeUso.razor.rz.scp.css */
.sms-legal-page[b-im4on8dn0n] {
    width: min(100%, 960px);
    margin-inline: auto;
}

.sms-legal-surface[b-im4on8dn0n] {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.sms-legal-intro[b-im4on8dn0n] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.25rem;
    border: 1px solid #d8e3f3;
    border-radius: 0.875rem;
    color: #344054;
    background: #f4f8fd;
}

.sms-legal-intro[b-im4on8dn0n]  .mud-icon-root {
    flex: 0 0 auto;
    color: #3569b9;
}

.sms-legal-surface section[b-im4on8dn0n] {
    padding: 1.75rem 0;
    border-top: 1px solid #edf0f4;
}

.sms-legal-surface section:first-of-type[b-im4on8dn0n] {
    border-top: 0;
}

.sms-legal-surface section[b-im4on8dn0n]  .mud-typography-h5 {
    margin-bottom: 1rem;
    color: #172033;
}

.sms-legal-surface section[b-im4on8dn0n]  .mud-typography-body1,
.sms-legal-surface li[b-im4on8dn0n] {
    color: #4b576a;
    line-height: 1.75;
}

.sms-legal-surface section[b-im4on8dn0n]  .mud-typography-body1 {
    margin-bottom: 0.625rem;
}

.sms-legal-surface ul[b-im4on8dn0n] {
    display: grid;
    gap: 0.625rem;
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
}

@media (max-width: 599.98px) {
    .sms-legal-intro[b-im4on8dn0n] {
        flex-direction: column;
    }
}
