.fade-trans-enter{opacity:0}.fade-trans-enter.fade-trans-enter-active{opacity:1;transition:opacity .2s ease-in}.fade-trans-exit{opacity:1}.fade-trans-exit.fade-trans-exit-active{opacity:0;transition:opacity .2s ease-out}.slideFromRight-enter{transform:translateX(100%)}.slideFromRight-enter.slideFromRight-enter-active{transform:translate(0);transition:transform .2s ease-in}.slideFromRight-exit{transform:translate(0)}.slideFromRight-exit.slideFromRight-exit-active{transform:translateX(100%);transition:transform .2s ease-out}.slideFromBottom-enter{transform:translateY(100%)}.slideFromBottom-enter.slideFromBottom-enter-active{transform:translate(0);transition:transform .2s ease-in}.slideFromBottom-exit{transform:translate(0)}.slideFromBottom-exit.slideFromBottom-exit-active{transform:translateY(100%);transition:transform .2s ease-out}.slideFromLeft-enter{transform:translateX(-100%)}.slideFromLeft-enter.slideFromLeft-enter-active{transform:translate(0);transition:transform .2s ease-in}.slideFromLeft-exit{transform:translate(0)}.slideFromLeft-exit.slideFromLeft-exit-active{transform:translateX(-100%);transition:transform .2s ease-out}.mobModal{position:fixed;background-color:#fff;width:100%;border-radius:4px 4px 0 0;bottom:0}.mobModalHeader{display:flex;justify-content:space-between}.mobModalBdy{max-height:70vh;overflow:auto}.mobModalClose{margin:1.6rem;z-index:2}.ltr .mobModalHeader{flex-direction:row}.rtl .mobModalHeader{flex-direction:row-reverse}.backdrop{position:fixed;left:0;top:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.5)}.tab-items__tabs{width:100%;list-style:none;height:4.4rem;line-height:4.4rem;padding:0;margin:0;border-bottom:.1rem solid #d7d7e0}.tab-items__tabs--horizontal-scroll{overflow-x:auto;overflow:-moz-scrollbars-none;scrollbar-width:none;-ms-overflow-style:none}.tab-items__tabs--horizontal-scroll::-webkit-scrollbar{width:0!important;display:none}.tab-items__tab{display:inline-block;height:inherit;padding:1rem 1.5rem 0;overflow:hidden;box-sizing:border-box;margin:0 1rem}.tab-items__tab--active,.tab-items__tab:hover{color:#58aff6}.tab-items__tab--content-width{min-width:-moz-fit-content;min-width:fit-content}.ltr .tab-items__tab:first-child{margin-left:0}.ltr .tab-items__tab:last-child,.rtl .tab-items__tab:first-child{margin-right:0}.rtl .tab-items__tab:last-child{margin-left:0}.tab-items__tab--active .tab-items__tab__label{font-weight:600}.tab-items__tab__highlight{background-color:#58aff6;height:.2rem;bottom:-.5rem;transition:transform .3s;width:100%;transform:translateY(-.5rem)}.tab-items__tab-dropdown{padding:0}.tab-items__tab-dropdown__tabs{display:flex;list-style:none;flex-direction:column;padding:0}.tab-items__tab-dropdown__tab{padding:1rem 2rem;text-transform:uppercase;cursor:pointer;color:#080812}.tab-items__tab-dropdown__tab--active,.tab-items__tab-dropdown__tab:hover{color:#58aff6}.tab-items__ellipsis{line-height:1.7rem}@media only screen and (min-width:768px){.tab-items__tab-dropdown{display:none}}@media only screen and (min-width:768px)and (max-width:991px){.tab-items__tab-dropdown{display:block}}@media only screen and (min-width:768px)and (max-width:991px){.tab-items__tabs--truncate>li+li+li+li+li:not(.tab-items__tab-dropdown){display:none}}@media only screen and (max-width:767px){.tab-items__tabs--truncate>li+li+li+li:not(.tab-items__tab-dropdown){display:none}}@media only screen and (max-width:767px){.tab-items__tab{margin:0 .5rem}}@media screen and (max-width:1150px){.tab-items__tab{padding:1rem .5rem 0}}.checkbox{display:flex;align-items:center;cursor:pointer}.checkbox__icon--checked{fill:#009edb;width:1.6rem;height:1.6rem}.checkbox__icon--unchecked{fill:#afafb5;width:1.6rem;height:1.6rem}.checkbox__label{font-size:1.4rem;color:#0a0a14}.conversation-draft--callout{border-radius:.4rem;border:.1rem solid #cdcdd2}.conversation-draft--callout__cta{gap:1rem}.media-upload__droppable-area{border-radius:.4rem;background-color:#f8f8fa;border:.1rem dashed #e6e6e9;height:4.8rem}.media-upload__droppable-area:hover{border-color:#0828cc;background-color:rgba(8,40,204,.05);color:#1c6cfd}.media-upload__droppable-area:hover svg{fill:#1c6cfd}.media-upload__icon{width:2rem;height:2rem}.media-upload__text{font-size:1.4rem}.media-upload__help-text{font-size:1.2rem}.media-placeholder-icon{width:2.8rem;height:2.8rem}.file-container{max-width:54rem;border-radius:.4rem}.media-remove-icon{width:2.4rem;height:2.4rem}.media-remove-icon:hover{background-color:#f8f8fa;border-radius:50%}.media-remove-icon>svg{width:1.2rem;height:1.2rem}@keyframes progress-animation{0%{width:0}to{width:90%}}.media-file__upload{height:.4rem;border-radius:.4rem;background-color:#20b796;width:90%}.media-file__loading{animation:progress-animation 6s ease-in-out}.media-file__loaded{width:100%}.media-file__error{background-color:#fc374b;width:100%}.textarea{display:block;border:1px solid #cdcdd2;border-radius:.4rem;box-sizing:border-box;padding:1.2rem;width:100%;min-height:12rem;resize:none}.textarea:active,.textarea:focus,.textarea:focus:hover{border-color:#40a3f5}.textarea--light{background-color:#fff;border-color:#cdcdd2;color:#4b4b55}.textarea--light:hover{border-color:#82828c}.textarea--light.is-disabled{background-color:#e6e6e8;border-color:#cdcdd2;color:#afafb5;pointer-events:none}.textarea--light::-webkit-input-placeholder{color:#cdcdd2}.textarea--light::-moz-placeholder{color:#cdcdd2}.textarea--light:-ms-input-placeholder{color:#cdcdd2}.textarea--dark{background-color:#191923;border-color:#23232d;color:#9b9ba5}.textarea--dark:hover{border-color:#373741}.textarea--dark.is-disabled{background-color:#14141c;border-color:#191923;color:#23232d;pointer-events:none}.textarea--dark::-webkit-input-placeholder{color:#4b4b55}.textarea--dark::-moz-placeholder{color:#4b4b55}.textarea--dark:-ms-input-placeholder{color:#4b4b55}.textarea--x-small{border-radius:.3rem;font-size:1.1rem;line-height:1.1rem}.textarea--small{border-radius:.3rem;font-size:1.2rem;line-height:1.2rem}.textarea--large,.textarea--medium{border-radius:.3rem;font-size:1.4rem;line-height:1.4rem}.textarea--attention,.textarea--attention:hover{border-color:#ff9421}.textarea--error,.textarea--error:hover{border-color:#fc374b}@media only screen and (max-width:767px){textarea{font-size:16px!important;line-height:normal!important}}.text-editor-comment .text-editor-comment__input{border-radius:2rem;border-color:#a0a0a8!important}.text-editor-comment__mention-user{display:none}.text-editor-comment__cnt{scroll-margin-top:var(--spr-cmt-nav-height)}.text-editor-comment__actions{padding-top:2rem}.ltr .text-editor-comment__actions__save{margin-left:2rem}.rtl .text-editor-comment__actions__save{margin-right:2rem}.media-droppable-area{margin-right:2rem;margin-bottom:1rem}@media only screen and (max-width:767px){.text-editor-comment__actions{padding-top:2rem;display:flex;flex-direction:column}.text-editor-comment__actions__buttons{padding-top:2rem;display:flex;justify-content:flex-end}.text-editor-comment__actions__buttons button{right:0}.media-droppable-area__add-media{padding:0 .5rem}}