@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f4f4;color:#333;font-family:Poppins,sans-serif}a{text-decoration:none}li{list-style:none}.container{margin:40px auto 0;max-width:1200px;padding:0 20px}.title-section{margin-bottom:40px;text-align:center}.title-section h1{font-size:2.5rem;font-weight:300}.title-section p{color:#666;font-size:1.2rem;font-weight:300}.flex-chat-section{display:flex;gap:20px;height:500px;justify-content:space-between;margin-bottom:40px}.flex-chat-section .rooms{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;overflow:auto;padding:20px;width:30%}.flex-chat-section .rooms h2{font-size:1.5rem;font-weight:300}.flex-chat-section .rooms hr{background-color:#f5455c;border:none;border-radius:5px;height:5px;margin-bottom:20px;width:10%}.flex-chat-section .rooms ul{list-style:none}.flex-chat-section .rooms ul li{background-color:#f6f9fe;border-radius:5px;cursor:pointer;margin-bottom:10px;padding:10px;transition:all .3s ease}.flex-chat-section .rooms ul li.selected,.flex-chat-section .rooms ul li:hover{background-color:#f5455c;border-radius:5px;color:#f4f4f4;padding:10px}.flex-chat-section .messages{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;padding:20px;width:70%}.flex-chat-section .messages .messages-col{display:flex;flex-direction:column;height:100%;justify-content:space-between}.flex-chat-section .messages .messages-container{height:80%;overflow:auto}.flex-chat-section .messages-col .form{background-color:#fff;border:2px solid #f5455c;border-radius:10px;box-shadow:0 0 10px #0000001a;display:flex;height:20%;padding:5px}.flex-chat-section .messages-col .form textarea{background-color:#f6f9fe;border:none;border-radius:5px;font-family:Poppins,sans-serif;outline:none;padding:10px;resize:none;width:100%}.flex-chat-section .messages-col button{background-color:#f5455c;border:none;border-radius:5px;color:#f4f4f4;cursor:pointer;margin-left:10px;padding:10px 20px}.flex-chat-section .messages .load-message-alert{align-items:center;color:#666;display:flex;font-size:1.2rem;font-weight:300;height:100%;justify-content:center}.flex-chat-section .messages li{margin-bottom:20px}.flex-chat-section .messages li .message{background-color:#f6f9fe;border-radius:5px;padding:10px}.flex-chat-section .messages li .message .user{color:#f5455c;font-size:.9rem;font-weight:300}.flex-chat-section .messages li .message .text{color:#333;font-size:1.1rem;font-weight:300}.login-form{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;margin:0 auto;max-width:500px;padding:50px;width:100%}.login-form input{background-color:#f6f9fe;margin-bottom:20px;outline:none}.login-form button,.login-form input{border:none;border-radius:5px;padding:20px;width:100%}.login-form button{background-color:#f5455c;color:#f4f4f4;cursor:pointer}
/*# sourceMappingURL=main.2305501c.css.map*/