*:after,*:before{margin:0;padding:0;box-sizing:inherit}*{box-sizing:border-box}html{font-size:62.5%}body{box-sizing:border-box;margin:0}::-moz-selection{background-color:#1e1e1e;color:#fff}::selection{background-color:#1e1e1e;color:#fff}h1,h2,h3{margin:0}ol,ul{list-style:none;padding:0;margin:0}input,textarea,select,button{font-family:inherit;font-size:inherit}input{outline:none;border:none}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{color:inherit;-webkit-text-fill-color:currentColor;box-shadow:0 0 0 100rem #fff inset}input:autofill,textarea:autofill,select:autofill{color:inherit;-webkit-text-fill-color:currentColor;box-shadow:0 0 0 100rem #fff inset}input:focus::-moz-placeholder{color:transparent;opacity:0;visibility:hidden}input:focus::placeholder{color:transparent;opacity:0;visibility:hidden}.main{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}.page-wrapper{display:flex;max-width:128rem;margin:3rem auto;box-shadow:0 0 6px #00000024;height:calc(100vh - 7rem);overflow-y:auto}body{font-family:Inter,sans-serif;font-weight:500;line-height:1;color:#1e1e1e;font-size:1.2rem}.heading-primary{font-size:2rem;font-weight:500}.heading-secondary{color:#1e1e1e;font-weight:600;font-size:1.3rem}.btn{border:none;transition:all .3s;cursor:pointer;background-color:transparent}.btn-text{padding:1.2rem;max-width:28rem;font-size:1.3rem;border-radius:8px;color:#fff;background-color:#3369f3;width:100%}.btn-text:hover{background-color:#0030aa}.btn-attach:hover,.btn-arrow:hover{opacity:.7}.link{color:#3369f3;transition:all .3s;font-size:1.3rem}.link,.link:link,.link:visited{text-decoration:none}.link:hover{text-decoration:underline}.link--small{margin-top:14px;font-size:1.1rem}.link--grey{color:#999}.link--red{color:#ff2f2f}.avatar{border-radius:inherit;width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover}.chat-sidebar{max-width:31rem;background-color:#fbfbfb}.chat-sidebar__header{padding:2.1rem 1rem 2.3rem}.chat-sidebar__profile-menu{text-align:right}.chat-sidebar__search{margin:0 1rem;padding-bottom:1.4rem;border-bottom:1px solid #eaeaea}.chat-sidebar__search-input{width:100%;background-color:#efefef;padding:.85rem;font-size:1.2rem;border-radius:.5rem}.chat-sidebar__search-input::-moz-placeholder{color:#999;text-align:center}.chat-sidebar__search-input::placeholder{color:#999;text-align:center}.chat-list{flex:1 1 auto;overflow-y:auto;min-height:0}.chat-list__item{position:relative}.chat-list__item--selected{background-color:#e4edfd}.chat-list__underlay{position:absolute;inset:0}.chat-list__link{overflow:hidden;display:flex;align-items:center;min-height:6.7rem;margin:0 1rem;text-decoration:none;white-space:nowrap;outline:none;border-bottom:1px solid #eaeaea}.chat-list__link:hover .chat-list__underlay{z-index:1;background-color:#e4edfd4d}.chat-list__pic,.chat-list__content{position:relative;z-index:3}.chat-list__pic{width:4.7rem;height:4.7rem;background-color:#efefef;border-radius:50%;margin-right:1rem}.chat-list__content{flex:1;min-width:0}.chat-list__row{display:flex;align-items:center;justify-content:space-between;min-width:0}.chat-list__row+.chat-list__row{margin-top:.4rem}.chat-list__name,.chat-list__latest{overflow:hidden;text-overflow:ellipsis}.chat-list__latest,.chat-list__date{color:#999}.chat-list__date{font-size:.9rem}.chat-list__unread{flex-shrink:0;min-width:1.5rem;height:1.5rem;border-radius:.75rem;font-size:.875rem;line-height:1.5625rem;color:#fff;display:flex;justify-content:center;align-items:center}.chat-list__unread span{background-color:#3369f3;color:#fff;display:inline-flex;white-space:pre;border-radius:.875rem;padding:0 .4375rem;font-size:1.1rem}.chat-main{padding:1rem 2rem;flex:1;min-width:0}.chat-main__header{display:flex;align-items:center;justify-content:flex-start;padding-bottom:1rem;border-bottom:1px solid #eaeaea;flex-shrink:0}.chat-main__name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-main__pic{width:3.4rem;height:3.4rem;background-color:#efefef;margin-right:1rem;border-radius:50%}.chat-main__menu-btn{font-size:1.5rem;font-weight:600}.chat-history{flex:1 1 auto;overflow-y:auto;min-height:0;display:flex;flex-direction:column}.chat-history__period{color:#999;text-align:center;padding:4.8rem 0 3rem}.chat-message{max-width:40rem;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.chat-message__content{position:relative;display:block;border-radius:inherit}.chat-message__content--text{padding:1.1rem;overflow:clip;line-height:1.5rem;overflow-wrap:anywhere}.chat-message__content--image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:inherit}.chat-message--companion{border-radius:0 1.2rem 1.2rem;border:1px solid #f8f8f8}.chat-message--companion .chat-message__content--text{background-color:#f8f8f8}.chat-message--own .chat-message__content--text{background-color:#e4edfd}.chat-message__meta{position:relative;font-size:.9rem;float:right}.chat-message--companion .chat-message__meta{color:#999}.chat-message--own .chat-message__meta{color:#3369f3}.chat-message__content--text .chat-message__meta{background-color:inherit;top:.8rem;margin-left:1.5rem}.chat-message__content--image .chat-message__meta{color:#fff;background-color:#52525280;padding:.2rem .7rem;border-radius:.875rem;position:absolute;right:1.1rem;bottom:1.1rem}.chat-message--own{align-self:flex-end;border-radius:1.2rem 0 1.2rem 1.2rem}.chat-message__status--read{display:inline-block;width:.9rem;height:.4rem;background-image:url(/images/icon-status-read.svg)}.chat-input{display:flex;border-top:1px solid #eaeaea;padding-top:1.1rem}.chat-input__field{flex:1 1 auto;background-color:#efefef;border-radius:3rem;padding:1rem 2rem;border:1px solid transparent}.chat-input__field::-moz-placeholder{color:#999}.chat-input__field::placeholder{color:#999}.chat-input__field--red{border:1px solid #ff2f2f}.login-form{display:flex;flex-direction:column;height:100%;justify-content:space-between}.login-form__row{margin-bottom:2rem;line-height:1}.login-form__row div{position:relative;display:flex;flex-direction:column;font-size:1.3rem}.login-form__label{position:absolute;left:0;top:1rem;color:#999;font-size:1.3rem;pointer-events:none;transition:transform .2s cubic-bezier(.4,0,.2,1),color .2s;transform-origin:left top;transform:none}.login-form__input{border-bottom:1px solid #3369f3;padding:.7rem 0}.login-form__input:focus{border-bottom:1px solid #0030aa}.login-form__input:focus+label,.login-form__input:not(:placeholder-shown)+label,.login-form__input:-webkit-autofill+label{transform:translateY(-1.8rem) scale(.8)}.login-form__error{color:#ff2f2f;font-size:1rem;margin-bottom:0}.login-form__submit{display:flex;flex-direction:column;justify-content:center;align-items:center}.profile-form{display:flex;flex-direction:column;align-items:stretch;font-size:1.3rem;margin:0}.profile-form__row{border-bottom:1px solid #eaeaea}.profile-form__row div{display:flex;justify-content:space-between;align-items:center;height:3.3rem;flex-direction:row-reverse}.profile-form__row:last-child{margin-bottom:5rem;border-bottom:none}.profile-form__label{cursor:pointer}.profile-form__input{color:#999;text-align:right;margin:0;padding-right:1px}.profile-form__error{color:#ff2f2f;font-size:1rem;margin:0 0 1rem}.profile-form input:focus{color:#1e1e1e}.profile-form__submit{display:flex;justify-content:center;align-items:center}.userpic{position:relative;width:13rem;height:13rem;margin-bottom:2.1rem;background:url(/images/image-placeholder.svg) #efefef no-repeat center;border-radius:50%}.userpic__button{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;border-radius:inherit;background:#00000080;transition:opacity .2s;z-index:2;color:#fff;font-size:1.3rem;display:flex;justify-content:center;align-items:center;padding:0 3.3rem;text-align:center;line-height:1.4rem;opacity:0}.userpic__button:hover{opacity:1}.profile-info{display:flex;flex-direction:column;align-items:stretch;font-size:1.3rem;margin:0}.profile-info__line{border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center;height:3.3rem}.profile-info__line:last-child{margin-bottom:5rem;border-bottom:none}.actions__item{padding:1rem 0}.actions__item:not(:last-child){border-bottom:1px solid #eaeaea}.footer{position:absolute;padding:1.5rem;bottom:0;left:0;text-align:center;width:100%;display:flex;justify-content:center}.footer__navigation{gap:2rem;display:flex;margin:0 auto}.footer a.active{text-decoration:underline}.sign-page{box-shadow:0 0 6px #00000024;padding:3rem;border-radius:12px;width:34rem;display:flex;flex-direction:column}.sign-page .heading-primary{text-align:center;margin:2rem 0 3rem}.sign-page--in{height:45rem}.sign-page--up{height:61.5rem}.sign-page .link{text-align:center}.chat-sidebar,.chat-main{height:calc(100vh - 7rem);display:flex;flex-direction:column}.profile{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:6rem;overflow:auto}.profile__header{display:flex;flex-direction:column;align-items:center}.profile__name{margin-bottom:6rem;font-size:1.6rem;font-weight:600;text-align:center}.profile__container,.profile__actions{width:51rem}.navigation-bar{min-width:6.4rem;background-color:#fbfbfb;border-right:1px solid #eaeaea;display:flex;justify-content:center;align-items:center}.navigation-bar__link{background:#fbfbfb url(/images/icon-arrow-left.svg) no-repeat center;width:100%;height:100%;overflow:hidden;text-indent:-9999px}.navigation-bar__link:hover{background-color:#0000001a}.error-container{display:flex;flex-direction:column;align-items:center;gap:7rem}.error-page{text-align:center}.error-page__code{font-size:4rem;font-weight:500;margin-bottom:2rem}.error-page__status{font-size:2rem}
