body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.underline{text-decoration:underline}.cursor-pointer{cursor:pointer}.pos-rel{position:relative}.sb{align-items:center;display:flex;justify-content:space-between}.flex-1{flex:1 1}.js-focus-visible :focus:not(.focus-visible){outline:none}.focus-visible{outline-color:rgba(129,202,231,.3)}.header{align-items:center;background:#ededed;display:flex;height:60px;justify-content:space-between;min-height:60px;padding:10px}.avatar{border-radius:50%;height:100%;object-fit:cover;width:100%}.emoji{background:url(/static/media/emoji-sprite.d308250dd499641a89fa.png) transparent;background-repeat:no-repeat;background-size:400px;background-size:500px;height:40px;height:50px;width:40px;width:50px}.search-wrapper{background:#f6f6f6;height:50px;padding:7px 10px;position:relative}.search-wrapper:focus-within{background:#fff}.search{background:#fff;border-radius:18px;color:#4a4a4a;height:100%;padding-left:60px;width:100%}.search::-webkit-input-placeholder{color:#999}.search::placeholder{color:#999}.search-icons{color:#919191;height:24px;left:20px;overflow:hidden;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.search-icon,.search__back-btn{height:100%;position:absolute;transition:all .8s ease;width:100%}.search-icon{opacity:1;transition-delay:.3s}.search__back-btn{color:#33b7f6;opacity:0;transition-delay:.3s}.search-wrapper:focus-within .search-icon{opacity:0;transition-delay:0s}.search-wrapper:focus-within .search__back-btn{opacity:1;-webkit-transform:rotate(1turn);transform:rotate(1turn);transition-delay:0s}*{box-sizing:border-box;font-family:inherit;font-weight:400;margin:0;padding:0}a,a:active,a:hover{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}button{cursor:pointer}button,input{background-color:initial;border:none}ul{list-style:none}::-webkit-scrollbar{height:6px!important;width:6px!important}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.dark-theme ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.16)}.dark-theme ::-webkit-scrollbar-track{background-color:initial}.dark-theme .focus-visible{outline:2px solid rgba(70,108,119,.3)}.dark-theme .header{background:#2a2f32}.dark-theme .search-wrapper{background:#131c21}.dark-theme .search{background:#323739}.dark-theme .search__back-btn{color:inherit}.dark-theme .app{background:#090f13}.dark-theme .app:before{display:none}.dark-theme .app__mobile-message{color:hsla(240,4%,95%,.92)}@media screen and (max-width:500px){.dark-theme .app:before{background:#056162;display:block}}.app{background:#dddbd1;min-height:100vh;position:relative;width:100%}.app:before{background:#009688;content:"";height:120px;left:0;position:absolute;top:0;width:100%;z-index:1}.app__mobile-message{display:none}.app-content{box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);display:flex;height:100vh;margin:0 auto;max-width:1450px;overflow:hidden;position:relative;width:100%;z-index:100}@media screen and (max-width:500px){.app__mobile-message{display:block;font-size:1.2rem;padding-top:200px;text-align:center}.app-content{display:none}}@media screen and (min-width:1450px){.app{padding:20px}.app-content{height:calc(100vh - 40px)}}.dark-theme .loader{background:#131c21}.dark-theme .loader__logo-wrapper:after{background:linear-gradient(90deg,rgba(19,28,33,.5),rgba(19,28,33,.5) 33.33%,rgba(19,28,33,0) 44.1%,rgba(19,28,33,0) 55.8%,rgba(19,28,33,.5) 66.66%,rgba(19,28,33,.5))}.dark-theme .loader__logo{fill:#6c7175}.dark-theme .loader__progress{background:#2a2f32}.dark-theme .loader__progress:after{background:#0c897c}.dark-theme .loader__title{color:hsla(240,4%,95%,.88)}.dark-theme .loader__desc{color:hsla(240,4%,95%,.45)}.loader{align-items:center;background:#f0f0f0;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loader__logo-wrapper{position:relative}.loader__logo-wrapper:after{-webkit-animation:glisten 2s ease-in .8s infinite;animation:glisten 2s ease-in .8s infinite;background:linear-gradient(90deg,hsla(0,0%,94%,.5),hsla(0,0%,94%,.5) 33.33%,hsla(0,0%,94%,0) 44.1%,hsla(0,0%,94%,0) 55.8%,hsla(0,0%,94%,.5) 66.66%,hsla(0,0%,94%,.5));bottom:0;content:"";left:-100px;position:absolute;top:0;width:100px}.loader__logo{fill:#bfbfbf;height:60px;width:60px;z-index:3}.loader__progress{background:#e6e6e6;height:4px;margin:20px auto 30px;max-width:400px;position:relative;width:200px;width:90%}.loader__progress:after{background:#00d9bb;content:"";height:100%;position:absolute;transition:width 2s linear;width:0}.loader__progress--done:after{width:100%}.loader__title{color:#525252;font-size:1.1rem;font-weight:500;margin-bottom:10px}.loader__desc{color:rgba(0,0,0,.25);font-size:.85rem}.loader__icon{margin-right:5px}@-webkit-keyframes glisten{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(150px);transform:translateX(150px)}}@keyframes glisten{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(150px);transform:translateX(150px)}}.dark-theme .home{background:#262d31;border-bottom-color:#056162}.dark-theme .home__title{color:hsla(240,4%,95%,.88)}.dark-theme .home__text{color:#a6a8aa}.dark-theme .home__text:first-of-type{border-bottom-color:hsla(240,4%,95%,.11)}.dark-theme .home__link{color:#00af9c}.home{align-items:center;background:#f8f9fa;border-bottom:6px solid #06d755;display:flex;flex:60% 1;flex-direction:column;height:100%;justify-content:center;padding:20px;text-align:center}.home__img-wrapper{height:250px;margin-bottom:20px;width:250px}.home__img{border-radius:50%;height:100%;width:100%}.home__title{color:#525252;font-size:2rem;font-weight:300;margin-bottom:10px}.home__text{align-items:center;color:rgba(0,0,0,.45);display:flex;font-size:.85rem;font-weight:500;line-height:24px;max-width:500px}.home__text:first-of-type{border-bottom:1px solid rgba(74,74,74,.08);padding-bottom:30px}.home__text:last-of-type{padding-top:30px}.home__icon{display:inline-block;margin-right:5px}.home__link{color:#07bc4c}.dark-theme .sidebar{border-right-color:#3c4247}.dark-theme .sidebar__alert--warning{background:#d7a53b}.dark-theme .sidebar__alert--info{background:#085373}.dark-theme .sidebar__alert--danger{background:#a7494c}.dark-theme .sidebar__alert-icon{color:hsla(240,4%,95%,.8)}.dark-theme .sidebar__alert-text:first-of-type{color:hsla(240,4%,95%,.96)}.dark-theme .sidebar__alert-text:last-of-type{color:hsla(240,4%,95%,.75)}.dark-theme .sidebar__alert--warning .sidebar__alert-text:first-of-type{color:rgba(9,14,17,.96)}.dark-theme .sidebar__alert--warning .sidebar__alert-text:last-of-type{color:rgba(9,14,17,.75)}.dark-theme .sidebar__contacts{background:#131c21;border-top-color:#242d32}.dark-theme .sidebar-contact{border-bottom-color:#3c4247}.dark-theme .sidebar-contact:hover{background:#323739}.dark-theme .sidebar-contact__name{color:hsla(240,4%,95%,.92)}.dark-theme .sidebar-contact__message-wrapper,.dark-theme .sidebar-contact__time{color:hsla(240,4%,95%,.63)}.dark-theme .sidebar-contact__message--unread{color:#d4d5d7}.dark-theme .sidebar-contact__icons>*{color:hsla(240,4%,95%,.63)}.dark-theme .sidebar-contact__unread{background-color:#00af9c;color:#131c21}.sidebar{border-right:1px solid #dadada;display:flex;flex:40% 1;flex-direction:column;min-width:300px}.sidebar__avatar-wrapper{height:40px;width:40px}.sidebar-contact__dot{border-radius:50%;height:10px;padding-right:10px;width:10px}.red-indicator{background-color:red;margin-right:10px}.green-indicator{background-color:green;margin-right:10px}.sidebar__actions{margin-right:20px}.sidebar__actions>*{cursor:pointer;display:inline-block;margin-left:25px}.sidebar__action-icon{color:#919191}.sidebar__alert{align-items:center;display:flex;min-height:85px;padding:20px}.sidebar__alert--warning{background:#fed859}.sidebar__alert--info{background:#9de1fe}.sidebar__alert--danger{background:#f3645b}.sidebar__alert-icon-wrapper{margin-right:10px}.sidebar__alert-icon{color:#fff}.sidebar__alert-texts{flex:1 1}.sidebar__alert-text:first-of-type{color:#343738;font-size:1rem;margin-bottom:5px}.sidebar__alert-text:last-of-type{color:#414a4e;font-size:.85rem;line-height:17px}.sidebar__alert--danger .sidebar__alert-text:first-of-type,.sidebar__alert--danger .sidebar__alert-text:last-of-type{color:#fff}.sidebar__search-wrapper{background:#f6f6f6;height:50px;padding:7px 10px;position:relative}.sidebar__contacts{background:#f5f5f5;border-top:1px solid #dadada;flex:1 1;overflow-y:scroll}.sidebar-contact{align-items:center;border-bottom:1px solid #ebebeb;cursor:pointer;display:flex;height:72px;padding:10px 20px}.sidebar-contact:hover{background-color:#ebebeb}.sidebar-content__selected{background-color:#39393c;z-index:999}.sidebar-contact__avatar-wrapper{height:50px;margin-right:10px;width:50px}.sidebar-contact__content{flex:1 1;overflow:hidden}.sidebar-contact__bottom-content,.sidebar-contact__message-wrapper,.sidebar-contact__top-content{align-items:center;display:flex;justify-content:space-between}.sidebar-contact__message,.sidebar-contact__name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-contact__top-content{margin-bottom:2px}.sidebar-contact__name{color:#000;font-size:1rem;font-weight:500}.sidebar-contact__time{color:rgba(0,0,0,.45);font-size:.7rem}.sidebar-contact__message-wrapper{color:#00000099;font-size:.85rem;margin-right:3px;overflow:hidden}.sidebar-contact__message-icon{color:#b3b3b3;margin-right:3px}.sidebar-contact__message-icon--blue{color:#0da9e5}.sidebar-contact__message--unread{color:#000;font-weight:500}.sidebar-contact:not(:focus) .sidebar-contact__icons,.sidebar-contact__icons{align-items:center;display:flex;justify-content:center;-webkit-transform:translateX(24px);transform:translateX(24px);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.sidebar-contact:hover .sidebar-contact__icons{-webkit-transform:translateX(0);transform:translateX(0)}.sidebar-contact__icons>*{color:#b3b3b3;margin-left:8px}.sidebar-contact__unread{background-color:#06d755;border-radius:18px;color:#fff;display:inline-block;font-size:.75rem;font-weight:500;height:18px;line-height:18px;min-width:18px;padding:0 3px;text-align:center;vertical-align:middle}.contactTypes_list{background-color:#0c897c;border-bottom:1px solid #fff;cursor:pointer;height:30px}.contactTypes_list_selected{background-color:#0da9e5}.contactTypes_list:hover{background-color:#00d9bb}@media screen and (min-width:1000px) and (max-width:1300px){.sidebar{flex:35% 1}.sidebar~div{flex:65% 1}}@media screen and (min-width:1301px){.sidebar{flex:30% 1}.sidebar~div{flex:70% 1}}.dark-theme .options-btn--pressed{background:#20272b}.dark-theme .options-btn__options{background-color:#2a2f32}.dark-theme .options-btn__option{color:hsla(240,4%,95%,.92)}.dark-theme .options-btn__option:hover{background:#20272b}.options-btn{align-items:center;display:flex;justify-content:center;padding:5px}.options-btn--pressed{background:#d5d5d5;border-radius:50%}.options-btn__options{background-color:#fff;border-radius:3px;box-shadow:0 2px 5px 0 #00000042,0 2px 10px 0 rgba(0,0,0,.16);opacity:0;padding:10px 0;position:absolute;right:0;top:40px;-webkit-transform:scale(0);transform:scale(0);transition:all .2s ease-in;width:200px;z-index:1000}.options-btn__options--right{left:-210px;right:auto}.options-btn__options--active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.options-btn__option{color:#000;cursor:pointer;font-size:.9rem;padding:15px 20px}.options-btn__option:hover{background:#f5f5f5}.dark-theme .chat__body{border-right-color:#3c4247}.dark-theme .chat__bg{background:url(/static/media/bg-chat-dark.39f53e74f66d348d9f7c.png) #0d1418}.dark-theme .chat__contact-name{color:hsla(240,4%,95%,.92)}.dark-theme .chat__contact-desc{color:hsla(240,4%,95%,.63)}.dark-theme .chat__content{background:#0d1418}.dark-theme .chat__action-icon{color:#b1b3b5}.dark-theme .chat__date{background:#1e2a30;color:hsla(240,4%,95%,.92)}.dark-theme .chat__encryption-msg{background:#20272b;color:#fad964}.dark-theme .chat__encryption-icon{color:#fad964}.dark-theme .chat__msg{color:hsla(240,4%,95%,.95)}.dark-theme .chat__msg--sent{background:#056162}.dark-theme .chat__msg--rxd{background:#262d31}.dark-theme .chat__msg--sent+.chat__msg--rxd:before,.dark-theme .chat__msg-group>:first-child:not(.chat__msg--sent):before{border-right-color:#262d31;border-top-color:#262d31}.dark-theme .chat__msg--rxd+.chat__msg--sent:before,.dark-theme .chat__msg-group>:first-child:not(.chat__msg--rxd):before{border-left-color:#056162;border-top-color:#056162}.dark-theme .chat__msg-footer{color:hsla(240,4%,95%,.63)}.dark-theme .chat__msg--rxd .chat__msg-options{background:#262d31}.dark-theme .chat__msg--sent .chat__msg-options{background:#056162}.dark-theme .chat__img-wrapper .chat__msg-options{background:transparent}.dark-theme .chat__footer{background:#1e2428}.dark-theme .chat__scroll-btn{background:#262d31;color:#797c7e}.dark-theme .emojis__tab--active:after{background:#00af9c}.dark-theme .emojis__tab-icon{color:hsla(240,4%,95%,.32)}.dark-theme .emojis__tab--active .emojis__tab-icon{color:hsla(240,4%,95%,.63)}.dark-theme .emojis__search{background:#262d31;color:#d4d5d7}.dark-theme .emojis__search::-webkit-input-placeholder{color:#7d8184}.dark-theme .emojis__search::placeholder{color:#7d8184}.dark-theme .emojis__label{color:hsla(240,4%,95%,.45)}.dark-theme .chat__input-icon{color:#828689}.dark-theme .chat__input-icon--highlight{color:#009688}.dark-theme .chat__input{background:#33383b;color:#f1f1f2}.dark-theme .chat-sidebar__header-icon{color:#828689}.dark-theme .chat-sidebar__heading{color:hsla(240,4%,95%,.92)}.dark-theme .chat-sidebar__search-results{background:#131c21;color:hsla(240,4%,95%,.45)}.dark-theme .profile{background:#0d151a}.dark-theme .profile__section{background:#131c21;box-shadow:0 1px 3px 0 rgba(0,0,0,.16)}.dark-theme .profile__name{color:hsla(240,4%,95%,.92)}.dark-theme .profile__heading{color:#009688}.dark-theme .profile__heading-icon{color:#828689}.dark-theme .profile__about-item:not(:last-of-type),.dark-theme .profile__action:not(:last-of-type),.dark-theme .profile__group:not(:last-of-type){border-bottom:1px solid #3c4247}.dark-theme .profile__action-text--top{color:hsla(240,4%,95%,.92)}.dark-theme .profile__action-text--bottom{color:hsla(240,4%,95%,.45)}.dark-theme .profile__about-item{color:hsla(240,4%,95%,.92)}.dark-theme .profile__group:hover{background-color:#3c4247}.dark-theme .profile__group-text--top{color:hsla(240,4%,95%,.92)}.dark-theme .profile__group-text--bottom{color:hsla(240,4%,95%,.45)}.dark-theme .profile__section--danger{color:#ef697a}.chat,.chat__body{display:flex;position:relative}.chat__body{border-right:1px solid #dadada;flex:40% 1;flex-direction:column;min-width:300px;z-index:1}.chat__bg{background:url(/static/media/bg-chat-light.7fff1c4f8a5baa210f0e.png) #e4dcd4;bottom:0;left:0;opacity:.05;position:absolute;right:0;top:0;z-index:1}.chat__date-wrapper,.chat__encryption-msg,.chat__footer,.chat__header,.chat__msg-group{z-index:10}.chat__header{z-index:20}.chat__avatar-wrapper{cursor:pointer;height:40px;margin-right:10px;width:40px}.chat__contact-wrapper{cursor:pointer;flex:1 1}.chat__contact-desc,.chat__contact-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat__contact-name{color:#000;font-size:1rem;margin-bottom:2px}.chat__contact-desc{color:#00000099;font-size:.75rem}.chat__actions{align-items:center;display:flex;margin-right:20px}.chat__action{cursor:pointer;margin-left:25px}.chat__action:not(.options-btn){display:inline-block}.chat__action-icon{color:#919191}.chat__action-icon--search{height:30px;width:30px}.chat__content{background:#e4dcd4;flex:1 1;overflow-x:hidden;overflow-y:scroll;padding:20px 5% 2pc;position:relative}.chat__date-wrapper{margin:10px 0 14px;position:relative;text-align:center}.chat__date{background:#e1f2fa;border-radius:5px;color:#000;display:inline-block;font-size:.75rem;padding:7px 10px}.chat__encryption-msg{background:#fdf4c5;border-radius:5px;color:#000;font-size:.77rem;line-height:20px;margin-bottom:8px;padding:5px 10px;position:relative;text-align:center}.chat__encryption-icon{color:#8c866c;margin-bottom:-1px;margin-right:5px}.chat__msg-group{flex-direction:column}.chat__msg,.chat__msg-group{display:flex;margin-bottom:12px;position:relative}.chat__msg{border-radius:5px;color:#000;font-size:.85rem;line-height:20px;max-width:95%;padding:6px 7px 8px 9px;white-space:pre-line;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.chat__msg.chat__img-wrapper{padding:4px;width:95%}.chat__msg--sent{align-self:flex-end;background:#dbf8c6}.chat__msg--rxd{align-self:flex-start;background:#fff}.red{color:red}.chat__msg--sent+.chat__msg--rxd:before,.chat__msg-group>:first-child:not(.chat__msg--sent):before{border-color:#fff #fff transparent transparent;border-style:solid;border-width:6px;content:"";height:0;left:-8px;position:absolute;top:0;width:0}.chat__msg--rxd+.chat__msg--sent:before,.chat__msg-group>:first-child:not(.chat__msg--rxd):before{border-color:#dbf8c6 transparent transparent #dbf8c6;border-style:solid;border-width:6px;content:"";height:0;position:absolute;right:-8px;top:0;width:0}.chat__img{height:100%;object-fit:cover;width:100%}.chat__msg-filler{background:transparent;display:inline-block;height:3px;width:65px}.chat__msg-footer{align-items:center;bottom:3px;color:rgba(0,0,0,.45);display:flex;font-size:.7rem;font-weight:500;position:absolute;right:7px}.chat__msg-status-icon{color:#b3b3b3;margin-left:3px}.chat__msg-status-icon--blue{color:#0da9e5}.chat__img-wrapper .chat__msg-footer,.chat__img-wrapper .chat__msg-options-icon,.chat__img-wrapper .chat__msg-status-icon{color:#fff}.chat__msg-options{opacity:0;pointer-events:none;top:3px}.chat__msg-options,.chat_scroll-bottom{position:absolute;right:5px;transition:all .2s}.chat_scroll-bottom{align-items:center;-webkit-animation:bounce 2s 2s infinite;animation:bounce 2s 2s infinite;background:#fff;border-radius:50%;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);color:#919191;display:flex;height:42px;justify-content:center;top:20px;width:42px;z-index:100}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.chat__msg--rxd .chat__msg-options{background:#fff}.chat__msg--sent .chat__msg-options{background:#dbf8c6}.chat__img-wrapper .chat__msg-options{background:transparent}.chat__msg:hover .chat__msg-options{opacity:1;pointer-events:inherit}.chat__msg-options-icon{color:#919191;height:20px;width:20px}.chat__footer{background:#f0f0f0;position:relative}.chat__scroll-btn{align-items:center;background:#fff;border-radius:50%;bottom:80px;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);color:#919191;display:flex;height:42px;justify-content:center;position:absolute;right:15px;width:42px;z-index:-1}.emojis__wrapper{background:inherit;display:flex;flex-direction:column;height:0;min-height:0;overflow:hidden;transition:all .4s ease;width:100%}.emojis__wrapper--active{height:40vh;min-height:350px;transition:all .4s ease}.emojis__tabs{align-items:center;display:flex;height:50px}.emojis__tab{flex:1 1;padding:10px 5px;position:relative;text-align:center}.emojis__tab--active:after{background:#009688;bottom:0;content:"";height:4px;left:0;position:absolute;width:100%}.emojis__tab-icon{color:rgba(0,0,0,.32)}.emojis__tab--active .emojis__tab-icon{color:rgba(0,0,0,.6)}.emojis__content{flex:1 1;overflow-y:scroll;padding:5px 20px}.emojis__search{background:#e6e6e6;border-radius:5px;color:#4a4a4a;font-size:.9rem;height:40px;padding:5px 10px;width:100%}.emojis__search::-webkit-input-placeholder{color:#989898}.emojis__search::placeholder{color:#989898}.emojis__label{color:rgba(0,0,0,.45);font-size:.85rem;font-weight:500;margin-bottom:5px;margin-top:15px}.emojis__grid{display:flex;flex-wrap:wrap;margin-bottom:25px}.emojis__emoji{cursor:pointer;margin-right:3px;margin-top:3px}.chat__input-wrapper{align-items:center;display:flex;height:60px;padding:10px;position:relative}.chat__input-icon{border-radius:50%;color:#919191;height:28px;margin-left:8px;margin-right:8px;padding:3px;width:28px}.chat__loading-icon{height:48px!important;width:48px!important}.chat__input-icon--highlight{color:teal}.chat__attach{bottom:50px;display:flex;flex-direction:column;position:absolute}.chat__attach-btn{opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:all .5s ease}.chat__attach-btn:first-of-type{transition-delay:.5s}.chat__attach-btn:nth-of-type(2){transition-delay:.4s}.chat__attach-btn:nth-of-type(3){transition-delay:.3s}.chat__attach-btn:nth-of-type(4){transition-delay:.2s}.chat__attach-btn:nth-of-type(5){transition-delay:.1s}.chat__attach--active .chat__attach-btn{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.chat__attach-btn{margin-bottom:10px}.chat__input-icon--pressed{background:rgba(0,0,0,.1)}.chat__input{background:#fff;border-radius:22px;color:#4a4a4a;flex:1 1;height:100%;padding:20px 10px}.chat__input::-webkit-input-placeholder{color:#999;font-size:.9rem}.chat__input::placeholder{color:#999;font-size:.9rem}.chat-sidebar{display:flex;flex-direction:column;min-width:0;overflow-x:hidden;overflow-y:auto;transition:all .1s ease;width:0}.chat-sidebar--active{flex:30% 1}.chat-sidebar__header-icon{color:#919191;margin-right:20px}.chat-sidebar__heading{color:#000;flex:1 1;font-size:1rem;margin-bottom:2px}.chat-sidebar__content{flex:1 1}.chat-sidebar__search-results{background:#fff;color:#00000099;font-size:.85rem;height:100%;padding-top:5pc;text-align:center}.profile{background:#ededed;padding-bottom:2pc}.profile__section{background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);margin-bottom:10px;padding:10px 20px}.profile__section--personal{flex-direction:column;padding:30px 20px}.profile__avatar-wrapper,.profile__section--personal{align-items:center;display:flex;justify-content:center}.profile__avatar-wrapper{margin-bottom:20px;width:200px}.profile__name{align-self:flex-start;color:#000;flex:1 1;font-size:1.2rem}.profile__heading-wrapper{margin-bottom:10px;margin-top:5px}.profile__heading{color:#009688;flex:1 1;font-size:.85rem}.profile__heading-icon{color:#919191}.profile__media-wrapper{align-items:center;display:flex;justify-content:space-between}.profile__media{width:32%}.profile__about-item,.profile__action{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:5px;padding:15px 0}.profile__about-item:not(:last-of-type),.profile__action:not(:last-of-type),.profile__group:not(:last-of-type){border-bottom:1px solid #ebebeb}.profile__action-left{flex:1 1}.profile__action-text{display:block}.profile__about-item,.profile__action-text--top{font-weight:500;margin-bottom:5px}.profile__action-text--bottom{color:rgba(0,0,0,.45);font-size:.85rem}.profile__section--groups{padding-left:0;padding-right:0}.profile__group,.profile__group-heading{padding-left:20px;padding-right:20px}.profile__group{align-items:center;cursor:pointer;display:flex;padding-bottom:10px;padding-top:10px}.profile__group:hover{background-color:#ebebeb}.profile__group-content{flex:1 1;overflow:hidden}.profile__group-avatar-wrapper{height:50px;margin-right:10px;width:50px}.profile__group-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile__group-text--top{color:#000;font-size:1rem;font-weight:500;margin-bottom:5px}.profile__group-text--bottom{color:#00000099;font-size:.85rem;overflow:hidden}.profile__section--danger{align-items:center;color:#df3333;display:flex;padding-bottom:20px;padding-top:20px}.profile__danger-icon{margin-right:20px}.profile__danger-text{flex:1 1}@media screen and (min-width:1301px){.chat__msg{max-width:65%}}@media screen and (min-width:1000px) and (max-width:1300px){.chat__msg{max-width:75%}}@media screen and (min-width:900px) and (max-width:1000px){.chat__msg{max-width:85%}}@media screen and (max-width:1000px){.chat-sidebar{height:100%;left:0;position:absolute;-webkit-transform:translateX(120vw);transform:translateX(120vw);width:100%;z-index:10}.chat-sidebar,.chat-sidebar--active{transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.chat-sidebar--active{-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (min-width:750px){.chat__msg.chat__img-wrapper{max-width:400px;min-width:300px;width:40%}}#loading{display:inline-block}
/*# sourceMappingURL=main.c7f43b85.css.map*/