.paypal-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:black;padding:20px}.paypal-form{margin-top:130px;background:rgb(87,84,84);padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:500px}.paypal-logo{text-align:center;margin-bottom:2rem}.paypal-logo img{max-width:200px;height:auto}.form-group{margin-bottom:1.5rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;color:white;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#0070ba;box-shadow:0 0 0 3px rgba(0,112,186,.1)}.form-group input.error{border-color:#e53e3e;background-color:#fff5f5}.form-group input.error:focus{box-shadow:0 0 0 3px rgba(229,62,62,.1)}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.field-error{color:#e53e3e;font-size:.75rem;margin-top:.25rem;display:block}.paypal-button{background-color:#0070ba;color:white;padding:1rem;border:none;border-radius:6px;width:100%;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;position:relative}.paypal-button:hover:not(:disabled){background-color:#005ea6}.paypal-button:active:not(:disabled){transform:translateY(1px)}.paypal-button:disabled{background-color:#a0aec0;cursor:not-allowed}.loader-container{display:flex;align-items:center;justify-content:center;gap:.5rem}.loader{width:20px;height:20px;border:2px solid #ffffff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{color:#e53e3e;background-color:#fff5f5;padding:.75rem;border-radius:6px;margin-bottom:1rem;text-align:center;font-size:.875rem}@media (max-width:600px){.paypal-form{padding:1.5rem}.form-group{margin-bottom:1rem}}