/* Adicionado no final para o modal PIX */
.btn-success {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 176, 155, 0.4);
}

.pix-result-container {
    display: none; 
    text-align: center; 
    margin-top: 20px; 
    border-top: 1px solid rgba(255,255,255,0.1); 
    padding-top: 20px;
}

.pix-result-title {
    color: #00b09b; 
    margin-bottom: 15px;
}

.pix-qr-img {
    width: 200px; 
    height: 200px; 
    border-radius: 8px; 
    margin: 0 auto; 
    border: 4px solid white;
}

.pix-emv-container {
    margin-top: 15px; 
    text-align: left;
}

.pix-emv-textarea {
    font-size: 11px; 
    font-family: monospace;
}

.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.w-100 { width: 100%; }
