body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#chat-message-input{margin-right:-5px}.chat-messages{display:flex;flex-direction:column;height:calc(100vh - 138px);overflow-y:scroll;scroll-behavior:smooth;transition:all .5s}.chat-message-left,.chat-message-right{display:flex;flex-shrink:0}.chat-message-left{margin-right:auto}.chat-message-right{flex-direction:row-reverse;margin-left:auto}.chat-bubble{background-color:#fff3cd;padding:16px 28px;-webkit-border-radius:20px;-webkit-border-bottom-left-radius:2px;-moz-border-radius:20px;-moz-border-radius-bottomleft:2px;border-radius:20px;border-bottom-left-radius:2px;display:inline-block}.typing{align-items:center;display:flex;height:17px}.typing .dot{-webkit-animation:mercuryTypingAnimation 1s ease-in-out infinite;animation:mercuryTypingAnimation 1s ease-in-out infinite;background-color:#fff0c0;border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}.typing .dot:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.typing .dot:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.typing .dot:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.typing .dot:last-child{margin-right:0}@-webkit-keyframes mercuryTypingAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0);background-color:#ffc003}28%{-webkit-transform:translateY(-7px);transform:translateY(-7px);background-color:#e4bf52}44%{-webkit-transform:translateY(0);transform:translateY(0);background-color:#dac587}}@keyframes mercuryTypingAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0);background-color:#ffc003}28%{-webkit-transform:translateY(-7px);transform:translateY(-7px);background-color:#e4bf52}44%{-webkit-transform:translateY(0);transform:translateY(0);background-color:#dac587}}.user-list-container{overflow:auto;overflow-x:hidden;height:80vh}.chat-online{color:#34ce57}.chat-offline{color:#e4606d}.list-group-item{padding:.4rem 1.25rem;font-size:10pt}.active-chat,.list-group-item-action:focus,.list-group-item-action:hover{background-color:#fff3cd}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.modal-main{position:fixed;background:#fff;max-width:600px;height:350px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-close{font-size:16pt;margin-right:5px;cursor:pointer}.modal-body{height:90%;overflow-y:auto}#authFormContainer{display:flex;justify-content:center;align-items:center;height:100vh}#authForm{width:350px;padding:15px 25px;box-shadow:0 0 5px #c5c4c5;margin:0 15px}#authTitle{text-align:center;margin-top:0;margin-bottom:25px;color:#999}.authFieldContainer{margin:10px 0}.authField{width:100%;border:1px solid #c5c4c5;padding:10px 5px;border-radius:5px}.authField:focus{outline:none}.requiredFieldError{margin:0;color:#fc2929;font-size:9pt}#authFormFooter{text-align:center;color:#898989}#authFormFooter a{color:#ffc107}#loginMessage{text-align:center;padding:.5rem 1.25rem;margin-bottom:1rem;border-radius:.25rem;color:#856404;background-color:#fff3cd;border:1px solid #ffeeba}
/*# sourceMappingURL=main.e2694ead.chunk.css.map */