#chatBox{display:block;position:fixed;right:1rem;bottom:0;font-family:system-ui;font-size:16px;border-radius:8px 8px 0 0;padding:10px 15px 10px;box-shadow:0 0 5px 1px #d7d7d7c2;width:350px!important;z-index:9999;background:#fff}#chatBox #txt,#chatBox input{padding:5px;border:2px solid #e9e9e9;width:-webkit-fill-available;border-radius:5px;resize:none;margin-bottom:5px;outline:0!important;padding-left:.75rem;font-size:16px;line-height:1.5}#chatBox button:disabled{opacity:.75}#chatBox #close{cursor:pointer;font-family:monospace;margin-right:5px}#chatForm{display:block;position:relative}#chatBox button{background:#3041ff;color:#fff;border:2px solid #1427ff;border-radius:4px;display:block;margin-top:4px;font-size:16px;cursor:pointer;width:-webkit-fill-available;padding:2px 10px}#messages{padding:0;margin:8px 0 10px;list-style:none;height:300px;background:#f9f9f99e;border-radius:4px;border:1px solid #efefef;overflow-y:scroll;scroll-behavior:auto}#messages li:nth-child(odd){background:#e9e9e999;border-radius:2px}#messages li{padding:5px 8px;margin:0}#chatBox b{font-weight:600}#chatBox ::-webkit-scrollbar{width:4px;margin-left:0}#chatBox header{display:flex;justify-content:space-between}#chatBox ::-webkit-scrollbar-track{background:#f0f0f0}#chatBox ::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:2rem}#chatBox ::-webkit-scrollbar-thumb:hover{background:#555}#chatBox header:not(.open) #close{display:none}#chatBox header:not(.open){cursor:pointer;margin:-12px -15px;padding:11px 13px;background:#3041ff;color:#fff;border-radius:8px 8px 0 0}#chatBox header:not(.open):after{content:">";position:absolute;right:15px;transform:rotate(-90deg);font-family:monospace}#chatBox ::placeholder{color:#bbb}