.dashboard-container{display:flex;flex-direction:column;gap:24px;margin:0 auto;padding:16px}.stats-cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;flex:1 1 160px;gap:12px;min-height:90px;min-width:140px;padding:20px 16px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background:#f0f5ff;border-radius:50%;color:#1677ff;font-size:2rem;justify-content:center;padding:10px}.stat-info{display:flex;flex-direction:column}.stat-title{color:#888;font-size:.95rem;margin-bottom:2px}.stat-value{color:#222;font-size:1.4rem;font-weight:600}.charts-section{display:flex;flex-wrap:wrap;gap:24px}.chart-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;flex:1 1 320px;min-width:280px;padding:20px 16px}.top-list-section{display:flex;flex-wrap:wrap;gap:24px}.top-list-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;flex:1 1 320px;min-width:280px;padding:20px 16px}.top-list{list-style:none;margin:0;padding:0}.top-list li{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 0}.top-list li:last-child{border-bottom:none}@media (max-width:900px){.charts-section,.stats-cards,.top-list-section{flex-direction:column;gap:16px}.chart-card,.stat-card,.top-list-card{min-width:0}}.messenger-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;height:calc(100vh - 70px);overflow:hidden}.conversation-list{background:#fcfcfc;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;width:350px}.conversation-header{border-bottom:1px solid #f0f0f0;padding:20px}.conversation-header h2{font-size:20px;font-weight:700;margin-bottom:15px}.conversation-items{flex:1 1;overflow-y:auto}.conversation-item{align-items:center;border-bottom:1px solid #f9f9f9;cursor:pointer;display:flex;padding:15px 20px;transition:all .2s ease}.conversation-item:hover{background:#f0f7ff}.conversation-item.active{background:#e6f7ff;border-left:4px solid #1890ff}.avatar{align-items:center;background:#1890ff;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;font-weight:600;height:48px;justify-content:center;margin-right:15px;width:48px}.conversation-info{flex:1 1;min-width:0}.conversation-info .name-row{display:flex;justify-content:space-between;margin-bottom:4px}.conversation-info .name{color:#262626;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-info .time{color:#8c8c8c;font-size:12px}.conversation-info .snippet{color:#595959;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-section{background:#fff;display:flex;flex:1 1;flex-direction:column;position:relative}.chat-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:15px 25px}.chat-header,.chat-header .user-info{align-items:center;display:flex}.chat-messages{display:flex;flex:1 1;flex-direction:column-reverse;overflow-y:auto;padding:20px 25px}.message-bubble-wrapper{display:flex;flex-direction:column;margin-bottom:15px;width:100%}.message-bubble-wrapper.sent{align-items:flex-end}.message-bubble-wrapper.received{align-items:flex-start}.message-bubble{word-wrap:break-word;border-radius:18px;font-size:14px;line-height:1.5;max-width:70%;padding:10px 16px;position:relative}.message-bubble-wrapper.sent .message-bubble{background:#1890ff;border-bottom-right-radius:4px;color:#fff}.message-bubble-wrapper.received .message-bubble{background:#f0f2f5;border-bottom-left-radius:4px;color:#262626}.message-footer{align-items:center;display:flex;font-size:11px;margin-top:4px}.message-bubble-wrapper.sent .message-footer{color:#fffc;justify-content:flex-end}.message-bubble-wrapper.received .message-footer{color:#8c8c8c}.status-icon{font-size:10px;margin-left:4px}.chat-input{background:#fff;border-top:1px solid #f0f0f0;padding:20px 25px}.no-chat-selected{align-items:center;background:#fafafa;color:#bfbfbf;display:flex;flex:1 1;flex-direction:column;justify-content:center}.loader-container{padding:15px;text-align:center}.loading.cover-content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loading.cover-page{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;width:100%}.loading .ant-spin{color:#3e79f7}
/*# sourceMappingURL=main.b5bb6944.css.map*/