.headerContainer{background-color:#365899;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:10px 35px;max-width:720px;width:100%;margin:0 auto;box-sizing:border-box;gap:10px}.logo{border-radius:50%;width:50px}.titleContainer{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1}.title{margin:0;font-size:18px;font-weight:700}.subtitle{margin:0;font-size:12px}.phoneIcon{font-size:24px}.App{margin:0;padding:0;width:100%;display:flex;flex-direction:column;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}@font-face{font-family:Gotham;src:url(/assets/GothamMedium-b5b3eb8e.ttf) format("truetype");font-weight:400}@font-face{font-family:Gotham;src:url(/assets/GothamBold-50792d8e.ttf) format("truetype");font-weight:700}@font-face{font-family:Gotham Book;src:url(/assets/GothamBook-742359d4.ttf) format("truetype");font-weight:400}.warning-banner{background-color:#3658993b;color:#000;text-align:center;max-width:720px;width:100%;margin:0 auto}.warningText{color:#b22234;font-size:14px;font-family:Gotham Book}.dateText{color:#365899;font-weight:700;font-style:italic}.normalText{color:#000;font-size:26px;font-weight:700}.texts{margin:2%}@font-face{font-family:Gotham;src:url(/assets/GothamMedium-b5b3eb8e.ttf) format("truetype");font-weight:400}@font-face{font-family:Gotham;src:url(/assets/GothamBold-50792d8e.ttf) format("truetype");font-weight:700}@font-face{font-family:Gotham Book;src:url(/assets/GothamBook-742359d4.ttf) format("truetype");font-weight:400}.chatWindow{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:720px;margin:auto;background-color:#3658993b;font-family:Arial,sans-serif;min-height:400px}.chatContainer{display:flex;flex-direction:column;flex-grow:1;margin:5%}.chatHeader{display:flex;align-items:center;margin-bottom:15px;justify-content:center;flex-direction:column;gap:10px}.chatHeader img{border-radius:50%;width:85px;margin-right:10px}.chatHeader .botName,.botLicense{font-family:Gotham Book}.chatHeader .botName{font-size:.9em}.chatHeader .botLicense{font-size:.6em;color:#365899}.chatBody{flex-grow:1;margin-bottom:15px;max-height:400px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chatBody ::-webkit-scrollbar{display:none}.messageBubble{position:relative;display:block;border-radius:5px;background:#e5e5ea;margin-bottom:8px;max-width:80%;min-height:45px;display:flex;align-items:center}.message{font-size:.85em;margin:10px;width:fit-content;font-family:sans-serif;white-space:pre-wrap}.messageBubble img{max-width:80%}.chatFooter{text-align:center;margin-top:10px;box-shadow:0 -1px 3px #00000029;padding-top:25px;padding-bottom:25px;transition:transform .3s ease-out,opacity .3s ease-out;opacity:0}.chatFooter.show{opacity:1}.button{background-color:#365899;border:none;color:#fff;padding:20px 0;text-align:center;text-decoration:none;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;font-size:16px;margin:auto auto 10px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:60%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-weight:700;line-height:0;min-height:20px;box-shadow:0 1px 3px #0000004a}.typingIndicator{font-size:24px;display:flex;align-items:center;width:40px;max-width:10%;justify-content:center;box-shadow:0 1px 3px #0000004a}@keyframes blink{50%{opacity:0}}.messageBubble.bot{background:#e5e5ea;text-align:left;max-width:60%;box-shadow:0 1px 3px #0000004a;font-family:Gotham Book,sans-serif;width:auto}.messageBubble.user{background:#365899;text-align:right;box-shadow:0 1px 3px #0000004a;font-family:Gotham,sans-serif;font-weight:700;color:#fff;width:15%;display:flex;justify-content:center}.messageContainer.typing.visible{visibility:visible}.messageContainer.typing{visibility:hidden}.botProfilePic{height:50px;width:50px;border-radius:50%;margin-right:10px}.botProfilePic2{height:50px;width:50px;border-radius:50%}.messageContainer{display:flex;align-items:flex-end;align-items:center}.messageContainer.user{display:flex;justify-content:space-between}.profileSpacer{width:50px;height:50px;display:flex;align-items:center;justify-content:center;overflow:hidden}.profileSpacer.visible{visibility:visible;width:60px}.profileSpacer{visibility:hidden;width:60px}.typingIndicator span{opacity:0;animation:typingDot 2s ease infinite}.typingIndicator span:nth-child(1){animation-delay:.1s}.typingIndicator span:nth-child(2){animation-delay:.3s}.typingIndicator span:nth-child(3){animation-delay:.5s}@keyframes typingDot{0%{opacity:0}20%{opacity:0}40%{opacity:1}to{opacity:1}}.disclaimer{font-size:.7em;font-family:sans-serif;margin:0 5%}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh}
