body{margin:0;padding:0;font-family:sans-serif}.login__container{width:100%;height:100vh;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.login__input{margin:10px 0;width:250px;height:30px;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;border:1px solid grey;padding:5px}.login__button{border-radius:4px;background-color:#4169e1;color:#fff;font-size:16px;padding:10px}.login__text-error{margin:10px 0;color:red}.login__pending{text-align:center}.chat__left-top{height:60%;overflow-y:scroll;border-bottom:2px solid #000}.chat__left-bottom{height:40%;overflow-y:scroll}.chat__right-top{height:calc(100% - 40px);overflow-y:scroll}.chat__right-bottom{height:40px;position:relative;bottom:0;right:0;width:100%}.chat__input{width:100%;height:100%;font-size:20px}.conversations__header{text-align:center;font-size:24px;margin:10px 0}.conversation__item{width:100%;height:40px;line-height:40px;padding:0 20px}.conversation__active,.conversation__item:hover{background-color:#fff}.conversation__message-sender{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;width:100%;line-height:40px;padding:0 20px;margin:2px 0}.conversation__message-sender-text{background-color:green;color:#fff;margin-right:40px;padding:0 20px;border-radius:6px;max-width:50%}.conversation__message-recipient{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;width:100%;line-height:40px;padding:0 20px;margin:2px 0}.conversation__message-recipient-text{background-color:#d2691e;color:#fff;padding:0 20px;border-radius:6px;max-width:50%}.chat__user-record{width:100%;height:40px;line-height:40px;padding:0 20px}.chat__button{background-color:#5f9ea0}.chat__add-button,.chat__button{padding:4px 12px;border-radius:4px;color:#fff;font-size:14px}.chat__add-button{background-color:#4169e1}.chat__container{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;left:0;position:absolute;right:0;top:0}.chat__left-pane{background-color:#e5e5e5;height:100%;width:400px}.chat__right-pane{background-color:#fff;-ms-flex:1 1;flex:1 1}
/*# sourceMappingURL=main.3e69524e.css.map*/