:root{--zalo-blue:#0068ff;--zalo-blue-hover:#0054cc;--zalo-blue-light:#e5efef;--zalo-rail-bg:#001a33;--zalo-rail-hover:#ffffff1f;--zalo-sub-bg:#fff;--bg-main:#eaeeef;--bg-app:#fff;--bg-sidebar:#f7f9fa;--text-main:#081c36;--text-muted:#72808e;--border-color:#e3e7eb;--danger:#ef233c;--success:#10b981;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 4px 14px #00000014;--shadow-lg:0 20px 40px #0000001f;--radius-lg:16px;--radius-md:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);justify-content:center;align-items:center;height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex;overflow:hidden}#app{background:var(--bg-main);width:100%;max-width:1360px;height:100%;position:relative}@media (width>=768px){#app{border-radius:var(--radius-lg);height:94vh;max-height:920px;box-shadow:var(--shadow-lg);background:var(--bg-app);overflow:hidden}}.screen{width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:absolute;top:0;left:0}.hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}#toast-container{z-index:1000;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}.toast{color:var(--text-main);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fff;align-items:center;gap:12px;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards slideIn;display:flex}.toast.success{border-left:6px solid var(--success)}.toast.error{border-left:6px solid var(--danger)}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}#auth-screen{background:linear-gradient(135deg,#0068ff 0%,#0045aa 100%);justify-content:center;align-items:center}.card{border-radius:var(--radius-lg);text-align:center;width:100%;max-width:440px;box-shadow:var(--shadow-lg);background:#fff;padding:3rem 2.5rem}.auth-brand{margin-bottom:2rem}.zalo-logo-icon{color:#fff;background:var(--zalo-blue);letter-spacing:1px;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:1.8rem;font-weight:900;display:inline-flex;box-shadow:0 4px 12px #0068ff4d}.card h1{color:var(--text-main);margin-bottom:.4rem;font-size:1.6rem;font-weight:800}.subtitle{color:var(--text-muted);font-size:.95rem;font-weight:500}form{flex-direction:column;gap:1.2rem;display:flex}.input-group input,input[type=text],input[type=password]{border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;color:var(--text-main);background:#f8fafc;outline:none;padding:.9rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s}input:focus{border-color:var(--zalo-blue);background:#fff;box-shadow:0 0 0 3px #0068ff26}#auth-submit{background:var(--zalo-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.95rem;font-size:1.05rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0068ff4d}#auth-submit:hover{background:var(--zalo-blue-hover);transform:translateY(-1px)}.divider{text-align:center;color:var(--text-muted);align-items:center;margin:1.5rem 0;font-size:.85rem;font-weight:600;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.divider span{padding:0 12px}.google-login-wrapper{justify-content:center;width:100%;display:flex}.toggle-auth{color:var(--text-muted);margin-top:1.5rem;font-size:.95rem}.toggle-auth a{color:var(--zalo-blue);margin-left:.3rem;font-weight:700;text-decoration:none}.error-msg{color:var(--danger);margin-top:.8rem;font-size:.9rem;font-weight:600}#chat-screen{background:#fff;width:100%;height:100%;display:flex;overflow:hidden}.zalo-rail{background:var(--zalo-rail-bg);z-index:100;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:68px;padding:1.2rem 0;display:flex}.rail-top{flex-direction:column;align-items:center;gap:1.8rem;width:100%;display:flex}.user-avatar-wrapper{cursor:pointer;flex-direction:column;align-items:center;gap:4px;display:flex}.my-id-badge{color:#60a5fa;letter-spacing:.3px;background:#ffffff1f;border-radius:10px;padding:2px 6px;font-size:.65rem;font-weight:700}.avatar{color:#fff;object-fit:cover;background:linear-gradient(135deg,#0068ff,#00c6ff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.avatar.my-avatar{border:2px solid #fff}.rail-tabs{flex-direction:column;gap:.6rem;width:100%;display:flex}.rail-tab{color:#fff9;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;width:100%;padding:.8rem 0;transition:all .2s;display:flex;position:relative}.rail-tab i{width:24px;height:24px}.rail-tab .tab-label{font-size:.65rem;font-weight:600}.rail-tab:hover,.rail-tab.active{color:#fff;background:var(--zalo-rail-hover)}.rail-tab.active:before{content:"";background:#fff;border-radius:0 4px 4px 0;width:4px;height:70%;position:absolute;top:15%;left:0}.rail-bottom{flex-direction:column;align-items:center;gap:.8rem;display:flex}.rail-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.rail-btn i{width:22px;height:22px}.rail-btn:hover{color:#fff;background:var(--zalo-rail-hover)}.rail-btn.danger:hover{color:#ff4d4f;background:#ff4d4f26}.zalo-sub-sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-color);flex-direction:column;flex-shrink:0;width:320px;display:flex}.sub-sidebar-header{border-bottom:1px solid var(--border-color);background:#fff;padding:1.2rem 1rem .8rem}.sub-title-bar h2{color:var(--text-main);margin-bottom:.8rem;font-size:1.25rem;font-weight:700}.feed-filter-info p{color:var(--text-muted);font-size:.85rem}.search-bar{align-items:center;gap:.5rem;display:flex;position:relative}.search-bar .search-icon{width:16px;height:16px;color:var(--text-muted);position:absolute;left:10px}.search-bar input{border-radius:var(--radius-sm);background:#edf1f5;border:1px solid #0000;padding:.6rem .6rem .6rem 2.2rem;font-size:.88rem}.search-bar input:focus{border-color:var(--zalo-blue);background:#fff}.btn-add{background:var(--zalo-blue);color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:.6rem .9rem;font-size:.85rem;font-weight:600}.btn-add:hover{background:var(--zalo-blue-hover)}.conversation-container{flex:1;padding:.5rem 0;overflow-y:auto}#user-list{list-style:none}.user-item{cursor:pointer;align-items:center;gap:.8rem;padding:.8rem 1rem;transition:background .15s;display:flex;position:relative}.user-item:hover{background:#edf2f7}.user-item.active{background:#e5efff}.user-info{flex:1;overflow:hidden}.user-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.user-status-dot{background:#cbd5e1;border:2px solid #fff;border-radius:50%;width:10px;height:10px}.user-status-dot.online{background:var(--success)}.user-status-subtext{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.76rem;overflow:hidden}.user-status-subtext.online{color:#10b981;font-weight:500}.zalo-workspace{background:#f4f6f8;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.workspace-pane{flex-direction:column;width:100%;height:100%;display:flex}#chat-view-container{background:#fff}.chat-header{border-bottom:1px solid var(--border-color);z-index:10;background:#fff;align-items:center;height:64px;padding:0 1.5rem;display:flex}.chat-header-info{align-items:center;gap:.8rem;display:flex}.user-details h3{color:var(--text-main);font-size:1.05rem;font-weight:700}.user-status-text{color:var(--text-muted);font-size:.8rem}.chat-messages{background:#edf2f7;flex-direction:column;flex:1;gap:.8rem;padding:1.5rem;display:flex;overflow-y:auto}.empty-state{text-align:center;color:var(--text-muted);max-width:320px;margin:auto}.empty-icon{color:var(--zalo-blue);opacity:.7;margin-bottom:1rem}.empty-icon i{width:54px;height:54px}.empty-state h3{color:var(--text-main);margin-bottom:.4rem;font-size:1.15rem}.message{word-break:break-word;max-width:60%;padding:.75rem 1rem;font-size:.92rem;line-height:1.45;animation:.2s ease-out popIn;position:relative}.message.sent{color:var(--text-main);background:#e5efff;border:1px solid #c2d9ff;border-radius:14px 14px 2px;align-self:flex-end}.message.received{color:var(--text-main);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px 14px 14px 2px;align-self:flex-start}.message-time{color:var(--text-muted);text-align:right;margin-top:.3rem;font-size:.68rem;display:block}.chat-input-area{border-top:1px solid var(--border-color);background:#fff;width:100%;padding:.6rem .8rem}#chat-form{flex-flow:row!important;align-items:center!important;gap:.5rem!important;width:100%!important;margin:0!important;display:flex!important}.icon-btn-ghost{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;flex-shrink:0!important}.icon-btn-ghost:hover{color:var(--zalo-blue);background:#edf2f7}#message-input{border:1px solid var(--border-color);background:#f1f5f9;border-radius:20px;outline:none;padding:.65rem 1rem;font-size:.92rem;flex:auto!important;min-width:0!important}#message-input:focus{border-color:var(--zalo-blue);background:#fff;box-shadow:0 0 0 2px #0068ff26}.send-btn{background:var(--zalo-blue);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 2px 6px #0068ff4d;flex-shrink:0!important}.send-btn:hover{background:var(--zalo-blue-hover);transform:scale(1.05)}.message-image{border-radius:8px;max-width:100%;margin-bottom:.4rem;display:block}.message-file{color:var(--zalo-blue);background:#0068ff14;border-radius:8px;align-items:center;gap:.6rem;margin-bottom:.4rem;padding:.6rem .9rem;font-weight:600;text-decoration:none;display:flex}#newsfeed-view-container{background:#f0f2f5;overflow:hidden}.newsfeed-scroll-area{flex:1;justify-content:center;padding:1.5rem 0;display:flex;overflow-y:auto}.newsfeed-content{flex-direction:column;gap:1.2rem;width:100%;max-width:620px;padding:0 1rem;display:flex}.create-post-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;padding:1.2rem 1.5rem}.post-composer-header{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.composer-username{color:var(--text-main);font-size:1rem;font-weight:700}#create-post-form textarea{border:1px solid var(--border-color);border-radius:var(--radius-sm);resize:none;background:#f8fafc;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}#create-post-form textarea:focus{border-color:var(--zalo-blue);background:#fff;box-shadow:0 0 0 3px #0068ff1a}.image-preview-box{border-radius:var(--radius-sm);border:1px solid var(--border-color);max-height:260px;margin-top:.8rem;position:relative;overflow:hidden}.image-preview-box img{object-fit:cover;width:100%;max-height:260px;display:block}.btn-remove-preview{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;display:flex;position:absolute;top:8px;right:8px}.btn-remove-preview:hover{background:#000c}.post-composer-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.8rem;display:flex}.composer-actions{gap:1rem;display:flex}.action-btn{color:#475569;cursor:pointer;background:#f1f5f9;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.action-btn i{width:18px;height:18px;color:var(--zalo-blue)}.action-btn:hover{color:var(--text-main);background:#e2e8f0}.btn-primary{background:var(--zalo-blue);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.6rem 1.3rem;font-size:.9rem;font-weight:700;transition:all .2s;box-shadow:0 3px 8px #0068ff40}.btn-primary:hover{background:var(--zalo-blue-hover)}.feed-header-title{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.feed-header-title h3{color:var(--text-main);font-size:1.1rem;font-weight:700}.feed-list{flex-direction:column;gap:1.2rem;display:flex}.post-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;padding:1.2rem 1.5rem}.post-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.post-author-info{align-items:center;gap:.8rem;display:flex}.post-author-name{color:var(--text-main);font-size:.98rem;font-weight:700}.post-time{color:var(--text-muted);font-size:.78rem}.btn-delete-post{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.btn-delete-post:hover{color:var(--danger);background:#ef233c1a}.post-text-content{color:var(--text-main);white-space:pre-wrap;margin-bottom:.8rem;font-size:.96rem;line-height:1.5}.post-image-content{border-radius:var(--radius-sm);width:100%;margin-bottom:.8rem;overflow:hidden}.post-image-content img{object-fit:cover;width:100%;max-height:420px;display:block}.post-stats-bar{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);align-items:center;gap:1.5rem;margin-bottom:.8rem;padding:.6rem 0;display:flex}.post-action-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.post-action-btn i{width:18px;height:18px}.post-action-btn:hover{color:var(--zalo-blue)}.post-action-btn.liked{color:#ef233c}.post-action-btn.liked i{fill:#ef233c}.post-comments-section{flex-direction:column;gap:.8rem;display:flex}.comments-list{flex-direction:column;gap:.6rem;display:flex}.comment-item{gap:.7rem;font-size:.88rem;display:flex}.comment-body{background:#f1f5f9;border-radius:12px;flex:1;padding:.6rem .9rem}.comment-author{color:var(--text-main);margin-bottom:.2rem;font-size:.85rem;font-weight:700}.comment-text{color:#334155;line-height:1.4}.comment-input-form{gap:.6rem;margin-top:.4rem;display:flex}.comment-input-form input{background:#f1f5f9;border:1px solid #0000;border-radius:18px;flex:1;padding:.6rem .9rem;font-size:.88rem}.comment-input-form input:focus{border-color:var(--zalo-blue);background:#fff}.comment-submit-btn{background:var(--zalo-blue);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}@keyframes popIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tab-badge{color:#fff;background:#ef233c;border-radius:10px;padding:1px 6px;font-size:.65rem;font-weight:800;position:absolute;top:6px;right:12px;box-shadow:0 2px 5px #ef233c66}.request-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex}.request-user-info{align-items:center;gap:1rem;display:flex}.request-details h4{color:var(--text-main);font-size:.98rem;font-weight:700}.request-details p{color:var(--text-muted);margin-top:2px;font-size:.84rem}.request-actions{gap:.6rem;display:flex}.btn-accept{background:var(--zalo-blue);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .2s}.btn-accept:hover{background:var(--zalo-blue-hover);transform:translateY(-1px)}.btn-reject{color:#475569;border:1px solid var(--border-color);cursor:pointer;background:#edf2f7;border-radius:20px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s}.btn-reject:hover{color:var(--danger);background:#e2e8f0}.comment-reply-btn{color:var(--zalo-blue);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:.78rem;font-weight:700;display:inline-block}.comment-reply-btn:hover{text-decoration:underline}.comment-reply-item{border-left:2px solid #cbd5e1;margin-left:2rem;padding-left:.6rem}.notification-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);cursor:pointer;background:#fff;align-items:center;gap:.9rem;padding:1rem 1.2rem;transition:all .2s;display:flex;position:relative}.notification-card:hover{box-shadow:var(--shadow-md);background:#f8fafc;transform:translateY(-1px)}.notification-card.unread{background:#eef6ff;border-color:#bfdbfe}.notification-card.unread:after{content:"";background:var(--zalo-blue);border-radius:50%;width:9px;height:9px;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.notif-icon-box{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.notif-icon-box.like{background:#ef233c}.notif-icon-box.comment{background:var(--zalo-blue)}.notif-icon-box.reply{background:#10b981}.notif-details{flex:1;padding-right:1.5rem}.notif-details h4{color:var(--text-main);margin-bottom:.2rem;font-size:.92rem;font-weight:600}.notification-card.unread .notif-details h4{color:#1e3a8a;font-weight:700}.notif-details span{color:var(--text-muted);font-size:.76rem}@keyframes highlightPulse{0%{border-color:var(--zalo-blue);box-shadow:0 0 #0068ff99}50%{border-color:var(--zalo-blue);box-shadow:0 0 0 10px #0068ff40}to{box-shadow:var(--shadow-sm);border-color:var(--border-color)}}.highlight-pulse{animation:2s ease-in-out highlightPulse;border-color:var(--zalo-blue)!important}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0f172a80;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-card{background:#fff;border-radius:16px;width:440px;max-width:90vw;animation:.25s ease-out modalSlide;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-modal-header{background:linear-gradient(135deg, var(--zalo-blue), #004ecc);color:#fff;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;display:flex}.profile-modal-header h3{margin:0;font-size:1.15rem;font-weight:700}.btn-close-modal{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.4rem;transition:background .2s;display:flex}.btn-close-modal:hover{background:#ffffff59}.profile-modal-body{padding:1.5rem}.profile-avatar-section{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.avatar-change-wrapper{width:84px;height:84px;position:relative}.profile-avatar-display{box-shadow:var(--shadow-md);border:3px solid #fff;width:84px!important;height:84px!important;font-size:2.2rem!important}.avatar-change-btn{background:var(--zalo-blue);color:#fff;cursor:pointer;width:30px;height:30px;box-shadow:var(--shadow-sm);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;bottom:0;right:0}.avatar-change-btn:hover{transform:scale(1.1)}.profile-username-label{color:var(--text-main);margin-top:.6rem;font-size:1.05rem;font-weight:700}.profile-form{flex-direction:column;gap:1.1rem;display:flex}.profile-form .form-group{flex-direction:column;gap:.35rem;display:flex}.profile-form label{color:var(--text-main);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.profile-form label i{width:16px;height:16px;color:var(--zalo-blue)}.profile-form input[type=text],.profile-form input[type=date]{border:1px solid var(--border-color);border-radius:var(--radius-sm);outline:none;width:100%;padding:.65rem .85rem;font-size:.92rem;transition:border-color .2s}.profile-form input:focus{border-color:var(--zalo-blue)}.input-with-action{gap:.5rem;display:flex}.btn-input-action{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-main);cursor:pointer;white-space:nowrap;background:#e2e8f0;padding:0 .8rem;font-size:.82rem;font-weight:600;transition:background .2s}.btn-input-action:hover{background:#cbd5e1}.profile-modal-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;display:flex}.chat-back-btn,.mobile-tab-back-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-right:.2rem;transition:background .2s;display:flex}.chat-back-btn:hover,.mobile-tab-back-btn:hover{color:var(--zalo-blue);background:#edf2f7}.chat-back-btn i,.mobile-tab-back-btn i{width:22px;height:22px}.mobile-pane-header{border-bottom:1px solid var(--border-color);background:#fff;align-items:center;gap:.5rem;padding:.8rem 1rem;display:flex}.mobile-pane-header h3{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:700}@media (width>=769px){.chat-back-btn,.mobile-tab-back-btn,.mobile-pane-header{display:none!important}}@media (width<=768px){body{padding:0}#app{border-radius:0;height:100vh}#chat-screen{position:relative}.zalo-rail{width:58px;padding:.8rem 0}.my-id-badge,.rail-tab .tab-label{display:none}.rail-tab{padding:.9rem 0}.zalo-sub-sidebar{flex:1;width:auto}.zalo-workspace{display:none}#chat-screen.tab-is-feed .zalo-sub-sidebar,#chat-screen.tab-is-notifications .zalo-sub-sidebar{display:none!important}#chat-screen.tab-is-feed .zalo-workspace,#chat-screen.tab-is-notifications .zalo-workspace{z-index:150;background:#fff;width:100%;height:100%;position:absolute;top:0;left:0;display:flex!important}#chat-screen.mobile-chat-active .zalo-rail,#chat-screen.mobile-chat-active .zalo-sub-sidebar{display:none!important}#chat-screen.mobile-chat-active .zalo-workspace{z-index:200;background:#fff;width:100%;height:100%;position:absolute;top:0;left:0;display:flex!important}.chat-header{padding:0 .8rem}.message{max-width:85%}.newsfeed-content{padding:0 .5rem}}
