@font-face{font-style:normal;font-weight:300;font-family:Montserrat;font-display:swap;src:url(/fonts/montserrat-light.6091391c.woff2) format("woff2"),url(/fonts/montserrat-light.8d30b435.woff) format("woff")}@font-face{font-style:normal;font-weight:400;font-family:Montserrat;font-display:swap;src:url(/fonts/montserrat-regular.0e62183c.woff2) format("woff2"),url(/fonts/montserrat-regular.fd353a5d.woff) format("woff")}@font-face{font-style:normal;font-weight:500;font-family:Montserrat;font-display:swap;src:url(/fonts/montserrat-medium.072e89cd.woff2) format("woff2"),url(/fonts/montserrat-medium.0277c49e.woff) format("woff")}@font-face{font-style:normal;font-weight:600;font-family:Montserrat;font-display:swap;src:url(/fonts/montserrat-semi-bold.3f34d94e.woff2) format("woff2"),url(/fonts/montserrat-semi-bold.87c9afd0.woff) format("woff")}@font-face{font-style:normal;font-weight:700;font-family:Montserrat;font-display:swap;src:url(/fonts/montserrat-bold.6e981425.woff2) format("woff2"),url(/fonts/montserrat-bold.0c2f5594.woff) format("woff")}@font-face{font-style:normal;font-weight:400;font-family:Nunito;font-display:swap;src:url(/fonts/nunito-regular.7c11710e.woff2) format("woff2"),url(/fonts/nunito-regular.cbc68b46.woff) format("woff")}@font-face{font-style:normal;font-weight:500;font-family:Nunito;font-display:swap;src:url(/fonts/nunito-medium.7ee21c5a.woff2) format("woff2"),url(/fonts/nunito-medium.fb0cec76.woff) format("woff")}@font-face{font-style:normal;font-weight:700;font-family:Nunito;font-display:swap;src:url(/fonts/nunito-bold.ad4373c8.woff2) format("woff2"),url(/fonts/nunito-bold.f7700d30.woff) format("woff")}::-moz-selection{background-color:#a4c4e8}::selection{background-color:#a4c4e8}:focus{outline:none!important}#app{font-family:Montserrat,Trebuchet MS,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#22222c;display:flex;overflow-x:hidden}a{text-decoration:none}body{min-height:100vh;margin:0;padding:0}main{flex-grow:1}.main{padding-left:60px}:root{--bg-color:#fff;--text-color:#22222c}html.theme-dark{--bg-color:#22222c;--text-color:#fff}.user{display:grid;padding:5px;grid-template-columns:40px 1fr;gap:0 15px;border-radius:8px;transition:background-color .2s ease-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(hover:hover){.user:hover:not(:focus-visible):not(:active):not(.selected){background-color:rgba(242,242,248,.9)}}.user:focus-visible:not(:active):not(.selected){background-color:rgba(242,242,248,.9)}.user.selected{background-color:#e0e8f2}.user__avatar{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px;grid-row:span 2;background-color:#c8cdd3;border-radius:50%}.user__avatar--online:after{position:absolute;bottom:0;right:0;width:10px;height:10px;background-color:#6ecb6e;border:1px solid #fff;border-radius:50%;box-sizing:border-box;content:""}.user__image{display:block;width:100%;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.user__name{font-size:14px;line-height:17px;font-weight:500;color:#22222c;margin:1px 0}.user__position{font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:18px;color:#6b8bae}.file{display:grid;grid-template-columns:50px 1fr;align-items:end;padding:10px;gap:5px 15px;border-radius:4px}.file__icon-container{display:flex;justify-content:center;align-items:center;width:50px;height:45px;grid-row:span 2;background-color:#4281c2;border-radius:4px}.file__icon-container .file__icon>path{stroke:#fff}.file__name{font-size:16px;font-weight:400;line-height:20px;white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.file__size{font-size:14px;line-height:17px;color:#5a7695}.search{position:relative}.search:before{position:absolute;top:25%;left:21px;width:18px;height:18px;background:transparent url(/img/search.df7d32e6.svg) no-repeat 50%;z-index:1;content:""}.search--big-icon:before{left:15px;background:transparent url(/img/big-search.a1593e8c.svg) no-repeat 50%}.search--big-icon:before,.search--big-icon>.search__button-close{top:20%;width:26px;height:26px}.search--big-icon>.search__button-close:after,.search--big-icon>.search__button-close:before{top:1px;height:25px}.search--big-icon>.search__button-close:before{right:12px}.search--big-icon>.search__button-close:after{left:12px}.search__input{position:relative;font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:13px;font-weight:400;width:100%;height:100%;padding:8px 50px;background-color:#f7f7f7;border:none;border-radius:30px;box-sizing:border-box;box-shadow:0 1px 5px 0 var(hsla(216,9%,66%,.1));overflow:hidden}.search__input:focus-visible{outline:none}.search__input--white{background-color:#fff;border:1px solid #c8cdd3;box-shadow:none}.search__button-close{position:absolute;top:25%;right:16px;width:18px;height:18px;padding:0;background-color:transparent;border:none;box-sizing:border-box;cursor:pointer;z-index:1}.search__button-close:after,.search__button-close:before{position:absolute;top:0;width:2px;height:20px;border-radius:15px;background-color:#c8cdd3;transition:background-color .2s ease;content:""}.search__button-close:before{right:8px;transform:rotate(45deg)}.search__button-close:after{left:8px;transform:rotate(-45deg)}@media(hover:hover){.search__button-close:hover:not(:focus-visible):not(:disabled):not(:active):after,.search__button-close:hover:not(:focus-visible):not(:disabled):not(:active):before{background-color:#4281c2}}.search__button-close:focus-visible:not(:disabled):not(:active):after,.search__button-close:focus-visible:not(:disabled):not(:active):before{background-color:#4281c2}.search__fade-enter-active,.search__fade-leave-active{transition:opacity .2s ease}.search__fade-enter-from,.search__fade-leave-to{opacity:0}.checkbox{height:-moz-fit-content;height:fit-content}.checkbox>span{position:relative;display:block;min-width:20px;min-height:20px;background-color:transparent;border:1px solid #6b8bae;border-radius:7px;box-sizing:border-box;transition:background-color .2s ease;cursor:pointer}.checkbox>span:before{position:absolute;top:5px;left:3px;display:inline-block;width:12px;height:8px;mask-image:url(/img/mask-check-mark.a6543cb0.svg);-webkit-mask-image:url(/img/mask-check-mark.a6543cb0.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;background-color:#6b8bae;opacity:0;transition:opacity .2s ease;content:""}.checkbox>input{margin:0}.checkbox>input:checked+span:before{opacity:1}.emoji{font-size:1em;line-height:1;width:1.25rem;height:1.25rem;vertical-align:top;pointer-events:none}.tabs{position:relative}.tabs__list{position:sticky;top:0;display:flex;padding:0 11px;margin:0;justify-content:space-around;background-color:#fff;border-bottom:2px solid #f7f7f7;border-top:2px solid #f7f7f7;flex-wrap:nowrap;list-style-type:none;overflow-y:auto;z-index:2}.tabs__list::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.tabs__list{scrollbar-width:none;-ms-overflow-style:none}}.tabs__item{position:relative}.tabs__item:after{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#4281c2;border-radius:4px;opacity:0;transition:opacity .2s ease-out;content:""}.tabs__item--margin:not(:last-child){margin-right:11px}.tabs__item--active>button{color:#4281c2}.tabs__item--active:after{opacity:1}.tabs__button{font-family:inherit;font-size:16px;line-height:19px;color:#c8cdd3;padding:10px 11px 11px;background-color:transparent;border:none;transition:color .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tabs__button:not(:disabled){cursor:pointer}.logout-button{font-family:Montserrat,Trebuchet MS,sans-serif;font-size:15px;line-height:18px;font-weight:400;color:#fff;display:flex;padding:0 6px 5px;margin:0;align-items:center;background-color:transparent;border:none;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto}.logout-button>svg>path{stroke:#fff}.logout-button:not(:disabled){cursor:pointer}.logout-button__icon{flex-shrink:0}.logout-button__text{margin-left:44px;flex-shrink:0}.main-header{position:absolute;display:flex;flex-direction:column;justify-content:space-between;min-width:60px;max-width:0;height:100%;padding:20px 10px 16px;align-items:start;background:linear-gradient(328.67deg,rgba(220,246,219,.9) -54.28%,rgba(80,143,207,.9) 74.82%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);overflow:hidden;transition:min-width .2s ease-out;box-sizing:border-box;z-index:4}.main-header.visible{min-width:310px}.main-header__navigation{display:flex;flex-direction:column;max-height:66%;width:100%;margin:0 0 19px;overflow-y:auto;overflow-x:hidden;pointer-events:none}.main-header__navigation::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.main-header__navigation{scrollbar-width:none;-ms-overflow-style:none}}.main-header__navigation-list{padding:0 6px 21px;margin:0 0 auto;list-style-type:none}.main-header__navigation-item{text-align:start;pointer-events:auto}.main-header__navigation-item:not(:last-child){margin:0 0 10px}.main-header__navigation-link{font-size:15px;line-height:18px;font-weight:400;color:#fff;display:flex;align-items:center;padding:20px 0;transition:color .2s ease-out}.main-header__navigation-link.active{font-weight:500;cursor:default}.main-header__navigation-link.active>.main-header__navigation-icon>path{stroke:#fff;transition:stroke .2s ease-out,font-weight .2s ease-out}@media(hover:hover){.main-header__navigation-link:not(.active):hover:not(:focus-visible):not(:active){color:#cadef5;outline:none}.main-header__navigation-link:not(.active):hover:not(:focus-visible):not(:active)>.main-header__navigation-icon>path{stroke:#cadef5;transition:stroke .2s ease-out}}.main-header__navigation-link:not(.active):focus-visible:not(:active){color:#cadef5;outline:none}.main-header__navigation-link:not(.active):focus-visible:not(:active)>.main-header__navigation-icon>path{stroke:#cadef5;transition:stroke .2s ease-out}.main-header__navigation-link:not(.active):active{color:#a4c4e8}.main-header__navigation-link:not(.active):active>.main-header__navigation-icon>path{stroke:#a4c4e8;transition:stroke .2s ease-out}.main-header__navigation-icon{margin-right:39px;flex-shrink:0}.main-header__navigation-title{flex-shrink:0}.main-header__container{position:relative;text-align:start}.main-header__user-button{font-family:Nunito,Trebuchet MS,sans-serif;font-size:18px;line-height:22px;font-weight:700;color:#fff;display:grid;grid-template-columns:60px 1fr;padding:0 1px;margin:0;min-height:63px;gap:9px 24px;align-items:start;text-align:start;background-color:inherit;border:none;transition:opacity .2s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.main-header__user-button:not(:disabled){cursor:pointer}.main-header__username{width:163px;flex:1}.main-header__user-avatar{position:relative;right:1px;display:flex;justify-content:center;align-items:center;max-width:40px;min-height:40px;background-color:#c8cdd3;border-radius:50%;grid-row:span 2;transition:max-width .2s ease-out,min-height .2s ease-out}.main-header__user-avatar.visible{max-width:60px;min-height:60px}.main-header__image{display:block;min-width:100%;max-width:40px;max-height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:min-width .2s ease-out,max-height .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.main-header__image.visible{max-width:60px;max-height:60px}.main-header__user-icon{transition:transform .2s ease-out}.main-header__user-icon.visible{transform:scale(1.4)}.main-header__user-icon.visible path{transition:stroke-width .2s ease-out;stroke-width:2}.main-header__status dialog{top:0;bottom:auto;left:-25px;padding:25px}.main-header__button-stream{position:absolute;top:95px;display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;background-color:#fff;border:none;border-radius:50%;overflow:hidden;z-index:2}.main-header__button-stream>svg{position:relative;left:1px}.main-header__button-stream>svg>path{stroke:#4281c2}.main-header__button-stream:not(:disabled){cursor:pointer}.main-header__logout-button{transition:color .2s ease-out}@media(hover:hover){.main-header__logout-button:hover:not(:focus-visible):not(:disabled):not(:active){color:#cadef5;outline:none}.main-header__logout-button:hover:not(:focus-visible):not(:disabled):not(:active)>svg>path{stroke:#cadef5;transition:stroke .2s ease-out}}.main-header__logout-button:focus-visible:not(:disabled):not(:active){color:#cadef5;outline:none}.main-header__logout-button:focus-visible:not(:disabled):not(:active)>svg>path{stroke:#cadef5;transition:stroke .2s ease-out}.main-header__logout-button:not(:disabled):active{color:#a4c4e8}.main-header__logout-button:not(:disabled):active>svg>path{stroke:#a4c4e8;transition:stroke .2s ease-out}.toggle-status{position:relative;display:block;width:-moz-fit-content;width:fit-content;text-align:start}.toggle-status__list{display:inline-block;padding:0;margin:0;background-color:#fff;border-radius:6px;list-style-type:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggle-status__item{display:flex;align-items:center;padding:2px 9px}.toggle-status__item>svg>path{stroke:#4281c2}.toggle-status__icon{margin-right:8px}.toggle-status__name{font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:17px;font-weight:400;color:#4281c2}.toggle-status__list-content{display:inline-block;padding:3px;margin:0;border-radius:4px;background-color:#fff;list-style-type:none}.toggle-status__group{padding:0;margin:0;border:none}.toggle-status__item-content{position:relative;color:#22222c;text-align:start}.toggle-status__item-content:not(:last-child){margin:0 0 1px}.toggle-status__item-content label{display:flex;padding:4px 10px 4px 11px;align-items:center;transition:color .2s ease-out;cursor:pointer}.toggle-status__item-content label>svg{margin-right:8px}.toggle-status__item-content label>svg>path{stroke:#22222c}@media(hover:hover){.toggle-status__item-content label:hover:not(:focus-visible):not(:active){background-color:#f7f7f7;outline:none}}.toggle-status__item-content label:focus-visible:not(:active){background-color:#f7f7f7;outline:none}.toggle-status__item-content label:active{color:#4281c2;background-color:#f7f7f7;transform:scale(.97)}.toggle-status__item-content label:active>svg>path{stroke:#4281c2}.toggle-status__name-content{font-family:Nunito,Trebuchet MS,sans-serif;font-weight:400;font-size:13px;line-height:19px;letter-spacing:.1px;text-wrap:nowrap;display:block}.test-test{position:absolute}.login{background:url(/img/background-login.755e88e6.webp) no-repeat 50%;background-size:cover}.login__container{display:flex;flex-direction:column;justify-content:center;height:100vh;width:635px;padding:0 67px;text-align:start;background-color:rgba(66,129,194,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:border-box}.login__title{font-size:64px;line-height:78px;color:#fff;letter-spacing:3px;margin:0 0 71px}.form{position:relative}.form>.form__error-message{position:absolute}.form>.form__error-message--login{bottom:91px;font-size:12px;line-height:1;color:#d75456}.form__group{padding:0;border:none;margin:0 0 10px}.form__group--login{margin:0 0 32px}.form__group--login:last-of-type{margin:0 0 66px}.form__group--message,.form__group--upload-files{margin:0;align-self:center;flex-grow:1}.form__group--upload-files{height:-moz-fit-content;height:fit-content}.form__control--login{font-family:Montserrat,Trebuchet MS,sans-serif;font-size:15px;line-height:18px;color:#fff;width:calc(100% - 12px);padding:6px;background-color:transparent;border:none;border-bottom:1px solid #a4c4e8;transition:border-bottom .2s ease-out}.form__control--login.error{border-bottom:1px solid #d75456}.form__control--login::-moz-placeholder{color:#dbe7f6}.form__control--login::placeholder{color:#dbe7f6}.form__control--login:disabled{color:#c8cdd3;border-bottom:1px solid #c8cdd3}.form__control--login:not(:disabled):not(.error):hover{border-bottom:1px solid rgba(66,129,194,.3)}.form__control--login:not(:disabled):focus-visible{border-bottom:1px solid #4281c2;border-bottom-color:#4281c2;outline:none}.form__control--login:-webkit-autofill{-webkit-text-fill-color:#fff!important;background-color:transparent!important;caret-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form__control--message{width:100%}.form__container{display:grid;grid-template-columns:50px 1fr 75px;padding:9px 0;width:100%;background-color:#fff;border:1px solid #c8cdd3;border-radius:14px;gap:10px 0}.form__container--select-mode{grid-template-columns:50px 1fr 85px}.form__popup--emoji,.form__popup--upload-file{max-height:22px;align-self:end}.form__popup--emoji{position:relative}.form__popup--emoji dialog{left:auto;right:-41px;bottom:10px}.form__button--login,.form__submit--login{font-family:Nunito,Trebuchet MS,sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:.4px;color:#6199d2;padding:12px 58px;background-color:#fff;border:none;border-radius:10px;transition:background-color .2s ease-out,color .2s ease-out}.form__button--login:not(:disabled),.form__submit--login:not(:disabled){cursor:pointer}.form__button--login:not(:disabled):active,.form__submit--login:not(:disabled):active{background-color:#eceff2;color:#4281c2}@media(hover:hover){.form__button--login:hover:not(:focus-visible):not(:disabled):not(:active),.form__submit--login:hover:not(:focus-visible):not(:disabled):not(:active){color:#4281c2}}.form__button--login:focus-visible:not(:disabled):not(:active),.form__submit--login:focus-visible:not(:disabled):not(:active){color:#4281c2}.form__button--login:disabled,.form__submit--login:disabled{color:#c8cdd3;background-color:#eceff2}.form__button--message,.form__submit--message{padding:0;width:100%;height:21px;background-color:transparent;border:none;align-self:end}.form__button--message:not(:disabled),.form__submit--message:not(:disabled){cursor:pointer}@media(hover:hover){.form__button--message:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active),.form__submit--message:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active){outline:none}.form__button--message:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) path,.form__submit--message:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) path{stroke:#4281c2}}.form__button--message:not(:disabled):focus-visible:not(:disabled):not(:active),.form__submit--message:not(:disabled):focus-visible:not(:disabled):not(:active){outline:none}.form__button--message:not(:disabled):focus-visible:not(:disabled):not(:active) path,.form__submit--message:not(:disabled):focus-visible:not(:disabled):not(:active) path{stroke:#4281c2}.form__button--select-mode{flex:0;padding:0 5px}.form__button--select-mode-cancel{position:relative;height:22px}.form__button--select-mode-cancel:after,.form__button--select-mode-cancel:before{position:absolute;top:45%;left:15px;width:20px;height:2px;background-color:#c8cdd3;border-radius:25px;transform:rotate(45deg);transition:background-color .2s ease-out;content:""}.form__button--select-mode-cancel:after{transform:rotate(-45deg)}@media(hover:hover){.form__button--select-mode-cancel:hover:not(:focus-visible):not(:disabled):not(:active){outline:none}.form__button--select-mode-cancel:hover:not(:focus-visible):not(:disabled):not(:active):after,.form__button--select-mode-cancel:hover:not(:focus-visible):not(:disabled):not(:active):before{background-color:#4281c2}}.form__button--select-mode-cancel:focus-visible:not(:disabled):not(:active){outline:none}.form__button--select-mode-cancel:focus-visible:not(:disabled):not(:active):after,.form__button--select-mode-cancel:focus-visible:not(:disabled):not(:active):before{background-color:#4281c2}.form__button--delete>.svg-icon path{stroke:#d75456;transition:stroke .2s ease}@media(hover:hover){.form__button--delete:hover:not(:focus-visible):not(:disabled):not(:active)>.svg-icon path{stroke:#ce4042}}.form__button--delete:focus-visible:not(:disabled):not(:active)>.svg-icon path{stroke:#ce4042}.form__button--delete:disabled>.svg-icon path{stroke:#c8cdd3}.form-description{font-size:13px;line-height:18px;font-weight:500;color:#c8cdd3;align-self:center}.form__wrapper--message,.form__wrapper--select-mode{display:flex;justify-content:end}.form__wrapper--message{margin:0 4px}.form__wrapper--select-mode{margin:0 10px}.chat__panel{display:flex}.chat-menu{padding:25px 20px 25px 25px}.chat-menu__list{padding:5px;margin:0;border:1px solid hsla(216,9%,66%,.1);box-shadow:0 1px 3px 0 hsla(214,3%,55%,.1);list-style-type:none}.chat-menu__item,.chat-menu__list{background-color:#fff;border-radius:4px}.chat-menu__item:not(:last-child){margin-bottom:2px}.chat-menu__button{font-family:inherit;font-size:13px;line-height:18px;font-weight:500;color:#22222c;white-space:nowrap;display:flex;align-items:center;width:100%;min-width:177px;height:100%;padding:8px 9px 7px;background-color:#fff;border:none;gap:10px}.chat-menu__button>.chat-menu__icon>path{fill:#22222c}.chat-menu__button:not(:disabled){cursor:pointer}@media(hover:hover){.chat-menu__button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#f7f7f7;outline:none}}.chat-menu__button:focus-visible:not(:disabled):not(:active){background-color:#f7f7f7;outline:none}.chat-menu__button:active{color:#4281c2;transform:scale(.97)}.chat-menu__button:active>.chat-menu__icon>path{stroke:#4281c2}.chat-info{width:380px;height:100%;max-height:100vh;background-color:#fff;box-sizing:border-box;overflow-y:auto;scroll-behavior:smooth}.chat-info::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.chat-info{scrollbar-width:none;-ms-overflow-style:none}}.chat-info__title{font-family:Nunito,Trebuchet MS,sans-serif;font-size:20px;line-height:20px;font-weight:700;color:#6b8bae;padding:14px;margin:0}.chat-info__container,.chat-info__title{text-align:start;background-color:#f4f7fc}.chat-info__container{display:flex;padding:20px 14px 30px}.chat-info__avatar{width:100px;height:100px;display:flex;justify-content:center;align-items:center;margin:0 12px 0 0;background-color:#dcf6db;border-radius:50%;flex-shrink:0;flex-wrap:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-info__avatar:has(.chat-info__avatar-button){transition:transform .2s ease-in-out}@media(hover:hover){.chat-info__avatar:has(.chat-info__avatar-button):hover:not(:focus-visible):not(:active){transform:scale(1.02)}}.chat-info__avatar:has(.chat-info__avatar-button):focus-visible:not(:active){transform:scale(1.02)}.chat-info__avatar-button{padding:0;background-color:transparent;border:none;cursor:pointer}.chat-info__image{display:block;width:100%;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chat-info__icon{position:relative;left:2px;font-size:50px;line-height:53px;font-weight:500;color:#398642;text-transform:capitalize}.chat-info__name{font-family:Nunito,Trebuchet MS,sans-serif;font-size:19px;line-height:24px;font-weight:500;color:#22222c;padding:2px 0 0;margin:0 0 4px}.chat-info__description{font-size:13px;line-height:18px;color:#6b8bae;letter-spacing:.1px;padding:0 0 2px}.messages{text-align:start;display:flex;width:100%;height:100vh;flex-direction:column;flex:1;background-color:#f7f7f7}.messages--active-stream{padding:0 0 0 74px}.messages__container{position:relative;display:flex;flex:1;overflow-y:scroll;scroll-behavior:smooth}.messages__container::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.messages__container{scrollbar-width:none;-ms-overflow-style:none}}.messages__empty{padding:20px 40px;text-align:center;display:block;width:100%}.messages__list-group{position:relative;display:flex;flex-direction:column;padding:10px 10px 20px 20px;flex:1;margin:0;list-style-type:none;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-gutter:stable;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.messages__list-group::-webkit-scrollbar{width:10px}.messages__list-group::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.messages__list-group::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.messages__list-group{scrollbar-width:thin;scrollbar-color:transparent transparent}}.messages__list-group:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.messages__list-group:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.messages__list{margin:0;padding:0;list-style-type:none}.messages__item{position:relative;display:flex;width:-moz-fit-content;width:fit-content;align-items:flex-end}.messages__item:not(:last-child){margin:0 0 10px}.messages__item:first-child{margin:auto 0 10px}.messages__item:first-child:last-child{margin:auto 0 0}.messages__item>.messages__checkbox{margin:5px 10px 5px 0}.messages__item.my-message{margin:0 0 0 auto}.messages__item.my-message:not(:last-child){margin:0 0 10px auto}.messages__item.my-message:first-child{margin:auto 0 10px auto}.messages__item.my-message>.messages__checkbox{order:1;margin:5px 0 5px 10px}.messages__item.select-mode-active{cursor:pointer}.messages__reaction.emojis{padding:0}.messages__checkbox{margin:5px 0}.messages__checkbox>span{border:1px solid #6ecb6e;border-radius:50%}.messages__checkbox>span:before{background-color:#fff}.messages__checkbox>input:checked+span{background-color:#6ecb6e}.messages__form{display:flex;justify-content:space-between;padding:19px 20px;background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 4px 0 #f7f7f7}.messages__thumb:first-child{margin:auto 0 0}.messages__button-down{position:absolute;bottom:0;left:calc(50% - 20px);width:42px;height:23px;background-color:#fff;border:none;border-radius:200px 200px 0 0;cursor:pointer}.messages__button-down>svg{position:relative;top:3px}.messages__button-down>svg>path{transition:stroke .2s ease-out}@media(hover:hover){.messages__button-down:hover:not(:focus-visible):not(:disabled):not(:active)>svg>path{stroke:#a4c4e8}}.messages__button-down:focus-visible:not(:disabled):not(:active)>svg>path{stroke:#a4c4e8}.messages__button-down:active>svg>path{stroke:#4281c2}.messages__button-down:disabled{cursor:auto}.messages__side-transition-enter-active{transform:translateX(0);opacity:1;transition:opacity .2s ease,transform .25s ease;will-change:transform,opacity}.messages__side-transition-enter-to{transform:translateX(0)}.messages__side-transition-enter-from{opacity:0;transform:translateX(-150px)}.messages__side-transition-enter-from.my-message{transform:translateX(150px)}.messages__side-transition-leave-active{transition:opacity .2s ease,transform .3s ease;will-change:transform,opacity}.messages__side-transition-leave-to{opacity:0;transform:translateY(100px)}.messages__side-transition-leave-from{opacity:1;transform:translateY(100px)}.messages__side-transition-leave-from.my-message{transform:translateY(-100px)}.messages__fade-transition-enter-active,.messages__fade-transition-leave-active{transition:opacity 175ms ease-out}.messages__fade-transition-enter-from,.messages__fade-transition-leave-to{opacity:0}.messages__fade-transition-enter-to,.messages__fade-transition-leave-from{opacity:1}.messages__checkbox-fade-leave-from{max-width:20px;opacity:1;margin:5px 0}.messages__checkbox-fade-leave-to{max-width:0!important;opacity:0!important;margin:5px 0!important}.messages__checkbox-fade-leave-active{transition:max-width .3s ease,opacity .3s ease,margin .3s ease}.messages__popup-content-fade-enter-active,.messages__popup-content-fade-leave-active{transition:opacity .15s ease,transform .15s ease}.messages__popup-content-fade-enter-from,.messages__popup-content-fade-leave-to{opacity:0;transform:scale(.8)}.messages-header{position:relative;display:flex;justify-content:space-between;align-items:center;padding:10px 15px 8px 20px;background-color:#fff;border-bottom:1px solid hsla(216,9%,66%,.1);z-index:2}.messages-header__button{font-family:inherit;display:grid;grid-template-columns:45px 1fr;width:-moz-fit-content;width:fit-content;padding:0;min-height:46px;gap:4px 15px;background-color:transparent;border:none;box-sizing:border-box;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.messages-header__button:not(:disabled){cursor:pointer}.messages-header__container{display:flex;justify-content:end;align-items:center;width:auto;gap:8px}.messages-header__avatar{position:relative;display:flex;justify-content:center;align-items:center;width:45px;height:45px;grid-row:span 2;background-color:#dcf6db;border-radius:50%}.messages-header__avatar--active-stream{outline:3px solid #6199d2}.messages-header__image{display:block;width:100%;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.messages-header__icon-stream{position:absolute;left:33px;top:27px;display:flex;justify-content:center;align-items:center;width:22px;height:22px;background-color:#6199d2;border-radius:50%}.messages-header__icon-stream>svg>path{stroke:#fff}.messages-header__icon{position:absolute;top:10px;font-size:25px;font-weight:500;line-height:25px;color:#398642;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.messages-header__title{font-size:20px;line-height:24px;font-weight:600;color:#22222c;word-wrap:break-word;white-space:nowrap;text-wrap:nowrap;text-overflow:ellipsis;display:inline-block;text-align:start;margin:2px 0 0;overflow:hidden}.messages-header__description{font-size:11px;line-height:14px;color:#77969d;text-align:start}.messages-header__call-button,.messages-header__description{-webkit-user-select:none;-moz-user-select:none;user-select:none}.messages-header__call-button{position:relative;bottom:1px;font-family:Nunito,Trebuchet MS,sans-serif;font-size:14px;line-height:19px;font-weight:700;color:#fff;text-wrap:nowrap;display:flex;align-items:center;padding:10px;background-color:#6199d2;border:none;border-radius:17px;gap:11px;transition:background-color .2s ease-out,color .2s ease-out}.messages-header__call-button>svg>path{stroke:#fff}@media(hover:hover){.messages-header__call-button:hover:not(:focus-visible):not(:disabled):not(:active){color:#fff;background-color:#a4c4e8}}.messages-header__call-button:focus-visible:not(:disabled):not(:active){color:#fff;background-color:#a4c4e8}.messages-header__call-button:not(:disabled){cursor:pointer}.messages-header__call-button:not(:disabled):active{color:#fff;background-color:#4281c2}.messages-header__call-button:disabled{color:#fff;background-color:#c8cdd3}.messages-header__svg{width:19px;height:20px;background-color:wheat}.messages-header__navigation{display:flex;justify-content:end;gap:9px}.messages-header__menu-container{position:relative;display:flex;justify-content:center;align-items:center}.messages-header__burger-menu{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;outline:none}.messages-header__burger-menu:not(:disabled){cursor:pointer}@media(hover:hover){.messages-header__burger-menu:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) path{stroke:#4281c2}}.messages-header__burger-menu:not(:disabled):focus-visible:not(:disabled):not(:active) path{stroke:#4281c2}.messages-header__popup{position:relative}.messages-header__popup>dialog{top:4px;left:-183px}.messages-header__fade-enter-active{transition:opacity .2s ease;transition-delay:.2s}.messages-header__fade-leave-active{transition:opacity .2s ease}.messages-header__fade-enter-from,.messages-header__fade-leave-to{opacity:0}.messages-header__fade-enter-to,.messages-header__fade-leave-from{opacity:1}.search-message__form{position:relative}.search-message__container{width:33px;overflow:hidden;transition:width .5s ease-out;border-radius:30px}.search-message__container--open{width:380px}.search-message__group{padding:0;margin:0;border:none;border-radius:30px;opacity:0;transition:opacity .5s ease}.search-message__group--open{opacity:1}.search-message__input{position:relative;font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:18px;color:#22222c;letter-spacing:.1px;width:100%;padding:13px 15px 13px 53px;background-color:#f7f7f7;border:none;border-radius:30px;box-sizing:border-box}.search-message__input::-moz-placeholder{position:relative;top:1px;color:#c8cdd3}.search-message__input::placeholder{position:relative;top:1px;color:#c8cdd3}@media(hover:hover){.search-message__input:hover:not(:focus-visible):not(:active){outline:none}}.search-message__input:focus-visible:not(:active){outline:none}.search-message__button{position:absolute;top:8px;left:2%;background-color:transparent;border-radius:50%;border:none;outline:none}.search-message__button:not(:disabled){cursor:pointer}@media(hover:hover){.search-message__button:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) path{stroke:#4281c2}}.search-message__button:not(:disabled):focus-visible:not(:disabled):not(:active) path{stroke:#4281c2}.search-list{width:100%;max-height:250px;padding:10px;margin:0;background-color:#fff;border-radius:6px;overflow-y:auto;z-index:1;box-shadow:0 1px 7px 1px hsla(216,9%,66%,.1);box-sizing:border-box;list-style-type:none;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.search-list::-webkit-scrollbar{width:10px}.search-list::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.search-list::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.search-list{scrollbar-width:thin;scrollbar-color:transparent transparent}}.search-list:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.search-list:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.search-list::-webkit-scrollbar{width:5px}.search-list__item{border-radius:10px;cursor:pointer}.search-list__item:not(:last-child){margin:0 0 3px}.search-list__button{position:relative;font-family:inherit;display:grid;grid-template-columns:40px 1fr;width:100%;height:100%;padding:9px 100px 9px 10px;align-items:center;text-align:start;background-color:#fff;border:none;border-radius:10px;gap:0 10px;cursor:pointer}@media(hover:hover){.search-list__button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#f7f7f7;outline:none}}.search-list__button:focus-visible:not(:disabled):not(:active){background-color:#f7f7f7;outline:none}.search-list__avatar{display:flex;justify-content:center;align-items:center;width:40px;height:40px;grid-row:span 2;background-color:#c8cdd3;border-radius:50%}.search-list__image{display:block;width:100%;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.search-list__username{font-family:Nunito,Trebuchet MS,sans-serif;font-size:14px;line-height:18px;font-weight:700;color:#22222c;align-self:end}.search-list__message{font-size:13px;line-height:20px;color:#22222c;letter-spacing:.1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-list__wrapper{position:absolute;width:100%;padding:0 33px;margin:2px auto 0;box-sizing:border-box;overflow-y:auto;z-index:1;transition:opacity .2s ease}.search-list__wrapper::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.search-list__wrapper{scrollbar-width:none;-ms-overflow-style:none}}.search-list__date{position:absolute;right:11px;font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:13px;color:#22222c}.search-list__empty{font-size:16px;line-height:16px;color:#c0c1cf;display:block;width:100%;padding:16px 20px 13px;background-color:#fff;border-radius:6px;box-shadow:0 1px 7px 1px hsla(216,9%,66%,.1);box-sizing:border-box}.date-separator{font-size:14px;line-height:14px;font-weight:400;color:#5a7695;display:block;width:-moz-fit-content;width:fit-content;margin:10px auto;padding:5px 8px;text-align:center;background-color:hsla(216,9%,66%,.1);border-radius:15px;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.message{display:flex;max-width:38vw;gap:15px}.message.select-mode-active{pointer-events:none}.message.select-mode-active,.message__username-button{-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__username-button{font-family:inherit;display:flex;justify-content:space-between;width:100%;align-items:center;gap:20px;padding:0;margin:0 0 1px;gap:10px;border:none;background-color:transparent;outline:none;cursor:pointer}.message__username-button--forward{display:block;width:auto;padding:0;margin:0}.message__user-button{align-self:end;padding:0;background-color:transparent;border:none;outline:none;cursor:pointer}.message__user-button,.message__username{-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__username{font-family:Nunito,Trebuchet MS,sans-serif;font-size:14px;line-height:19px;font-weight:700;color:#4281c2}.message__username--reply{font-size:13px;line-height:18px;font-weight:400;color:#5a7695;display:block}.message__username--reply.my-message{color:#77969d}.message__username--forward{font-size:13px;line-height:18px;font-weight:400;letter-spacing:.3px;display:block;margin:0 0 2px}.message__username--forward.my-message{color:#398642}.message__user-avatar{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#c8cdd3;border-radius:50%}.message__user-image{display:block;width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.message__content{position:relative}.message__link,.message__text{position:relative;font-size:13px;line-height:18px;font-weight:500;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap}.message__link:nth-last-child(2):after,.message__text:nth-last-child(2):after{padding-right:35px;content:"​";-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__link.my-message:nth-last-child(2):after,.message__text.my-message:nth-last-child(2):after{padding-right:57px}.message__link--reply,.message__text--reply{font-size:11px;line-height:16px;letter-spacing:-.1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__link .emoji,.message__text .emoji{padding:0 2px}.message__parse-text .emoji{width:1rem;height:1rem;padding:0 2px}.message__link{text-decoration:underline;word-break:break-word}.message__information{position:absolute;bottom:2px;right:0;display:flex;align-items:center;gap:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__information.my-message{right:0}.message__information--image{bottom:7px;right:3px;padding:2px 3px;background-color:hsla(0,0%,100%,.8);border-radius:5px}.message__information--image.my-message{right:3px}.message__information--image-content{right:0;bottom:0;padding:0;background-color:transparent}.message__information--image-content.my-message{right:0}.message__date{font-size:11px;font-weight:400;line-height:13px;color:#5a7695}.message__date.my-message{color:#77969d}.message__state{position:relative;bottom:1px;display:flex;width:18px;justify-content:center;align-items:center}.message__state>svg{flex-shrink:0;transition:transform .15s ease-out;transform:translateX(-1px)}.message__state>svg:nth-child(2){position:absolute;transform:translateX(1px)}.message__state>svg>path{stroke:#6ecb6e}.message__state--is-read>svg{transform:translateX(-3px)}.message__state--is-read>svg:nth-child(2){transform:translateX(3px)}.message__forward-message{display:flex;gap:3px}.message__forward-description{font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:17px;color:#5a7695;display:block;margin:0 0 2px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__forward-description.my-message{color:#77969d}.message__bubble{color:#22222c;max-width:45vw;padding:6px 9px;background-color:#dbe7f6;border:1px solid #e0e8f2;border-radius:13px;box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.1);box-sizing:border-box;transition:background-color .4s ease}.message__bubble.my-message{background-color:#dcf6db;border:1px solid #dbf0da}.message__bubble--highlighted{background-color:#cadef5}.message__bubble--highlighted.my-message{background-color:red}.message__bubble--two-image{max-width:19.3vw}.message__bubble--three-image{max-width:28.45vw}@media(max-width:1199px){.message__bubble{max-width:31vw}}.message__active-message-button{font-family:inherit;width:100%;padding:4px 5px 5px;margin:0 0 5px;text-align:start;background-color:#cadef5;border:none;border-radius:5px;cursor:pointer}.message__active-message-button.my-message{background-color:#c8eec6}.message__content-reply{position:relative;display:inline-grid;max-height:33px;overflow:hidden}.message__media-list{padding:0;margin:0;list-style:none}.message__media-list--image{display:flex;gap:4px}.message__media-list--image-content{margin:0 0 10px}.message__media-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.message__media-item:not(:last-child){margin:0 0 8px}.message__media-item--image{box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.1)}.message__media-item--image:not(:last-child){margin:0}.message__media-item--other-attachments{display:flex;justify-content:center;align-items:center;width:8.934vw;height:8.934vw;background-color:#fff;border-radius:4px}.message__media-container{max-width:8.934vw;height:8.934vw;background-color:transparent}.message__media-container--only-image{max-width:100%;height:auto}.message__media-image{display:block;max-width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover;box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.1)}.message__media-button{font-family:inherit;width:100%;padding:0;text-align:start;border:none;background-color:transparent;cursor:pointer}.message__media-content{display:grid;grid-template-columns:34px 1fr;padding:0 52px 0 0;gap:10px 7px}.message__media-count{font-family:Nunito,Trebuchet MS,sans-serif;font-size:19px;line-height:26px;color:#77969d;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;cursor:pointer}.message__icon-container{position:relative;grid-row:span 2}.message__extension{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Nunito,Trebuchet MS,sans-serif;font-size:9px;font-weight:700;line-height:15px;color:#5a7695;text-transform:uppercase}.message__extension.my-message{color:#77969d}.message__icon.other-message>path{stroke:#5a7695}.message__icon.my-message>path{stroke:#77969d}.message__media-name{font-size:14px;font-weight:500;line-height:17px;color:#22222c;white-space:nowrap;text-overflow:ellipsis;max-width:210px;margin:0;overflow:hidden}.message__media-size{font-size:11px;line-height:13px;color:#5a7695}.message__media-size.my-message{color:#77969d}.upload-files{width:350px}.upload-files__title{font-family:Nunito,Trebuchet MS,sans-serif;font-size:19px;font-weight:500;line-height:26px;color:#4281c2;margin:0 0 14px}.upload-files__list{padding:0;margin:0 0 20px;max-height:427px;overflow:auto;list-style-type:none}.upload-files__list::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.upload-files__list{scrollbar-width:none;-ms-overflow-style:none}}.upload-files__list--image{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:5px}.upload-files__list--image .upload-files__item:not(:last-child){margin:0}.upload-files__list--overflow{overflow:hidden}.upload-files__item:last-child,.upload-files__item:nth-child(3n+1){grid-column:1/-1}.upload-files__item:nth-child(3n):last-child{grid-column:auto}.upload-files__item:only-child{grid-column:1/-1;grid-row:1/-1}.upload-files__item:not(:last-child){margin:0 0 5px}.upload-files__information{background-color:#e0e8f2}.upload-files__information--image{display:inline-block;width:100%;height:100%;padding:0;background-color:transparent}.upload-files__container{display:flex;justify-content:end;gap:10px}.upload-files__container .upload-files__button-cancel,.upload-files__container .upload-files__button-send{padding:13px 15px 10px 16px}.upload-files__image{display:inline-block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.upload-files__form{letter-spacing:.1px;display:flex;min-height:40px;padding:8px 14px 8px 13px;margin:0 0 14px;justify-content:space-between;border:1px solid #c8cdd3;border-radius:14px;box-sizing:border-box;gap:20px}.upload-files__form .form__popup--emoji{bottom:1px}.upload-files__form .input-contenteditable{min-height:auto}.upload-files__button-cancel{color:#5a7695;background-color:#dbe7f6;border:none;border-radius:5px;transition:background-color .2s ease-out,color .2s ease-out}.upload-files__button-cancel:not(:disabled){cursor:pointer}.upload-files__button-cancel:not(:disabled):active{color:#4281c2;background-color:#a4c4e8}@media(hover:hover){.upload-files__button-cancel:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#cadef5}}.upload-files__button-cancel:focus-visible:not(:disabled):not(:active){background-color:#cadef5}.upload-files__button-cancel:disabled{color:#fff;background-color:#c8cdd3}.upload-files__button-cancel,.upload-files__button-send{font-family:inherit;font-size:14px;line-height:17px;outline:none}.active-message{display:flex;max-height:43px;padding:0 5px;grid-column:span 3;gap:8px;overflow-wrap:anywhere;overflow:hidden}.active-message__container{flex-grow:1;max-width:calc(100% - 92px)}.active-message__icon-container{position:relative;top:1px;left:1px;display:flex;align-items:center;justify-content:center;padding:10px}.active-message__icon-container .active-message__icon>path{stroke:#6ecb6e}.active-message__icon.forward{transform:scaleX(-1)}.active-message__icon.forward path{stroke:#4281c2}.active-message__icon.edit{position:relative;bottom:3px}.active-message__author,.active-message__description{font-family:Nunito,Trebuchet MS,sans-serif;font-size:11px;font-weight:700;line-height:15px;color:#77969d;display:block}.active-message__author.forward,.active-message__description.forward{color:#5a7695}.active-message__content{min-height:38px;padding:5px 10px;background-color:#dcf6db;border-radius:3px;box-sizing:border-box}.active-message__content.forward{background-color:#dbe7f6}.active-message__text{position:relative;font-size:11px;line-height:13px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;width:calc(100% - 16px);height:calc(100% - 16px);border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.active-message__text--attachments{color:#5a7695}.active-message__parse-text{display:flex;align-items:center}.active-message__parse-text .emoji{width:1rem;height:1rem;padding:0 2px}.active-message__cancel{position:relative;flex-shrink:0;width:36px;background-color:transparent;border:none;cursor:pointer}.active-message__cancel:before{transform:rotate(45deg)}.active-message__cancel:after,.active-message__cancel:before{position:absolute;top:8px;right:50%;width:2px;height:23px;background-color:#6ecb6e;border-radius:15px;content:""}.active-message__cancel:after{transform:rotate(-45deg)}.active-message__cancel.forward:after,.active-message__cancel.forward:before{background-color:#4281c2}.message-reactions{display:flex;padding:5px 8px;margin:0 0 3px;background-color:#fff;border-radius:4px;box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.1);gap:6px;list-style-type:none}.message-reactions__button{display:block;padding:3px;background-color:transparent;border-radius:4px;border:none;cursor:pointer;transition:background-color .4s ease}.message-reactions__button--all-emoji{padding:4px 5px}.message-reactions__button.my-reaction{background-color:#e0e8f2}.message-reactions__button .emoji{width:1.6rem;height:1.6rem}.message-reactions__button svg{display:block}.message-reactions__button svg path{stroke:#4281c2}.message-management__menu-list{max-width:180px;padding:5px 0;margin:0;background-color:#fff;border-radius:4px;list-style-type:none}.message-management__menu-item{min-width:129px}.message-management__menu-item:not(:last-child){margin:0 0 1px}.message-management__menu-button{font-family:inherit;font-size:14px;font-weight:500;line-height:17px;color:#22222c;display:flex;justify-content:space-between;align-items:center;width:100%;padding:9px 15px 9px 20px;margin:0;text-align:start;background-color:#fff;border:none;transition:background-color .1s ease-out}.message-management__menu-button .message-managment__menu-icon>path{stroke:#22222c}@media(hover:hover){.message-management__menu-button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#f7f7f7;outline:none;cursor:pointer}}.message-management__menu-button:focus-visible:not(:disabled):not(:active){background-color:#f7f7f7;outline:none;cursor:pointer}.message-management__menu-button:not(:disabled):active{color:#4281c2;background-color:#f7f7f7;transform:scale(.97)}.message-management__menu-button:not(:disabled):active>.message-managment__menu-icon>path{stroke:#4281c2}.message-management__menu-button--delete{color:#d75456}.message-management__menu-button--delete>.message-managment__menu-icon>path{stroke:#d75456}.message-management__menu-button--delete:not(:disabled):active{color:#d75456}.message-management__menu-button--delete:not(:disabled):active>.message-managment__menu-icon>path{stroke:#d75456}.message-management__button-description{margin-right:36px}.message-managment__menu-icon--expand{transform:scaleX(-1)}.message-managment__menu-icon--edit{position:relative;bottom:1px;left:2px}.reactions-display{position:relative;display:flex;margin:4px 0 0;padding:0 55px 0 0;gap:6px;list-style-type:none;flex-wrap:wrap}.reactions-display__button{color:#4281c2;display:flex;align-items:center;padding:4px;background-color:#cadef5;border:none;border-radius:4px;gap:3px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reactions-display__button.my-reaction{background-color:#a4c4e8}.reactions-display__button.my-message{background-color:#c8eec6;color:#398642}.reactions-display__count{position:relative;top:1px;font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:1;font-weight:400}.reactions-display__zoom-in-transition-enter-from,.reactions-display__zoom-in-transition-leave-to{opacity:0;transform:scale(.7)}.reactions-display__zoom-in-transition-enter-to,.reactions-display__zoom-in-transition-leave-from{opacity:1;transform:scale(1)}.reactions-display__zoom-in-transition-enter-active{transition:opacity .3s ease-out,transform .3s ease-out}.reactions-display__zoom-in-transition-leave-active{position:absolute;opacity:0;transition:none}.file-types{padding:200px 200px 70px}.file-types__list{padding:2px;margin:0;background-color:#fff;border:1px solid hsla(216,9%,66%,.1);border-radius:4px;box-shadow:0 1px 3px 0 hsla(214,3%,55%,.1);list-style-type:none}.file-types__item{border-radius:4px}.file-types__item:not(:last-child){margin:0 0 4px}.file-types__button{font-family:inherit;font-size:13px;line-height:18px;letter-spacing:.1px;color:#22222c;white-space:nowrap;display:flex;align-items:center;width:100%;padding:7px 10px 6px;gap:10px;background-color:#fff;border:none}.file-types__button>svg>path{stroke:#22222c}.file-types__button:not(:disabled){cursor:pointer}@media(hover:hover){.file-types__button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#f7f7f7;outline:none}}.file-types__button:focus-visible:not(:disabled):not(:active){background-color:#f7f7f7;outline:none}.file-types__button:active{color:#4281c2;transform:scale(.97)}.file-types__button:active>.file-types__icon>path{stroke:#4281c2}.rooms{color:#22222c;width:330px;padding:13px 0 0;text-align:start;background-color:#fff;border-right:1px solid hsla(216,9%,66%,.4);box-sizing:border-box}.rooms--active-stream{position:absolute;height:100vh;width:auto;width:74px;z-index:3}.rooms.is-open{width:275px}.rooms__container{max-height:324px;padding:0 7px;transition:max-height .4s ease}.rooms__container--close-panel{margin:0 0 11.6px}.rooms__container--close-panel>.rooms__title-container{justify-content:center}.rooms__title-container{display:flex;justify-content:space-between;align-items:center;margin:0 0 11px;min-height:38px;background-color:#fff;gap:9px}.rooms__search{height:38px;margin:0 2px;flex-grow:1}.rooms__button-search{display:flex;justify-content:center;align-items:center;padding:10px 23px;margin:0 0 2px;background-color:transparent;border:none}.rooms__button-search>svg>path{stroke:#b3b3b3}.rooms__button-search:not(:disabled){cursor:pointer}@media(hover:hover){.rooms__button-search:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active)>svg>path{stroke:#4281c2}}.rooms__button-search:not(:disabled):focus-visible:not(:disabled):not(:active)>svg>path{stroke:#4281c2}.rooms__tabs{margin:0 0 8px}.rooms__tabs-list{border-top:none}.rooms__empty{font-size:16px;line-height:16px;color:#c0c1cf;display:block;padding:7px;text-align:center}.rooms__list{max-height:calc(100vh - 150px);padding:0 7px;margin:0;list-style-type:none;overflow-y:auto}.rooms__list::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.rooms__list{scrollbar-width:none;-ms-overflow-style:none}}.rooms__item{margin:0 0 1px}.rooms__avatar{position:relative;display:flex;justify-content:center;align-items:center;min-width:40px;min-height:40px;margin:3px 0;grid-row:span 2;background-color:#dcf6db;border-radius:50%}.rooms__avatar--online:after{position:absolute;bottom:0;right:0;width:10px;height:10px;background-color:#6ecb6e;border:1px solid #fff;border-radius:50%;box-sizing:border-box;content:""}.rooms__image{display:block;width:100%;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.rooms__icon{position:absolute;top:9px;font-size:20px;line-height:23px;font-weight:500;color:#398642;text-transform:capitalize}.rooms__name{font-size:19px;line-height:26px;font-weight:500;letter-spacing:.1px;color:#22222c}.rooms__messages,.rooms__name{font-family:Nunito,Trebuchet MS,sans-serif;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0}.rooms__messages{font-size:13px;line-height:17px;font-weight:400;color:#6b8bae;transition:color .3s ease-out}.rooms__messages .rooms__forward-icon{padding-right:3px}.rooms__messages .rooms__forward-icon>path{stroke:#5a7695}.rooms__messages .emoji{width:1rem;height:1rem;padding:0 2px}.rooms__messages--active{color:#5a7695}.rooms__username{padding-right:5px}.rooms__button{position:relative;font-family:inherit;color:#22222c;display:grid;grid-template-columns:35px 1fr;padding:10px 33px 11px 10px;width:100%;text-align:start;gap:2px 15px;background-color:transparent;border:none;border-radius:10px;transition:background-color .3s ease-out;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rooms__button.active{color:#22222c;background-color:#a4c4e8;pointer-events:none;cursor:default}@media(hover:hover){.rooms__button:not(:disabled):not(.active):hover:not(:focus-visible):not(:disabled):not(:active){background-color:#f7f7f7;color:#4281c2}}.rooms__button:not(:disabled):not(.active):focus-visible:not(:disabled):not(:active){background-color:#f7f7f7;color:#4281c2}.rooms__unread-count{position:absolute;top:35%;right:14px;letter-spacing:.4px;font-family:Nunito,Trebuchet MS,sans-serif;font-size:12px;line-height:16px;font-weight:400;color:#fff;display:flex;justify-content:center;align-items:center;padding:0 4px;min-width:22px;min-height:22px;background-color:#4281c2;border-radius:11px;box-sizing:border-box;transition:color .15s ease-out}.rooms__unread-count.is-close{top:auto;bottom:13px;right:0}.rooms__add-room,.rooms__toggle-button{display:flex;justify-content:center;align-items:center;padding:0;background-color:transparent;border:none;border-radius:50%}.rooms__add-room:not(:disabled),.rooms__toggle-button:not(:disabled){cursor:pointer}@media(hover:hover){.rooms__add-room:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active),.rooms__toggle-button:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active){outline:none}.rooms__add-room:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) circle,.rooms__add-room:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) path,.rooms__toggle-button:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) circle,.rooms__toggle-button:not(:disabled):hover:not(:focus-visible):not(:disabled):not(:active) path{stroke:#4281c2}}.rooms__add-room:not(:disabled):focus-visible:not(:disabled):not(:active),.rooms__toggle-button:not(:disabled):focus-visible:not(:disabled):not(:active){outline:none}.rooms__add-room:not(:disabled):focus-visible:not(:disabled):not(:active) circle,.rooms__add-room:not(:disabled):focus-visible:not(:disabled):not(:active) path,.rooms__toggle-button:not(:disabled):focus-visible:not(:disabled):not(:active) circle,.rooms__toggle-button:not(:disabled):focus-visible:not(:disabled):not(:active) path{stroke:#4281c2}.rooms__toggle-button{min-height:38px;padding:0 15px}.rooms__toggle-button.is-open{padding:0 2px}.rooms__toggle-button.is-open>svg{transform:rotate(180deg)}.rooms-list{height:415px;padding:0 3px 25px;margin:0;list-style-type:none;box-sizing:border-box;overflow-y:auto}.rooms-list::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.rooms-list{scrollbar-width:none;-ms-overflow-style:none}}.rooms-list__item:not(:last-child){margin:0 0 8px}.rooms-list__button{font-family:inherit;color:#22222c;padding:0;width:100%;background-color:transparent;border:none;border-radius:10px;transition:background-color .3s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rooms-list__button.active{background-color:#a4c4e8;pointer-events:none;cursor:default}@media(hover:hover){.rooms-list__button:not(:disabled):not(.active):hover:not(:focus-visible):not(:disabled):not(:active){background-color:rgba(242,242,248,.9);color:#4281c2;outline:none}}.rooms-list__button:not(:disabled):not(.active):focus-visible:not(:disabled):not(:active){background-color:rgba(242,242,248,.9);color:#4281c2;outline:none}.entity-card{display:grid;grid-template-columns:40px 1fr;padding:0 2px;width:100%;text-align:start;gap:0 15px;background-color:transparent}.entity-card__avatar{position:relative;display:flex;justify-content:center;align-items:center;min-width:40px;min-height:40px;margin:3px 0;grid-row:span 2;background-color:#c8cdd3;border-radius:50%}.entity-card__image{display:block;width:100%;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.entity-card__icon{position:absolute;top:7px;font-family:Nunito,Trebuchet MS,sans-serif;font-size:31px;line-height:31px;color:#fff;text-transform:capitalize}.entity-card__name{font-size:14px;line-height:17px;font-weight:500;color:#22222c;margin:4px 0 0}.entity-card__description,.entity-card__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.entity-card__description{font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:18px;color:#6b8bae;letter-spacing:.5px;margin:0}.user-profile{width:380px;background-color:#fff;box-sizing:border-box}.user-profile--sidebar{padding:41px 0 0 0}.user-profile--modal{width:457px}.user-profile__avatar{display:flex;justify-content:center;align-items:center;margin:0 0 15px}.user-profile__avatar--modal{margin:0 0 20px}.user-profile__avatar-button{padding:0;background-color:transparent;border:none;cursor:pointer;transition:transform .2s ease-in-out}@media(hover:hover){.user-profile__avatar-button:hover:not(:focus-visible):not(:disabled):not(:active){transform:scale(1.02)}}.user-profile__avatar-button:focus-visible:not(:disabled):not(:active){transform:scale(1.02)}.user-profile__image{display:block;width:150px;height:150px;-o-object-fit:cover;object-fit:cover}.user-profile__icon{display:flex;justify-content:center;align-items:center;width:150px;height:150px}.user-profile__icon>svg{transform:scaleX(3.95) scaleY(3.88)}.user-profile__icon,.user-profile__image{background-color:#c8cdd3;border-radius:50%}.user-profile__icon--modal,.user-profile__image--modal{width:170px;height:170px}.user-profile__icon--modal>svg,.user-profile__image--modal>svg{transform:scaleX(4.5) scaleY(4.43)}.user-profile__information{width:100%;margin:0 0 10px;text-align:start;overflow:hidden}.user-profile__information--modal{margin:0 0 10px}.user-profile__title{font-family:Nunito,Trebuchet MS,sans-serif;font-size:18px;line-height:25px;color:#22222c;margin:0 8px 5px;text-align:center}.user-profile__title--modal{font-family:Montserrat,Trebuchet MS,sans-serif;font-size:22px;line-height:27px;margin:0 8px 6px}.user-profile__status{position:relative;font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:18px;color:#4281c2;display:block;width:-moz-fit-content;width:fit-content;margin:0 auto 9px;text-align:center}.user-profile__status--online:after{position:absolute;top:calc(25% - 1px);left:-15px;width:10px;height:10px;background-color:#6ecb6e;border-radius:50%;box-sizing:border-box;content:""}.user-profile__status--modal{font-family:Montserrat,Trebuchet MS,sans-serif;font-size:19px;line-height:23px;margin:0 auto 10px}.user-profile__status--modal:after{top:25%}.user-profile__list-information{position:relative;padding:14px 0 10px;margin:0;list-style-type:none}.user-profile__list-information--sidebar{padding:24px 25px 22px}.user-profile__list-information--sidebar:before{position:absolute;top:0;left:0;width:100%;height:3px;background-color:#f7f7f7;content:""}.user-profile__list-information--secondary-sidebar{padding:23px 25px 0}.user-profile__list-information--secondary-modal{padding:10px 0 6px}.user-profile__list-information dt{font-size:14px;line-height:18px;color:#6b8bae;margin:0 0 2px}.user-profile__list-information dd{font-size:15px;line-height:17px;color:#22222c;margin:0 0 16px}.user-profile__list-information--modal dt{font-size:15px;line-height:18px;margin:0 0 4px;letter-spacing:0}.user-profile__list-information--modal dd{font-size:19px;line-height:23px;letter-spacing:0;margin:0 0 10px}.user-profile__list-information--modal dd:last-child{margin:0}.user-profile__item{display:flex;align-items:center;gap:10px}.user-profile__item:not(:last-child){margin:0 0 15px}.user-profile__item .user-profile__item-icon>path{fill:#4281c2}.user-profile__item .user-profile__item-icon--monitor>path{fill:none;stroke:#4281c2}.user-profile__item--modal:not(:last-child){margin:0 0 15px}.user-profile__item-text{font-size:15px;line-height:17px;color:#22222c}.user-profile__item-text--modal{font-size:19px;line-height:23px;letter-spacing:0}.user-profile__menu-list{padding:0;margin:0;text-align:start;gap:10px;list-style-type:none}.user-profile__menu-list--modal{position:relative;right:25px;width:calc(100% + 50px)}.user-profile__menu-button{font-family:inherit;font-size:16px;line-height:100%;letter-spacing:.1px;color:#4281c2;display:flex;align-items:center;width:100%;padding:14px 25px;gap:10px;background-color:transparent;border:none;transition:background-color .2s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-profile__menu-button svg>path{stroke:#4281c2}@media(hover:hover){.user-profile__menu-button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:rgba(224,232,242,.5)}}.user-profile__menu-button:focus-visible:not(:disabled):not(:active){background-color:rgba(224,232,242,.5)}.user-profile__menu-button:not(:disabled){cursor:pointer}.user-profile__menu-button:not(:disabled):active{background-color:#e0e8f2}.user-profile__menu-button--modal{padding:15px 25px}.user-profile__menu-button--sidebar{padding:14px 25px}.user-profile__menu-button--logout{color:#d75456}.user-profile__menu-button--logout svg>path{stroke:#d75456}@media(hover:hover){.user-profile__menu-button--logout:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#f2cacb}}.user-profile__menu-button--logout:focus-visible:not(:disabled):not(:active){background-color:#f2cacb}.user-profile__menu-button--logout:not(:disabled):active{background-color:rgba(242,202,203,.5)}.user-profile__button-text{margin:0}.user-list{display:flex;height:100vh;background-color:#dbe7f6}.user-list__header{display:flex;justify-content:space-between;align-items:center;padding:27px 30px 12px;text-align:start}.user-list__title{font-size:24px;line-height:29px;color:#4281c2;margin:0}.user-list__search{min-width:316px;height:38px;margin:0 0 0 6px}.user-list__wrapper{display:flex;flex-direction:column;height:100vh;flex:1}.user-list__button,.user-list__under-wrapper{display:flex;align-items:center}.user-list__button{justify-content:center;padding:10px;margin-right:20px}.user-list__button-icon{position:relative;left:1px}.user-list__container{padding:0 30px 30px;flex:1;overflow-y:auto;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.user-list__container::-webkit-scrollbar{width:10px}.user-list__container::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.user-list__container::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.user-list__container{scrollbar-width:thin;scrollbar-color:transparent transparent}}.user-list__container:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.user-list__container:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.user-list__table-list{font-size:19px;line-height:23px;width:100%;text-align:start;border-spacing:0 5px}.user-list__heading{position:sticky;top:5px;z-index:1}.user-list__heading>tr{background-color:#dbe7f6;box-shadow:0 -10px 0 #dbe7f6}.user-list__heading>tr>th{font-family:Nunito,Trebuchet MS,sans-serif;font-size:18px;line-height:25px;color:#6b8bae;padding:5px 21px 3px 10px;text-align:start}.user-list__button-sort{position:relative;font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;width:100%;height:100%;padding:0;background-color:transparent;text-align:start;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-list__button-sort>svg>path{stroke:#6b8bae}@media(hover:hover){.user-list__button-sort:hover:not(:focus-visible):not(:disabled):not(:active){cursor:pointer}}.user-list__button-sort:focus-visible:not(:disabled):not(:active){cursor:pointer}.user-list__body>tr{background-color:hsla(0,0%,100%,.8);transition:background-color .2s ease,color .2s ease;cursor:pointer}.user-list__body>tr.active{background-color:#cadef5}.user-list__body>tr>td{padding:9px}.user-list__body>tr>td:first-child{padding:10px 10px 10px 20px;border-radius:6px 0 0 6px}.user-list__body>tr>td:last-child{padding:10px 20px 10px 10px;border-radius:0 6px 6px 0}@media(hover:hover){.user-list__body>tr:hover:not(:focus-visible):not(:active):not(.active){background-color:#fff}}.user-list__body>tr:focus-visible:not(:active):not(.active){background-color:#fff}.user-list__cell-avatar{width:44px}.user-list__cell-departament,.user-list__cell-email,.user-list__cell-name,.user-list__cell-phone,.user-list__cell-position{white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;overflow:hidden}.user-list__cell-name{max-width:94px}.user-list__cell-departament{max-width:47px}.user-list__cell-position{max-width:54px}.user-list__cell-phone{width:200px}.user-list__cell-email{width:230px}.user-list__image{display:block;width:100%;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.user-list__user-icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px}.user-list__user-avatar,.user-list__user-icon{background-color:#c8cdd3;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.stream{display:flex;flex-direction:column;justify-content:space-between;padding:20px 0 19px;min-width:66.9vw;height:100vh;background-color:#393e4a;box-sizing:border-box}.stream__list{position:relative;display:grid;grid-template-columns:var(--grid-columns);grid-template-rows:var(--grid-rows);flex:1;max-height:82.6vh;padding:0 20px;margin:0;gap:var(--grid-gap);list-style-type:none}.stream__list--conference{padding:0 35px 1px;max-height:86.4vh;gap:11px}.stream__list--conference:after,.stream__list--conference:before{position:absolute;bottom:0;width:45px;height:18vh;background:linear-gradient(90deg,rgba(57,62,74,0),#393e4a);content:"";z-index:1}.stream__list--conference:before{left:34px;transform:scale(-1)}.stream__list--conference:after{right:34px}.stream__scroll-container{display:contents;padding:0;margin:0;list-style-type:none;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.stream__scroll-container::-webkit-scrollbar{width:10px}.stream__scroll-container::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.stream__scroll-container::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.stream__scroll-container{scrollbar-width:thin;scrollbar-color:transparent transparent}}.stream__scroll-container:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.stream__scroll-container:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.stream__scroll-container::-webkit-scrollbar{height:5px}.stream__scroll-container--active{display:flex;max-width:63.2vw;min-height:150px;max-height:-moz-fit-content;max-height:fit-content;padding:3px;gap:13px;overflow-x:auto}.stream__window{position:var(--window-position);display:flex;justify-content:center;align-items:center;width:var(--window-width);height:var(--window-height);background-color:#6b8bae;border-radius:var(--window-border-radius);flex:0 0 auto;overflow:hidden}.stream__window:after{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180.61deg,rgba(47,52,64,0) 79.66%,rgba(47,52,64,.319) 91.55%,rgba(47,52,64,.7) 99.47%);box-shadow:0 0 10px 0 rgba(0,0,0,.05);border-radius:var(--window-border-radius-shadow);content:"";-webkit-user-select:none;-moz-user-select:none;user-select:none}.stream__window--miniature{bottom:0;right:var(--window-right)}.stream__window--active{position:relative;width:var(--active-window-width);height:var(--active-window-height);border-radius:var(--active-window-border-radius);grid-column:1;grid-row:span 1}.stream__window--active:after{border-radius:var(--active-window-border-radius-shadow)}.stream__window--broadcast{max-height:150px}.stream__window--screen-casting{background-color:#22222c}.stream__window--speaking{outline:3px solid #6ecb6e}.stream__video{height:110%}.stream__video--active{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.stream__video--screen-casting{width:62vw;flex-grow:1;-o-object-fit:contain;object-fit:contain}.stream__video--miniature{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.stream__video--local{transform:scaleX(-1)}.stream__avatar{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:#c8cdd3;border-radius:50%;box-sizing:border-box}.stream__avatar--active{width:100px;height:100px}.stream__image{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.stream__image,.stream__username{-webkit-user-select:none;-moz-user-select:none;user-select:none}.stream__username{position:absolute;bottom:14px;left:15px;font-family:Nunito,Trebuchet MS,sans-serif;font-size:11px;line-height:15px;font-weight:700;color:#fff;z-index:2}.stream__username--active-window{font-size:14px;line-height:19px}.stream__navigation{height:40px;margin:0 auto}.stream__navigation-list{display:flex;width:-moz-fit-content;width:fit-content;padding:0;margin:0;background-color:#fff;border-radius:5px;gap:5px;list-style-type:none}.stream__navigation-item{border-radius:5px}.stream__navigation-item:last-child{margin-left:1px}.stream__navigation__button{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#fff;border:none;border-radius:5px;box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.1);transition:background-color .2s ease-out,box-shadow .2s ease-out}.stream__navigation__button>svg>path{stroke:#4281c2;transition:stroke .2s ease-out,fill .2s ease-out}.stream__navigation__button.active>svg>path{stroke:#d75456}@media(hover:hover){.stream__navigation__button:hover:not(:focus-visible):not(:disabled):not(:active){box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.2)}.stream__navigation__button:hover:not(:focus-visible):not(:disabled):not(:active):not(.active)>svg>path{stroke:#4f9ae8}}.stream__navigation__button:focus-visible:not(:disabled):not(:active){box-shadow:-1px 2px 4px 0 hsla(216,9%,66%,.2)}.stream__navigation__button:focus-visible:not(:disabled):not(:active):not(.active)>svg>path{stroke:#4f9ae8}.stream__navigation__button:not(:disabled){cursor:pointer}.stream__navigation__button:not(:disabled):active:not(.active)>svg>path{stroke:#1c66b2}.stream__navigation__button:disabled>svg>path{stroke:#c8cdd3}.stream__navigation__button--recording{gap:11px;width:auto;min-width:40px}.stream__navigation__button--recording.active>svg>path:last-child{fill:#d75456}.stream__navigation__button--recording:not(.active)>svg>path:last-child{fill:#4281c2}@media(hover:hover){.stream__navigation__button--recording:hover:not(:focus-visible):not(:disabled):not(:active):not(.active)>svg>path:last-child{fill:#4f9ae8}}.stream__navigation__button--recording:focus-visible:not(:disabled):not(:active):not(.active)>svg>path:last-child{fill:#4f9ae8}.stream__navigation__button--recording:not(:disabled):active:not(.active)>svg>path:last-child{fill:#1c66b2}.stream__navigation__button--recording:disabled>svg>path:last-child{fill:#c8cdd3}.stream__navigation__button--secondary{background-color:#d75456}.stream__navigation__button--secondary>svg:not(.active){transform:rotate(135deg)}.stream__navigation__button--secondary>svg:not(.active)>path{stroke:none;fill:#fff}@media(hover:hover){.stream__navigation__button--secondary:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#ce4042}.stream__navigation__button--secondary:hover:not(:focus-visible):not(:disabled):not(:active)>svg:not(.active)>path{stroke:none;fill:#fff}}.stream__navigation__button--secondary:focus-visible:not(:disabled):not(:active){background-color:#ce4042}.stream__navigation__button--secondary:focus-visible:not(:disabled):not(:active)>svg:not(.active)>path{stroke:none;fill:#fff}.stream__navigation__button--secondary:active{background-color:#c00f0c}.stream__navigation__button--secondary:active:not(.active)>svg path:last-child,.stream__navigation__button--secondary:active:not(.active)>svg>path{stroke:none;fill:#fff}.stream__navigation-timer{font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;font-weight:400;line-height:100%;color:#22222c;width:35px}.stream__side-transition-enter-active,.stream__side-transition-leave-active{transition:opacity .3s ease-in-out,min-width .3s ease-in-out}.stream__side-transition-enter-from,.stream__side-transition-leave-to{min-width:0}.stream__fade-enter-active,.stream__fade-leave-active{transition:opacity .2s ease-in-out}.stream__fade-enter-from,.stream__fade-leave-to{opacity:0}.call-notification{position:absolute;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.2);z-index:5}.call-notification__container{min-width:400px;padding:30px;background-color:rgba(51,69,96,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:10px;box-sizing:border-box}.call-notification__user-avatar{display:flex;width:200px;height:200px;margin:0 auto 15px;align-items:center;justify-content:center;border-radius:50%;background-color:#c8cdd3}.call-notification__user-image{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.call-notification__username{font-size:20px;font-weight:700;line-height:24px;color:#fff;max-width:340px;margin:0 0 10px;text-align:center}.call-notification__description{font-size:15px;line-height:19px;color:#dbe7f6;display:block;margin:0 0 25px}.call-notification__navigation_list{list-style-type:none;gap:30px}.call-notification__button,.call-notification__navigation_list{display:flex;padding:0;margin:0;align-items:center;justify-content:center}.call-notification__button{width:65px;height:65px;border:none;border-radius:50%}.call-notification__button:not(:disabled){cursor:pointer}.call-notification__button>svg>path{stroke:#fff}.call-notification__button--accept{background-color:#6ecb6e}.call-notification__button--reject{background-color:#d75456}.call-notification__button--reject>svg{transform:rotate(135deg)}.call-notification__fade-enter-active{transition:opacity .2s ease-in-out}.call-notification__fade-leave-active{transition:opacity .2s ease-out}.call-notification__fade-enter-from,.call-notification__fade-leave-to{opacity:0}.call-notification__fade-enter-to,.call-notification__fade-leave-from{opacity:1}.input-contenteditable{position:relative;font-size:13px;line-height:18px;font-weight:500;white-space:pre-wrap;padding:0 2px;min-height:22px;max-height:200px;vertical-align:bottom;background-color:#fff;transition:max-height 1s ease-out;overflow-wrap:anywhere;overflow-y:scroll;outline:none;cursor:text;scrollbar-width:none}.input-contenteditable:empty:before{position:absolute;font-size:13px;line-height:20px;font-weight:400;color:#c8cdd3;white-space:nowrap;content:"Введите сообщение"!important}.input-contenteditable:not(:empty):before{display:none}.input-contenteditable .emoji{padding:0 2px}.input-contenteditable::-webkit-scrollbar{display:none}@supports(-moz-appearance:none){.input-contenteditable{scrollbar-width:none;-ms-overflow-style:none}}@media(hover:hover){.input-contenteditable:hover:not(:focus-visible):not(:active){outline:none}}.input-contenteditable:focus-visible:not(:active){outline:none}.popup__content{position:absolute;bottom:0;left:-171px;display:block;padding:0;margin:0;background-color:transparent;border:none;border-radius:4px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.popup__fade-enter-active,.popup__fade-leave-active{transition:opacity .3s ease,transform .3s ease}.modal__overlay{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;padding:0;width:100%;height:100%;background-color:rgba(33,34,39,.85);border:none;transition:opacity .2s ease;cursor:pointer;z-index:5}.modal__content{position:relative;color:#22222c;padding:25px;background-color:#fff;border-radius:12px;cursor:default}.modal__content--delete{padding:20px}.modal__content--forward-message{width:420px;height:542px;padding:25px 0 0;box-sizing:border-box}.modal__content--create-room{padding:25px 0 24px}.modal__close-button{position:absolute;top:22px;right:25px;width:22px;height:22px;padding:0;background-color:transparent;border:none;cursor:pointer}.modal__close-button:after,.modal__close-button:before{position:absolute;top:0;width:2px;height:20px;border-radius:15px;background-color:#c8cdd3;content:""}.modal__close-button:before{right:7px;transform:rotate(45deg)}.modal__close-button:after{left:13px;transform:rotate(-45deg)}.modal__fade-enter-active,.modal__fade-leave-active{transition:opacity .3s ease,transform .3s ease}.modal-media__overlay{position:fixed;top:0;left:0;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:0;background-color:rgba(33,34,39,.85);border:none;cursor:auto;z-index:5}.modal-media__body{pointer-events:none}.modal-media__navigation{display:flex;justify-content:end;width:100%;padding:17px;height:61px;box-sizing:border-box;pointer-events:auto;z-index:2}.modal-media__navigation--thumbs-visibility{margin:0 0 35px}.modal-media__navigation-container{display:flex;gap:7px;pointer-events:auto}.modal-media__navigation-list{display:flex;align-items:center;padding:0;margin:0;list-style-type:none;pointer-events:auto}.modal-media__download-button{display:flex;justify-content:center;align-items:center;padding:5px;background-color:transparent;border:none}.modal-media__download-button:not(:disabled){cursor:pointer}.modal-media__download-button svg path{stroke:#c8cdd3;transition:stroke .2s ease-out}@media(hover:hover){.modal-media__download-button:hover:not(:focus-visible):not(:disabled):not(:active) svg path{stroke:#fff}}.modal-media__download-button:focus-visible:not(:disabled):not(:active) svg path{stroke:#fff}.modal-media__close-button{position:relative;width:22px;height:22px;padding:5px;background-color:transparent;border:none;cursor:pointer}.modal-media__close-button:after,.modal-media__close-button:before{position:absolute;top:0;width:2px;height:24px;border-radius:10px;background-color:#c8cdd3;transition:background-color .2s ease-out;content:""}.modal-media__close-button:before{right:10px;transform:rotate(45deg)}.modal-media__close-button:after{left:10px;transform:rotate(-45deg)}@media(hover:hover){.modal-media__close-button:hover:not(:focus-visible):not(:disabled):not(:active):after,.modal-media__close-button:hover:not(:focus-visible):not(:disabled):not(:active):before{background-color:#fff;outline:none}}.modal-media__close-button:focus-visible:not(:disabled):not(:active):after,.modal-media__close-button:focus-visible:not(:disabled):not(:active):before{background-color:#fff;outline:none}.modal-media__content{display:flex;align-items:center;justify-content:center;flex:1;pointer-events:none;cursor:default}.modal-media__fade-enter-active,.modal-media__fade-leave-active{transition:opacity .3s ease,transform .3s ease}.slider-image__container{display:flex;flex-direction:column;align-items:center;gap:22px;pointer-events:none}.slider-image,.slider-image__container .swiper-wrapper{pointer-events:none}.slider-image{display:inline-block;max-width:100vw;max-height:100vh;text-align:center;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-image__slide{display:flex;justify-content:center;align-items:center;height:600px;pointer-events:none}.slider-image__slide-image{display:inline-block;max-width:48vw;max-height:66vh;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto}.slider-image__thumbs{width:953px;max-height:100px;margin:0 auto;overflow:visible}.slider-image__thumbs>.swiper-wrapper{position:relative;left:8px;justify-content:center;align-items:center;height:80px}.slider-image__thumbs>.swiper-wrapper>.swiper-slide{width:80px;height:80px;cursor:pointer}.slider-image__thumbs>.swiper-wrapper>.swiper-slide:after{position:absolute;top:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);border-radius:4px;pointer-events:auto;content:"";transition:background-color .3s ease-out}.slider-image__thumbs>.swiper-wrapper>.swiper-slide-thumb-active:after{position:absolute;top:0;right:0;width:100%;height:100%;background-color:transparent;border-radius:4px;content:""}.thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px;cursor:pointer}.slider-image__button-next,.slider-image__button-prev{position:absolute;top:0;display:flex;justify-content:end;padding:7px;width:10vw;height:102vh;background-color:transparent;border:none;box-sizing:border-box;pointer-events:auto;z-index:1}.slider-image__button-next:after,.slider-image__button-prev:after{position:relative;top:15px;font-size:35px;color:#c8cdd3;transition:color .3s ease-out}@media(hover:hover){.slider-image__button-next:hover:not(:focus-visible):not(:disabled):not(:active):after,.slider-image__button-prev:hover:not(:focus-visible):not(:disabled):not(:active):after{color:#fff}}.slider-image__button-next:focus-visible:not(:disabled):not(:active):after,.slider-image__button-prev:focus-visible:not(:disabled):not(:active):after{color:#fff}.slider-image__button-prev{justify-content:start}.delete-message__title{font-size:18px;font-weight:500;line-height:22px;margin:0 0 15px}.delete-message__navigation{display:flex;justify-content:end;gap:5px}.delete-message__cancel-button,.delete-message__delete-button{font-family:inherit;font-size:14px;line-height:17px;letter-spacing:.1px;color:#fff;padding:12px 15px;background-color:#4281c2;border:none;border-radius:5px;transition:background-color .2s ease-out,color .2s ease-out}.delete-message__cancel-button:not(:disabled),.delete-message__delete-button:not(:disabled){cursor:pointer}@media(hover:hover){.delete-message__delete-button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#a4c4e8}}.delete-message__delete-button:focus-visible:not(:disabled):not(:active){background-color:#a4c4e8}.delete-message__delete-button:not(:disabled):active{color:#6b8bae;background-color:#a4c4e8}.delete-message__delete-button:disabled{background-color:#c8cdd3}.delete-message__cancel-button{color:#4281c2;background-color:#fff}@media(hover:hover){.delete-message__cancel-button:hover:not(:focus-visible):not(:disabled):not(:active){color:#6b8bae}}.delete-message__cancel-button:focus-visible:not(:disabled):not(:active){color:#6b8bae}.delete-message__cancel-button:not(:disabled):active{color:#a4c4e8}.delete-message__cancel-button:disabled{color:#c8cdd3}.forward-message__title{font-family:Nunito,Trebuchet MS,sans-serif;font-size:19px;font-weight:500;line-height:26px;color:#4281c2;padding:0 75px 0 25px;margin:0 0 15px}.forward-message__wrapper{padding:0 25px}.forward-message__search{width:100%;height:44px;margin:0 0 15px}.forward-message__groups-list{height:415px;padding:0 25px 25px;margin:0;list-style-type:none;box-sizing:border-box;overflow-y:auto;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.forward-message__groups-list::-webkit-scrollbar{width:10px}.forward-message__groups-list::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.forward-message__groups-list::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.forward-message__groups-list{scrollbar-width:thin;scrollbar-color:transparent transparent}}.forward-message__groups-list:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.forward-message__groups-list:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.forward-message__groups-list::-webkit-scrollbar{width:5px}.forward-message__groups-item:not(:last-child){margin:0 0 30px}.forward-message__rooms-list,.forward-message__user-list{padding:0;margin:0;list-style-type:none}.forward-message__item:not(:last-child){margin:0 0 5px}.forward-message__button{font-family:inherit;color:#22222c;padding:3px;width:100%;background-color:transparent;border:none;border-radius:10px;text-align:start;transition:background-color .3s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forward-message__button.active{background-color:#a4c4e8;pointer-events:none;cursor:default}@media(hover:hover){.forward-message__button:not(:disabled):not(.active):hover:not(:focus-visible):not(:disabled):not(:active){background-color:rgba(242,242,248,.9);color:#4281c2;outline:none}}.forward-message__button:not(:disabled):not(.active):focus-visible:not(:disabled):not(:active){background-color:rgba(242,242,248,.9);color:#4281c2;outline:none}.forward-message__card{display:grid;grid-template-columns:40px 1fr;padding:2px 5px;width:100%;text-align:start;gap:0 15px;background-color:transparent}.forward-message__card-avatar{position:relative;display:flex;justify-content:center;align-items:center;min-width:40px;min-height:40px;margin:3px 0;grid-row:span 2;background-color:#dcf6db;border-radius:50%}.forward-message__card-image{display:block;width:100%;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.forward-message__card-icon{position:absolute;top:8px;font-size:25px;font-weight:500;line-height:25px;color:#398642;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forward-message__card-name{font-size:14px;line-height:17px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;color:#22222c;overflow:hidden;margin:4px 0 0}.forward-message__card-description{font-family:Nunito,Trebuchet MS,sans-serif;font-size:13px;line-height:18px;color:#6b8bae;letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0}.forward-message__empty{font-size:16px;line-height:16px;color:#c0c1cf;display:block;padding:7px;text-align:center}.create-room{width:540px}.create-room__title{font-family:Nunito,Trebuchet MS,sans-serif;font-size:19px;line-height:26px;font-weight:500;color:#4281c2;padding:0 75px 0 25px;margin:0 0 15px}.create-room__wrapper{padding:0 25px}.create-room__search{width:100%;height:44px;margin:0 0 15px}.create-room__list{padding:0 0 0 25px;margin:0;height:417px;box-sizing:border-box;list-style-type:none;overflow-y:auto;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.create-room__list::-webkit-scrollbar{width:10px}.create-room__list::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.create-room__list::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.create-room__list{scrollbar-width:thin;scrollbar-color:transparent transparent}}.create-room__list:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.create-room__list:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.create-room__list::-webkit-scrollbar{width:5px}.create-room__item{padding:0 20px 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.create-room__item:not(:last-child){margin:0 0 5px}.create-room__group{padding:0;margin:0;border:none}.create-room__group--room-name{position:relative;bottom:2px;flex:1}.create-room__group--chat-avatar label{max-height:60px}.create-room__group label{display:block}.create-room__empty-users{font-size:16px;line-height:16px;color:#c0c1cf;display:block;width:428px;height:417px;padding:15px;margin:auto;text-align:center;box-sizing:border-box}.create-room__under-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;padding:21px 25px 0;flex-wrap:wrap}.create-room__under-wrapper:before{position:absolute;top:0;left:0;width:100%;height:1px;background-color:#e0e8f2;content:""}.create-room__add-avatar{width:60px;height:60px;padding:0;margin-right:11px;background-color:#c8cdd3;border:none;border-radius:50%;transition:background-color .2s ease-out}.create-room__add-avatar:not(:disabled){cursor:pointer}@media(hover:hover){.create-room__add-avatar:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#a6acb5}}.create-room__add-avatar:focus-visible:not(:disabled):not(:active){background-color:#a6acb5}.create-room__add-avatar:active{background-color:#949aa3}.create-room__add-avatar>svg>path{stroke:#fff}.create-room__chat-image{display:block;width:100%;height:inherit;border-radius:50%;-o-object-fit:cover;object-fit:cover}.create-room__name{font-family:Montserrat,Trebuchet MS,sans-serif;font-size:13px;line-height:18px;color:#22222c;width:90.5%;padding:2px 6px;margin-right:21px;background-color:transparent;border:none;border-bottom:1px solid #a4c4e8;transition:border-bottom .2s ease-out}.create-room__name::-moz-placeholder{color:#a4c4e8}.create-room__name::placeholder{color:#a4c4e8}.create-room__name:disabled{color:#c8cdd3;border-bottom:1px solid #c8cdd3}.create-room__name:not(:disabled):hover{border-bottom:1px solid rgba(66,129,194,.3)}.create-room__name:not(:disabled):focus-visible{border-bottom:1px solid #4281c2;border-bottom-color:#4281c2;outline:none}.create-room__submit{position:relative;bottom:1px;font-family:inherit;font-size:14px;line-height:17px;padding:12px 15px}.create-user__group{margin:0;padding:0;border:none}.create-user__group--avatar{display:inline-block;margin:0 0 9px}.create-user__group--information{margin:0 0 16px;min-width:500px}.create-user__group--information>label>.create-user__input{margin:0 0 3px}.create-user__group label{display:block;max-height:170px}.create-user__add-avatar{position:relative;width:170px;height:170px;padding:0;background-color:#c8cdd3;border:none;border-radius:50%;transition:background-color .2s ease-out}.create-user__add-avatar:not(:disabled){cursor:pointer}@media(hover:hover){.create-user__add-avatar:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#a6acb5}}.create-user__add-avatar:focus-visible:not(:disabled):not(:active){background-color:#a6acb5}.create-user__add-avatar:active{background-color:#949aa3}.create-user__add-avatar:after{position:absolute;bottom:0;right:0;width:41px;height:41px;background:#4281c2 url(/img/camera.d0c67408.svg) no-repeat 50%;border-radius:50%;content:""}.create-user__image{display:block;width:100%;height:inherit;border-radius:50%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.create-user__under-wrapper{display:grid;grid-template-columns:1fr 1fr;margin:9px 0 4px;gap:3px 11px}.create-user__input{font-family:Montserrat,Trebuchet MS,sans-serif;font-size:15px;line-height:18px;color:#22222c;width:calc(100% - 12px);padding:6px;background-color:transparent;border:none;border-bottom:1px solid #a4c4e8;transition:border-bottom .2s ease-out}.create-user__input::-moz-placeholder{color:#a4c4e8}.create-user__input::placeholder{color:#a4c4e8}.create-user__input:disabled{color:#c8cdd3}.create-user__input:not(:disabled):hover{border-bottom:1px solid rgba(66,129,194,.3)}.create-user__input:not(:disabled):focus-visible{border-bottom:1px solid #4281c2;border-bottom-color:#4281c2;outline:none}.create-user__input:disabled{border-bottom:1px solid #c8cdd3}.create-user__input:disabled::-moz-placeholder{color:#c8cdd3}.create-user__input:disabled::placeholder{color:#c8cdd3}.create-user__wrapper{display:flex;justify-content:end}.create-user__wrapper--dev{justify-content:space-between}.create-user__button-submit,.create-user__button-transfer{font-family:inherit;font-size:14px;line-height:17px;padding:12px 15px 11px}.sidebar{position:relative;max-width:380px;overflow:hidden;background-color:#fff;transition:max-width .4s ease;will-change:max-width}.sidebar__side-transition-enter-from,.sidebar__side-transition-leave-to{max-width:0}.sidebar__navigation{position:absolute;width:380px;padding:7px 9px;text-align:end;background-color:transparent;box-sizing:border-box;z-index:1}.sidebar__close-button{position:relative;width:27px;height:27px;padding:5px;background-color:transparent;border:none;cursor:pointer}.sidebar__close-button:after,.sidebar__close-button:before{position:absolute;top:4px;right:12px;width:2px;height:21px;border-radius:15px;background-color:#c8cdd3;transform:rotate(45deg);content:""}.sidebar__close-button:after{transform:rotate(-45deg)}.files-list{padding:5px;margin:0;text-align:start;list-style-type:none}.files-list__content{padding:5px}.files-list__item:not(:last-child){margin:0 0 5px}.files-list__button{font-family:inherit;width:100%;padding:0;text-align:start;background-color:transparent;border:none}.files-list__button:not(:disabled){cursor:pointer}.files-list__empty{font-size:16px;line-height:16px;color:#c0c1cf;display:block;padding:15px}.files-list__sentinel{margin:auto 0 0}.images-list{display:grid;grid-template-columns:repeat(auto-fit,85px);padding:15px 14px;margin:0;gap:5px 4px;list-style-type:none}.images-list__button{font-family:inherit;width:85px;height:85px;padding:0;background-color:#fff;border:none}.images-list__button:not(:disabled){cursor:pointer}.images-list__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.images-list__empty{font-size:16px;line-height:16px;color:#c0c1cf;display:block;padding:15px}.images-list__sentinel{margin:auto 0 0}.participants-list{padding:12px 7px;margin:0;list-style-type:none;text-align:start}.participants-list__item:not(:first-child){padding:0 2px}.participants-list__item:not(:last-child){margin-bottom:1px}.participants-list__item:not(:last-child):not(:first-child){margin-bottom:5px}.participants-list__button-user{font-family:inherit;width:100%;padding:0;text-align:start;background-color:transparent;border:none;transition:background-color .2s ease-out}.participants-list__button-user:focus-within:not(.selected){outline:none;background-color:#f7f7f7}.participants-list__button{font-family:inherit;font-size:14px;line-height:14px;font-weight:500;color:#4281c2;letter-spacing:.1px;display:flex;width:100%;padding:8px 7px;text-align:start;gap:15px;align-items:center;background-color:#fff;border:none;transition:color .2s ease-out}.participants-list__button:not(:disabled){cursor:pointer}@media(hover:hover){.participants-list__button:hover:not(:focus-visible):not(:disabled):not(:active){color:#6b8bae}.participants-list__button:hover:not(:focus-visible):not(:disabled):not(:active)>.participants-list__wrapper-icon>.participants-list__button-icon>path{stroke:#6b8bae}}.participants-list__button:focus-visible:not(:disabled):not(:active){color:#6b8bae}.participants-list__button:focus-visible:not(:disabled):not(:active)>.participants-list__wrapper-icon>.participants-list__button-icon>path{stroke:#6b8bae}.participants-list__button:active:not(:disabled){color:#a4c4e8}.participants-list__button:active:not(:disabled)>.participants-list__wrapper-icon>.participants-list__button-icon>path{stroke:#a4c4e8}.participants-list__button:disabled{color:#c8cdd3}.participants-list__button:disabled>.participants-list__wrapper-icon{background-color:#c8cdd3}.participants-list__button:disabled>.participants-list__wrapper-icon>.participants-list__button-icon>path{stroke:#fff}.participants-list__wrapper-icon{position:relative;bottom:1px;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#dbe7f6;border-radius:50%}.participants-list__wrapper-icon>.participants-list__button-icon{position:relative;left:2px}.participants-list__wrapper-icon>.participants-list__button-icon>path{stroke:#4281c2;transition:stroke .2s ease-out}.add-users{min-width:428px;box-sizing:border-box}.add-users__search{width:100%;height:44px;margin:0 0 15px}.add-users__form{min-width:428px;min-height:471px}.add-users__group{padding:0;margin:0 0 13px;border:none}.add-users__list{height:418px;padding:0;margin:0;list-style-type:none;overflow-y:auto;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.add-users__list::-webkit-scrollbar{width:10px}.add-users__list::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.add-users__list::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.add-users__list{scrollbar-width:thin;scrollbar-color:transparent transparent}}.add-users__list:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.add-users__list:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.add-users__list::-webkit-scrollbar{width:5px}.add-users__item:not(:last-child){margin:0 0 5px}.add-users__navigation-list{display:flex;justify-content:end;align-items:center;padding:0;margin:0;list-style-type:none}.add-users__cancel-button,.add-users__submit-button{font-family:inherit;font-size:14px;line-height:14px;padding:13px 15px}.add-users__cancel-button:not(:disabled),.add-users__submit-button:not(:disabled){cursor:pointer}.add-users__cancel-button{color:#4281c2;background-color:transparent;border:none}.add-users__empty-users{font-size:16px;line-height:16px;color:#c0c1cf;display:block;width:428px;height:431px;padding:15px;text-align:center;box-sizing:border-box}.emojis{width:331px;padding:30px}.emojis__container{width:100%;height:100%;padding:0;background-color:#fff;border-radius:4px;box-shadow:1px 2px 15px 0 rgba(189,197,206,.6);box-sizing:border-box;overflow:hidden}.emojis__navigation{width:100%;height:36px;padding:8px 10px;box-sizing:border-box;border-bottom:1px solid hsla(216,9%,66%,.4)}.emojis__title{font-family:Nunito,Trebuchet MS,sans-serif;font-size:11px;line-height:21px;font-weight:400;color:#c8cdd3;height:20px;padding:0;margin:0}.emojis__usage{margin:0 0 20px;padding:0 8px}.emojis__viewport{height:241px}.emojis__list{width:100%;height:100%;padding:0 5px 0 10px;margin:0;list-style-type:none;box-sizing:border-box;overflow-y:auto;scroll-behavior:smooth;--scrollbar-track-color:transparent;--scrollbar-thumb-color:transparent}.emojis__list--usage{display:flex;padding:0;flex-wrap:wrap}.emojis__list::-webkit-scrollbar{width:10px}.emojis__list::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:10px}.emojis__list::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px}@supports(-moz-appearance:none){.emojis__list{scrollbar-width:thin;scrollbar-color:transparent transparent}}.emojis__list:hover{--scrollbar-track-color:hsla(216,9%,66%,.1);--scrollbar-thumb-color:#c0c1cf}@supports(-moz-appearance:none){.emojis__list:hover{scrollbar-color:#c0c1cf hsla(216,9%,66%,.1)}}.emojis__list::-webkit-scrollbar{width:5px}.emojis__row{display:flex;padding:0;margin:0;height:40px;align-items:center;gap:9px;list-style-type:none}.emojis__button{width:31px;height:31px;padding:3px;margin:0;border:none;background-color:transparent;border-radius:6px;box-sizing:border-box;transition:background-color .2s ease}.emojis__button .emoji{width:1.5625rem;height:1.5625rem}.emojis__button:not(:disabled){cursor:pointer}@media(hover:hover){.emojis__button:hover:not(:focus-visible):not(:disabled):not(:active){background-color:#e0e8f2}}.emojis__button:focus-visible:not(:disabled):not(:active){background-color:#e0e8f2}.emojis__search{width:100%;height:36px;padding:8px 10px;box-sizing:border-box;border-top:1px solid hsla(216,9%,66%,.4)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}.svg-icon>circle,.svg-icon>path{stroke:#b3b3b3;transition:stroke .2s}.svg-icon--fill>path{stroke:none;fill:#b3b3b3}.svg-icon-white>path{stroke:#dbe7f6}.svg-icon-extra-white>path{stroke:#fff}.button-primary,.button-secondary{background-color:#4281c2;border:none;border-radius:5px;transition:background-color .2s ease-out,color .2s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(hover:hover){.button-primary:hover:not(:focus-visible):not(:disabled):not(:active),.button-secondary:hover:not(:focus-visible):not(:disabled):not(:active){color:#fff;background-color:#a4c4e8}}.button-primary:focus-visible:not(:disabled):not(:active),.button-secondary:focus-visible:not(:disabled):not(:active){color:#fff;background-color:#a4c4e8}.button-primary:not(:disabled),.button-secondary:not(:disabled){cursor:pointer}.button-primary:not(:disabled):active,.button-secondary:not(:disabled):active{color:#fff;background-color:#4281c2}.button-primary:disabled,.button-secondary:disabled{color:#fff;background-color:#c8cdd3}.button-primary{color:#fff}.button-primary>svg>path{stroke:#fff}.button-secondary{background-color:#dbe7f6;color:#5a7695}.button-secondary>svg>path{stroke:#5a7695}@media(hover:hover){.button-secondary:hover:not(:focus-visible):not(:disabled):not(:active){color:#5a7695;background-color:#cadef5}}.button-secondary:focus-visible:not(:disabled):not(:active){color:#5a7695;background-color:#cadef5}.button-secondary:not(:disabled){cursor:pointer}.button-secondary:not(:disabled):active{color:#fff;background-color:#a4c4e8}