.login-container{display:flex;height:80vh;background:#fff;padding:20px}.login-right{flex:1;display:flex;justify-content:center;align-items:center}.login-form{width:100%;max-width:360px;padding:2.5rem;background:#f5f5f7;border-radius:20px;box-shadow:0 20px 50px #0000001f}.input-group{margin-bottom:1.25rem}.input-group .MuiTypography-root{font-size:13px;font-weight:500;color:#6e6e73;margin-bottom:4px}.input-group .MuiOutlinedInput-root{border-radius:12px;background:#fafafa}.input-group .MuiOutlinedInput-root fieldset{border-color:#e5e5ea}.input-group .MuiOutlinedInput-root:hover fieldset{border-color:#c7c7cc}.input-group .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#0071e3}.btn{height:48px;border-radius:12px;font-size:15px;font-weight:600;transition:all .2s ease}.btn.primary{background:#0071e3;color:#fff;border:none}.btn.primary:hover{background:#0062c4}.btn.primary:active{transform:scale(.98)}.btn.secondary{background:#fff;border:none;color:#1d1d1f}.btn.secondary:hover{background:#eaeaee}.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)}}.dashboard-login-header{padding-left:16px;padding-top:5px;display:flex;border-bottom:1px solid #d6d6d6}.header-image{width:18px;height:18px;margin-left:35px}.header-image.mobile{width:16px;height:16px;margin-left:8px}.settings-icon{margin-right:65px!important}.settings-icon.mobile{margin-right:15px!important}.settings-icon .MuiSvgIcon-root{width:25px;height:25px}.trudax{width:100%;max-width:100%;box-sizing:border-box}.trudax.mobile{padding:8px}.trudax.desktop{padding:16px}.trudax__header{display:flex;align-items:baseline;margin-bottom:16px;padding-left:16px;padding-top:8px;gap:8px;flex-wrap:wrap}.trudax__title{font-weight:600;font-family:sans-serif}.table-container{border-radius:14px;box-shadow:0 10px 30px #00000014;background:#fff;margin-top:16px}.table-header{background:#b8d4e5}.table-row{transition:all .2s ease}.metadata-cell{max-width:600px;white-space:normal;overflow-wrap:anywhere}.popup-overlay{position:fixed;inset:0;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:9999}.popup-card{width:80%;max-width:420px;max-height:80vh;background:#fff;border-radius:18px;box-shadow:0 10px 30px #0003;animation:popupFade .2s ease;padding:18px 18px 16px}.popup-title{margin:0 0 8px;font-size:17px;font-weight:600}.popup-text{margin:0 0 18px;font-size:12px;color:#555;line-height:1.5}.popup-actions{display:flex;justify-content:flex-end;gap:12px}.popup-btn{border-radius:10px;padding:8px 16px;font-size:12px;border:none;cursor:pointer}.popup-btn.cancel{font-family:inherit;background:#f2f3f5;color:#333}.popup-btn.danger{font-family:inherit;background:linear-gradient(180deg,#e32019,#c40f17,#ac0715);color:#fff}@keyframes popupFade{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(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;padding-top:15px}.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;overflow-wrap:anywhere}.chat-bubble.right{width:fit-content;flex-shrink:0;max-width:80%;padding-top:2px;padding-bottom:2px}.chat-bubble.left{flex-shrink:0}.chat-bubble.loading{min-width:140px;max-width:80%}.bot-wrapper{position:relative;top:-5px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;box-sizing:border-box}.bot-icon{width:20px;height:20px;object-fit:contain}.visitor-button-container{display:flex;gap:8px;margin:-10px 0 0;padding-left:48px;flex-wrap:wrap}.visitor-button{background:linear-gradient(180deg,#e32019,#c40f17,#ac0715);color:#fff;border-radius:20px;padding:0 10px;height:24px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.chat-parent-container{width:100%;overflow:hidden}.chat-mic-input-wrapper{width:100%;padding:0;margin:0;flex-shrink:0;box-shadow:none}.recording-box{border-radius:25px;overflow:hidden;background:#fff;position:relative;margin-left:10px;margin-right:10px}.chat-textfield{margin:0;padding:0;background:#fff}.chat-textfield .MuiOutlinedInput-root{padding:4px 8px;margin:0;border-radius:25px;padding-right:100px!important}.chat-textfield.check-mode .MuiOutlinedInput-root{padding-right:0!important}.chat-textfield .MuiOutlinedInput-notchedOutline{border-radius:25px;border:1.5px solid #000000}.chat-textfield.check-mode .MuiOutlinedInput-notchedOutline{border:1.5px solid #cac8c8}.chat-textfield .MuiInputBase-input{padding:10px 12px;line-height:20px;font-size:12px!important;background-color:transparent;color:#000}.chat-textfield .MuiInputBase-input::placeholder{color:#999;opacity:1}.chat-textfield.check-mode .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:1.5px solid #cac8c8}.chat-textfield .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#cac8c8;box-shadow:none}.chat-input-end{position:absolute;right:12px;top:50%;transform:translateY(-50%);margin:0;padding:0;display:flex;align-items:center}.chat-input-end.flex-end{top:auto;bottom:12px;transform:none;align-items:flex-end}.icon-container{display:flex;gap:8px;padding:0}.icon-circle{position:relative;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-upload{background-color:#b9b9b9}.chat-container{display:flex;flex-direction:row;width:100%;height:calc(100vh - 60px);box-sizing:border-box;overflow:hidden}.chat-content-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden}.chat-paper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;border-radius:0}.chat-layout{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-messages-box{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;white-space:pre-line;text-align:left;max-width:100%;padding-left:10px!important;padding-right:10px!important;padding-bottom:10px!important}.bottom-section{flex-shrink:0;padding-bottom:10px;width:100%;box-sizing:border-box}.chat-right-sidebar{width:320px;min-width:320px;border-left:1px solid #e0e0e0;height:100%;overflow-y:auto;background-color:#fff;box-sizing:border-box}.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-messages-box{padding-left:15px!important;padding-right:15px!important}.chat-input-wrapper{padding:6px 10px}.chat-right-sidebar{display:none}}@media (max-width: 480px){.chat-messages-box{padding-left:10px!important;padding-right:10px!important}.chat-input-wrapper{padding:6px 10px}}.chat-messages-box::-webkit-scrollbar{width:6px}.chat-messages-box::-webkit-scrollbar-track,.chat-right-sidebar::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages-box::-webkit-scrollbar-thumb,.chat-right-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.chat-messages-box::-webkit-scrollbar-thumb:hover,.chat-right-sidebar::-webkit-scrollbar-thumb:hover{background:#555}#root{flex:1;display:flex;flex-direction:column;height:100%;width:100%}html{height:100%;width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;width:100%;height:100%;min-width:320px;min-height:100vh;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
