.ErrorView{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.ErrorView .bp3-card{width:100%;text-align:center;color:#db3737;font-weight:700}.LoadingView{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.Avatar{border-radius:999999999999px;box-shadow:0 0 0 1px rgba(16,22,26,.1),0 1px 1px rgba(16,22,26,.2),0 2px 6px rgba(16,22,26,.2);position:relative;cursor:pointer;outline:none;border:none;padding:0;display:block;background:transparent}.Avatar:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:inherit}.Avatar:hover:before{background:hsla(0,0%,100%,.1)}.Avatar:active:before{background:hsla(0,0%,100%,.2)}.Avatar img{border-radius:999999999999px;display:block;width:100%;height:100%;object-fit:cover}.LoggedView{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:100vh}.LoggedView .bp3-navbar{flex-shrink:0;flex-grow:0;display:flex;align-items:flex-end;justify-content:space-between;position:relative}@media (min-width:801px){.LoggedView .bp3-navbar{height:120px}}.LoggedView .bp3-navbar-group{display:flex;justify-content:center;align-items:center;grid-gap:.5rem;gap:.5rem}.LoggedView .bp3-navbar-group.Logo{height:40px;margin-bottom:6px;aspect-ratio:487/182;position:absolute;left:50%;transform:translateX(-50%)}.LoggedView .bp3-navbar-group.Logo img{width:100%;height:100%}@media (min-width:801px){.LoggedView .bp3-navbar-group.Logo{height:100px;margin-bottom:8px}}@media (max-width:800px){.LoggedView .bp3-navbar-group .bp3-text-muted{display:none}}.LoggedView__Content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;justify-content:flex-start;flex-grow:1}.LoggedView__Content>.ContactsList,.LoggedView__Content>.ThreadsList{flex-grow:0;flex-shrink:0}.LoggedView__Content>.ProfileView,.LoggedView__Content>.ThreadView{flex-grow:1;flex-shrink:0}.ContactItem{display:flex;justify-content:center;align-items:center;width:284px;padding:.25rem;border-bottom:1px solid #ced9e0;cursor:pointer;justify-content:flex-start;grid-gap:.5rem;gap:.5rem}.ContactItem:last-child{border-bottom:none}.ContactItem__Content{flex-shrink:1;width:176px;height:100%}.ContactItem__Content>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.ContactItem__Icons{display:flex;justify-content:center;align-items:center;justify-content:flex-end;height:100%;aspect-ratio:2}.ContactItem .Avatar,.ContactItem__Icons{flex-shrink:0;flex-grow:0}.ContactItem:hover{background-color:#e1e8ed}.ContactItem.selected{background-color:#d8e1e8}.ContactItem.selected:hover{background-color:#ced9e0}.ContactsList{display:flex;justify-content:center;align-items:center;flex-direction:column;width:300px;height:calc(100vh - 50px);align-items:flex-start;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;border-right:1px solid #ced9e0;padding:.5rem;position:relative}@media (min-width:801px){.ContactsList{height:calc(100vh - 120px)}}.ContactsList .bp3-control-group{margin-bottom:8px}.ThreadItem{display:flex;justify-content:center;align-items:center;width:284px;padding:.25rem;border-bottom:1px solid #ced9e0;cursor:pointer;justify-content:flex-start;grid-gap:.5rem;gap:.5rem}.ThreadItem:last-child{border-bottom:none}.ThreadItem__Content{flex-shrink:1;width:206px;height:100%}.ThreadItem__Content>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.ThreadItem .Avatar,.ThreadItem__Icons{flex-shrink:0;flex-grow:0}.ThreadItem:hover{background-color:#e1e8ed}.ThreadItem.selected{background-color:#d8e1e8}.ThreadItem.selected:hover{background-color:#ced9e0}.ThreadItem.new-message{font-weight:700;background-color:#d8e1e8}.ThreadItem.new-message:hover{background-color:#ced9e0}.ThreadsList{display:flex;justify-content:center;align-items:center;flex-direction:column;width:300px;height:calc(100vh - 50px);align-items:flex-start;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;border-right:1px solid #ced9e0;padding:.5rem;position:relative}@media (min-width:801px){.ThreadsList{height:calc(100vh - 120px)}}.ThreadsList .bp3-control-group{margin-bottom:8px}.WriteToAdminButton{position:absolute;bottom:8px;right:8px;width:60px;aspect-ratio:1}.MessageAttachmentCard{height:34px;aspect-ratio:1;border:1px solid #ced9e0;border-radius:4px;background-color:#fff;pointer-events:all;cursor:pointer;position:relative}.MessageAttachmentCard img{width:100%;height:100%;object-fit:contain;border-radius:4px}.MessageAttachmentCard__Download{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;display:none;color:#0a6640}.MessageAttachmentCard:hover img{opacity:.3}.MessageAttachmentCard:hover .MessageAttachmentCard__Download{display:flex}.ChatMessage{display:flex;justify-content:center;align-items:center;justify-content:flex-start;align-items:flex-start;border-radius:8px;grid-gap:8px;gap:8px;width:100%}.ChatMessage .Avatar{flex-shrink:0;margin-top:2px}.ChatMessage__Container{flex-grow:1;width:100%;white-space:pre-wrap}.ChatMessage__Files{justify-content:center;padding-top:8px;justify-content:flex-start}.ChatMessage__Files,.ReadIndicator{display:flex;align-items:center;grid-gap:4px;gap:4px}.ReadIndicator{justify-content:center;width:100%;height:16px;position:relative;padding:0 calc(5% + 16px);justify-content:flex-end}.ReadIndicator__Line{width:90%;height:1px;background-color:#ced9e0;position:absolute;left:5%;top:50%}.ReadIndicator__Text{position:absolute;left:50%;line-height:16px;text-transform:uppercase;font-weight:700;color:#a7b6c2;font-size:10px;transform:translateX(-50%);z-index:10;background-color:#f5f8fa;padding:0 4px}.ReadIndicator__Avatar{box-shadow:0 0 0 1px rgba(16,22,26,.1),0 1px 1px rgba(16,22,26,.2),0 2px 6px rgba(16,22,26,.2);height:16px;aspect-ratio:1;border-radius:99999px;z-index:10;background-color:#ebf1f5}.ReadIndicator__Avatar img{width:100%;height:100%;display:block;border-radius:99999px;opacity:.7}.ChatContainer{max-height:calc(100vh - 217px);padding:8px;overflow-y:auto;width:100%}.ChatInput{position:absolute;left:0;right:0;bottom:0;border-top:1px solid #ced9e0;background-color:#ebf1f5}.ChatInput__MainContainer{display:flex;justify-content:center;align-items:center;padding:8px;height:116px;grid-gap:8px;gap:8px;align-items:flex-end;position:relative}.ChatInput__MainContainer textarea{height:100px;min-height:100px;flex-grow:1}.ChatInput__MainContainer button{flex-grow:0;width:30px;height:30px}.ChatInput__MainContainer .bp3-spinner{position:absolute;top:50%;left:calc(50% - 38px);transform:translate(-50%,-50%)}.ChatInput__Attachments{height:50px;padding:8px 8px 0;position:relative}.ChatInput__Attachments.hidden{display:none}.ChatInput__Attachments input{width:100%;height:100%;opacity:0;cursor:pointer}.ChatInput__Attachments input:disabled{cursor:not-allowed!important}.ChatInput__Input{position:absolute;top:8px;left:8px;right:8px;bottom:0;height:calc(100% - 8px)!important;pointer-events:none}.ChatInput__Input.disabled{background:rgba(206,217,224,.5);box-shadow:none;cursor:not-allowed!important}.ChatInput__Input__Background{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;justify-content:flex-start;padding:4px 8px;grid-gap:8px;gap:8px;color:#bfccd6}.ChatInput__Input__Background *{line-height:1rem}.ChatInput__Input__Background svg{font-size:1.5rem}.ChatInput__Input__Attachments{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;padding:4px 8px;justify-content:flex-start;grid-gap:4px;gap:4px;overflow-x:auto;overflow-y:hidden}.AttachmentCard{height:34px;aspect-ratio:1;border:1px solid #ced9e0;border-radius:4px;background-color:#fff;pointer-events:all;cursor:pointer;position:relative}.AttachmentCard img{width:100%;height:100%;object-fit:contain;border-radius:4px}.AttachmentCard__Remove{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;display:none;color:#a82a2a}.AttachmentCard:hover img{opacity:.3}.AttachmentCard:hover .AttachmentCard__Remove,.ThreadView{display:flex}.ThreadView{justify-content:center;align-items:center;flex-direction:column;height:calc(100vh - 50px);position:relative;justify-content:flex-end;align-items:flex-start;padding-bottom:167px}@media (min-width:801px){.ThreadView{height:calc(100vh - 120px)}}.ProfileView{display:flex;justify-content:center;align-items:center;flex-direction:column;height:calc(100vh - 50px);width:calc(100% - 300px);position:relative;justify-content:flex-start;align-items:flex-start;overflow-y:auto;padding:1rem}@media (min-width:801px){.ProfileView{height:calc(100vh - 120px)}}.ProfileView .Avatar{z-index:1;align-self:center}.ProfileView .UnderAvatar{background-color:#f5f8fa;width:100%;height:66px;flex-shrink:0;position:absolute;top:0;left:0;border-bottom:1px solid #e1e8ed}.UserAttachments{width:100%}.UserAttachments td.centered{padding-left:2rem}.UserAttachments td.centered svg{cursor:pointer}.InitView,.UserAttachments table{width:100%}.InitView{display:flex;justify-content:center;align-items:center;flex-direction:column;height:calc(100vh - 50px);padding:1rem;justify-content:flex-start}@media (min-width:801px){.InitView{height:calc(100vh - 120px)}}.InitView .SelectNotify{box-shadow:0 0 0 1px rgba(16,22,26,.1),0 1px 1px rgba(16,22,26,.2),0 2px 6px rgba(16,22,26,.2);border-radius:8px;display:flex;justify-content:center;align-items:center;background-color:#137cbd;color:#fff;padding:0 1rem;width:100%;height:3rem;justify-content:space-between}.InitView .SelectNotify svg{fill:#fff;color:#fff}.SecurityView{display:flex;justify-content:center;align-items:center;flex-direction:column;height:calc(100vh - 50px);width:100%}@media (min-width:801px){.SecurityView{display:grid;height:calc(100vh - 120px);grid-template-columns:1fr 2fr;grid-template-rows:1fr 1fr}}.SecurityView>div{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;padding:1rem}.SecurityView>div ul{width:100%}.SecurityView>div li{list-style:none;width:100%}.SecurityView>div li b{color:#0f9960}.SecurityView>div li .bp3-spinner{display:inline-block;width:auto;margin-top:-2px}.SecurityView>div:first-child>div,.SecurityView>div:nth-child(3)>div{display:flex;justify-content:center;align-items:center;width:80%;max-width:200px;background-color:#ced9e0;aspect-ratio:1;border-radius:999999px}.SecurityView>div:first-child>div img,.SecurityView>div:nth-child(3)>div img{width:70%}.SecurityView>div:first-child{grid-column:1/2;grid-row:1/2;border-bottom:1px solid #e1e8ed}.SecurityView>div:nth-child(2){grid-column:2/3;grid-row:1/2;border-bottom:1px solid #e1e8ed}.SecurityView>div:nth-child(3){grid-column:1/2;grid-row:2/3}.SecurityView>div:nth-child(4){grid-column:2/3;grid-row:2/3}.LoginView{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem;text-align:center;width:100%;margin:auto;background-color:#fff}.LoginView h2,.LoginView img{margin-bottom:3rem}.UserDataFormView{width:500px;max-width:100%;margin:auto;padding:2rem}.UserDataFormView .bp3-form-helper-text,.UserDataFormView label .bp3-text-muted{color:#f55656!important}body{padding:0;margin:0;background-color:#d8e1e8}*{box-sizing:border-box}#root{min-height:100vh;width:1200px;max-width:100vw;margin:auto;background-color:#f5f8fa}.circle-button{border-radius:9999999px;padding:5px!important}.bp3-datepicker{display:flex;justify-content:center;align-items:center}.bp3-datepicker .DayPicker-Months .DayPicker-Caption .bp3-datepicker-caption .bp3-html-select>span{display:none}
/*# sourceMappingURL=main.1db7c43c.chunk.css.map */