@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);[data-v-560800c4],[data-v-560800c4]:after,[data-v-560800c4]:before{-webkit-box-sizing:border-box;box-sizing:border-box}.chatroom[data-v-560800c4]{max-width:550px;width:100%;margin:5px auto 0;background:#fff;border-radius:5px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chatroom_section[data-v-560800c4]{padding:.3rem .1rem}.chatroom_no_messages[data-v-560800c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#34495e;width:100%;height:100%;min-height:350px}.chatroom_header[data-v-560800c4]{border-bottom:1px solid #c1c1c1}.chatroom_header_name[data-v-560800c4]{position:relative}.chatroom_history[data-v-560800c4]{-webkit-box-flex:2;-ms-flex:2;flex:2}.chatroom_history_list[data-v-560800c4]{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:350px;overflow-y:auto}.chatroom_history_list_item[data-v-560800c4]{margin-bottom:20px;max-width:75%;width:100%;border-radius:15px;padding:10px 20px;color:#fff}.chatroom_history_list__from[data-v-560800c4]{-ms-flex-item-align:end;align-self:flex-end;background:#29c4a9;margin-right:1rem}.chatroom_history_list__to[data-v-560800c4]{-ms-flex-item-align:start;align-self:flex-start;background:#c1c1c1}.chatroom_history_list_right[data-v-560800c4]{-ms-flex-item-align:end;align-self:flex-end}.chatroom_history_list_right[data-v-560800c4]:last-child{background:#5fc9f8}.chatroom_history_list_item--grey[data-v-560800c4]{background:#c1c1c1}.chatroom_history_list_item--blue[data-v-560800c4]{background:#147efb}.chatroom_history_entering[data-v-560800c4]{padding-top:20px}.chatroom_history_entering_spinner[data-v-560800c4]{display:inline-block;width:10px;height:10px;background:#c1c1c1;border-radius:50%;position:relative;margin-left:15px;-webkit-animation:enteringMessage-560800c4 1.5s linear infinite;animation:enteringMessage-560800c4 1.5s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s}.chatroom_history_entering_spinner[data-v-560800c4]:after,.chatroom_history_entering_spinner[data-v-560800c4]:before{content:"";width:10px;height:10px;background:#c1c1c1;border-radius:50%;position:absolute;top:0}.chatroom_history_entering_spinner[data-v-560800c4]:before{left:-15px}.chatroom_history_entering_spinner[data-v-560800c4]:after,.chatroom_history_entering_spinner[data-v-560800c4]:before{-webkit-animation:enteringMessage-560800c4 1.5s linear infinite;animation:enteringMessage-560800c4 1.5s linear infinite}.chatroom_history_entering_spinner[data-v-560800c4]:after{left:15px;-webkit-animation-delay:.75s;animation-delay:.75s}.chatroom_history_entering_label[data-v-560800c4]{display:inline-block;margin-left:15px;font-family:Open Sans,sans-serif;font-size:12px}.chatroom_form[data-v-560800c4]{border-top:1px solid #c1c1c1}.chatroom_form form[data-v-560800c4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chatroom_form_inputbox[data-v-560800c4]{background:#d3d3d3;padding-left:.5rem;border:0;border-radius:10px;-ms-flex-preferred-size:80%;flex-basis:80%;max-width:80%}.chatroom_form_sendBtn[data-v-560800c4]{-ms-flex-preferred-size:15%;flex-basis:15%;max-width:15%;border-radius:10px}@-webkit-keyframes enteringMessage-560800c4{0%{-webkit-transform:scale(1);transform:scale(1);background:hsla(0,0%,54.5%,.5)}to{-webkit-transform:scale(.8);transform:scale(.8);background:hsla(0,0%,54.5%,0)}}@keyframes enteringMessage-560800c4{0%{-webkit-transform:scale(1);transform:scale(1);background:hsla(0,0%,54.5%,.5)}to{-webkit-transform:scale(.8);transform:scale(.8);background:hsla(0,0%,54.5%,0)}}