.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.chat-titulo{color:#232323;font-weight:600;font-size:22px;letter-spacing:0;margin-bottom:0}.chat-cerrar{border-radius:50%;width:40px;height:40px;box-shadow:0 1px 4px rgba(0,0,0,.08);border:none}.chat-card{border-radius:20px;background:hsla(0,0%,100%,.97)}.chat-header{background:grey;color:#fff;border-radius:20px 20px 0 0;width:100%;min-height:48px;padding:0 24px}.chat-header-title{font-weight:500;font-size:15px;letter-spacing:.02em}.chat-body{height:420px;overflow-y:auto;background-color:#f7f8fa;padding:30px 16px 16px;border-radius:0 0 20px 20px;min-height:320px}.chat-bubble{max-width:66%;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:14px 15px 9px;transition:background .3s}.chat-bubble,.chat-mensaje{font-size:15px;font-weight:500}.chat-mensaje{color:#232323}.chat-metadata{font-size:12px;color:#999;margin-top:5px;font-weight:400;letter-spacing:.02em}.chat-nombre{font-weight:500;color:#888}.chat-footer{border-radius:0 0 20px 20px;border-top:1px solid #f0f0f0;background:#fff}.chat-input{border-radius:18px;box-shadow:0 2px 8px 0 #f1f1f1;border:1.2px solid #e3e3e3;color:#232323;background:#fff}.chat-enviar,.chat-input{height:42px;font-size:15px}.chat-enviar{border-radius:18px;width:80px;font-weight:600;background:red;border:none;box-shadow:0 2px 8px 0 #f7c7c7}.chat-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;height:420px;width:100%;background:#f7f8fa;border-radius:20px}.spin{animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}