:root{--color-primary:#ba0000;--color-primary-light:#d41515;--color-primary-dark:#be1a1a;--color-chatbox-background:#f9e9e9;--color-grey-light-1:#faf9f9;--color-grey-light-2:#f4f2f2;--color-grey-light-3:#f0eeee;--color-grey-light-4:#ccc;--color-grey-light-5:#eceaea;--color-grey-dark-1:#333;--color-grey-dark-2:#777;--color-grey-dark-3:#999;--shadow-dark:0 2rem 6rem rgba(0,0,0,0.3);--shadow-light:0 2rem 5rem rgba(0,0,0,0.06);--line:1px solid var(--color-grey-light-2)}*{margin:0;padding:0}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}@media only screen and (max-width:68.75em){html{font-size:60%}}body{font-family:Open Sans,sans-serif;font-weight:400;line-height:1.6;color:#777;color:var(--color-grey-dark-2);background-color:#f6f7fb;background-size:cover;background-repeat:no-repeat;min-height:100vh}.chatbox::-webkit-scrollbar,.list::-webkit-scrollbar{width:10px}@media only screen and (max-width:37.5em){.chatbox::-webkit-scrollbar,.list::-webkit-scrollbar{width:8px}}.chatbox::-webkit-scrollbar-track,.list::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f4f2f2;background-color:var(--color-grey-light-2)}@media only screen and (max-width:37.5em){.chatbox::-webkit-scrollbar-track,.list::-webkit-scrollbar-track{border-radius:8px}}.chatbox::-webkit-scrollbar-thumb,.list::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#ba0000;background-color:var(--color-primary)}@media only screen and (max-width:37.5em){.chatbox::-webkit-scrollbar-thumb,.list::-webkit-scrollbar-thumb{width:8px}}.login{max-width:50rem;margin:5rem auto;background-color:#fff;border:1px solid #e7eaed}@media only screen and (max-width:56.25em){.login{margin:0;max-width:100%;width:100%;height:100vh}}.container{max-width:120rem;margin:0 auto;background-color:#faf9f9;background-color:var(--color-grey-light-1);box-shadow:0 2rem 5rem rgba(0,0,0,.06);box-shadow:var(--shadow-light);height:100%}@media only screen and (max-width:75em){.container{margin:0;max-width:100%;width:100%}}.content{display:-webkit-flex;display:flex;height:100vh}@media only screen and (max-width:56.25em){.content{-webkit-flex-direction:column;flex-direction:column}}.sidebar{background-color:#ba0000;background-color:var(--color-primary);-webkit-flex:0 0 30%;flex:0 0 30%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}@media only screen and (max-width:56.25em){.sidebar{display:none}}.main-view{position:relative;background-color:#f0eeee;-webkit-flex:1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}.header,.main-view{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.header{font-size:1.5rem;background-color:#fff;border-bottom:1px solid #f4f2f2;border-bottom:var(--line);-webkit-align-items:center;align-items:center;-webkit-flex:0 0 7%;flex:0 0 7%}@media only screen and (max-width:37.5em){.header{-webkit-flex:0 0 8%;flex:0 0 8%}}.chat{position:relative;display:-webkit-flex;display:flex;background-color:#eceaea;background-color:var(--color-grey-light-5);border-bottom:1px solid #f4f2f2;border-bottom:var(--line);overflow:hidden;margin-bottom:auto}@media only screen and (max-width:37.5em){.chat{height:auto}}.cta{background-color:#fff;-webkit-flex:0 0 7%;flex:0 0 7%;padding:1.6rem 1.5rem}@media only screen and (max-width:37.5em){.cta{padding:1.2rem 1rem;-webkit-flex:0 0 6%;flex:0 0 6%}}.login__card{padding:3rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.login__error,.login__logo-box{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.login__error{padding:10px;font-size:1.5rem;color:#d41515;color:var(--color-primary-light)}.form__group:not(:last-child){margin-bottom:.5rem}.form__input{font-family:inherit;color:inherit;font-size:1.5rem;padding:1.2rem 1.4rem;border-radius:2px;background-color:#f7f7f7;border:1px solid #f4f2f2;border:var(--line);width:100%;transition:all .3s}.form__input:focus{outline:none;background-color:#f6f7fb}.form__input::-webkit-input-placeholder{font-weight:400;color:#ccc;color:var(--color-grey-light-4)}.form__input:focus:invalid{border:1px solid #d41515;border:1px solid var(--color-primary-light)}.form__label{font-size:1.4rem;font-weight:700;margin-left:2rem;margin-top:.7rem;display:block;transition:all .3s}.form__label--error{font-size:1.4rem;margin-left:1.2rem;margin-bottom:1rem;color:#d41515;color:var(--color-primary-light)}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;-webkit-transform:translateY(-4rem);transform:translateY(-4rem)}.btn,.btn:link,.btn:visited{text-transform:uppercase;text-decoration:none;padding:1.4rem;border-radius:.2rem;transition:all .2s;position:relative;font-size:1.6rem;border:none;cursor:pointer}.btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 1px 1px 0 rgba(#333,.2);box-shadow:0 1px 1px 0 rgba(var(--color-grey-dark-1),.2)}.btn:hover:after{opacity:0}.btn:active,.btn:focus{outline:none;-webkit-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 1px 1px 0 rgba(#333,.2);box-shadow:0 1px 1px 0 rgba(var(--color-grey-dark-1),.2)}.btn-fab{position:absolute;bottom:5rem;right:2rem;width:5rem;height:5rem;border-radius:50%;z-index:2;background-color:#faf9f9;background-color:var(--color-grey-light-1);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}@media only screen and (max-width:37.5em){.btn-fab{width:4rem;height:4rem}}.btn-fab:before{content:"";display:inline-block;height:1.5rem;width:1.5rem;vertical-align:middle;background-image:url(/static/media/chevron-thin-down.ffd002cb.svg);background-size:cover}@supports ((-webkit-mask-image:url()) or (mask-image:url())){.btn-fab:before{background-color:#999;background-color:var(--color-grey-dark-3);-webkit-mask-image:url(/static/media/chevron-thin-down.ffd002cb.svg);-webkit-mask-size:cover;mask-image:url(/static/media/chevron-thin-down.ffd002cb.svg);mask-size:cover;background-image:none}}@media only screen and (max-width:37.5em){.btn-fab:before{width:1.2rem;height:1.2rem}}.btn--white{color:#333;color:var(--color-grey-dark-1)}.btn--white,.btn--white:after{background-color:#faf9f9;background-color:var(--color-grey-light-1)}.btn--red{color:#faf9f9;color:var(--color-grey-light-1)}.btn--red,.btn--red:after{background-color:#ba0000;background-color:var(--color-primary)}.btn--block{width:100%}.btn--block:disabled{opacity:.65;cursor:default}.btn:after{content:"";display:inline-block;height:100%;width:100%;border-radius:.2rem;position:absolute;top:0;left:0;z-index:-1;transition:all .4s}.search{-webkit-flex:0 0 8%;flex:0 0 8%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}@media only screen and (max-width:56.25em){.search{display:none}}.search__input{font-family:inherit;font-size:inherit;color:inherit;background-color:#f4f2f2;background-color:var(--color-grey-light-2);border:none;padding:1rem 2rem;border-radius:100px;width:90%;transition:all .2s}.search__input:focus{outline:none;width:95%;background-color:#f0eeee;background-color:var(--color-grey-light-3)}.search__input::-webkit-input-placeholder{font-weight:100;color:#ccc;color:var(--color-grey-light-4)}.search__input:focus+.search__button{background-color:#f0eeee;background-color:var(--color-grey-light-3)}.search__button{border:none;background-color:#f4f2f2;background-color:var(--color-grey-light-2)}.search__button:focus{outline:none}.search__button:active{-webkit-transform:translateY(2px);transform:translateY(2px)}.search__icon{height:2rem;width:2rem;fill:#999;fill:var(--color-grey-dark-3);margin-left:-3.25rem;opacity:.35}.side-nav{font-size:1.4rem;list-style:none;margin-bottom:auto}@media only screen and (max-width:56.25em){.side-nav{display:-webkit-flex;display:flex;margin:0}}.side-nav__item{position:relative}.side-nav__item:not(:last-child){margin-bottom:.5rem}@media only screen and (max-width:56.25em){.side-nav__item:not(:last-child){margin:0}}@media only screen and (max-width:56.25em){.side-nav__item{-webkit-flex:1;flex:1 1}}.side-nav__item:before{content:"";position:absolute;top:0;left:0;height:100%;width:3px;background-color:#ba0000;background-color:var(--color-primary);-webkit-transform:scaleY(0);transform:scaleY(0);transition:width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s,-webkit-transform .2s;transition:transform .2s,width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s;transition:transform .2s,width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s,-webkit-transform .2s}.side-nav__item--active:before,.side-nav__item:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);width:100%}.side-nav__item:active:before{background-color:#d41515;background-color:var(--color-primary-light)}.side-nav__link:link,.side-nav__link:visited{color:#faf9f9;color:var(--color-grey-light-1);text-decoration:none;text-transform:uppercase;padding:1.5rem 3rem;position:relative;display:block;z-index:10;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media only screen and (max-width:56.25em){.side-nav__link:link,.side-nav__link:visited{-webkit-justify-content:center;justify-content:center;padding:2rem}}@media only screen and (max-width:37.5em){.side-nav__link:link,.side-nav__link:visited{-webkit-flex-direction:column;flex-direction:column;padding:1.5rem .5rem}}.side-nav__icon{width:1.75rem;height:1.75rem;margin-right:2rem;fill:currentColor}@media only screen and (max-width:37.5em){.side-nav__icon{margin:0;width:1.5rem;height:1}}.list{font-size:1.4rem;list-style:none;margin-bottom:auto;overflow:auto}@media only screen and (max-width:56.25em){.list{display:-webkit-flex;display:flex;margin:0}}.list__item{position:relative;padding:1rem 2rem;cursor:pointer;color:#ccc;color:var(--color-grey-light-4);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.list__item--active{background-color:#d41515;background-color:var(--color-primary-light)}.list__item:first-child{border-top:1px solid #be1a1a;border-top:1px solid var(--color-primary-dark)}.list__item:not(:last-child){border-bottom:1px solid #be1a1a;border-bottom:1px solid var(--color-primary-dark)}@media only screen and (max-width:56.25em){.list__item:not(:last-child){margin:0}}.list__item:focus,.list__item:hover{background-color:#d41515;background-color:var(--color-primary-light)}@media only screen and (max-width:56.25em){.list__item{-webkit-flex:1;flex:1 1}}.list__notfound{font-size:1.2rem;text-align:center;color:#faf9f9;color:var(--color-grey-light-1)}.list__description-code{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.list__description-detail{font-size:1rem}.list__item:before{content:"";display:inline-block;height:1rem;width:1rem;margin-right:.7rem;background-image:url(/static/media/chevron-thin-right.0670a98b.svg);background-size:cover}@supports ((-webkit-mask-image:url()) or (mask-image:url())){.list__item:before{background-color:#ccc;background-color:var(--color-grey-light-4);-webkit-mask-image:url(/static/media/chevron-thin-right.0670a98b.svg);-webkit-mask-size:cover;mask-image:url(/static/media/chevron-thin-right.0670a98b.svg);mask-size:cover;background-image:none}}.legal{font-size:1.2rem;text-align:center;padding:2.5rem;color:#ccc;color:var(--color-grey-light-4)}@media only screen and (max-width:56.25em){.legal{display:none}}.user-location{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;height:100%}.user-location__icon{height:2.25rem;width:2.25rem;fill:#ba0000;fill:var(--color-primary);margin-left:1.5rem}.user-location__name{font-size:1.6rem}@media only screen and (max-width:37.5em){.user-location__name{font-size:1.4rem;white-space:nowrap}}.user-nav{-webkit-align-self:stretch;align-self:stretch}.user-nav,.user-nav>*{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%}.user-nav>*{padding:0 2rem;cursor:pointer}.user-nav>:hover{background-color:#f0eeee;background-color:var(--color-grey-light-3)}.user-nav__user{position:relative}.user-nav__user-name{white-space:nowrap}@media only screen and (max-width:37.5em){.user-nav__user-name{display:none}}.user-nav__user-photo{position:relative;height:3.75rem;border-radius:50%;margin-right:1rem}@media only screen and (max-width:37.5em){.user-nav__user-photo{height:2.75rem}}.user-nav__user-photo .svg-circle{fill:#d41515;fill:var(--color-primary-light);position:absolute;top:0;left:0;border-radius:50%}.user-nav__user:after{content:"";display:inline-block;height:1rem;width:1rem;margin-left:.7rem;background-image:url(/static/media/chevron-thin-down.ffd002cb.svg);background-size:cover}@supports ((-webkit-mask-image:url()) or (mask-image:url())){.user-nav__user:after{background-color:#ba0000;background-color:var(--color-primary);-webkit-mask-image:url(/static/media/chevron-thin-down.ffd002cb.svg);-webkit-mask-size:cover;mask-image:url(/static/media/chevron-thin-down.ffd002cb.svg);mask-size:cover;background-image:none}}.user-nav__user:hover .dropdown{display:block}.dropdown{list-style:none;position:absolute;top:100%;right:0;width:100%;display:none;transition:all .4s;z-index:11}.dropdown__item{font-size:1.3rem;padding:1.2rem 1.8rem;width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;background-color:#f4f2f2;background-color:var(--color-grey-light-2);transition:all .2s}.dropdown__item:not(:last-child){border-bottom:1px solid #f0eeee;border-bottom:1px solid var(--color-grey-light-3)}.dropdown__item-link:link,.dropdown__item-link:visited{text-decoration:none;color:currentColor;white-space:nowrap}.dropdown__item-icon{width:1.6rem;height:1.6rem;fill:#be1a1a;fill:var(--color-primary-dark);margin-right:1rem}.dropdown__item-name{text-decoration:none;color:inherit}.dropdown__item:hover{background-color:#ba0000;background-color:var(--color-primary);color:#fff}.dropdown__item:hover .dropdown__item-icon{fill:#fff}.chat-input{-webkit-flex:0 0 95%;flex:0 0 95%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:1.5rem;font-weight:600}@media only screen and (max-width:37.5em){.chat-input{font-weight:400}}.chat-input__input2{border:none;border-radius:20px;font-family:inherit;font-size:inherit;color:inherit;overflow:auto;width:100%;resize:none;height:50px;padding:1rem 4.8rem 1rem 2rem}.chat-input__input2,.chat-input__input2:focus{background-color:#f4f2f2;background-color:var(--color-grey-light-2)}.chat-input__input2:focus{outline:none}@media only screen and (max-width:56.25em){.chat-input__input2:focus{padding:.9rem 4.8rem 0 .8rem}}.chat-input__input2::-webkit-input-placeholder{font-weight:100;color:#ccc;color:var(--color-grey-light-4)}@media only screen and (max-width:56.25em){.chat-input__input2{border-radius:5px;height:40px;padding:.9rem 45px 0 .8rem}}.chat-input__input{font-family:inherit;font-size:inherit;color:inherit;background-color:#f4f2f2;background-color:var(--color-grey-light-2);border:none;padding:1rem 4rem 1rem 2rem;border-radius:200px;transition:all .2s;width:100%;overflow:hidden}.chat-input__input:focus{outline:none;background-color:#f0eeee;background-color:var(--color-grey-light-3)}.chat-input__input::-webkit-input-placeholder{font-weight:100;color:#ccc;color:var(--color-grey-light-4)}.chat-input__input:focus+.chat-input__button{background-color:#f0eeee;background-color:var(--color-grey-light-3)}.chat-input__button{position:relative;cursor:pointer;border:none;background-color:#f4f2f2;background-color:var(--color-grey-light-2);width:4.5rem;border-radius:1rem;margin-left:-5rem}.chat-input__button:before{content:"";position:absolute;top:0;left:1px;width:1px;height:100%;background-color:#e0e0e0}.chat-input__button:focus{outline:none}.chat-input__button:active{-webkit-transform:translateY(1px);transform:translateY(1px)}.chat-input__button:disabled{opacity:.35;cursor:not-allowed}.chat-input__icon{height:2.5rem;width:2.5rem;fill:#999;fill:var(--color-grey-dark-3);-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media only screen and (max-width:56.25em){.chat-input__icon{height:1.8rem;width:1.8rem}}.chatbox{overflow:auto;width:100%}.chatbox__list{list-style:none;padding:0}.chatbox__item{padding:.5rem;overflow:hidden;display:-webkit-flex;display:flex}.chatbox__item:not(:last-child){margin-bottom:.2rem}.chatbox__item--other{width:90%;padding-left:.2rem}.chatbox__item--self{-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-end;align-items:flex-end}.chatbox__avatar{width:3rem;position:relative}@media only screen and (max-width:56.25em){.chatbox__avatar{width:2rem}}.chatbox__item--other .chatbox__avatar:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-right:5px solid #f9e9e9;border-top:5px solid #f9e9e9;border:5px solid var(--color-chatbox-background);border-left:5px solid transparent;border-bottom:5px solid transparent}.chatbox__item--self .chatbox__avatar{-webkit-order:2;order:2}.chatbox__item--self .chatbox__avatar:after{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border-left:5px solid #faf9f9;border-bottom:5px solid #faf9f9;border:5px solid var(--color-grey-light-1);border-right:5px solid transparent;border-top:5px solid transparent}.chatbox__item--self .chatbox__message{-webkit-order:1;order:1;border-bottom-right-radius:0}.chatbox__item--other .chatbox__message{background-color:#f9e9e9;background-color:var(--color-chatbox-background)}.chatbox__message{max-width:90%;overflow-wrap:break-word;font-size:1.5rem;background:#faf9f9;background:var(--color-grey-light-1);padding:1rem;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.2)}.chatbox__message p{margin:0 0 .1rem}.chatbox__message time{font-size:1.2rem;color:#8e8e8e}.loadmore{margin:0 auto;width:4rem;height:4rem;border-radius:2rem;background-color:#cccbcb;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}.loading{border-radius:50%;width:3rem;height:3rem;border:.25rem solid rgba(212,209,209,.2);border-top:.25rem solid var(--color-grey-light-5);-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.container__loader{height:100%;padding:20rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.skeleton__chat{width:20rem;height:6rem}@media only screen and (max-width:37.5em){.skeleton__chat{height:3.5rem}}.skeleton__chat-avatar{float:left;width:4rem;height:4rem;background-color:#dfdddd;border-radius:25%;margin:.8rem;background-image:linear-gradient(90deg,#d4d1d1,#dfdddd 40px,#d4d1d1 80px);background-size:600px;-webkit-animation:shine-avatar 1.6s linear infinite;animation:shine-avatar 1.6s linear infinite}@media only screen and (max-width:37.5em){.skeleton__chat-avatar{width:2.5rem;height:2.5rem;margin:.4rem}}.skeleton__chat-line{float:left;width:14rem;height:1rem;margin-top:1.2rem;border-radius:.7rem;background-image:linear-gradient(90deg,#d4d1d1,#dfdddd 40px,#d4d1d1 80px);background-size:600px;-webkit-animation:shine-lines 1.6s linear infinite;animation:shine-lines 1.6s linear infinite}@media only screen and (max-width:37.5em){.skeleton__chat-line{width:10rem;height:5px;margin-top:6px}}.skeleton__chat-avatar+.skeleton__chat-line{width:100px}.skeleton__chat-line~.skeleton__chat-line{background-color:#ccc;background-color:var(--color-grey-light-4)}.autocomplete{position:relative;display:inline-block;width:100%}.autocomplete__list{font-size:1.2rem;font-weight:500;list-style:none;position:absolute;padding:.5rem;bottom:100%;left:0;right:0;z-index:99;max-height:30rem;overflow:scroll;margin-bottom:2.5rem;transition:all .4s}@media only screen and (max-width:56.25em){.autocomplete__list{margin-bottom:.8rem}}.autocomplete__list-item{cursor:pointer;padding:1rem;background-color:#f4f2f2;background-color:var(--color-grey-light-2);transition:all .2s}.autocomplete__list-item:not(:last-child){border-bottom:1px solid #f0eeee;border-bottom:1px solid var(--color-grey-light-3)}.autocomplete__list-item:hover{background-color:#ccc;background-color:var(--color-grey-light-4)}.panel-settings{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}@media only screen and (max-width:56.25em){.panel-settings{margin-left:1rem}}.tiles{width:18px;height:18px;border-radius:50%;cursor:pointer;background-color:#eceaea}.tiles:not(:last-child){margin-right:1.5rem}.tiles-green{background-color:#0acf97}.tiles-blue{background-color:#4d7cff}.tiles-orange{background-color:#f5a623}.tiles-grey{background-color:#f0eeee}@media only screen and (max-width:56.25em){.tiles{width:14px;height:14px}.tiles:not(:last-child){margin-right:.5rem}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shine-lines{0%{background-position:-100px}40%,to{background-position:140px}}@keyframes shine-lines{0%{background-position:-100px}40%,to{background-position:140px}}@-webkit-keyframes shine-avatar{0%{background-position:-32px}40%,to{background-position:208px}}@keyframes shine-avatar{0%{background-position:-32px}40%,to{background-position:208px}}
/*# sourceMappingURL=main.63f79bdc.chunk.css.map */