.cm-cursor-pointer{cursor:pointer!important}.floating-chatbox-container{position:fixed;right:24px;bottom:85px;z-index:99999!important;width:max-content;pointer-events:auto}.floating-chatbox-container li,.floating-chatbox-container ul{list-style:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.chat-main-box{width:380px;max-width:90vw;height:610px;max-height:82vh;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0!important;background:#fff!important;box-shadow:0 16px 40px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.04)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-main-box,.modern-chat-wrapper{position:relative;display:flex;flex-direction:column}.modern-chat-wrapper{height:100%;width:100%;background:#fff}.modern-chat-header{background:#003b95!important;padding:12px 16px;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:move;box-shadow:0 2px 8px rgba(0,59,149,.2)}.modern-chat-header .header-title h4{color:#fff!important;font-size:19px;font-weight:700;margin:0;letter-spacing:-.2px}.modern-chat-header .header-actions{display:flex;align-items:center;gap:12px}.header-action-btn{background:transparent;border:none;color:#fff;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.search-icon-btn{font-size:16px;opacity:.9}.search-icon-btn:hover{opacity:1;transform:scale(1.1)}.close-red-btn{background:#ef4444;color:#fff;width:26px;height:26px;border-radius:50%;font-size:12px}.close-red-btn:hover{background:#dc2626;transform:scale(1.08)}.header-avatar-badge-wrap{position:relative;cursor:pointer}.header-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;box-shadow:0 2px 5px rgba(0,0,0,.2)}.online-green-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background-color:#22c55e;border:2px solid #003b95;border-radius:50%}.modern-search-bar{padding:12px 16px 8px;border-bottom:1px solid #f8fafc}.modern-search-bar,.search-input-wrap{background:#fff;display:flex;align-items:center;gap:10px}.search-input-wrap{border:1px solid #e2e8f0;border-radius:10px;padding:8px 12px;transition:border-color .2s ease,box-shadow .2s ease}.search-input-wrap:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.search-icon-inside{color:#94a3b8;font-size:14px}.search-input-wrap input{border:none;outline:none;background:transparent;width:100%;font-size:13.5px;color:#1e293b}.search-input-wrap input::placeholder{color:#94a3b8;font-weight:400}.filter-toggle-btn{background:transparent;border:none;color:#64748b;font-size:17px;cursor:pointer;padding:6px 8px;border-radius:6px;transition:all .2s ease}.filter-toggle-btn:hover{background:#f1f5f9;color:#0f172a}.modern-chat-list-container{flex:1 1;overflow:hidden;position:relative;display:flex;flex-direction:column}.chat-cards-scrollable{flex:1 1;overflow-y:auto;padding:6px 12px 65px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.chat-cards-scrollable::-webkit-scrollbar{width:5px}.chat-cards-scrollable::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.modern-chat-card{padding:10px 12px;margin-bottom:4px;border-radius:12px;background:#fff;border:1px solid transparent;cursor:pointer;transition:all .18s ease}.modern-chat-card:hover{background:#f8fafc}.modern-chat-card.highlighted-card{background:#f0f7ff;border:1px solid #e0eeff}.card-avatar-container{position:relative;width:44px;height:44px;flex-shrink:0;margin-right:12px}.card-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px;color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.06)}.group-avatar-circle{font-size:18px}.card-online-dot{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.card-online-dot.online{background-color:#22c55e}.card-online-dot.offline{background-color:#cbd5e1}.card-info-content{min-width:0;flex:1 1}.card-user-name{font-size:14.5px;font-weight:700;color:#0f172a;margin:0 0 2px;line-height:1.25}.card-last-message{font-size:13px;color:#64748b;margin:0;line-height:1.3}.card-group-members{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#94a3b8;margin-top:3px}.members-mini-icon{font-size:11px}.card-right-meta{flex-shrink:0;margin-left:10px;gap:5px}.card-timestamp{font-size:11.5px;font-weight:500;color:#64748b}.card-badge-pill{min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.card-badge-pill.unread{background:#06f;color:#fff;box-shadow:0 2px 6px rgba(0,102,255,.35)}.card-badge-pill.zero{background:#e2e8f0;color:#64748b;font-weight:600}.modern-chat-fab{position:absolute;bottom:64px;right:18px;width:44px;height:44px;background:#16a34a;color:#fff;border:none;border-radius:12px;font-size:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(22,163,74,.4);cursor:pointer;z-index:20;transition:all .2s ease}.modern-chat-fab:hover{background:#15803d;transform:translateY(-2px);box-shadow:0 6px 18px rgba(22,163,74,.45)}.modern-bottom-panel{position:absolute;bottom:0;left:0;width:100%;height:54px;background:#fff;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-around;padding:4px 16px;z-index:10}.bottom-tab-btn{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#94a3b8;cursor:pointer;padding:4px 20px;border-radius:8px;transition:all .2s ease}.bottom-tab-btn .tab-icon{font-size:18px}.bottom-tab-btn .tab-label{font-size:11.5px;font-weight:500}.bottom-tab-btn.active-chat{color:#0052cc!important}.bottom-tab-btn.active-chat .tab-label{font-weight:700}.main-chat-area{display:flex;flex-direction:column;width:100%;background:#fff;position:relative}.modern-user-chat-header{background:#003b95!important;padding:10px 14px;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:move;box-shadow:0 2px 8px rgba(0,59,149,.2)}.chat-header-back-btn{color:#fff;font-size:16px;padding:4px 6px;transition:transform .2s ease}.chat-header-back-btn:hover{transform:translateX(-2px)}.header-user-info-wrap{cursor:pointer}.header-avatar-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;flex-shrink:0;background-color:#cbd5e1}.header-text-block{min-width:0}.header-chat-name{color:#fff!important;font-size:15px;font-weight:700;margin:0;line-height:1.2}.header-online-status{font-size:11.5px;color:hsla(0,0%,100%,.9)}.status-indicator-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.status-indicator-dot.online{background-color:#22c55e}.status-indicator-dot.offline{background-color:#cbd5e1}.header-right-actions button{background:transparent;border:none;color:#fff;font-size:16px;cursor:pointer;padding:4px 6px;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s ease,transform .2s ease}.header-right-actions button:hover{opacity:1;transform:scale(1.1)}.modern-chatbox-body{flex:1 1;overflow-y:auto;position:relative;background-color:#fcfdfe;background-image:radial-gradient(#e2e8f0 .75px,transparent 0);background-size:20px 20px;display:flex;flex-direction:column}.chatbox-inner-scroll,.modern-chatbox-body{overflow-x:hidden!important;width:100%;box-sizing:border-box}.chatbox-inner-scroll{padding:14px 14px 20px;flex:1 1;max-width:100%}.chat-profile-banner{padding:10px 0 16px;text-align:center}.chat-big-avatar{width:76px;height:76px;border-radius:50%;background:#e0f2fe;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.08)}.chat-big-avatar img{width:100%;height:100%;object-fit:cover}.banner-user-name{font-size:16px;font-weight:700;color:#0f172a}.banner-user-status{font-size:12px;color:#64748b}.banner-dot.online{color:#22c55e}.banner-dot.offline{color:#94a3b8}.banner-group-members{font-size:11.5px;color:#94a3b8}.modern-date-separator{position:relative;text-align:center;margin:18px 0 14px;width:100%}.modern-date-separator:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e2e8f0;z-index:1}.modern-date-badge{position:relative;z-index:2;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-size:11.5px;font-weight:500;padding:2px 14px;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.modern-messages-wrapper{flex-direction:column;overflow-x:hidden!important;width:100%}.modern-message-row,.modern-messages-wrapper{display:flex;max-width:100%;box-sizing:border-box}.modern-message-row{margin-bottom:14px;align-items:flex-end}.modern-msg-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13.5px;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.08)}.msg-bubble-column{max-width:75%}.reciever-group-name{font-size:11px;font-weight:600;color:#475569;margin-left:4px}.modern-chat-bubble{padding:10px 16px;word-break:break-word;font-size:14px;line-height:1.38}.modern-chat-bubble p{margin:0}.sender-blue-bubble{background:#0052cc!important;color:#fff!important;border-radius:16px 16px 4px 16px;box-shadow:0 2px 6px rgba(0,82,204,.2)}.sender-blue-bubble a{color:#fff!important;text-decoration:underline}.receiver-gray-bubble{background:#f1f5f9!important;color:#1e293b!important;border-radius:16px 16px 16px 4px}.msg-meta-info-row{margin-top:3px;padding:0 2px}.msg-timestamp-text{font-size:10.5px;color:#64748b;font-weight:500}.msg-check-blue{color:#0284c7;font-size:11px;margin-left:2px}.modern-chat-footer{padding:10px 14px;background:#fff;border-top:1px solid #f1f5f9;position:relative;z-index:10}.attached-circle-btn button{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;color:#0052cc;font-size:15px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.04);cursor:pointer;transition:all .2s ease}.attached-circle-btn button:hover{background:#f8fafc;border-color:#cbd5e1}.typing-pill-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3px 5px 3px 12px;display:flex;align-items:center;gap:8px;transition:border-color .2s ease,box-shadow .2s ease}.typing-pill-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.modern-emoji-btn{background:transparent;border:none;color:#64748b;font-size:19px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modern-emoji-btn:hover{color:#0052cc}.modern-mesg-input{flex:1 1;border:none;outline:none;background:transparent;font-size:13.5px;color:#1e293b;resize:none;min-height:36px;max-height:100px;padding:6px 0;font-family:inherit}.modern-send-btn{width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;box-shadow:0 2px 8px rgba(37,99,235,.35);transition:all .2s ease;flex-shrink:0}.modern-send-btn:hover{background:#1d4ed8;transform:scale(1.05)}.chat-box-layout form{margin-bottom:0}.modern-all-members-container{display:flex;flex-direction:column;height:100%;width:100%;flex:1 1;min-height:0;overflow:hidden;position:relative}.members-content-scrollable{flex:1 1;overflow-y:auto;padding:8px 12px 65px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.members-action-list{background:#fff;border-radius:12px;border:1px solid #f1f5f9;overflow:hidden}.members-action-item{padding:10px 12px;cursor:pointer;transition:all .18s ease;border-bottom:1px solid #f8fafc;gap:12px}.members-action-item:last-child{border-bottom:none}.members-action-item.active-mode,.members-action-item:hover{background:#f0fdf4}.action-icon-circle.green-bg{width:38px;height:38px;border-radius:50%;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;box-shadow:0 2px 6px rgba(22,163,74,.25)}.action-title{font-size:14px;font-weight:600;color:#0f172a}.action-desc{font-size:11.5px;color:#64748b;display:block}.selected-chips-wrapper{overflow-x:auto;padding:2px 0;scrollbar-width:none}.selected-chips-wrapper::-webkit-scrollbar{display:none}.user-chip-pill{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;padding:3px 10px;border-radius:16px;font-size:12px;font-weight:500;flex-shrink:0}.chip-remove-btn{background:transparent;border:none;color:#3b82f6;font-size:10px;padding:0 0 0 4px;cursor:pointer;display:flex;align-items:center}.chip-remove-btn:hover{color:#ef4444}.contacts-section-header{-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-subtitle{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.selected-count-badge{background:#2563eb;color:#fff;font-size:10.5px;font-weight:600;padding:1px 8px;border-radius:10px}.member-checkbox-wrap{flex-shrink:0;margin-left:10px}.sleek-checkbox{width:20px;height:20px;border-radius:6px;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;transition:all .18s ease;background:#fff}.sleek-checkbox.checked{background:#2563eb;border-color:#2563eb}.continue-group-fab{background:#16a34a!important;box-shadow:0 4px 14px rgba(22,163,74,.45)!important}.continue-group-fab:hover{background:#15803d!important;transform:translateY(-2px)}.modern-create-group-container{display:flex;flex-direction:column;height:100%;flex:1 1;min-height:0;padding:12px 16px 85px;overflow-y:auto!important;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.modern-create-group-container::-webkit-scrollbar{width:5px}.modern-create-group-container::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.create-group-header{border-bottom:1px solid #f1f5f9;padding-bottom:10px}.create-group-sub{font-size:11.5px;color:#64748b;display:block}.selected-members-section{background:#f8fafc;border-radius:12px;padding:10px 12px;border:1px solid #e2e8f0}.section-label{font-size:11.5px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.3px;display:block}.selected-members-grid{display:flex;flex-wrap:wrap;gap:8px;max-height:110px;overflow-y:auto;scrollbar-width:thin}.member-avatar-pill{background:#fff;border:1px solid #cbd5e1;border-radius:20px;padding:3px 8px 3px 3px;gap:6px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.member-mini-avatar{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.member-pill-name{font-size:12px;font-weight:500;color:#1e293b;max-width:90px}.member-pill-remove{background:transparent;border:none;color:#94a3b8;font-size:9px;cursor:pointer;padding:0;display:flex;align-items:center}.member-pill-remove:hover{color:#ef4444}.modern-group-form{display:flex;flex-direction:column;flex:1 1}.form-label-text{font-size:12.5px;font-weight:600;color:#334155;margin-bottom:6px;display:block}.modern-input-wrapper{position:relative;display:flex;align-items:center}.input-leading-icon{position:absolute;left:12px;color:#94a3b8;font-size:14px}.modern-text-input{width:100%;padding:9px 12px 9px 36px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;font-size:13.5px;color:#1e293b;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.modern-text-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.btn-modern-cancel{padding:10px 16px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease}.btn-modern-cancel:hover{background:#f1f5f9;color:#0f172a}.btn-modern-submit{padding:10px 16px;border-radius:10px;border:none;background:#16a34a;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease;box-shadow:0 2px 8px rgba(22,163,74,.25)}.btn-modern-submit:hover:not(:disabled){background:#15803d;box-shadow:0 4px 12px rgba(22,163,74,.35)}.btn-modern-submit:disabled{opacity:.7;cursor:not-allowed}.chat-background{overflow:hidden;position:relative;background-color:#fff!important}.chat-background img,.chat-background:after{display:none!important}@keyframes zoom{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes rotate{0%{rotate:0deg}50%{scale:1 1.5}to{rotate:1turn}}.chat-box-layout{position:absolute;top:0;left:0;width:100%;height:100%}.user-gl-header{padding:8px 12px;background-color:#1e56a1!important;border-bottom:1px solid rgba(0,0,0,.1)!important;cursor:move}.header-title h4{font-size:clamp(17px,1.4vw,20px);font-weight:500;line-height:normal;color:#fff}header-title.lists{margin-bottom:0}.login-user-profile{position:relative}.login-user-profile .avatar{max-height:40px;min-height:40px;max-width:40px;min-width:40px;overflow:hidden;border-radius:50%;outline:1px solid #f0f0f0;text-align:center}.login-user-profile .avatar h2{color:#fff;font-size:clamp(24px,2.5vw,28px);line-height:40px;margin-bottom:0}.login-user-profile img{width:100%;height:auto;object-fit:cover;object-position:top center}.login-user-profile .online{content:"";position:absolute;right:-1px;bottom:10px;z-index:200;background-color:#2daf0d;border-radius:50%;height:8px;width:8px;bottom:3px;outline:1px solid #fff}.user-list-layout{width:100%;overflow:scroll;height:calc(100% - 102px);scrollbar-width:thin;scrollbar-color:#34495e61 #f1f1f100;padding:10px 2px 60px 10px}.user-gl-header ul.user-list-tabs{color:#fff;cursor:pointer;border-radius:4px;transition:all .3s ease;position:absolute;left:12px;top:57px;z-index:111}.bottom-panel{position:absolute;bottom:0;left:0;width:100%;background-color:#f1f5f9!important;min-height:50px;max-height:50px;border-top:1px solid #cbd5e1!important;padding:6px 12px;text-align:center;font-size:clamp(12px,1vw,14px);color:#475569!important}.bottom-panel ul{gap:30px}.bottom-panel ul,.bottom-panel ul li{display:flex;align-items:center;justify-content:space-between}.bottom-panel ul li{cursor:pointer;transition:all .3s ease;position:relative;flex-direction:column;font-size:12px;width:50%}.bottom-panel ul li.active-chat span{background-color:#2daf0d;padding:2px 9px;border-radius:10px;font-size:10px}.add-new-member-wrapper::-webkit-scrollbar,.chatbox-profile::-webkit-scrollbar,.group-created-row::-webkit-scrollbar,.group-member-list::-webkit-scrollbar,.user-list-layout::-webkit-scrollbar{width:8px}.add-new-member-wrapper::-webkit-scrollbar-track,.chatbox-profile::-webkit-scrollbar-track,.group-created-row::-webkit-scrollbar-track,.group-member-list::-webkit-scrollbar-track,.user-list-layout::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.add-new-member-wrapper::-webkit-scrollbar-thumb,.chatbox-profile::-webkit-scrollbar-thumb,.group-created-row::-webkit-scrollbar-thumb,.group-member-list::-webkit-scrollbar-thumb,.user-list-layout::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px;border:2px solid transparent;background-clip:content-box}.add-new-member-wrapper::-webkit-scrollbar-thumb:hover,.chatbox-profile::-webkit-scrollbar-thumb:hover,.group-created-row::-webkit-scrollbar-thumb:hover,.group-member-list::-webkit-scrollbar-thumb:hover,.user-list-layout::-webkit-scrollbar-thumb:hover{background-color:#555}.user-list-bg{border-radius:8px;background:#fff!important;color:#1e293b!important;margin-bottom:8px;border:1px solid #e2e8f0!important;cursor:pointer;position:relative;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.02)}.user-list-bg:hover{background:#f1f5f9!important;border-color:#cbd5e1!important}.user-list{width:100%}.user-avatar-container{position:relative;margin-right:10px}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;object-position:top;outline:1px solid #34495e61;line-height:40px;text-align:center;font-size:clamp(20px,2.3vw,24px)}.offline-indicator,.online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background-color:#0f0;border:2px solid #fff;border-radius:50%}.offline-indicator{background-color:#b0b0b0}.user-info{max-width:100%}.user-info .user-name{font-size:clamp(15px,1vw,18px);line-height:normal;margin-bottom:2px;color:#1e293b!important}.user-info .user-last-message{font-size:clamp(11px,1vw,13px);color:#64748b!important;line-height:normal}.user-chat-header .user-info .user-name{color:#fff!important}.user-chat-header .user-info .user-last-message{color:hsla(0,0%,100%,.75)!important}.message-area span.reciever-names{color:#475569!important;font-size:11px;font-weight:600;margin-bottom:3px;margin-left:4px;display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-area{margin-bottom:28px;display:flex!important;align-items:flex-end!important;position:relative}.message-area:last-child{margin-bottom:0}.user-info p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.user-list-profile{width:calc(100% - 60px)}.user-profile-name{cursor:pointer;width:-moz-fit-content;width:fit-content}.last-online-time span{font-size:clamp(10px,1vw,12px);color:#cfd8dc;line-height:normal;display:inline-block;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.self-profile{max-height:60px;min-height:60px;min-width:60px;max-width:60px;border-radius:50%;overflow:hidden}.self-profile img{width:100%;object-position:top}.chat-user-name{font-size:clamp(15px,1vw,18px);line-height:normal;margin-bottom:2px;color:#cfd8dc}.chat-area-group{font-size:13px;color:#ffffff94}.user-chat-header{border-radius:8px;background:#1e56a1!important;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1)!important;min-height:60px;max-height:60px;padding:8px 12px;display:flex;align-items:center;position:relative;cursor:move}.user-chat-header .reload-chat{position:absolute;left:50%;transform:translateX(-50%);bottom:-29px;background-color:#34495e61;border:1px solid #f0f0f06b;padding:2px 10px;cursor:pointer;border-top:0;z-index:99;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-image:linear-gradient(120deg,#34495e61,#ffffff80 50%,#34495e61);background-size:200% 100%;animation:shine 2s linear infinite}@keyframes shine{0%{background-position:-200% 0}to{background-position:200% 0}}.user-chat-header .reload-chat.active-reload svg{animation:rotation 2s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.back-to-list button{background-color:transparent;color:#fff;height:26px;width:26px;cursor:pointer;transition:all .3s ease}.back-to-list button:hover{transform:translateX(-5px)}.chatbox-row{height:100%}.chatbox-profile{max-height:calc(100% - 120px);min-height:calc(100% - 120px);overflow:auto;padding:12px;background-color:#f8fafc!important;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;cursor:auto}.msg_cotainer_send{position:relative}.msg_cotainer_send p{border-radius:12px 12px 2px 12px;background-color:#1e56a1!important;color:#fff!important;padding:8px 12px;min-height:auto;white-space:pre-wrap;line-break:anywhere;line-height:1.4;margin:0 0 0 auto;width:-moz-fit-content;width:fit-content;box-shadow:0 1px 2px rgba(0,0,0,.15)}.img_cont_msg{height:32px;width:32px;flex-shrink:0}.img_cont_msg p{height:32px;width:32px;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;line-height:32px;text-align:center;font-size:11px;font-weight:600;cursor:pointer;margin:0;box-shadow:0 1px 3px rgba(0,0,0,.2)}.msg_time{left:0}.msg_time,.msg_time_send{position:absolute;bottom:-16px;color:#64748b!important;font-size:9px;white-space:nowrap}.msg_time_send{right:0}.msg_cotainer{position:relative}.msg_cotainer p{border-radius:12px 12px 12px 2px;background-color:#fff!important;border:1px solid #cbd5e1!important;color:#1e293b!important;padding:8px 12px;min-height:auto;text-align:left;white-space:pre-wrap;line-break:anywhere;line-height:1.4;margin:0 auto 0 0;width:-moz-fit-content;width:fit-content;box-shadow:0 1px 2px rgba(0,0,0,.05)}.msg_cotainer p,.msg_cotainer_send p{font-size:13px;line-height:1.4;font-weight:400;cursor:auto}.chat-box-layout .modern-all-members-container button{background-color:transparent}.msg_cotainer_send span{position:absolute;right:0;bottom:-16px;text-align:right}.main-chat-area{height:100%;overflow:auto}.chat-footer{border-radius:8px;background:#f1f5f9!important;color:#1e293b!important;border-top:1px solid #cbd5e1!important;padding:7px 12px;height:auto;position:absolute;width:100%;bottom:0}.chat-footer-item{column-gap:10px}.chat-footer-item form input.mesg-input{padding:9px 10px;margin-right:8px;color:#f0f0f0e0}.attached-btn button{background-color:#fff!important;border:1px solid #cbd5e1!important;height:35px;width:35px;border-radius:50%;color:#475569!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease;outline:none!important}.attached-btn button:hover{background-color:#f8fafc!important;color:#1e293b!important}.modern-media-uploader-popover{position:absolute;bottom:64px;left:14px;z-index:50;animation:popoverFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.media-options-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 12px 32px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.04);padding:6px;width:210px}.media-options-card:after{content:"";position:absolute;left:18px;bottom:-6px;width:12px;height:12px;background:#fff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;transform:rotate(45deg)}.media-option-item{padding:8px 10px;border-radius:10px;cursor:pointer;gap:10px;transition:all .18s ease}.media-option-item:hover{background:#f1f5f9}.media-option-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;flex-shrink:0}.media-option-icon.purple-circle{background:#7c3aed;box-shadow:0 2px 6px rgba(124,58,237,.3)}.media-option-icon.blue-circle{background:#06f;box-shadow:0 2px 6px rgba(0,102,255,.3)}.media-option-info h6{font-size:13px;font-weight:600;color:#0f172a;line-height:1.2}.media-option-sub{font-size:10.5px;color:#64748b;display:block}.chat-staged-file-container{display:flex;align-items:center;width:100%;padding:0 4px;animation:stagedSlideUp .22s cubic-bezier(.16,1,.3,1)}@keyframes stagedSlideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.modern-upload-preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.07);padding:8px 12px;width:100%;max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box}.preview-media-thumb{width:42px;height:42px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.preview-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.preview-doc-icon{width:100%;height:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:16px;position:relative}.preview-doc-icon.pdf-badge{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.preview-doc-icon.excel-badge{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.preview-doc-icon.doc-badge{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.doc-type-tag{font-size:8px;font-weight:800;line-height:1;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}.preview-file-details{min-width:0;flex:1 1;overflow:hidden}.preview-file-title{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.preview-file-size{font-size:11px;color:#64748b;font-weight:500;display:block;margin-top:2px}.preview-remove-btn{background:#fee2e2;color:#ef4444;border:none;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;cursor:pointer;transition:all .18s ease;flex-shrink:0;padding:0}.preview-remove-btn:hover{background:#ef4444;color:#fff;transform:scale(1.08)}.chat-footer-item .typing-form{flex-grow:1;background-color:#fff!important;border:1px solid #cbd5e1!important;border-radius:24px!important;padding:3px 6px!important;display:flex!important;align-items:center!important;box-shadow:0 1px 3px rgba(0,0,0,.08)!important;position:relative!important}.chat-footer-item .typing-form .emoji-btn{background:transparent!important;border:none!important;color:#64748b!important;font-size:16px!important;cursor:pointer!important;padding:0!important;height:32px!important;width:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;order:1!important;outline:none!important}.chat-footer-item .typing-form .emoji-btn:hover{color:#334155!important}.chat-footer-item .typing-form textarea.mesg-input{background-color:transparent!important;margin:0 8px!important;width:calc(100% - 80px)!important;resize:none!important;outline:none!important;border:none!important;padding:8px 4px 6px!important;color:#334155!important;font-family:inherit!important;font-size:13.5px!important;min-height:36px!important;max-height:100px!important;overflow-y:auto!important;order:2!important}.chat-footer-item .typing-form textarea.mesg-input::placeholder{color:#94a3b8!important}.chat-footer-item .typing-form textarea.mesg-input::-webkit-scrollbar{width:5px}.chat-footer-item .typing-form textarea.mesg-input::-webkit-scrollbar-track{background:transparent}.chat-footer-item .typing-form textarea.mesg-input::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:4px}.chat-footer-item .typing-form textarea.mesg-input::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.chat-footer-item .typing-form button[type=submit]{background-color:#2563eb!important;color:#fff!important;border:none!important;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;flex-shrink:0!important;order:3!important;padding:0!important;outline:none!important}.chat-footer-item .typing-form button[type=submit]:hover{background-color:#1d4ed8!important;transform:scale(1.05)!important}.chat-footer-item .typing-form button[type=submit] svg{color:#fff!important;font-size:13px!important}.search-wrapper div{display:flex;align-items:center;border:1px solid #cbd5e1!important;padding:5px 12px;background-color:#f1f5f9!important;border-radius:20px!important;width:calc(100% - 24px);margin-top:8px;height:38px!important}.search-wrapper div>input{margin-left:10px;background-color:transparent!important;color:#1e293b!important;width:calc(100% - 20px);border:none!important;outline:none!important;box-shadow:none!important;font-size:13px}.search-wrapper div>input::placeholder{color:#94a3b8!important}.search-wrapper div svg{color:#64748b!important}.header-search svg{font-size:18px;padding:10px;margin-right:10px;color:#fff;cursor:pointer}.chat-toggle-btn{position:fixed;bottom:4px;right:39px;background:#2daf0d;color:#fff!important;border:none!important;border-radius:50%!important;width:50px!important;height:50px!important;z-index:99999!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important}.chat-toggle-btn:hover{transform:scale(1.1)!important;background:#259e0a!important}.chat-toggle-btn svg{font-size:20px!important;color:#fff!important}.header-bottom .icon-wrapper .chat-toggle-btn,header .header-actions .chat-toggle-btn{position:relative!important;bottom:auto!important;right:auto!important;background:var(--linear)!important;color:#fff!important;border:none!important;border-radius:50%!important;width:33px!important;height:33px!important;box-shadow:none!important;z-index:1!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.header-bottom .icon-wrapper .chat-toggle-btn:hover,header .header-actions .chat-toggle-btn:hover{transform:none!important;background:var(--linear-hover)!important}.header-bottom .icon-wrapper .chat-toggle-btn svg,header .header-actions .chat-toggle-btn svg{font-size:14px!important;color:#fff!important}.small-ellips{border-radius:4px;display:inline-block;position:relative}.animation-wrapper{display:flex;align-items:center;justify-content:center}.animation-wrapper>span{background:#fff;height:.5em;width:.5em;margin:0 .2em;transform:translateY(0);border-radius:3em;animation:bounce .6s infinite alternate}.animation-wrapper>span:nth-of-type(2){animation-delay:.25s}.animation-wrapper>span:nth-of-type(3){animation-delay:.35s}@keyframes bounce{to{transform:translateY(-.5em)}}.alert-container{position:fixed;top:120px;right:10px;width:auto;animation:fadeInOut 5s ease-in-out;z-index:9999}.alert-box{background:#103e65;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:12px;border-left:4px solid #f44336;max-width:320px;min-width:320px}.sender-profile{max-height:40px;max-width:40px;border-radius:50%;background-color:inherit;min-height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border:1px solid #999;overflow:hidden}.sender-profile img{width:100%}.alert-content{width:100%;display:flex;align-items:center;gap:10px;overflow:hidden}.alert-message{max-width:100%;overflow:hidden;color:#fff}.alert-message h6{font-size:clamp(13px,1.4vw,14px);font-weight:500;line-height:normal}.alert-message p{line-height:normal;color:#fff}.alert-message p span{display:inline-block;max-width:100%;font-size:clamp(12px,1.1vw,13px);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.close-notify{cursor:pointer;border-left:1px solid #999;padding-left:10px;color:#fff}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.chat-count{height:14px;width:14px;border-radius:30px;background-color:red;display:flex;align-items:center;justify-content:center}.chat-count span{font-size:11px}.btnchat-count{height:16px;width:16px;border-radius:30px;background-color:red;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px}.btnchat-count span{font-size:11px}.view-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:300px;min-height:300px;width:calc(100% - 22px);border:1px solid #f0f0f06b;border-radius:10px;z-index:1;background-color:#103e65}.view-image-header{border-radius:8px;background:#34495e61;color:#fff;border-bottom:1px solid #f0f0f06b;min-height:45px;max-height:45px;padding:8px 12px;display:flex;align-items:center}.view-image-header svg{padding:4px 6px;cursor:pointer;vertical-align:middle}.selected_img_card{min-height:210px;max-height:210px;background-color:#103e65;overflow:auto;padding:4px;cursor:pointer}.selected_img_card img{width:100%;height:100%;object-fit:cover;object-position:top}.view-image-btns{border-radius:8px;background:#34495e61;color:#fff;border-top:1px solid #f0f0f06b;min-height:45px;max-height:45px;padding:8px 12px;display:flex;justify-content:center}.view-image-btns button{background-color:transparent;color:#fff;background-color:#103e65;padding:4px 15px;border-radius:4px;cursor:pointer;font-size:12px}.file-preview{padding:10px;gap:10px}.add-member-group,.file-preview{color:#fff;display:flex;align-items:center;justify-content:center}.add-member-group{bottom:50px}.add-member-group,.continue-after-adduser{position:absolute;right:12px;background-color:#2daf0d;height:40px;width:40px;border-radius:8px;cursor:pointer;z-index:9999}.continue-after-adduser{bottom:100px;color:#fff;display:flex;align-items:center;justify-content:center}.create-new-group>div{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:5px 10px;background-color:#34495e61;border-radius:4px;width:calc(100% - 24px);margin-top:8px;height:50px}.create-new-group .group-name{margin-left:10px;background-color:transparent;color:#fff;width:calc(100% - 20px)}.create-new-group>div span{color:#fff;font-size:16px}.select-user input{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;width:16px;height:16px;border:2px solid #f0f0f0ad;border-radius:4px;cursor:pointer;outline:none;background-color:#fff;vertical-align:middle}.select-user input:checked:before{z-index:1;font-size:15px;content:"✓";position:absolute;left:0;top:-4px;color:#2daf0d;height:15px;font-weight:700}.select-user input:checked:after{content:"";position:absolute;left:4px;top:4px;width:8px;height:8px;background-color:#fff;border-radius:2px}.select-mode{width:100%;margin-bottom:10px}.select-mode ul{padding:0;margin:0}.header-title.lists{margin-bottom:0}.select-mode ul li{color:#1e293b!important;font-size:14px;cursor:pointer;margin-bottom:10px;padding:8px;border-radius:4px;border-bottom:1px solid #cbd5e16b;transition:all .3s ease;display:flex;align-items:center}.select-mode ul li:hover{background-color:#f1f5f9}.select-mode ul li span{height:32px;width:32px;background-color:#2daf0d;color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:12px}.select-mode ul li span svg{font-size:13px}.simple-info-msg{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background-color:#fff;color:#333;padding:10px 16px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;gap:4px;font-size:14px;opacity:0;transition:opacity .5s ease-in-out;z-index:1000;width:max-content}.simple-info-msg.show{opacity:1}.simple-info-msg .icon{color:#4caf50;font-size:18px;display:flex;align-items:center}.create-group-wrapper form{width:100%;position:relative}.create-group-wrapper form .group-input{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:5px 10px;background-color:#34495e61;border-radius:4px;margin-top:8px;height:50px;justify-self:center;width:100%}.create-group-wrapper form .group-input input{background-color:transparent;width:100%;color:#fff;font-weight:400;font-size:14px;letter-spacing:1px;height:100%}.create-group-wrapper form button{background-color:#2daf0d;height:40px;width:40px;border-radius:10px;color:#fff;cursor:pointer;z-index:9999}.create-group-wrapper form .group-input svg{color:#fff}.create-group-wrapper .selected-user-list ul{max-width:340px;min-width:340px;margin-bottom:10px;display:flex;overflow:auto;padding:1px}.create-group-wrapper .selected-user-list ul li{min-height:50px;max-height:50px;min-width:50px;max-width:50px;border-radius:50%;outline:1px solid #00ff003d;background-color:#f0f0f0;margin-right:10px;text-align:center;line-height:50px;cursor:pointer;position:relative}.create-group-wrapper .selected-user-list ul li .remove-user{position:absolute;height:15px;width:15px;border-radius:10px;background-color:red;display:inline-block;top:0;right:0;cursor:pointer}.create-group-wrapper .selected-user-list ul li .remove-user svg{position:absolute;right:4px;font-size:9px;top:4px}.selected-user-profile{cursor:auto;height:100%}.user-inner-wrapper{background-color:#34495e61;padding:8px;border-radius:4px;margin:8px}.add-new-group-user span{cursor:pointer;display:inline-block;border-radius:4px;height:34px;width:34px;border:1px solid hsla(0,0%,100%,.3);line-height:32px;color:#25d366;font-size:14px}.selected-user-profile .exit-handle{position:absolute;left:10px;top:15px;cursor:pointer;padding:0 8px;color:#fff}.chat-user-profile-img{height:80px;width:80px;border-radius:50%;border:1px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;color:#fff}.chat-user-profile-img svg{font-size:clamp(24px,3vw,29px)}.profile-info h5{font-size:clamp(16px,2vw,18px);font-weight:500}.profile-info p{font-size:14px;color:#ffffff94}.group-member-list{margin:8px;background-color:#34495e61;padding:8px;border-radius:4px;max-height:calc(100vh - 470px);overflow:auto;scrollbar-color:#34495e61 #f1f1f100}.group-member-list ul li .memeber-img{height:30px;width:30px;border-radius:50%;border:1px solid hsla(0,0%,100%,.3);text-align:center;line-height:28px}.group-member-list ul li{margin-bottom:8px;border-bottom:1px solid #f0f0f06b;padding:8px;border-radius:8px}.memeber-list-content h6{font-size:13px;font-weight:400;line-height:normal;color:#fff;letter-spacing:.5px}.memeber-list-content p{font-size:12px;color:#ffffff94;letter-spacing:.8px}.group-created-row{margin:8px;background-color:#34495e61;padding:8px;border-radius:4px;max-height:60px;overflow:auto;scrollbar-color:#34495e61 #f1f1f100}.group-created-row span.edit-desc{position:absolute;right:0;top:5px;color:#fff;cursor:pointer;font-size:13px}.group-created-row p{color:#25d366;font-size:12px;letter-spacing:.5px}.group-created-row h6{font-size:11px;color:#ffffff94;padding-top:2px;font-weight:400;letter-spacing:.5px}.group-member-list ul li span.group-admin{color:#25d366;font-size:9px;padding:2px 6px;letter-spacing:.7px;position:absolute;top:50%;transform:translateY(-50%);right:10px}.group-member-list ul li .v-ellips{color:#fff;position:absolute;right:0;cursor:pointer;padding:0 10px}.left-group-icon{background-color:#103e65;padding:8px;border-radius:4px;text-align:center;position:absolute;left:50%;transform:translateX(-50%);bottom:8px;width:100%;border-top:1px solid #f0f0f06b}.left-group-icon button{background-color:transparent;color:#ff3b30;font-size:13px;font-weight:500;letter-spacing:.8px}.group-member-list ul li:last-child{margin-bottom:0}.dt-ellips-popup{width:100px;height:auto;border-radius:4px;background-color:#fff;padding:6px;position:absolute;right:20px}.dt-ellips-popup ul li{padding:0;border-radius:4px;color:#333;font-size:13px;border:0}.dt-ellips-popup ul li button{background-color:transparent;color:#ff3b30}.edit-grp-detail h5 span{cursor:pointer}.desc-edit-wrap,.title-edit-wrap{display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f06b;border-radius:4px;padding:4px}.desc-edit-wrap{display:inline-block;width:100%}.desc-edit-wrap input,.title-edit-wrap input{background-color:transparent;height:100%;padding:3px 6px;font-size:13px;color:#cfd8dc}.desc-edit-wrap input{width:calc(100% - 100px)}.add-user-header{border-radius:8px;background:#103e65;color:#fff;margin-bottom:8px;border-bottom:1px solid #f0f0f06b;position:-webkit-sticky;position:sticky;top:0;z-index:999;max-height:56px;min-height:56px;display:flex;align-items:center}.add-user-header svg{padding:2px 6px;cursor:pointer}.add-new-member-wrapper{overflow:auto;height:70vh;padding-left:8px;scrollbar-color:#34495e61 #f1f1f100}.nt-mesg-content .mesge-content{width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-to-bottom{position:absolute;right:12px;bottom:70px;height:35px;width:35px;border-radius:50%;border:1px solid #f0f0f06b;text-align:center;line-height:35px;color:#fff;background-color:#103e65;cursor:pointer;z-index:10;animation:bounceDown 1.3s ease-in-out infinite}.chat-link{color:#0b57d0;text-decoration:none;word-break:break-all}.chat-link:hover{text-decoration:underline}@keyframes bounceDown{0%{transform:translateY(0)}50%{transform:translateY(6px)}to{transform:translateY(0)}}@media screen and (max-width:1439px){.chat-main-box{height:60vh}}@media (max-width:768px){header .header-actions .chat-toggle-btn{display:none!important}}.chat-date-separator{display:flex;align-items:center;justify-content:center;margin:16px 0;width:100%}.chat-date-badge{background-color:#e2e8f0!important;color:#475569!important;font-size:11px;font-weight:500;padding:4px 12px;border-radius:12px;border:1px solid #cbd5e1!important}.chat-header-back-btn{background:transparent;border:none;color:hsla(0,0%,100%,.85);font-size:14px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;outline:none}.chat-header-back-btn:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.chat-header-action-btn{background:transparent;border:none;color:hsla(0,0%,100%,.85);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;outline:none}.chat-header-action-btn:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.chat-header-action-btn.close-chat:hover{background-color:#ef4444!important;color:#fff}.view-card-button{background:var(--linear);color:#fff;border:none;border-radius:50%;width:33px;height:33px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.view-card-button.active svg{transform:rotate(90deg);transition:all .3s ease}.common-setting{position:relative}.on-off-toggle{display:flex;justify-content:space-between;align-items:center;background:var(--linear-hover);border-radius:4px;padding:8px}.on-off-toggle a,.on-off-toggle p{color:#fff;font-size:13px;font-weight:500!important}.on-off-toggle a{font-weight:400!important}.on-off-toggle svg{color:#fff}.view-card-container{position:absolute;left:29px;transform:translateX(-50%);background-color:var(--dark-theme-color);width:200px;top:50px;border:1px solid #60676d;z-index:999;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:10px;height:200px;animation:commonPopup .4s ease-out}@keyframes commonPopup{0%{opacity:0;transform:translateX(-50%) scale(.95)}to{opacity:1;transform:translateX(-50%) scale(1)}}.view-card-container:after{content:"";position:absolute;top:-2px;right:50%;bottom:0;background-color:var(--dark-theme-color);height:13px;width:13px;transform:rotate(45deg) translateX(-50%);z-index:11}.toggle-switch{display:inherit}.toggle{position:relative}.toggle input{position:absolute;opacity:0;width:0;height:0}.toggle .onoff{color:#fff;font-size:6em;text-align:center;display:block;font-family:Arial,Helvetica,sans-serif}.slider{position:relative;display:block;cursor:pointer;background-color:#fff;transition:.4s;width:60px;height:31px}.slider:before{content:"";position:absolute;height:20px;width:20px;background-color:#333;transition:.4s;top:5px;left:6px}input:checked+.slider{background-color:#fd5d00;box-shadow:0 0 12px #fd5d00}input:checked+.slider:before{transform:translateX(24px);background-color:#fff}.slider.round,.slider.round:before{border-radius:20px}.sts-loading{font-size:14px;color:#fff;font-weight:600;text-align:center}.sts-loading:after{overflow:hidden;display:inline-block;vertical-align:bottom;animation:ellipsis .9s steps(4) infinite;content:"\2026";width:0}@keyframes ellipsis{to{width:1.25em}}@media(max-width:768px){header .header-actions .view-card-button{display:none}}