﻿/*checkout*/
:root {
    --brand: #0d6efd;
    --muted: #6c757d
}

body {
    background: #f4f6f9;
    font-family: Inter, system-ui, Arial;
    color: #111
}

.checkout {
    max-width: 1100px;
    margin: 36px auto
}

.pagamento-panel {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06)
}

.payment-option {
    border: 1px solid #e9eef5;
    border-radius: 12px;
    padding: 14px;
    cursor: pointer
}

.payment-option.active {
    border-color: var(--brand);
    background: linear-gradient(90deg, rgba(13, 110, 253, 0.04), transparent)
}

.field-group {
    gap: 12px;
    display: flex
}

.cc-visual {
    min-width: 110px
}

.small-muted {
    color: var(--muted);
    font-size: .9rem
}

.sidebar {
    position: sticky;
    top: 20px
}

.price {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--brand)
}

.old-price {
    text-decoration: line-through;
    color: #9aa3b2
}

.btn-primary {
    background: var(--brand);
    border-color: var(--brand)
}

input::placeholder {
    color: #bfc9d6
}

.invalid {
    border-color: #dc3545
}

.boleto-info {
    /*text-align: center;*/
    padding: 1.5rem;
}

.pix-info {
    /*text-align: center;*/
    padding: 1.5rem;
}

.btn-pix-info {
    text-align: center;
    padding: 1.5rem;
}

.pix-code {
    font-family: monospace;
    font-size: 0.9rem;
    background-color: #f8f9fa;
    padding: 0.8rem;
    border-radius: 5px;
    letter-spacing: 1px;
}

.qr-code {
    width: 200px;
    height: 200px;
    background-color: #f8f9fa;
    border: 1px dashed #3498db;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.msg-format {
    font-size: 1.2rem;
    background-color: #f8f9fa;
    padding: 0.3rem;
    border-radius: 5px;
    letter-spacing: 1px;
}

/*ooutros widget*/

main {
  background-color: #f4f6f9;
  min-height: 100vh;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}

body:has(.container-produto-grupo) main {
  display: block;
}

/*.use-css-widget main {
    background-color: #f4f6f9;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}*/



.verification-box {
    background-color: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.verification-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #333;
}

.code-group {
    display: flex
    justify-content: space-between;
    gap: 8px;
}

.code-input {
    flex: 1;
    min-width: 48px;
    height: 60px;
    font-size: 1.8rem;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.user-input {
    flex: 1;
    min-width: 48px;
    height: 60px;
    font-size: 1.8rem;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.code-input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 6px rgba(13, 110, 253, 0.3);
}

.help-text {
    font-size: 0.9rem;
    color: #555;
    margin-top: 1.5rem;
}

.help-text strong {
    color: #0d6efd;
}

.code-group {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

body
.card.p-4, .verification-box {

    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 80px !important;
}

body:has(#loginForm) {
  background-color: #f4f6f8;
}

body:has(#recuperarForm) {
  background-color: #f4f6f8;
}
