.chatview .container{display:flex;flex-direction:column;min-height:calc(100vh - var(--tabbar-height) - var(--text-input-height));max-width:1400px;width:100%;padding:32px 20px 180px;background:linear-gradient(180deg,rgba(13,17,26,.92),rgba(9,12,18,.94));border-radius:16px;box-shadow:none;margin:0 auto}.chatview header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;background-color:var(--primary-bg-color);height:var(--header-height);min-height:50px;color:white;position:fixed;top:0;padding:20px;box-sizing:border-box;z-index:1000}.chatview section{display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;background-color:transparent}.chatview .chat-box{flex:1 1;overflow-y:auto;margin:0;padding:18px;background-color:rgba(17,24,39,.9);border-radius:14px;border:1px solid rgba(255,255,255,.06);max-height:calc(100vh - 220px)}.chatview .chat-box::-webkit-scrollbar{width:.25rem}.chatview .chat-box::-webkit-scrollbar-track{background:#1e1e24}.chatview .chat-box::-webkit-scrollbar-thumb{background:#6649b8}.chatview form{z-index:1000;flex-shrink:0;height:auto;min-height:30px;width:100%;position:fixed;left:0;right:0;bottom:12px;padding:0;background-color:transparent;display:flex;font-size:1.5rem;transform:none}.chatview input{flex:1 1;min-height:30px;width:100%;font-size:1.2rem;background:#FFFFFF;color:black;outline:none;border:1px solid #ccc;border-radius:0;padding:0 10px;transition:border .2s;resize:none}.chatview button{min-height:40px;width:85px;margin:1px;font-size:12px;background-color:#2E3A59;border:none;color:white;text-align:center;text-decoration:none;display:inline-block;cursor:pointer;border-radius:1px}.chatview button:hover{background-color:#394A70}.chatview button:disabled{opacity:.5;cursor:not-allowed}.chatview input:focus{border-color:#2E3A59}.chatview .sign-in{color:#282c34;background:white;max-width:400px;margin:0 auto}.chatview li,.chatview ul{text-align:left;list-style:none}.chatview p{max-width:500px;margin-bottom:12px;line-height:24px;padding:10px 20px;border-radius:25px;position:relative;color:white;text-align:center}.chatview .message{display:flex;margin:10px 0;overflow:visible}.chatview .sent{flex-direction:row-reverse}.chatview .sent p{color:white;background:#0b93f6;align-self:flex-end}.chatview .received p{background:#e5e5ea;color:black}.chatview .appointments{flex-direction:row-reverse;display:flex;align-items:center;justify-content:center}.chatview .appointments p{color:white;background:#f20bad;align-self:center}.chatview img{width:40px;height:40px;border-radius:50%;margin:0 1px}.chatview .media-previews{display:flex;flex-wrap:wrap;gap:1px;justify-content:flex-start;align-items:center;padding:1px;border:1px solid #e0e0e0;border-radius:8px}.chatview .media-previews img,.chatview .media-previews video{max-width:100px;max-height:100px;object-fit:cover;border-radius:4px}.chatview .media-previews img:hover{transform:scale(1.05);transition:transform .3s ease}.chatview .progress-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);z-index:1000;padding:20px;border-radius:10px}.chatview .circular-progress{position:relative;width:100px;height:100px}.chatview .circle,.chatview .circle-bg{fill:none;stroke-width:6;cx:50%;cy:50%;r:44}.chatview .circle-bg{stroke:#eee}.chatview .circle{stroke:#f88;stroke-linecap:round;transition:stroke-dashoffset .35s;transform:rotate(-90deg);transform-origin:50% 50%}.chatview .progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:700}.chatview .progress-container{padding:1em;background-color:#f4f4f4}.chatview .file-progress-bar-container,.chatview .total-progress{width:100%;height:20px;background-color:#e0e0e0;margin:.5em 0}.chatview .file-progress-bar,.chatview .progress-bar{height:100%;background-color:#007BFF}.chatview .individual-file-progress{display:flex;align-items:center;justify-content:space-between;font-size:14px}.chatview .file-progress-bar-container{width:60%;margin-left:1em}.chatview .file-previews{display:flex;gap:10px;position:fixed;bottom:calc(var(--tabbar-height) + var(--text-input-height) + 5px);left:0;right:0;justify-content:center;flex-wrap:wrap;padding:10px;background-color:rgba(0,0,0,.3)}.chatview .file-preview{position:relative;width:80px;height:60px;overflow:hidden;border-radius:3px;border:1px solid #ccc}.chatview .file-preview img{width:100%;height:100%;object-fit:cover}.chatview .file-preview button{top:0;right:0;width:15px;height:15px;opacity:.8;z-index:1;font-size:10px;padding:0;line-height:1;box-sizing:border-box}.chatview .close-all-button,.chatview .file-preview button{position:absolute;background-color:#2E3A59;color:white;border:none;cursor:pointer}.chatview .close-all-button{top:5px;right:5px;max-width:25px;max-height:15px;padding:2px 5px;font-size:.8rem;border-radius:3px}@media (max-width:768px){.chatview header{padding:10px}.chatview .container{max-width:100%}.chatview .chat-box{margin-top:var(--navbar-height);height:calc(100vh - var(--navbar-height) - var(--tabbar-height)*2);overflow-y:scroll}.chatview form{font-size:var(--font-small);padding:0}.chatview input,button{min-height:30px;font-size:var(--font-small)}.chatview button{width:50px;font-size:10px}.chatview p{padding:5px 15px;max-width:400px}.chatview .message{margin:2px 0}.chatview img{width:30px;height:30px;margin:0 5px}}