body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-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)}}.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:350px;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:20px;flex-shrink:0}.sidebar-logo{font-size:24px}.sidebar-close{background:none;border:none;width:12px;height:12px;cursor:pointer;color:#666;padding:5px;font-size:24px}.sidebar-close:hover{color:#000}.sidebar-menu{padding:10px;flex-shrink:0}.sidebar-menu-item,.sidebar-chat-item{display:flex;align-items:center;padding:12px 15px;margin:5px 0;border-radius:8px;cursor:pointer;transition:background .2s}.sidebar-menu-item:hover,.sidebar-chat-item:hover{background:#ececec}.new-chat-button{width:125px;height:35px;border-radius:20px;color:#ed1c24;border:1.5px solid #ed1c24;background-color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;font-family:Montserrat}.new-chat-button:hover{background-color:#ed1c24;color:#fff}.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;background-color:#e42325;color:#fff;width:auto;font-family:Montserrat;font-style:normal;font-weight:700;font-size:10px;line-height:20px;text-align:center;display:flex;align-items:center;gap:8px}.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}.sidebar-section{flex:1;padding:0;overflow-y:auto;background-color:#fff}.sidebar-section-title{font-size:12px;text-transform:uppercase;margin:15px 15px 10px;font-weight:600;letter-spacing:.5px}.sidebar-chat-item{display:flex;align-items:center;padding:12px 15px;font-size:14px;cursor:pointer;position:relative}.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;display:flex;flex-direction:column;gap:4px;font-size:10px}.chat-title{display:flex}.chat-meta{display:flex;flex-wrap:wrap;color:#999;gap:5px;justify-content:space-between}.chat-date{color:#999;font-size:8px}.chat-location{color:#999;text-align:right;font-size:8px}.sidebar-more{margin-left:auto;color:#999;font-size:20px;padding:5px;cursor:pointer;transition:color .2s ease}.clear-all{display:flex;justify-content:flex-end;padding-right:20px;font-family:Montserrat;font-style:normal;font-weight:400!important;font-size:10px!important}.dashboard-login-header{padding:1rem .5rem;display:flex}.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}.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;font-size:10px}.chat-input-wrapper{padding:0;margin:0;flex-shrink:0;position:sticky;bottom:0;background-color:#f9f9fb;box-shadow:none}.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-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;font-size:14px}.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}.chat-parent-container{display:flex;height:100vh;width:100%;box-sizing:border-box;overflow:hidden}@media (max-width: 768px){.chat-parent-container{flex-direction:column;padding:0}}@media (max-width: 480px){.chat-parent-container{height:100dvh}}
