@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";body{margin:0;font-family:Poppins,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;background-color:#f9f9fb}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-container{display:flex;flex-wrap:wrap;gap:10px;padding-top:10px}.gamuda-button{background-color:#ffb6c1!important;color:#4f4745!important;border-radius:20px!important;padding:6px 14px!important;min-height:28px;display:inline-flex!important;align-items:center;justify-content:center;cursor:pointer;width:auto!important;max-width:100%;flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:none!important}.button-text{display:flex;flex-direction:column;text-align:center;line-height:1.15}.gamuda-button.selected{background-color:#ed1c24!important;color:#fff!important}.gamuda-button.Mui-disabled{background-color:#e0e0e0!important;color:#000!important;cursor:not-allowed}.timestampActionsContainer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;margin-bottom:16px}.timestampText{color:#666;margin-top:8px;display:block}.iconButtonsContainer{display:flex;justify-content:flex-end;gap:8px}.actionIconButton{color:#ed1c24}.actionIconButton:hover{transform:scale(1.1)}.chat-bubble-container{display:flex;flex-direction:column;gap:6px;margin-bottom:25px}.chat-bubble-container-flex{display:flex;gap:8px;max-width:100%}.chat-bubble-container-flex.right{justify-content:flex-end;align-items:flex-end;padding-right:10px}.chat-bubble-container-flex.left{justify-content:flex-start;align-items:flex-end}.chat-bubble{background-color:#fff;padding:10px;border-radius:16px;box-shadow:0 1px 3px #0003;white-space:normal;word-break:normal;overflow-wrap:anywhere;flex-shrink:1;width:auto}.chat-bubble.left{max-width:calc(85% - 48px);flex-shrink:1}.chat-bubble.right{width:fit-content;flex-shrink:0;max-width:80%}.chat-bubble.loading{min-width:140px;max-width:80%}.bot-icon{width:40px;height:40px;flex-shrink:0}.visitor-button-container{display:flex;gap:8px;margin:-10px 0 0;padding-left:48px;flex-wrap:wrap}.visitor-button{background-color:#ed1c24;color:#fff;border-radius:20px;padding:0 10px;height:24px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.sidebar-section{flex:1;overflow-y:auto;background-color:#fff;padding:0 12px 0 16px}.sidebar-section-title{text-transform:uppercase;margin:15px 15px 10px;letter-spacing:.5px}.sidebar-chat-item{display:flex;align-items:center;cursor:pointer;position:relative;transition:background-color .2s ease}.sidebar-chat-item:hover{background-color:#f5f5f5}.sidebar-chat-item.selected{background-color:#e423254d}.chat-icon{width:40px;height:40px;border-radius:50%;border:2px solid #e42325;margin-right:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}.chat-icon img{width:24px;height:24px;object-fit:contain}.chat-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-topic{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-meta{display:flex;flex-wrap:wrap;color:#999;gap:5px;justify-content:space-between}.sidebar-more{margin-left:auto;color:#999;padding:5px;cursor:pointer;transition:color .2s ease}.clear-all{display:flex;justify-content:flex-end;padding-right:20px;font-size:12px!important}.new-chat-button{width:125px;height:35px;font-size:12px!important;border-radius:20px!important;color:#ed1c24!important;border:1.5px solid #ed1c24!important;background-color:#fff!important;text-transform:none!important}.new-chat-button:hover{background-color:#ed1c24!important;color:#fff!important;border:1.5px solid #ed1c24!important}.sidebar-footer-button{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;margin-bottom:20px;margin-top:auto;flex-shrink:0;gap:5px}.sidebar-footer-button .new-chat-button{flex-shrink:0!important;background-color:#e42325!important;color:#fff!important;width:auto;line-height:20px;text-align:center;text-transform:none!important;border-radius:20px;padding:6px 14px}.sidebar-close{background:none;border:none;cursor:pointer;color:#666;font-size:20px;padding:4px;margin-right:-15px}.sidebar-close:hover{color:#000}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#00000080;z-index:999;animation:fadeIn .3s ease}.sidebar-container{position:fixed;top:0;left:0;width:80%;height:100dvh;background:#fff;z-index:1000;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a;animation:slideIn .3s ease}@keyframes slideIn{0%{left:-300px}to{left:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar-header{display:flex;justify-content:flex-end;padding:5px 12px;flex-shrink:0}.sidebar-menu{margin-top:-20px;padding-left:16px}.sidebar-menu-item,.sidebar-chat-item{display:flex;align-items:center;padding:12px 15px;margin:5px 0;border-radius:8px;transition:background .2s}.sidebar-section::-webkit-scrollbar{width:6px}.sidebar-section::-webkit-scrollbar-track{background:#f1f1f1}.sidebar-section::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.sidebar-section::-webkit-scrollbar-thumb:hover{background:#555}.font-size-select{min-width:140px}.font-size-select .MuiOutlinedInput-root{height:32px;font-size:12px}.font-size-select .MuiSelect-select{font-size:12px!important;padding:6px 32px 6px 12px!important;display:flex;align-items:center}.font-size-select .MuiSelect-icon{font-size:18px}.MuiMenuItem-root{font-size:12px!important;min-height:32px}.setting-sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#00000080;z-index:999;animation:fadeIn .3s ease}.setting-sidebar-container{position:fixed;top:0;right:0;width:80%;height:100dvh;background:#fff;z-index:1000;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a;animation:slideInRight .3s ease}.settings-sidebar-header{display:flex;justify-content:flex-end;padding:5px 0;flex-shrink:0}@keyframes slideInRight{0%{right:-350px}to{right:0}}.setting-sidebar-container{padding:0 16px;display:flex;flex-direction:column}.settings-menu-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.settings-menu-item-label{font-weight:500;font-size:12px!important}.header-label{font-size:16px!important;font-weight:600!important;padding-bottom:10px}.dashboard-login-header{padding-left:16px;padding-top:5px;display:flex}.header-image{width:15px;height:15px;margin-top:10px}.settings-icon .MuiSvgIcon-root{font-size:25px!important}.chat-footer-box{padding:8px 15px}.chat-footer-text{font-size:10px!important;text-align:center}.waveform{display:flex;align-items:center;gap:4px;height:28px}.wave-bar{width:3px;height:8px;background:#fff;border-radius:4px;animation:wave 1.2s ease-in-out infinite}.wave-bar:nth-child(odd){animation-delay:.2s}.wave-bar:nth-child(2n){animation-delay:.4s}@keyframes wave{0%{height:6px;opacity:.4}50%{height:24px;opacity:1}to{height:6px;opacity:.4}}.chat-input-wrapper{padding:0;margin:0;flex-shrink:0;position:sticky;bottom:0;background-color:#f9f9fb;box-shadow:none}.recording-box{border-radius:25px;overflow:hidden;background:#fff;position:relative}.recording-box.recording{background:linear-gradient(90deg,#ed1c24,#ff6a6a)}.chat-textfield{margin:0;padding:0;background:#fff}.chat-textfield.recording{background:linear-gradient(90deg,#ed1c24,#ff6a6a)}.chat-textfield .MuiOutlinedInput-root{padding:4px 8px;margin:0;border-radius:25px;padding-right:100px!important}.chat-textfield.recording .MuiOutlinedInput-root{padding-right:100px}.chat-textfield .MuiOutlinedInput-notchedOutline{border-radius:25px;border:1.5px solid #000000}.chat-textfield.recording .MuiOutlinedInput-notchedOutline{border:1.5px solid transparent}.chat-textfield .MuiInputBase-input{padding:10px 12px;line-height:20px;font-size:12px;background-color:transparent;color:#000}.chat-textfield.recording .MuiInputBase-input{color:#fff}.chat-textfield .MuiInputBase-input::placeholder{color:#999;opacity:1}.chat-textfield.recording .MuiInputBase-input::placeholder{color:#ffffffb3;font-size:12px}.chat-textfield .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#000}.chat-textfield .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#000;box-shadow:none}.chat-input-end{position:absolute!important;right:12px;bottom:10px;height:auto;margin:0;padding:0}.icon-container{display:flex;align-items:center;gap:8px;margin:0;padding:0}.record-time{color:#000;font-size:14px;font-weight:500;white-space:nowrap;margin:0;padding:0}.icon-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.icon-circle svg{width:20px;height:20px}.icon-mic,.icon-close{background-color:#4a4a4a}.icon-upload{background-color:#b9b9b9}.chat-expiry-wrapper{width:80%;max-width:720px;margin:12px auto 20px;padding:0}.chat-expiry-notice{background-color:#efefef;border-radius:4px;padding:14px 18px;box-shadow:0 2px 6px #0000001f,0 8px 20px #0000001a}.chat-container{display:flex;flex-direction:column;height:100vh;width:100%;padding-bottom:30px;box-sizing:border-box}.chat-content-wrapper{flex:1;display:flex;flex-direction:column;padding:20px 0 0;overflow:hidden;min-height:0;margin-bottom:0;background-color:#f9f9fb}.chat-paper{flex:1;display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:0;border-radius:0;background-color:#f9f9fb!important}.chat-messages-box{flex:1;overflow-y:auto;padding:0;white-space:pre-line;text-align:left;max-width:100%;overflow-x:hidden;background-color:#f9f9fb;padding-left:10px!important;padding-right:10px!important}.icon-container{display:flex;gap:8px;align-items:center}.icon-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.icon-mic{background-color:#6b6b6b}.icon-close{background-color:#fff;border:2px solid #ed1c24;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-close svg{color:#ed1c24!important}.icon-upload{background-color:#a8a8a8}.icon-circle:hover{opacity:.8}.icon-circle svg{color:#fff;font-size:20px}@media (max-width: 768px){.chat-container{padding-bottom:20px}.chat-content-wrapper{padding-top:15px}.chat-messages-box{padding:6px}.chat-input-wrapper{padding:6px 10px}}@media (max-width: 480px){.chat-container{height:100dvh;padding-bottom:10px}.chat-content-wrapper{padding-top:10px}.chat-messages-box{padding:4px}.chat-input-wrapper{padding:6px 10px}}.chat-messages-box::-webkit-scrollbar{width:6px}.chat-messages-box::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages-box::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.chat-messages-box::-webkit-scrollbar-thumb:hover{background:#555}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.loader{width:48px;height:48px;border:5px solid #fff;border-bottom-color:#ff3d00;border-radius:50%;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.comingsoon-container *{box-sizing:border-box}.comingsoon-container{width:100%;max-width:390px;height:100vh;margin:0 auto;padding:40px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.comingsoon-title{font-size:20px!important;font-weight:600!important;color:#000;margin-top:80px!important;margin-bottom:8px!important}.comingsoon-subtitle{font-size:14px!important;color:#666;line-height:1.5;margin-bottom:48px!important}.comingsoon-image{width:180px;height:180px;border-radius:50%;margin-bottom:auto}.comingsoon-button{width:100%;max-width:260px;height:48px;margin-bottom:230px!important;border-radius:24px!important;background-color:#e60000!important;color:#fff!important;font-size:14px!important;font-weight:500!important;text-transform:none!important}.comingsoon-button:active{transform:scale(.98)}.chat-parent-container{display:flex;height:100vh;width:100%;box-sizing:border-box;overflow:hidden;background-color:#f9f9fb!important}@media (max-width: 768px){.chat-parent-container{flex-direction:column;padding:0}}@media (max-width: 480px){.chat-parent-container{height:100dvh}}
