*{margin:0;padding:0}*:after{box-sizing:border-box}:root{color-scheme:light dark}body{overflow:hidden;height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:grid;place-content:center;height:100vh;padding:20px;grid-template-rows:1fr}#app{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;justify-content:center;place-items:center;height:95vh;max-height:95vh;width:1600px}#chat{border-top:1px solid #3B3B3B;border-right:1px solid #3B3B3B;border-bottom:1px solid #3B3B3B;border-left:none;border-radius:0 4px 4px 0;background:#212121;overflow:hidden;width:600px;height:90%;position:relative;display:flex;flex-direction:column;justify-content:flex-end}#input{width:83%;height:50px;border:none;border-radius:3px;padding:0 16px;font-size:16px;outline:none;flex:1}#send{border:none;border-radius:3px;height:50px;border-color:#25d366;background-color:#25d366;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;flex-shrink:0;padding:6px}#form{align-items:center;gap:8px;padding:8px;background:#262524}#messages{list-style-type:none;padding:0;overflow-y:auto;flex:1;list-style:none;display:flex;flex-direction:column;width:90%;margin:10px auto;font-family:sans-serif}#messages li{padding:10px 20px;border-radius:10px;word-wrap:break-word;margin-bottom:5px}#messages li:not(.fecha-chat){padding:10px 45px 10px 12px;position:relative}#messages .in{background-color:#161717;align-self:flex-start;text-align:left}#messages .out{background-color:#184d37;align-self:flex-end;text-align:right}#messages li .hora{position:absolute;right:6px;bottom:5px;font-size:.75rem;color:#999}#chat-list{border-top:1px solid #3B3B3B;border-right:1px solid #3B3B3B;border-bottom:1px solid #3B3B3B;border-left:1px solid #3B3B3B;border-radius:4px 0 0 4px;background:#212121;overflow-y:auto;width:350px;height:90%;position:relative;display:flex;flex-direction:column;justify-content:flex-start}.chat-item{display:flex;align-items:center;padding:12px;border-bottom:1px solid #333;cursor:pointer;transition:background .2s}.chat-item:hover{background-color:#2a2a2a}.active{background-color:#184d36}.avatar{width:50px;height:50px;border-radius:50%;margin-right:12px;background-color:#444;flex-shrink:0}.chat-info{flex:1;overflow:hidden}.chat-name-time{display:flex;justify-content:space-between;margin-bottom:4px}.chat-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:.8em;color:#aaa;white-space:nowrap}.chat-preview{display:flex;justify-content:space-between;align-items:center}.chat-message{color:#ccc;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.chat-badge{background:#25d366;color:#fff;font-size:.75em;border-radius:50%;padding:5px 8px;margin-left:10px;min-width:24px;text-align:center}.in{align-items:flex-end}.animated-error{color:#e63946;font-weight:700;background-color:#184d36;border:2px solid #184D36;padding:1rem;border-radius:10px;text-align:center;animation:pulseBlink 1.5s ease-in-out infinite;margin-top:1rem;font-size:1.1rem}@keyframes pulseBlink{0%{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.7}to{transform:scale(1);opacity:1}}.scroll::-webkit-scrollbar{display:none}.fecha-chat{text-align:center;background-color:#161717;margin:0 auto;padding:4px 8px;border-radius:8px;color:#fff;font-size:.8em}#business{border-top:1px solid #3B3B3B;border-right:1px solid #3B3B3B;border-bottom:1px solid #3B3B3B;border-left:1px solid #3B3B3B;border-radius:4px;background:#212121;width:350px;height:90%}#business-list{background:#212121;overflow-y:auto;width:350px;height:75vh;position:relative;display:flex;flex-direction:column;justify-content:flex-start}.business-info{display:flex;align-items:center;padding:12px;border-bottom:1px solid #333;cursor:pointer}.profile{flex:1}.profile-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-phone{color:#ccc;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.profile-client{color:#184d37;font-size:.9em;font-weight:700;flex:1}.header{margin-bottom:0}#search{border:1px solid #3B3B3B;border-radius:5px;background-color:#3b3b3b;flex:1;outline:none;font-size:14px}.search-box{padding:8px;border-bottom:1px solid #3B3B3B;display:flex;flex-direction:column}.search-box input{border:2px;outline:0;font-size:16px;padding:10px 8px;flex:1;background:transparent;width:100%}#business-record{font-size:.9em;color:#999;width:100%;text-align:left;font-weight:700;padding-left:5px}.search-row{display:flex;align-items:center;gap:12px}#checkbox-wrapper{display:flex;align-items:center;cursor:pointer;font-size:13px;color:#e9edef;white-space:nowrap}#checkbox-wrapper input{display:none}.checkmark{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;border:2px solid #8696a0;border-radius:4px;margin-right:6px;transition:all .2s ease;position:relative;background-color:transparent}#checkbox-wrapper input:checked+.checkmark{background-color:#00a884;border-color:#00a884}.checkmark:after{content:"";display:none;margin-bottom:3px;width:5px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}#checkbox-wrapper input:checked+.checkmark:after{display:block}#templates{display:inline-flex;justify-content:center;align-items:center;border-top:1px solid #3B3B3B;border-right:1px solid #3B3B3B;border-bottom:1px solid #3B3B3B;border-left:1px solid #3B3B3B;border-radius:4px;background:#212121;width:350px;height:90%}#sendMassiveTemplate{margin:8px;border:none;border-radius:3px;border-color:#25d366;background-color:#25d366;color:#fff;font-size:14px;font-weight:700;cursor:pointer;padding:11px}
