/* Pop-up centrat și relaxat */ #qr-popup .qr-content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; } /* Overlay întunecat */ #qr-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1000; display: none; } /* Pop-up alb */ #qr-popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; border-radius: 8px; z-index: 1001; display: none; } /* Timer */ #timer { font-size: 18px; margin-bottom: 16px; font-weight: bold; } /* Imagine succes/eroare */ #qr-code img { max-width: 240px; width: 100%; height: auto; display: block; margin: 0 auto 16px; } /* Text dedesubt */ #qr-list h3 { margin: 0; font-size: 18px; text-align: center; color: #333; } /* Buton Închide */ #close-btn { margin-top: 12px; padding: 8px 16px; background: #333; color: #fff; border: none; border-radius: 4px; cursor: pointer; } .fastpay-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background-color: #000; color: #fff; font-size: 16px; font-weight: 600; text-transform: uppercase; border: none; border-radius: 4px; cursor: pointer; } .fastpay-btn:hover { opacity: .9; } .fastpay-logo { height: 24px; }