.Chat_chatContainer__oU3yN{display:flex;height:calc(100vh - 100px);max-height:900px;min-height:500px;gap:20px;padding:20px;background-color:#f5f5f5}@media(max-width:768px){.Chat_chatContainer__oU3yN{flex-direction:column;height:calc(100vh - 80px);padding:10px;gap:10px}}.Chat_chatContainer__oU3yN.Chat_mobile__YVCE7{flex-direction:column;height:100%}.Chat_chatContainer__oU3yN.Chat_mobile__YVCE7 .Chat_chatWindow__XSPmL,.Chat_chatContainer__oU3yN.Chat_mobile__YVCE7 .Chat_inbox__r8inC{width:100%;height:100vh;position:fixed;top:0;left:0;transition:transform .3s ease}.Chat_chatContainer__oU3yN.Chat_mobile__YVCE7 .Chat_chatWindow__XSPmL.Chat_hidden__ZDJrf,.Chat_chatContainer__oU3yN.Chat_mobile__YVCE7 .Chat_inbox__r8inC.Chat_hidden__ZDJrf{transform:translateX(-100%)}.Chat_inbox__r8inC{width:350px;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column}@media(max-width:768px){.Chat_inbox__r8inC{width:100%;height:100%}.Chat_inbox__r8inC.Chat_hidden__ZDJrf{display:none}}.Chat_inbox__r8inC h2{padding:16px 24px;margin:0;font-size:1.25rem;font-weight:500;color:rgba(51,51,51,.87)}.Chat_inbox__r8inC ul{list-style:none;padding:0;margin:0}.Chat_inbox__r8inC ul li{padding:12px 16px;cursor:pointer;transition:background-color .2s}.Chat_inbox__r8inC ul li:hover{background-color:rgba(0,0,0,.04)}.Chat_inbox__r8inC ul li:active{background-color:rgba(0,0,0,.08)}.Chat_inbox__r8inC .Chat_conversation__6tMVz{display:flex;align-items:center;gap:16px}.Chat_inbox__r8inC .Chat_conversation__6tMVz .Chat_avatar__wXndi{width:40px;height:40px;background-color:#2196f3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500}.Chat_inbox__r8inC .Chat_conversation__6tMVz .Chat_details__nHcEg{flex:1 1}.Chat_inbox__r8inC .Chat_conversation__6tMVz .Chat_details__nHcEg .Chat_name__K59_M{margin:0 0 4px;font-size:.875rem;font-weight:500;color:rgba(51,51,51,.87)}.Chat_inbox__r8inC .Chat_conversation__6tMVz .Chat_details__nHcEg .Chat_lastMessage__WuUg_{margin:0;font-size:.875rem;color:rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Chat_mobile__YVCE7 .Chat_inbox__r8inC{margin-top:80px}.Chat_inbox__r8inC .Chat_conversationList__JtETd{overflow-y:auto;flex:1 1;padding:10px}.Chat_chatWindow__XSPmL{flex:1 1;display:flex;flex-direction:column;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);min-width:0}@media(max-width:768px){.Chat_chatWindow__XSPmL{height:100%}.Chat_chatWindow__XSPmL.Chat_hidden__ZDJrf{display:none}}.Chat_chatHeader__Y6AUD{padding:16px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:16px}.Chat_chatHeader__Y6AUD .Chat_backButton__T6WRJ{display:none;padding:8px;background:none;border:none;font-size:24px;cursor:pointer;color:rgba(51,51,51,.87)}@media(max-width:768px){.Chat_chatHeader__Y6AUD .Chat_backButton__T6WRJ{display:block}}.Chat_chatHeader__Y6AUD .Chat_avatar__wXndi{width:40px;height:40px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500}.Chat_chatHeader__Y6AUD .Chat_headerDetails__yVO3N{margin-left:16px}.Chat_chatHeader__Y6AUD .Chat_headerDetails__yVO3N .Chat_name__K59_M{margin:0 0 2px;font-size:1rem;font-weight:500;color:rgba(51,51,51,.87)}.Chat_chatHeader__Y6AUD .Chat_headerDetails__yVO3N .Chat_status__9Cxqj{margin:0;font-size:.875rem;color:#4caf50}.Chat_mobile__YVCE7 .Chat_chatHeader__Y6AUD{margin-top:100px}.Chat_messages__HHZyG{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background-color:#f8f9fa}.Chat_messages__HHZyG .Chat_message__Eg4IL{max-width:80%;padding:12px 16px;border-radius:12px;position:relative}@media(max-width:480px){.Chat_messages__HHZyG .Chat_message__Eg4IL{max-width:90%}}.Chat_messages__HHZyG .Chat_message__Eg4IL.Chat_sent__qxLNj{align-self:flex-end;background-color:#1364df;color:#e9e9e9;border-bottom-right-radius:4px}.Chat_messages__HHZyG .Chat_message__Eg4IL.Chat_received__ngAI8{align-self:flex-start;background-color:#fff;color:rgba(51,51,51,.87);border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.Chat_messages__HHZyG .Chat_message__Eg4IL .Chat_timestamp__HHWeI{font-size:.75rem;opacity:.7;margin-top:4px}.Chat_inputAreaContainer__TFjyB{padding:16px;border-top:1px solid rgba(0,0,0,.1);background-color:#fff}.Chat_mobile__YVCE7 .Chat_inputAreaContainer__TFjyB{position:relative;bottom:0;left:0;width:100%;height:100px}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH{display:flex;gap:12px;background-color:#f8f9fa;border-radius:24px;padding:8px}.Chat_mobile__YVCE7 .Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH{margin-right:10px;margin-left:10px}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH input{flex:1 1;border:none;padding:8px 16px;font-size:1rem;background:transparent;outline:none}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH input:disabled{opacity:.7;cursor:not-allowed}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH input:focus{border-color:#2196f3;box-shadow:0 0 0 2px rgba(33,150,243,.2)}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH button{background-color:#1364df;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH button:hover:not(:disabled){background-color:#0f4fb0}.Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH button:disabled{opacity:.7;cursor:not-allowed}.Chat_mobile__YVCE7 .Chat_inputAreaContainer__TFjyB .Chat_inputArea__yzWRH button{padding:12px;min-width:48px}.Chat_loadingContainer__vYvix{display:flex;align-items:center;justify-content:center;height:100%}.Chat_loadingContainer__vYvix .Chat_loadingText__3rvlh{color:rgba(51,51,51,.87);font-size:1.2rem;font-weight:500;animation:Chat_pulse__0qKZk 1.5s infinite}@keyframes Chat_pulse__0qKZk{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}