.ChatBot_avatarButton__DkeUC{position:fixed;bottom:32px;right:32px;background:#3937A8;border:none;border-radius:50%;box-shadow:0 6px 24px rgba(33,147,176,.25);padding:4px;cursor:pointer;z-index:1000;transition:box-shadow .2s,transform .2s;width:68px;height:68px;display:flex;align-items:center;justify-content:center}.ChatBot_avatarButton__DkeUC:hover{box-shadow:0 12px 32px rgba(33,147,176,.35);transform:scale(1.08)}.ChatBot_avatarButton__DkeUC img{width:56px!important;height:56px!important;border-radius:50%;object-fit:cover;border:2.5px solid #fff;background:#e0eafc;box-shadow:0 2px 8px rgba(33,147,176,.1);display:block}.ChatBot_chatDialog__3sPXn{position:fixed;bottom:0;right:0;width:490px;max-width:98vw;height:95vh;background:#f5f5f7;border-radius:32px 0 0 32px!important;box-shadow:0 12px 40px rgba(0,0,0,.3);display:flex;flex-direction:column;z-index:1100;animation:ChatBot_fadeIn__6d6O1 .3s;font-family:Segoe UI,Roboto,Arial,sans-serif;padding-bottom:0}@media (max-width:600px){.ChatBot_chatDialog__3sPXn{width:100vw;border-radius:0!important}}.ChatBot_header__2lJ3g{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 18px 16px;background:#3937A8;color:#fff;border-radius:20px 20px 0 0;font-weight:700;font-size:1.15rem;box-shadow:0 2px 8px rgba(33,147,176,.08)}.ChatBot_headerAvatar__jWrR6{display:none}.ChatBot_closeButton__zzIEI{background:transparent;border:none;color:#fff;font-size:1.6rem;cursor:pointer;margin-left:8px;transition:color .2s}.ChatBot_closeButton__zzIEI:hover{color:#222}.ChatBot_messages__T8_DK{flex:1 1;padding:18px 14px 12px;overflow-y:auto;background:transparent;display:flex;flex-direction:column;gap:10px}.ChatBot_userMsg__DP_6c{position:relative;align-self:flex-end;background-color:#248bf5;color:#fff;border-radius:1.15rem;line-height:1.25;max-width:75%;padding:.5rem .875rem;margin:.5rem 0;width:-moz-fit-content;width:fit-content}.ChatBot_userMsg__DP_6c:after,.ChatBot_userMsg__DP_6c:before{content:"";position:absolute;bottom:-.1rem;height:1rem}.ChatBot_userMsg__DP_6c:before{border-bottom-left-radius:.8rem .7rem;border-right:1em solid #248bf5;right:-.35rem;width:0;transform:translateY(-.1rem)}.ChatBot_userMsg__DP_6c:after{background-color:#fff;border-bottom-left-radius:.5rem;right:-40px;width:10px;transform:translate(-30px,-2px);z-index:1}.ChatBot_botMsg__cWa1M{position:relative;align-self:flex-start;background-color:#e5e5ea;color:#000;border-radius:1.15rem;line-height:1.25;max-width:75%;padding:.5rem .875rem;margin:.5rem 0;width:-moz-fit-content;width:fit-content}.ChatBot_botMsg__cWa1M:after,.ChatBot_botMsg__cWa1M:before{content:"";position:absolute;bottom:-.1rem;height:1rem}.ChatBot_botMsg__cWa1M:before{border-bottom-right-radius:.8rem .7rem;border-left:1em solid #e5e5ea;left:-.35rem;width:0;transform:translateY(-.1rem)}.ChatBot_botMsg__cWa1M:after{background-color:#fff;border-bottom-right-radius:.5rem;left:20px;width:10px;transform:translate(-30px,-2px);z-index:1}.ChatBot_inputArea__mGkGL{position:relative;background:#fff;border-radius:1.15rem;padding:12px 14px;display:flex;align-items:center}.ChatBot_input__v__k8{flex:1 1;padding:10px 14px;border:none;border-radius:18px;font-size:16px;outline:none;background:#f5f5f7;color:#222;margin-right:8px}.ChatBot_sendButton__7d2Ap{background:#3937A8;color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:background .2s;box-shadow:0 1px 4px rgba(0,0,0,.08)}.ChatBot_sendButton__7d2Ap:hover{background:#005ecb}.ChatBot_initialOptions__7e_Zo{display:flex;justify-content:center;gap:16px;padding:18px 0;background:transparent}.ChatBot_optionBtn__g_iYm{background:linear-gradient(90deg,#2193b0,#6dd5ed);color:#fff;border:none;border-radius:22px;padding:10px 22px;font-size:1.05rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px rgba(33,147,176,.1);transition:background .2s,box-shadow .2s,transform .1s;outline:none}.ChatBot_optionBtn__g_iYm:focus,.ChatBot_optionBtn__g_iYm:hover{background:linear-gradient(90deg,#176a8c,#2193b0);box-shadow:0 4px 16px rgba(33,147,176,.18);transform:translateY(-2px) scale(1.04)}.ChatBot_initialOptionsInChat__jcvTy{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:8px 0 0}.ChatBot_optionBubble__StCDp{background:linear-gradient(90deg,#248bf5,#7bb7f3);color:#fff;border:none;border-radius:20px 20px 20px 6px;padding:10px 22px;font-size:1.05rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px rgba(33,147,176,.1);transition:background .2s,box-shadow .2s,transform .1s;outline:none;margin-left:0;align-self:flex-start;display:flex;align-items:center;gap:8px}.ChatBot_optionBubble__StCDp:focus,.ChatBot_optionBubble__StCDp:hover{background:linear-gradient(90deg,#248bf5,#2193b0);box-shadow:0 4px 16px rgba(33,147,176,.18);transform:translateY(-2px) scale(1.04)}.ChatBot_fadeIn__6d6O1{animation:ChatBot_fadeIn__6d6O1 .5s}@keyframes ChatBot_fadeIn__6d6O1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatBot_selectedOption__Mqvj7{background:linear-gradient(90deg,#248bf5,#3e8fa3)!important;color:#fff!important;transform:scale(1.07);box-shadow:0 0 0 4px #b2e6fa44}.ChatBot_extraRounded__dO_fj{border-radius:32px!important}.ChatBot_suggestionsDropdown__hIC4f{position:absolute;left:0;right:0;bottom:100%;margin-bottom:6px;background:#fff;border:1px solid #e5e5ea;border-radius:.75rem;box-shadow:0 2px 8px rgba(33,147,176,.08);z-index:1001;max-height:220px;overflow-y:auto;font-size:1rem}.ChatBot_suggestionItem__MRlWI{padding:10px 16px;cursor:pointer;font-size:1.04rem;color:#176a8c;transition:background .18s,color .18s;border-bottom:1px solid #f0f4fa}.ChatBot_suggestionItem__MRlWI:last-child{border-bottom:none}.ChatBot_suggestionItem__MRlWI:focus,.ChatBot_suggestionItem__MRlWI:hover{background:#e0eafc;color:#2193b0}.ChatBot_suggestionLoading__kjdk7{padding:10px 16px;color:#888;font-size:1.01rem;text-align:center}.ChatBot_multiSelectBox__CgUAQ{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin:18px 0 0;background:transparent}.ChatBot_multiSelectOptions__hni6x{display:flex;flex-wrap:wrap;gap:10px}.ChatBot_multiSelectOption__TNOQX{background:#d4d4d8;color:#248bf5;border:none;border-radius:18px;padding:8px 18px;font-size:1.04rem;font-weight:500;cursor:pointer;box-shadow:0 1px 4px rgba(33,147,176,.08);transition:background .18s,color .18s,transform .1s;outline:none}.ChatBot_multiSelectOption__TNOQX:focus:not(:disabled),.ChatBot_multiSelectOption__TNOQX:hover:not(:disabled){background:#248bf5;color:#e5e5ea;transform:scale(1.04)}.ChatBot_multiSelected__Y4__d{background:#248bf5;color:#e5e5ea!important;box-shadow:0 0 0 3px #b2e6fa44}.ChatBot_multiSelectOption__TNOQX:disabled{opacity:.5;cursor:not-allowed}.ChatBot_error__VHMkF{color:#d32f2f;background:#fff3f3;border:1px solid #d32f2f;border-radius:4px;padding:6px 12px;margin:8px 0 0;font-size:.95em;font-weight:500;display:block;max-width:90%}.ChatBot_billCardWrapper__0xKjH{display:flex;justify-content:center}.ChatBot_billCardModern__LB1_H{background:#fff;border-radius:24px;box-shadow:0 4px 24px rgba(75,61,254,.07);padding:20px 28px 24px;font-family:Libre Franklin,Arial,sans-serif;margin:24px 0;border:none}.ChatBot_billCardHeader__7Y722{display:flex;align-items:center;gap:10px;margin-bottom:18px}.ChatBot_billCardIcon__L30IW{font-size:2rem;background:#4B3DFE;color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(23,106,140,.1)}.ChatBot_billCardTitle__focsm{font-family:Libre Franklin,Arial,sans-serif;font-size:1.3rem;font-weight:700;color:#4B3DFE}.ChatBot_billCardSection__ezhh_{margin-bottom:8px}.ChatBot_billCardSectionRow___3dCJ{display:flex;gap:32px;margin-bottom:8px}.ChatBot_billCardLabel__57eac{color:#4B3DFE;font-weight:600;font-size:1rem;margin-bottom:2px}.ChatBot_billCardValue__qgsRg{color:#222;font-size:1.05rem;font-weight:400}.ChatBot_billCardTotalSection__dX6WN{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding:16px 0 0;border-top:1.5px solid #f0f0f0}.ChatBot_billCardTotalLabel__eARHF{color:#4B3DFE;font-weight:700;font-size:1.1rem}.ChatBot_billCardTotalValue__URkwx{color:#4B3DFE;font-size:1.5rem;font-weight:700}.ChatBot_billCardActions__ZNZrI{display:flex;gap:16px;margin-top:18px}.ChatBot_billCardAccept__Mft5x{background:#28a778;color:#fff;font-weight:600;border:none;border-radius:20px;padding:10px 28px;font-size:1rem;cursor:pointer;transition:background .18s}.ChatBot_billCardAccept__Mft5x:hover{background:#37ca94}.ChatBot_billCardReject__sv3LE{background:#BE4B0A;color:#fff;font-weight:600;border:none;border-radius:20px;padding:10px 28px;font-size:1rem;cursor:pointer;transition:background .18s}.ChatBot_billCardReject__sv3LE:hover{background:#cf672b}.ChatBot_billCardSave__pVq6D{background:#c7c7c7;color:#fff;font-weight:600;border:none;border-radius:20px;padding:10px 28px;font-size:1rem;cursor:pointer;transition:background .18s}.ChatBot_billCardSave__pVq6D:hover{background:#e0dfdf}.ChatBot_billCardAccepted__wfANp{background:#dcebeb;color:#1a7f37;border-radius:6px;border:1px solid #b6ecc7}.ChatBot_billCardAccepted__wfANp,.ChatBot_billCardRejected__44uyr{margin-top:14px;font-weight:600;padding:7px 0;text-align:center;font-size:1.05rem;letter-spacing:.5px}.ChatBot_billCardRejected__44uyr{background:#dfdff5;color:#3937A8;border-radius:6px;border:1px solid #bce0f5}.ChatBot_confirmationButtonsBox__SYDrZ{display:flex;gap:16px;margin:18px 0 8px;justify-content:flex-start}.ChatBot_confirmationButton__5Ds6l{font-family:Libre Franklin,Arial,sans-serif;font-size:1rem;font-weight:600;border:none;border-radius:24px;padding:12px 28px;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s,transform .12s;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.07)}.ChatBot_primaryButton__l9ID4{background:#4B3DFE;color:#fff}.ChatBot_primaryButton__l9ID4:focus,.ChatBot_primaryButton__l9ID4:hover:not(:disabled){background:#7569e4}.ChatBot_secondaryButton__P8eCf{background:#cfcfd8;color:#222}.ChatBot_secondaryButton__P8eCf:focus,.ChatBot_secondaryButton__P8eCf:hover:not(:disabled){background:#dcdce6}.ChatBot_confirmationButton__5Ds6l:disabled{opacity:.6;cursor:not-allowed}@media (max-width:500px){.ChatBot_billCardModern__LB1_H{min-width:0;max-width:98vw;padding:18px 6vw}.ChatBot_billCardActions__ZNZrI{gap:10px}.ChatBot_billCardAccept__Mft5x,.ChatBot_billCardReject__sv3LE{min-width:90px;font-size:.98rem;padding:10px 0}}