.container{direction:rtl;background-color:#fff;border-radius:12px;width:100%;padding:30px;box-shadow:0 10px 25px #0000001a}.header{border-bottom:2px solid #eee;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.title{color:#333;margin:0;font-size:1.8rem;font-weight:700}.badge{color:#00bcd4;background-color:#e0f7fa;border-radius:20px;padding:5px 10px;font-size:.8rem;font-weight:600}.form{flex-direction:column;gap:20px;display:flex}.formGroup{flex-direction:column;display:flex}.label{color:#555;margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.labelWithInfo{justify-content:space-between;align-items:center;display:flex}.infoText{color:#999;font-size:.85rem;font-weight:400}.input,.select,.textarea{color:#333;box-sizing:border-box;appearance:none;border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 15px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.input:focus,.select:focus,.textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff40}.input.error,.select.error,.textarea.error{border-color:#dc3545}.textarea{resize:vertical}.errorMessage{color:#dc3545;margin-top:5px;font-size:.85rem}.providerInfo{color:#0050b3;text-align:right;background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:5px;margin-top:5px;padding:8px 10px;font-size:.9rem}.providerName{font-weight:600}.currencySection{background-color:#f7f7f7;border:1px solid #eee;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:15px;display:flex}.currencySelector,.amountDisplay{flex-direction:column;flex:1;padding-left:10px;display:flex}.amountDisplay{align-items:flex-end}.currencyLabel,.amountLabel{color:#666;margin-bottom:5px;font-size:.85rem}.currencySelect{max-width:150px}.amountValue{color:#28a745;font-size:1.5rem;font-weight:700}.currencyCode{color:#333;font-size:1rem;font-weight:400}.paymentSummary{border-top:1px dashed #ccc;margin-top:10px;padding-top:15px}.summaryTitle{color:#333;border-bottom:1px solid #f0f0f0;margin-bottom:15px;padding-bottom:8px;font-size:1.2rem}.summaryRow{color:#555;justify-content:space-between;margin-bottom:10px;font-size:1rem;display:flex}.summaryRow span:first-child{font-weight:500}.summaryRow span:last-child{color:#007bff;font-weight:700}.actionButtons{gap:15px;margin-top:25px;display:flex}.submitButton,.cancelButton{cursor:pointer;border-radius:8px;flex-grow:1;padding:12px 20px;font-size:1rem;font-weight:700;transition:background-color .3s,opacity .3s}.submitButton{color:#fff;background-color:#28a745;border:none}.submitButton:hover:not(:disabled){background-color:#218838}.submitButton:disabled{cursor:not-allowed;opacity:.7;background-color:#90ee90}.cancelButton{color:#6c757d;background-color:#f8f9fa;border:1px solid #ced4da}.cancelButton:hover:not(:disabled){color:#495057;background-color:#e2e6ea}.submitButton.loading{cursor:wait;opacity:.9;background-color:#5cb85c}.spinner{vertical-align:middle;border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-left:8px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{text-align:right;direction:rtl}@media (max-width:600px){.container{max-width:100%;margin:10px;padding:20px}.header{flex-direction:column;align-items:flex-start}.title{margin-bottom:10px;font-size:1.5rem}.currencySection{flex-direction:column;align-items:stretch;gap:15px}.currencySelector,.amountDisplay{align-items:flex-start;padding-left:0}.currencySelect{max-width:100%}.actionButtons{flex-direction:column}}
