.ChatPayment-module__SHxIfa__container{background-color:#1f2937;border:1px solid #374151;border-radius:.5rem;gap:1rem;height:600px;display:flex;overflow:hidden}.ChatPayment-module__SHxIfa__sidebar{background-color:#111827;border-right:1px solid #374151;flex-direction:column;width:30%;min-width:250px;display:flex}.ChatPayment-module__SHxIfa__mainArea{background-color:#1f2937;flex-direction:column;flex:1;min-height:400px;display:flex;position:relative}.ChatPayment-module__SHxIfa__searchBar{border-bottom:1px solid #374151;padding:1rem}.ChatPayment-module__SHxIfa__searchInput{color:#fff;background-color:#374151;border:none;border-radius:.3rem;outline:none;width:100%;padding:.5rem}.ChatPayment-module__SHxIfa__userList{flex:1;overflow-y:auto}.ChatPayment-module__SHxIfa__userItem{cursor:pointer;border-bottom:1px solid #374151;align-items:center;gap:10px;padding:1rem;transition:background-color .2s;display:flex}.ChatPayment-module__SHxIfa__userItem:hover{background-color:#374151}.ChatPayment-module__SHxIfa__activeUser{color:#fff;background-color:#2563eb}.ChatPayment-module__SHxIfa__userAvatar{color:#fff;background-color:#6b7280;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.ChatPayment-module__SHxIfa__chatHeader{color:#fff;background-color:#111827;border-bottom:1px solid #374151;justify-content:space-between;align-items:center;padding:1rem;font-weight:700;display:flex}.ChatPayment-module__SHxIfa__messagesContainer{background-color:#1f2937;flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.ChatPayment-module__SHxIfa__messageBubble{word-wrap:break-word;color:#fff;border-radius:.5rem;max-width:75%;padding:.75rem;position:relative}.ChatPayment-module__SHxIfa__sent{background-color:#2563eb;border-bottom-right-radius:0;align-self:flex-end}.ChatPayment-module__SHxIfa__received{background-color:#374151;border-bottom-left-radius:0;align-self:flex-start}.ChatPayment-module__SHxIfa__timestamp{opacity:.7;text-align:right;margin-top:.25rem;font-size:.65rem;display:block}.ChatPayment-module__SHxIfa__chatInputArea{background-color:#111827;border-top:1px solid #374151;align-items:center;gap:.5rem;padding:1rem;display:flex}.ChatPayment-module__SHxIfa__inputField{color:#fff;background-color:#374151;border:1px solid #4b5563;border-radius:1.5rem;outline:none;flex:1;padding:.75rem}.ChatPayment-module__SHxIfa__iconButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:all .2s;display:flex}.ChatPayment-module__SHxIfa__iconButton:hover:not(:disabled){color:#fff;background-color:#374151}.ChatPayment-module__SHxIfa__iconButton:disabled{opacity:.5;cursor:not-allowed}.ChatPayment-module__SHxIfa__recording{background-color:#ef44441a;animation:1.5s infinite ChatPayment-module__SHxIfa__pulse;color:#ef4444!important}@keyframes ChatPayment-module__SHxIfa__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ChatPayment-module__SHxIfa__chatImage{cursor:pointer;border:2px solid #ffffff1a;border-radius:.5rem;max-width:200px;margin-bottom:.25rem}.ChatPayment-module__SHxIfa__audioPlayer{width:200px;height:30px;margin-top:.25rem}.ChatPayment-module__SHxIfa__paymentContainer{background-color:#111827;border:1px solid #374151;border-radius:.75rem;min-height:500px;padding:1.5rem}.ChatPayment-module__SHxIfa__paymentHeader{border-bottom:1px solid #374151;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ChatPayment-module__SHxIfa__createRequestForm{background:linear-gradient(145deg,#1f2937,#111827);border:1px solid #374151;border-radius:1rem;margin-bottom:2.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000004d}.ChatPayment-module__SHxIfa__createFormHeader{border-bottom:1px solid #374151;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ChatPayment-module__SHxIfa__createFormTitle{color:#f3f4f6;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.ChatPayment-module__SHxIfa__formRow{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.ChatPayment-module__SHxIfa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ChatPayment-module__SHxIfa__formLabel{text-transform:uppercase;color:#9ca3af;letter-spacing:.05em;font-size:.75rem;font-weight:600}.ChatPayment-module__SHxIfa__paymentInput{color:#fff;background-color:#374151;border:1px solid #4b5563;border-radius:.5rem;width:100%;min-width:120px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.ChatPayment-module__SHxIfa__paymentInput:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 2px #60a5fa33}.ChatPayment-module__SHxIfa__paymentInput:disabled{opacity:.6;cursor:not-allowed;background-color:#2a3341}.ChatPayment-module__SHxIfa__paymentButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .1s,box-shadow .2s;box-shadow:0 4px 6px -1px #10b9814d}.ChatPayment-module__SHxIfa__paymentButton:hover{transform:translateY(-1px);box-shadow:0 6px 8px -1px #10b98166}.ChatPayment-module__SHxIfa__paymentButton:active{transform:translateY(0)}.ChatPayment-module__SHxIfa__paymentButton:disabled{cursor:not-allowed;box-shadow:none;background:#4b5563;transform:none}.ChatPayment-module__SHxIfa__cancelLinkBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.8rem;font-weight:600}.ChatPayment-module__SHxIfa__cancelLinkBtn:hover{background-color:#ef44441a}.ChatPayment-module__SHxIfa__paymentTableWrapper{background-color:#111827;border:1px solid #374151;border-radius:1rem;overflow-x:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ChatPayment-module__SHxIfa__paymentTable{border-collapse:collapse;color:#e5e7eb;width:100%;min-width:800px}.ChatPayment-module__SHxIfa__paymentTable thead{background-color:#1f2937;border-bottom:2px solid #374151}.ChatPayment-module__SHxIfa__paymentTable th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding:1.25rem 1rem;font-size:.75rem;font-weight:700}.ChatPayment-module__SHxIfa__paymentTable tbody tr{border-bottom:1px solid #374151;transition:background-color .2s}.ChatPayment-module__SHxIfa__paymentTable tbody tr:hover{background-color:#37415166}.ChatPayment-module__SHxIfa__paymentTable tbody tr:last-child{border-bottom:none}.ChatPayment-module__SHxIfa__paymentTable td{vertical-align:middle;padding:1.25rem 1rem}.ChatPayment-module__SHxIfa__invoiceCell{flex-direction:column;gap:4px;display:flex}.ChatPayment-module__SHxIfa__invoiceIdBadge{color:#60a5fa;background:#60a5fa1a;border:1px solid #60a5fa33;border-radius:4px;width:fit-content;padding:2px 8px;font-family:Courier New,monospace;font-size:.85rem;font-weight:600}.ChatPayment-module__SHxIfa__dateText{color:#6b7280;font-size:.75rem}.ChatPayment-module__SHxIfa__patientCell{flex-direction:column;gap:2px;display:flex}.ChatPayment-module__SHxIfa__patientName{color:#f3f4f6;font-size:1rem;font-weight:700}.ChatPayment-module__SHxIfa__serviceName{color:#9ca3af;font-size:.85rem}.ChatPayment-module__SHxIfa__billAmount{color:#34d399;margin-top:4px;font-size:.85rem;font-weight:600}.ChatPayment-module__SHxIfa__actionCell{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ChatPayment-module__SHxIfa__mobilePaymentList{flex-direction:column;gap:1.25rem;padding-bottom:4rem;display:none}.ChatPayment-module__SHxIfa__mobileHeaderActions{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:none}.ChatPayment-module__SHxIfa__mobileSearchRow{align-items:center;gap:.5rem;display:flex}.ChatPayment-module__SHxIfa__mobileSearchInput{color:#fff;background-color:#111827;border:1px solid #374151;border-radius:9999px;outline:none;flex:1;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.ChatPayment-module__SHxIfa__mobileSearchInput:focus{border-color:#6366f1}.ChatPayment-module__SHxIfa__mobileIconBtn{color:#fff;cursor:pointer;background-color:#374151;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .2s;display:flex}.ChatPayment-module__SHxIfa__mobileIconBtn:hover{background-color:#4b5563}.ChatPayment-module__SHxIfa__filterChipContainer{-ms-overflow-style:none;scrollbar-width:none;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ChatPayment-module__SHxIfa__filterChipContainer::-webkit-scrollbar{display:none}.ChatPayment-module__SHxIfa__filterChip{color:#9ca3af;white-space:nowrap;cursor:pointer;background-color:#37415180;border:1px solid #4b5563;border-radius:9999px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.ChatPayment-module__SHxIfa__filterChip.ChatPayment-module__SHxIfa__activeChip{color:#fff;background-color:#4f46e5;border-color:#4f46e5;box-shadow:0 4px 6px -1px #4f46e54d}.ChatPayment-module__SHxIfa__paymentCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#1f293799 0%,#111827cc 100%);border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000004d}.ChatPayment-module__SHxIfa__cardAccentLine{width:100%;height:3px}.ChatPayment-module__SHxIfa__cardHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem;display:flex}.ChatPayment-module__SHxIfa__cardBody{flex-direction:column;gap:1rem;padding:1.25rem 1rem;display:flex}.ChatPayment-module__SHxIfa__cardFooter{background-color:#0003;border-top:1px solid #ffffff0d;justify-content:flex-end;gap:.75rem;padding:1rem;display:flex}.ChatPayment-module__SHxIfa__infoRow{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.ChatPayment-module__SHxIfa__label{color:#9ca3af;font-size:.85rem;font-weight:500}.ChatPayment-module__SHxIfa__value{color:#fff;letter-spacing:.02em;font-weight:700}.ChatPayment-module__SHxIfa__statusBadge{text-transform:uppercase;letter-spacing:.06em;-webkit-backdrop-filter:blur(8px);border-radius:8px;align-items:center;gap:4px;padding:.3rem .65rem;font-size:.68rem;font-weight:800;display:inline-flex}.ChatPayment-module__SHxIfa__statusPending{color:#fbbf24;background-color:#f59e0b14;border:1px solid #f59e0b40}.ChatPayment-module__SHxIfa__statusPaid{color:#60a5fa;background-color:#3b82f614;border:1px solid #3b82f640}.ChatPayment-module__SHxIfa__statusApproved{color:#34d399;background-color:#10b98114;border:1px solid #10b98140}.ChatPayment-module__SHxIfa__statusRejected{color:#f87171;background-color:#ef444414;border:1px solid #ef444440}.ChatPayment-module__SHxIfa__statusVerification{color:#a78bfa;background-color:#8b5cf614;border:1px solid #8b5cf640;animation:2s infinite ChatPayment-module__SHxIfa__pulse}.ChatPayment-module__SHxIfa__receiptThumbnail{-o-object-fit:cover;object-fit:cover;cursor:pointer;border:2px solid #4b5563;border-radius:.5rem;width:50px;height:50px;transition:transform .2s}.ChatPayment-module__SHxIfa__receiptThumbnail:hover{transform:scale(1.1)}.ChatPayment-module__SHxIfa__breakdownContainer{background-color:#1f293780;border:1px solid #4b5563;border-radius:6px;margin-top:5px;padding:8px;font-size:.75rem}.ChatPayment-module__SHxIfa__breakdownBar{background-color:#374151;border-radius:4px;width:100%;height:8px;margin-top:6px;display:flex;overflow:hidden}.ChatPayment-module__SHxIfa__barPaid{background-color:#10b981}.ChatPayment-module__SHxIfa__barPending{background-color:#f59e0b}.ChatPayment-module__SHxIfa__exportBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.3rem;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.85rem;transition:background-color .2s;display:flex}.ChatPayment-module__SHxIfa__exportBtn:hover{background-color:#1d4ed8}.ChatPayment-module__SHxIfa__filterSelect{color:#fff;cursor:pointer;background-color:#374151;border:1px solid #4b5563;border-radius:.3rem;outline:none;padding:.5rem}.ChatPayment-module__SHxIfa__invoiceId{color:#e5e7eb;letter-spacing:.05em;background-color:#0000004d;border:1px solid #ffffff1a;border-radius:4px;padding:4px 8px;font-family:Courier New,monospace;font-size:.85rem}.ChatPayment-module__SHxIfa__historyBtn,.ChatPayment-module__SHxIfa__payDueBtn,.ChatPayment-module__SHxIfa__patientPayBtn,.ChatPayment-module__SHxIfa__invoiceBtn{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:6px;padding:.5rem .85rem;font-size:.8rem;font-weight:600;transition:transform .1s;display:flex}.ChatPayment-module__SHxIfa__historyBtn:active,.ChatPayment-module__SHxIfa__payDueBtn:active,.ChatPayment-module__SHxIfa__patientPayBtn:active,.ChatPayment-module__SHxIfa__invoiceBtn:active{transform:scale(.97)}.ChatPayment-module__SHxIfa__historyBtn{color:#d1d5db;background:0 0;border:1px solid #4b5563}.ChatPayment-module__SHxIfa__historyBtn:hover{background-color:#ffffff0d}.ChatPayment-module__SHxIfa__payDueBtn{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 6px -1px #f59e0b4d}.ChatPayment-module__SHxIfa__patientPayBtn{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 4px 6px -1px #3b82f64d}.ChatPayment-module__SHxIfa__patientPayBtn.ChatPayment-module__SHxIfa__disabledBtn{color:#9ca3af;cursor:not-allowed;opacity:.8;box-shadow:none;background:#4b5563}.ChatPayment-module__SHxIfa__invoiceBtn{color:#fff;background:#374151;border:1px solid #4b5563}.ChatPayment-module__SHxIfa__invoiceBtn:hover{background-color:#4b5563}.ChatPayment-module__SHxIfa__uiNotification{color:#fff;z-index:1000;white-space:nowrap;border:1px solid #fff3;border-radius:2rem;padding:.75rem 1.5rem;font-weight:700;animation:3s forwards ChatPayment-module__SHxIfa__fadeInOut;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000004d}@keyframes ChatPayment-module__SHxIfa__fadeInOut{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;pointer-events:none;transform:translate(-50%,-20px)}}.ChatPayment-module__SHxIfa__fabContainer{z-index:60;flex-direction:column;align-items:flex-end;gap:1rem;display:none;position:fixed;bottom:6rem;right:1.5rem}.ChatPayment-module__SHxIfa__fabButton{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 4px 15px #0006}.ChatPayment-module__SHxIfa__fabButton:active{transform:scale(.9)}.ChatPayment-module__SHxIfa__fabFilter{z-index:62;background:linear-gradient(135deg,#4f46e5 0%,#3b82f6 100%)}.ChatPayment-module__SHxIfa__fabDownload{z-index:61;background:#374151;border:1px solid #ffffff1a;width:3rem;height:3rem}.ChatPayment-module__SHxIfa__mobileFilterOverlay{background-color:#1f2937;border:1px solid #374151;border-radius:1rem;flex-direction:column;gap:.5rem;min-width:160px;margin-bottom:.5rem;padding:1rem;animation:.2s cubic-bezier(.16,1,.3,1) ChatPayment-module__SHxIfa__slideUp;display:flex;position:absolute;bottom:100%;right:0;box-shadow:0 10px 25px -5px #00000080}@keyframes ChatPayment-module__SHxIfa__slideUp{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatPayment-module__SHxIfa__mobileFilterOption{color:#d1d5db;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;transition:background .2s;display:flex}.ChatPayment-module__SHxIfa__mobileFilterOption:hover{color:#fff;background-color:#374151}.ChatPayment-module__SHxIfa__mobileFilterOption.ChatPayment-module__SHxIfa__activeFilter{color:#818cf8;background-color:#4f46e533;font-weight:700}@media (max-width:768px){.ChatPayment-module__SHxIfa__paymentTableWrapper{display:none}.ChatPayment-module__SHxIfa__mobilePaymentList,.ChatPayment-module__SHxIfa__fabContainer{display:flex}.ChatPayment-module__SHxIfa__paymentHeader>div{display:none!important}.ChatPayment-module__SHxIfa__paymentHeader{margin-bottom:1rem;padding-bottom:.5rem}.ChatPayment-module__SHxIfa__filterSelect,.ChatPayment-module__SHxIfa__searchInput,.ChatPayment-module__SHxIfa__exportBtn{width:100%!important}.ChatPayment-module__SHxIfa__formRow{flex-direction:column;gap:.75rem}.ChatPayment-module__SHxIfa__paymentInput{min-width:0;width:100%!important}.ChatPayment-module__SHxIfa__createRequestForm{padding:1rem}}.ChatPayment-module__SHxIfa__paymentCard{transition:transform .2s,box-shadow .2s}.ChatPayment-module__SHxIfa__paymentCard:hover{transform:translateY(-2px);box-shadow:0 12px 25px #0000004d}.ChatPayment-module__SHxIfa__paymentTable tbody tr{transition:all .2s}.ChatPayment-module__SHxIfa__paymentTable tbody tr:hover{transform:scale(1.002);background-color:#37415199!important}.ChatPayment-module__SHxIfa__statusApproved{box-shadow:0 0 8px #10b9814d}.ChatPayment-module__SHxIfa__statusPending{box-shadow:0 0 8px #f59e0b4d}.ChatPayment-module__SHxIfa__statusVerification{animation:2s infinite ChatPayment-module__SHxIfa__pulseGlow}@keyframes ChatPayment-module__SHxIfa__pulseGlow{0%,to{box-shadow:0 0 8px #8b5cf64d}50%{box-shadow:0 0 12px #8b5cf699}}.ChatPayment-module__SHxIfa__paymentTableWrapper::-webkit-scrollbar{height:8px}.ChatPayment-module__SHxIfa__paymentTableWrapper::-webkit-scrollbar-track{background:#1f2937;border-radius:4px}.ChatPayment-module__SHxIfa__paymentTableWrapper::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}.ChatPayment-module__SHxIfa__paymentTableWrapper::-webkit-scrollbar-thumb:hover{background:#6b7280}.ChatPayment-module__SHxIfa__pdfLoading{border:2px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:20px;height:20px;margin-right:8px;animation:1s linear infinite ChatPayment-module__SHxIfa__spin;display:inline-block}@keyframes ChatPayment-module__SHxIfa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatPayment-module__SHxIfa__quickActions{background:#1f293780;border:1px solid #374151;border-radius:.75rem;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.ChatPayment-module__SHxIfa__quickActionBtn{color:#d1d5db;cursor:pointer;background:#3741514d;border:1px solid #4b5563;border-radius:.5rem;flex-direction:column;flex:1;align-items:center;padding:1rem;transition:all .2s;display:flex}.ChatPayment-module__SHxIfa__quickActionBtn:hover{background:#37415180;border-color:#6366f1;transform:translateY(-2px)}@media (max-width:768px){.ChatPayment-module__SHxIfa__paymentHeader{flex-direction:column;align-items:stretch;gap:1rem}.ChatPayment-module__SHxIfa__paymentHeader>div:first-child{order:1}.ChatPayment-module__SHxIfa__paymentHeader>div:last-child{flex-wrap:wrap;order:2}.ChatPayment-module__SHxIfa__formRow{grid-template-columns:1fr!important}.ChatPayment-module__SHxIfa__paymentTable th,.ChatPayment-module__SHxIfa__paymentTable td{width:100%;display:block}.ChatPayment-module__SHxIfa__paymentTable tr{border:1px solid #374151;border-radius:.5rem;margin-bottom:1rem;display:block;overflow:hidden}}.ChatPayment-module__SHxIfa__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem}.ChatPayment-module__SHxIfa__emptyStateIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.ChatPayment-module__SHxIfa__gradientInvoiceId{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-weight:800}.ChatPayment-module__SHxIfa__barPaid,.ChatPayment-module__SHxIfa__barPending{transition:width .5s ease-in-out}@media (max-width:1024px){.ChatPayment-module__SHxIfa__container,.ChatPayment-module__SHxIfa__sidebar,.ChatPayment-module__SHxIfa__mainArea,.ChatPayment-module__SHxIfa__messagesContainer{background-color:var(--ios-bg,#1f2937)}.ChatPayment-module__SHxIfa__container{border:none}.ChatPayment-module__SHxIfa__sidebar{border-right:1px solid var(--ios-separator,#374151)}.ChatPayment-module__SHxIfa__searchBar{border-bottom:1px solid var(--ios-separator,#374151)}.ChatPayment-module__SHxIfa__searchInput,.ChatPayment-module__SHxIfa__mobileSearchInput,.ChatPayment-module__SHxIfa__paymentInput,.ChatPayment-module__SHxIfa__filterSelect{background-color:var(--ios-fill,#374151);color:var(--ios-label,white);border:none}.ChatPayment-module__SHxIfa__userItem{border-bottom:1px solid var(--ios-separator,#374151)}.ChatPayment-module__SHxIfa__userItem:hover{background-color:var(--ios-fill,#374151)}.ChatPayment-module__SHxIfa__activeUser{background-color:var(--ios-tint,#2563eb)}.ChatPayment-module__SHxIfa__chatHeader{background-color:var(--ios-bg-elevated,#111827);border-bottom:1px solid var(--ios-separator,#374151);color:var(--ios-label,white)}.ChatPayment-module__SHxIfa__received{background-color:var(--ios-fill-strong,#374151);color:var(--ios-label,white)}.ChatPayment-module__SHxIfa__sent{background-color:var(--ios-tint,#2563eb)}.ChatPayment-module__SHxIfa__chatInputArea{background-color:var(--ios-bg-elevated,#111827);border-top:1px solid var(--ios-separator,#374151)}.ChatPayment-module__SHxIfa__inputField{background-color:var(--ios-fill,#374151);color:var(--ios-label,white);border:none}.ChatPayment-module__SHxIfa__iconButton,.ChatPayment-module__SHxIfa__mobileIconBtn{color:var(--ios-label-2,#9ca3af);background-color:#0000}.ChatPayment-module__SHxIfa__mobileIconBtn,.ChatPayment-module__SHxIfa__iconButton:hover:not(:disabled){background-color:var(--ios-fill,#374151);color:var(--ios-label,white)}.ChatPayment-module__SHxIfa__filterChip{background-color:var(--ios-fill,#37415180);color:var(--ios-label-2,#9ca3af);border:none}.ChatPayment-module__SHxIfa__filterChip.ChatPayment-module__SHxIfa__activeChip{background-color:var(--ios-tint,#4f46e5);box-shadow:none}.ChatPayment-module__SHxIfa__paymentContainer{background-color:var(--ios-bg,#111827);border:none}.ChatPayment-module__SHxIfa__paymentHeader{border-bottom:1px solid var(--ios-separator,#374151)}.ChatPayment-module__SHxIfa__paymentCard{background:var(--ios-bg-elevated,#1f2937);box-shadow:var(--ios-shadow-sm,none);border:none}.ChatPayment-module__SHxIfa__cardHeader{border-bottom:1px solid var(--ios-separator,#ffffff0d)}.ChatPayment-module__SHxIfa__cardFooter{background-color:var(--ios-fill,#0003);border-top:1px solid var(--ios-separator,#ffffff0d)}.ChatPayment-module__SHxIfa__label{color:var(--ios-label-2,#9ca3af)}.ChatPayment-module__SHxIfa__value{color:var(--ios-label,white)}.ChatPayment-module__SHxIfa__fabFilter{background:var(--ios-tint,#4f46e5)}.ChatPayment-module__SHxIfa__fabDownload{background:var(--ios-fill-strong,#374151);border:none}.ChatPayment-module__SHxIfa__mobileFilterOverlay{background-color:var(--ios-bg-elevated,#1f2937);box-shadow:var(--ios-shadow-md,none);border:none}.ChatPayment-module__SHxIfa__mobileFilterOption{color:var(--ios-label-2,#d1d5db)}.ChatPayment-module__SHxIfa__mobileFilterOption:hover{background-color:var(--ios-fill,#374151);color:var(--ios-label,white)}.ChatPayment-module__SHxIfa__mobileFilterOption.ChatPayment-module__SHxIfa__activeFilter{background-color:var(--ios-tint-soft,#4f46e533);color:var(--ios-tint,#818cf8)}.ChatPayment-module__SHxIfa__emptyState{color:var(--ios-label-2,#6b7280)}.ChatPayment-module__SHxIfa__quickActions{background:var(--ios-fill,#1f293780);border:none}.ChatPayment-module__SHxIfa__quickActionBtn{background:var(--ios-bg-elevated,#3741514d);color:var(--ios-label-2,#d1d5db);border:none}}
.ChatRoom-module__XzbD6a__container{background-color:#0b141a;flex-direction:column;height:100%;padding-bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.ChatRoom-module__XzbD6a__chatHeader{color:#e9edef;z-index:10;background-color:#1f2c34;border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;height:60px;padding:.5rem 1rem;display:flex;box-shadow:0 1px 3px #0003}.ChatRoom-module__XzbD6a__headerInfo{flex:1;align-items:center;gap:12px;display:flex;overflow:hidden}.ChatRoom-module__XzbD6a__backButton{color:#aebac1;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-right:5px;display:flex}.ChatRoom-module__XzbD6a__userAvatar{color:#fff;background-color:#6b7280;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;overflow:hidden}.ChatRoom-module__XzbD6a__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ChatRoom-module__XzbD6a__userNameContainer{flex-direction:column;justify-content:center;display:flex;overflow:hidden}.ChatRoom-module__XzbD6a__userName{color:#e9edef;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:500;overflow:hidden}.ChatRoom-module__XzbD6a__userStatus{color:#8696a0;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.ChatRoom-module__XzbD6a__messagesContainer{background-color:#0b141a;background-image:linear-gradient(#0b141aed,#0b141aed),url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-repeat:repeat;background-size:400px;flex-direction:column;flex:1;gap:2px;padding:1rem 1rem 5px;display:flex;position:relative;overflow-y:auto}.ChatRoom-module__XzbD6a__messageRow{width:100%;display:flex}.ChatRoom-module__XzbD6a__messageBubble{word-wrap:break-word;-webkit-user-select:none;user-select:none;border-radius:7.5px;flex-direction:column;max-width:85%;padding:6px 7px 8px 9px;font-size:.95rem;line-height:19px;display:flex;position:relative;box-shadow:0 1px .5px #00000021}.ChatRoom-module__XzbD6a__tailless.ChatRoom-module__XzbD6a__sent{border-top-right-radius:7.5px}.ChatRoom-module__XzbD6a__tailless.ChatRoom-module__XzbD6a__received{border-top-left-radius:7.5px}.ChatRoom-module__XzbD6a__tailless:before{display:none}.ChatRoom-module__XzbD6a__sent{color:#e9edef;background-color:#005c4b;border-top-right-radius:0;align-self:flex-end}.ChatRoom-module__XzbD6a__received{color:#e9edef;background-color:#202c33;border-top-left-radius:0;align-self:flex-start}.ChatRoom-module__XzbD6a__sent:before{content:"";border-top:10px solid #005c4b;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:0;right:-8px}.ChatRoom-module__XzbD6a__received:before{content:"";border-top:10px solid #202c33;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:0;left:-8px}.ChatRoom-module__XzbD6a__messageText{white-space:pre-wrap;margin:0;padding-bottom:10px;padding-right:0}.ChatRoom-module__XzbD6a__timestampRow{float:right;justify-content:flex-end;align-items:center;gap:3px;margin-top:-10px;display:flex}.ChatRoom-module__XzbD6a__timestamp{color:#fff9;font-size:.68rem;line-height:1}.ChatRoom-module__XzbD6a__tickIcon{color:#fff9;align-items:center;line-height:1;display:inline-flex}.ChatRoom-module__XzbD6a__tickRead{color:#53bdeb}.ChatRoom-module__XzbD6a__replyQuote{background:#0003;border-left:3px solid #06cf9c;border-radius:4px;flex-direction:column;margin-bottom:4px;padding:4px 8px;display:flex}.ChatRoom-module__XzbD6a__received .ChatRoom-module__XzbD6a__replyQuote{border-left-color:#00a884}.ChatRoom-module__XzbD6a__replyQuoteSender{color:#06cf9c;font-size:.75rem;font-weight:600}.ChatRoom-module__XzbD6a__received .ChatRoom-module__XzbD6a__replyQuoteSender{color:#00a884}.ChatRoom-module__XzbD6a__replyQuoteText{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.ChatRoom-module__XzbD6a__swipeReplyIcon{color:#8696a0;pointer-events:none;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:50%;left:-34px;transform:translateY(-50%)}.ChatRoom-module__XzbD6a__replyPreviewBar{background-color:#1f2c34;border-top:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:8px;padding:8px 12px;display:flex}.ChatRoom-module__XzbD6a__replyPreviewBarLine{background-color:#06cf9c;border-radius:2px;align-self:stretch;width:3px}.ChatRoom-module__XzbD6a__replyPreviewBarContent{flex-direction:column;flex:1;min-width:0;display:flex}.ChatRoom-module__XzbD6a__replyPreviewBarSender{color:#06cf9c;font-size:.8rem;font-weight:600}.ChatRoom-module__XzbD6a__replyPreviewBarText{color:#8696a0;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.ChatRoom-module__XzbD6a__replyPreviewBarClose{color:#8696a0;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatRoom-module__XzbD6a__chatInputArea{box-sizing:border-box;background-color:#1f2c34;flex-shrink:0;align-items:flex-end;gap:8px;width:100%;max-width:100%;min-height:50px;padding:8px 14px 8px 10px;display:flex}.ChatRoom-module__XzbD6a__inputWrapper{background-color:#2a3942;border-radius:20px;flex:1;align-items:center;min-width:0;min-height:40px;padding:8px 10px;display:flex}.ChatRoom-module__XzbD6a__inputField{color:#e9edef;background:0 0;border:none;outline:none;flex:1;max-height:100px;padding:0 8px;font-family:inherit;font-size:1rem;line-height:1.4;overflow-y:auto}.ChatRoom-module__XzbD6a__inputField::placeholder{color:#8696a0}.ChatRoom-module__XzbD6a__innerInputIcon{color:#8696a0;cursor:pointer;align-items:center;padding:0 4px;font-size:1.3rem;display:flex}.ChatRoom-module__XzbD6a__actionButton{color:#fff;cursor:pointer;background-color:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;transition:transform .1s;display:flex;box-shadow:0 1px 2px #0000004d}.ChatRoom-module__XzbD6a__actionButton:active{transform:scale(.95)}.ChatRoom-module__XzbD6a__micButton{background-color:#00a884}.ChatRoom-module__XzbD6a__micButton.ChatRoom-module__XzbD6a__recording{background-color:#ef4444;animation:1.5s infinite ChatRoom-module__XzbD6a__pulse}.ChatRoom-module__XzbD6a__sendIcon{margin-left:2px}.ChatRoom-module__XzbD6a__chatImage{border-radius:6px;max-width:100%;margin-bottom:4px;display:block}.ChatRoom-module__XzbD6a__emptyState{color:#8696a0;background-color:#0b141a;justify-content:center;align-items:center;height:100%;font-size:.9rem;display:flex}.ChatRoom-module__XzbD6a__dateBubble{color:#8696a0;background-color:#1f2c34;border-radius:8px;align-self:center;margin:8px 0;padding:5px 12px;font-size:.75rem;font-weight:500;box-shadow:0 1px .5px #00000021}
