@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");.drop-shadow{box-shadow:0 1px 2px rgba(0,0,0,.1)}.chat-box{color:#262525;font-family:Space Grotesk,sans-serif;font-size:14px;max-width:80%;width:auto;word-wrap:break-word}.chat-box.rounded{background:#f6f5fd;border-radius:10px;padding:14px}.timeline{color:#747272;font-size:12px;width:auto}.chat-container{bottom:260px;position:fixed;right:60px;width:320px}.chat-bot-sticky-button{align-items:center;background-color:#81ffac;border:3px solid #81ffac;border-radius:74px;bottom:14px;color:#33302f;cursor:pointer;display:inline-flex;font-family:Space Grotesk,sans-serif;font-style:normal;font-weight:500;gap:10px;padding:12px 30px;position:fixed;right:36px;text-align:center;text-decoration:none;z-index:999;fill:#33302f;font-size:20px;text-transform:none}.chat-bot-sticky-button svg{fill:#000;cursor:pointer;height:27px;transition:all .3s ease;width:27px}.chat-bot-sticky-button:hover{background-color:transparent;color:#81ffac;transition:all .3s ease}.chat-bot-sticky-button:hover svg{fill:#81ffac}.chat-header{background:#082e4d;border-radius:5px 5px 0 0;color:#fff;font-family:Space Grotesk,sans-serif;font-weight:800;padding:16px 20px;position:relative}.chat-body{overflow:auto;padding:10px}#closeChatBotGPT{background:none;border:none;color:#fff;cursor:pointer;height:55px;position:absolute;right:0;top:0;width:55px}.d-flex{flex-wrap:nowrap}#send-button,.d-flex{align-items:center;display:flex;justify-content:space-between}#send-button{background-color:#81ffac;border:3px solid #81ffac;border-radius:8px;color:#33302f;font-family:Space Grotesk,sans-serif;font-style:normal;font-weight:500;text-decoration:none;fill:#33302f;cursor:pointer;font-size:15px;margin-left:5px;text-transform:none;transition:all .3s ease}#send-button svg{height:.8rem;margin-left:7px;width:.8rem}#send-button:hover{background-color:transparent;color:#81ffac;transition:all .3s ease}#send-button:hover svg{fill:#81ffac}.form-control{border-radius:10px;flex:1 1 auto;font-family:Space Grotesk,sans-serif;padding:7px}.p1{padding:10px}.flex-row{justify-content:flex-start}.flex-row-reverse{justify-content:flex-end}.flex-row-reverse .chat-box.rounded{background:#99c5e8}.flex-row-reverse .chat-box.rounded .timeline{color:#212121}.flex-row-reverse .chat-box.rounded .text-right{color:#33302f}.mb-2{margin-bottom:1rem}.chat-body::-webkit-scrollbar{width:10px}.chat-body::-webkit-scrollbar-track{border-radius:5px}.chat-body::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:10px}.chat-body::-webkit-scrollbar-thumb:hover{background:#d3d3d3}.new-conversation{color:#747272;cursor:pointer;font-size:11px;margin-top:9.5px;text-decoration:underline}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-loading svg{animation-duration:.5s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}.chat-container{height:344px;width:340px;z-index:9}.chat-body,.textBoxContainer{background:#fff}.chat-border{height:100%}.chat-box a{color:blue}.chat-header{background:#81ffac;color:#212121}#closeChatBotGPT{color:#212121;font-size:16px}@media screen and (max-width:453px){.chat-container{bottom:250px;right:1rem}.chat-bot-sticky-button{right:1rem}}@media screen and (max-width:380px){.chat-container{width:320px}}#send-button{padding:7px 5px}#send-button .chat-loading svg{height:.5rem;width:.5rem}