:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}@keyframes loading{0%{color:#00000040}to{color:#000}}.chatbot_bubble{cursor:pointer;position:fixed;width:60px;height:60px;bottom:16px;right:24px;z-index:99999999999999999;background:linear-gradient(90deg,#0061FF 0%,#54C0E8 100%);display:flex;flex-direction:column;box-shadow:6px 6px 10px #00000040;align-items:center;justify-content:center;border-radius:100px 20px 100px 100px;-webkit-border-radius:100px 20px 100px 100px;-moz-border-radius:100px 20px 100px 100px;-ms-border-radius:100px 20px 100px 100px;-o-border-radius:100px 20px 100px 100px}.chatbot_div{position:fixed;width:100%;max-width:400px;height:fit-content;bottom:90px;right:24px;z-index:99999999999999999;border-radius:20px 20px 4px;background:white;transform-origin:bottom right;box-shadow:0 0 50px #00000040;transition:.1s;-webkit-transition:.1s;-moz-transition:.1s;-ms-transition:.1s;-o-transition:.1s}.chatbot_div_active{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.chatbot_div_disabled{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.chatbot_header{background:linear-gradient(90deg,#0061FF 0%,#54C0E8 100%);box-shadow:0 4px 4px #00000040;height:90px;width:100%;border-radius:20px 20px 0 0;-webkit-border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;-ms-border-radius:20px 20px 0 0;-o-border-radius:20px 20px 0 0}.chatbot_header_inner{display:flex;flex-direction:row;justify-content:space-between;padding:0 20px;height:100%;align-items:center}.chatbot_header_inner_left{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.chatbot_header_inner_left img{width:30px;background:white;padding:10px;border-radius:60px;-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;-o-border-radius:60px}.chatbot_header_inner_left h4{color:#fff;font-size:16px;font-weight:600}.writing{font-size:14px;font-weight:500;color:#000;animation:loading alternate-reverse infinite .5s;-webkit-animation:loading alternate-reverse infinite .5s}.chatbot_inner{height:440px;border-bottom:1px solid #D6D6D6;padding:10px 0 0;overflow-y:auto}.chatbot_inner_botmsg{color:#000;background:#F0F2F7;padding:14px;margin-right:auto;width:fit-content;max-width:240px;line-height:120%;margin-bottom:10px;margin-left:10px;text-align:left;font-size:14px;border-radius:16px;-webkit-border-radius:16px 16px 16px 4px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.chatbot_inner_usermsg{background:linear-gradient(90deg,#0061FF 0%,#54C0E8 100%);padding:14px;text-align:right;margin-left:auto;width:fit-content;color:#fff;max-width:240px;line-height:120%;margin-bottom:10px;margin-right:10px;font-size:14px;border-radius:16px 16px 4px;-webkit-border-radius:16px 16px 4px 16px;-moz-border-radius:16px 16px 4px 16px;-ms-border-radius:16px 16px 4px 16px;-o-border-radius:16px 16px 4px 16px}.chatbot_input_div{height:60px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px 0 10px}.chatbot_input_div input,.chatbot_input_div input:focus{background:transparent;color:#000;width:100%;height:100%;border:none;padding:10px;outline:none;border-radius:0 0 20px 20px;-webkit-border-radius:0 0 20px 20px;-moz-border-radius:0 0 20px 20px;-ms-border-radius:0 0 20px 20px;-o-border-radius:0 0 20px 20px}.chatbot_input_enabled{cursor:pointer;fill:#0061ff;transition:.2s;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s}.chatbot_input_disabled{cursor:not-allowed;fill:gray;opacity:.6;transition:.2s;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s}
