@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,400,0..1";@import"https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{-ms-touch-action:none;touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.avatar{--str-chat__avatar-size: 20px}.str-chat{box-sizing:border-box;font-family:var(--str-chat__font-family)}.str-chat *{box-sizing:border-box}.str-chat .ngxp__container,.str-chat .float-ui-container{z-index:1;padding:0!important;box-shadow:none!important;border-color:#0000!important;max-width:100vw}.str-chat .ngxp__container .ngxp__arrow,.str-chat .float-ui-container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{display:flex;justify-content:center;align-items:center}.stream-chat__paginated-list{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;max-height:100%;min-height:0;gap:var(--str-chat__spacing-2)}.stream-chat__paginated-list .str-chat__loading-indicator{margin:auto}.stream-chat__paginated-list .str-chat__load-more-button__button{margin-inline:auto}stream-paginated-list{height:100%;max-height:100%}stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}:root{--str-chat__theme-version: 2}.str-chat{--str-chat__spacing-px: 1px;--str-chat__spacing-0_5: .125rem;--str-chat__spacing-1: .25rem;--str-chat__spacing-1_5: .375rem;--str-chat__spacing-2: .5rem;--str-chat__spacing-2_5: .625rem;--str-chat__spacing-3: .75rem;--str-chat__spacing-3_5: .875rem;--str-chat__spacing-4: 1rem;--str-chat__spacing-5: 1.25rem;--str-chat__spacing-6: 1.5rem;--str-chat__spacing-7: 1.75rem;--str-chat__spacing-8: 2rem;--str-chat__spacing-9: 2.25rem;--str-chat__spacing-10: 2.5rem;--str-chat__spacing-11: 2.75rem;--str-chat__spacing-12: 3rem;--str-chat__spacing-14: 3.5rem;--str-chat__spacing-16: 4rem;--str-chat__image-fallback-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=);--str-chat__winning-poll-option-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS44MzMzIDQuMTY2NjdIMTQuMTY2N1YyLjVINS44MzMzM1Y0LjE2NjY3SDQuMTY2NjdDMy4yNSA0LjE2NjY3IDIuNSA0LjkxNjY3IDIuNSA1LjgzMzMzVjYuNjY2NjdDMi41IDguNzkxNjcgNC4xIDEwLjUyNSA2LjE1ODMzIDEwLjc4MzNDNi42ODMzMyAxMi4wMzMzIDcuODA4MzMgMTIuOTc1IDkuMTY2NjcgMTMuMjVWMTUuODMzM0g1LjgzMzMzVjE3LjVIMTQuMTY2N1YxNS44MzMzSDEwLjgzMzNWMTMuMjVDMTIuMTkxNyAxMi45NzUgMTMuMzE2NyAxMi4wMzMzIDEzLjg0MTcgMTAuNzgzM0MxNS45IDEwLjUyNSAxNy41IDguNzkxNjcgMTcuNSA2LjY2NjY3VjUuODMzMzNDMTcuNSA0LjkxNjY3IDE2Ljc1IDQuMTY2NjcgMTUuODMzMyA0LjE2NjY3Wk00LjE2NjY3IDYuNjY2NjdWNS44MzMzM0g1LjgzMzMzVjkuMDE2NjdDNC44NjY2NyA4LjY2NjY3IDQuMTY2NjcgNy43NSA0LjE2NjY3IDYuNjY2NjdaTTEwIDExLjY2NjdDOC42MjUgMTEuNjY2NyA3LjUgMTAuNTQxNyA3LjUgOS4xNjY2N1Y0LjE2NjY3SDEyLjVWOS4xNjY2N0MxMi41IDEwLjU0MTcgMTEuMzc1IDExLjY2NjcgMTAgMTEuNjY2N1pNMTUuODMzMyA2LjY2NjY3QzE1LjgzMzMgNy43NSAxNS4xMzMzIDguNjY2NjcgMTQuMTY2NyA5LjAxNjY3VjUuODMzMzNIMTUuODMzM1Y2LjY2NjY3WiIgZmlsbD0iIzVFNjc2RSIvPgo8L3N2Zz4K);--str-chat__arrow-left-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc5MTUgNy4wMDUxSDMuNjIxNDhMOC41MDE0OCAyLjEyNTFDOC44OTE0OCAxLjczNTEgOC44OTE0OCAxLjA5NTEgOC41MDE0OCAwLjcwNTA5OEM4LjExMTQ4IDAuMzE1MDk4IDcuNDgxNDggMC4zMTUwOTggNy4wOTE0OCAwLjcwNTA5OEwwLjUwMTQ4NCA3LjI5NTFDMC4xMTE0ODQgNy42ODUxIDAuMTExNDg0IDguMzE1MSAwLjUwMTQ4NCA4LjcwNTFMNy4wOTE0OCAxNS4yOTUxQzcuNDgxNDggMTUuNjg1MSA4LjExMTQ4IDE1LjY4NTEgOC41MDE0OCAxNS4yOTUxQzguODkxNDggMTQuOTA1MSA4Ljg5MTQ4IDE0LjI3NTEgOC41MDE0OCAxMy44ODUxTDMuNjIxNDggOS4wMDUxSDE0Ljc5MTVDMTUuMzQxNSA5LjAwNTEgMTUuNzkxNSA4LjU1NTEgMTUuNzkxNSA4LjAwNTFDMTUuNzkxNSA3LjQ1NTEgMTUuMzQxNSA3LjAwNTEgMTQuNzkxNSA3LjAwNTFaIiBmaWxsPSIjMDgwNzA3Ii8+Cjwvc3ZnPgo=);--str-chat__close-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI5OTcgMC43MDk5NzFDMTIuOTA5NyAwLjMxOTk3MSAxMi4yNzk3IDAuMzE5OTcxIDExLjg4OTcgMC43MDk5NzFMNi45OTk3MyA1LjU4OTk3TDIuMTA5NzMgMC42OTk5NzFDMS43MTk3MyAwLjMwOTk3MSAxLjA4OTczIDAuMzA5OTcxIDAuNjk5NzI3IDAuNjk5OTcxQzAuMzA5NzI3IDEuMDg5OTcgMC4zMDk3MjcgMS43MTk5NyAwLjY5OTcyNyAyLjEwOTk3TDUuNTg5NzMgNi45OTk5N0wwLjY5OTcyNyAxMS44OUMwLjMwOTcyNyAxMi4yOCAwLjMwOTcyNyAxMi45MSAwLjY5OTcyNyAxMy4zQzEuMDg5NzMgMTMuNjkgMS43MTk3MyAxMy42OSAyLjEwOTczIDEzLjNMNi45OTk3MyA4LjQwOTk3TDExLjg4OTcgMTMuM0MxMi4yNzk3IDEzLjY5IDEyLjkwOTcgMTMuNjkgMTMuMjk5NyAxMy4zQzEzLjY4OTcgMTIuOTEgMTMuNjg5NyAxMi4yOCAxMy4yOTk3IDExLjg5TDguNDA5NzMgNi45OTk5N0wxMy4yOTk3IDIuMTA5OTdDMTMuNjc5NyAxLjcyOTk3IDEzLjY3OTcgMS4wODk5NyAxMy4yOTk3IDAuNzA5OTcxWiIgZmlsbD0iIzA4MDcwNyIvPgo8L3N2Zz4K);--str-chat__add-attachment-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMzMyIDcuMzMzMDdMMTIuNjY2NiA3LjMzMzA3TDEyLjY2NjYgMTIuNjY2NEw3LjMzMzI0IDEyLjY2NjRMNy4zMzMyNCAxNS4zMzMxTDEyLjY2NjYgMTUuMzMzMUwxMi42NjY2IDIwLjY2NjRMMTUuMzMzMiAyMC42NjY0TDE1LjMzMzIgMTUuMzMzMUwyMC42NjY2IDE1LjMzMzFMMjAuNjY2NiAxMi42NjY0TDE1LjMzMzIgMTIuNjY2NEwxNS4zMzMyIDcuMzMzMDdaTTEzLjk5OTkgMC42NjY0MDRDNi42Mzk5MSAwLjY2NjQwNCAwLjY2NjU3NiA2LjYzOTc0IDAuNjY2NTc3IDEzLjk5OTdDMC42NjY1NzYgMjEuMzU5NyA2LjYzOTkxIDI3LjMzMzEgMTMuOTk5OSAyNy4zMzMxQzIxLjM1OTkgMjcuMzMzMSAyNy4zMzMyIDIxLjM1OTcgMjcuMzMzMiAxMy45OTk3QzI3LjMzMzIgNi42Mzk3NCAyMS4zNTk5IDAuNjY2NDA0IDEzLjk5OTkgMC42NjY0MDRaTTEzLjk5OTkgMjQuNjY2NEM4LjExOTkxIDI0LjY2NjQgMy4zMzMyNCAxOS44Nzk3IDMuMzMzMjUgMTMuOTk5N0MzLjMzMzI0IDguMTE5NzQgOC4xMTk5MSAzLjMzMzA3IDEzLjk5OTkgMy4zMzMwN0MxOS44Nzk5IDMuMzMzMDcgMjQuNjY2NiA4LjExOTc0IDI0LjY2NjYgMTMuOTk5N0MyNC42NjY2IDE5Ljg3OTcgMTkuODc5OSAyNC42NjY0IDEzLjk5OTkgMjQuNjY2NFoiLz4KPC9zdmc+Cg==);--str-chat__folder-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAySDEwTDggMEgyQzAuOSAwIDAuMDA5OTk5OTkgMC45IDAuMDA5OTk5OTkgMkwwIDE0QzAgMTUuMSAwLjkgMTYgMiAxNkgxOEMxOS4xIDE2IDIwIDE1LjEgMjAgMTRWNEMyMCAyLjkgMTkuMSAyIDE4IDJaTTE4IDE0SDJWNEgxOFYxNFoiIC8+Cjwvc3ZnPgo=);--str-chat__poll-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNiAwSDJDMC45IDAgMCAwLjkgMCAyVjE2QzAgMTcuMSAwLjkgMTggMiAxOEgxNkMxNy4xIDE4IDE4IDE3LjEgMTggMTZWMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTE2IDE2SDJWMkgxNlYxNlpNNCA3SDZWMTRINFY3Wk04IDRIMTBWMTRIOFY0Wk0xMiAxMEgxNFYxNEgxMlYxMFoiLz4KPC9zdmc+);--str-chat__handle-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgNiIgZmlsbD0iY3VycmVuQ29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTYgMEgwVjJIMTZWMFpNMCA2SDE2VjRIMFY2WiIvPgo8L3N2Zz4K);--str-chat__circle-stop-icon: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSI0IDQgMjggMjgiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQ1NTEgMjcuMjQ0MUMyMi42MzA5IDI3LjI0NDEgMjcuNzQ0MSAyMi4xMTk4IDI3Ljc0NDEgMTUuOTU1MUMyNy43NDQxIDkuNzc5MyAyMi42MTk4IDQuNjY2MDIgMTYuNDQ0IDQuNjY2MDJDMTAuMjc5MyA0LjY2NjAyIDUuMTY2MDIgOS43NzkzIDUuMTY2MDIgMTUuOTU1MUM1LjE2NjAyIDIyLjExOTggMTAuMjkwNCAyNy4yNDQxIDE2LjQ1NTEgMjcuMjQ0MVpNMTYuNDU1MSAyNS4zNjI2QzExLjIzMTEgMjUuMzYyNiA3LjA1ODU5IDIxLjE3OSA3LjA1ODU5IDE1Ljk1NTFDNy4wNTg1OSAxMC43MzExIDExLjIyMDEgNi41NDc1MyAxNi40NDQgNi41NDc1M0MyMS42NjggNi41NDc1MyAyNS44NTE2IDEwLjczMTEgMjUuODYyNiAxNS45NTUxQzI1Ljg3MzcgMjEuMTc5IDIxLjY3OSAyNS4zNjI2IDE2LjQ1NTEgMjUuMzYyNlpNMTMuNTIyMSAxOS45ODM3SDE5LjM2NTlDMjAuMDYzMiAxOS45ODM3IDIwLjQ3MjcgMTkuNTc0MiAyMC40NzI3IDE4Ljg5OTFWMTMuMDExMUMyMC40NzI3IDEyLjMyNDkgMjAuMDYzMiAxMS45MjY0IDE5LjM2NTkgMTEuOTI2NEgxMy41MjIxQzEyLjgzNTkgMTEuOTI2NCAxMi40MTU0IDEyLjMyNDkgMTIuNDE1NCAxMy4wMTExVjE4Ljg5OTFDMTIuNDE1NCAxOS41NzQyIDEyLjgzNTkgMTkuOTgzNyAxMy41MjIxIDE5Ljk4MzdaIiBmaWxsPSIjMDA1ZmZmIi8+Cjwvc3ZnPg==);--str-chat__magnifier-glass-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjEgMjEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOSAwQzEzLjk2OCAwIDE4IDQuMDMyIDE4IDlDMTggMTMuOTY4IDEzLjk2OCAxOCA5IDE4QzQuMDMyIDE4IDAgMTMuOTY4IDAgOUMwIDQuMDMyIDQuMDMyIDAgOSAwWk05IDE2QzEyLjg2NyAxNiAxNiAxMi44NjcgMTYgOUMxNiA1LjEzMiAxMi44NjcgMiA5IDJDNS4xMzIgMiAyIDUuMTMyIDIgOUMyIDEyLjg2NyA1LjEzMiAxNiA5IDE2Wk0yMC4zMTQgMTguODk5TDE3LjQ4NSAxNi4wNzFMMTYuMDcxIDE3LjQ4NUwxOC44OTkgMjAuMzE0TDIwLjMxNCAxOC44OTlaIi8+Cjwvc3ZnPgo=);--str-chat__clear-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwQzAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEMxNS41MjI4IDAgMjAgNC40NzcxNSAyMCAxMEMyMCAxNS41MjI4IDE1LjUyMjggMjAgMTAgMjBDNC40NzcxNSAyMCAwIDE1LjUyMjggMCAxMFpNMTAgMkM1LjU4MTcyIDIgMiA1LjU4MTcyIDIgMTBDMiAxNC40MTgzIDUuNTgxNzIgMTggMTAgMThDMTQuNDE4MyAxOCAxOCAxNC40MTgzIDE4IDEwQzE4IDUuNTgxNzIgMTQuNDE4MyAyIDEwIDJaTTEzLjUzNTggNi40NjQ0NkMxMy4xNDUzIDYuMDczOTQgMTIuNTEyMSA2LjA3Mzk0IDEyLjEyMTYgNi40NjQ0NkwxMC4wMDAzIDguNTg1NzhMNy44Nzg5OCA2LjQ2NDQ2QzcuNDg4NDYgNi4wNzM5NCA2Ljg1NTI5IDYuMDczOTQgNi40NjQ3NyA2LjQ2NDQ2QzYuMDc0MjQgNi44NTQ5OSA2LjA3NDI0IDcuNDg4MTUgNi40NjQ3NyA3Ljg3ODY4TDguNTg2MDkgMTBMNi40NjQ3NyAxMi4xMjEzQzYuMDc0MjQgMTIuNTExOCA2LjA3NDI0IDEzLjE0NSA2LjQ2NDc3IDEzLjUzNTVDNi44NTUyOSAxMy45MjYxIDcuNDg4NDYgMTMuOTI2MSA3Ljg3ODk4IDEzLjUzNTVMMTAuMDAwMyAxMS40MTQyTDEyLjEyMTYgMTMuNTM1NUMxMi41MTIxIDEzLjkyNjEgMTMuMTQ1MyAxMy45MjYxIDEzLjUzNTggMTMuNTM1NUMxMy45MjY0IDEzLjE0NSAxMy45MjY0IDEyLjUxMTggMTMuNTM1OCAxMi4xMjEzTDExLjQxNDUgMTBMMTMuNTM1OCA3Ljg3ODY4QzEzLjkyNjQgNy40ODgxNSAxMy45MjY0IDYuODU0OTkgMTMuNTM1OCA2LjQ2NDQ2WiIvPgo8L3N2Zz4K)}@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-CVCe0Jge.eot);src:url(/assets/stream-chat-icons-CVCe0Jge.eot#iefix) format("embedded-opentype"),url(/assets/stream-chat-icons-BLRMizsT.woff) format("woff2"),url(/assets/stream-chat-icons-BLRMizsT.woff) format("woff"),url(/assets/stream-chat-icons-C_tSEO3S.ttf) format("truetype"),url(/assets/stream-chat-icons-DWRBO47D.svg#stream-chat-icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-DWRBO47D.svg#stream-chat-icons) format("svg")}}.str-chat{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 32)}.str-chat .str-chat__avatar--autocomplete-item,.str-chat .stream-chat__avatar--autocomplete-item{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--channel-header,.str-chat .stream-chat__avatar--channel-header{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 40)}.str-chat .str-chat__avatar--channel-preview,.str-chat .stream-chat__avatar--channel-preview{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 49)}.str-chat .str-chat__avatar--quoted-message-sender,.str-chat .stream-chat__avatar--quoted-message-sender{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat .str-chat__avatar--reaction,.str-chat .stream-chat__avatar--reaction{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--message-status,.str-chat .stream-chat__avatar--message-status{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat .str-chat__avatar--poll-vote-author{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat__avatar{position:relative;display:flex;align-items:center;justify-content:center;height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size)}.str-chat__avatar.str-chat__avatar--one-letter,.str-chat__avatar.stream-chat__avatar--one-letter{font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-width: calc(var(--str-chat__avatar-size) * .33);--str-chat-icon-height: calc(var(--str-chat__avatar-size) * .33)}.str-chat__avatar.str-chat__avatar--multiple-letters,.str-chat__avatar.stream-chat__avatar--multiple-letters{font-size:calc(var(--str-chat__avatar-size)*.3)}.str-chat__avatar .str-chat__avatar-image{height:100%;width:100%;object-fit:cover}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{position:absolute;width:calc(var(--str-chat__spacing-px)*12);height:calc(var(--str-chat__spacing-px)*12);inset-inline-end:3%;inset-block-start:2%}.str-chat__loading-channels-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__avatar-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size);overflow:hidden}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(1){grid-area:1/1/3/2}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(2){grid-area:1/2/2/3}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(3){grid-area:2/2/3/3}.str-chat__avatar-group .str-chat__avatar{height:100%;line-height:100%;width:100%;min-width:100%}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback,.str-chat__avatar-group .str-chat__avatar img{border-radius:0}.str-chat__avatar-group .str-chat__avatar.str-chat__avatar--single .str-chat__avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback{font-size:calc(var(--str-chat__avatar-size)*.33)}.str-chat{--str-chat__attachment-margin: var(--str-chat__spacing-0_5);--str-chat__gif-height: calc(var(--str-chat__spacing-px) * 200);--str-chat__voice-recording-amplitude-bar-width: 2px;--str-chat__voice-recording-amplitude-bar-gap-width: var(--str-chat__spacing-px)}.str-chat__attachment-list{--str-chat__attachment-max-width: calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) );--str-chat__video-height: var(--str-chat__attachment-max-width);--str-chat__scraped-image-height: calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91));--str-chat__scraped-video-height: calc(var(--str-chat__attachment-max-width) * .5625 );display:flex;flex-direction:column;align-items:stretch;min-width:0}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--header{position:relative}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link{padding-bottom:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-image-height)}.str-chat__attachment-list .str-chat__message-attachment-card--header img{object-fit:cover;max-height:100%;max-width:100%;width:100%;height:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;max-height:100%;max-width:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .str-chat__video-angular,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .str-chat__video-angular{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery{margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;grid-template-columns:50% 50%;overflow:hidden;width:fit-content;gap:var(--str-chat__spacing-0_5);max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{padding:0;margin:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:top left;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{position:relative;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__spacing-6)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6))}.str-chat__attachment-list .str-chat__message-attachment-unsupported{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*30)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__spacing-0_5);min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*34)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px)*120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;grid-column-gap:var(--str-chat__spacing-5);padding-top:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{line-height:calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:calc(var(--str-chat__spacing-px)*5);flex:1;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;height:inherit}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{display:grid;grid-template-columns:36px auto 55px;align-items:center;justify-content:center;gap:calc(var(--str-chat__spacing-px)*9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-voice-recording-widget--first-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1_5);height:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__error-message{display:flex;align-items:center;justify-content:flex-start;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{justify-self:center}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:calc(var(--str-chat__spacing-px)*45);width:calc(var(--str-chat__spacing-px)*45)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget stream-voice-recording-wavebar{flex:1}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:var(--str-chat__voice-recording-amplitude-bar-width);min-width:var(--str-chat__voice-recording-amplitude-bar-width);height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{min-width:0;max-width:var(--str-chat__attachment-max-width);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{display:flex;align-items:center;column-gap:var(--str-chat__spacing-3_5)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{cursor:pointer;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__attachment-list .str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16)}.str-chat__attachment-list .str-chat__attachment-type-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37)}.str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36);cursor:pointer}.str-chat__message-attachment-audio-widget--play-button svg{width:var(--str-chat__spacing-3)}.str-chat__quoted-message-preview{--str-chat__attachment-margin: 0px}.str-chat__quoted-message-preview *{cursor:pointer!important}.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget{display:flex;justify-content:space-between}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-audio-widget--play-button,.str-chat__quoted-message-preview .str-chat__message-attachment-file--item-download{display:none}.str-chat__message .str-chat__quoted-message-preview .str-chat__message-attachment-file--item{padding:0}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{position:relative;flex:1;width:120px;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;gap:var(--str-chat__spacing-px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list-angular-host{min-width:0}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video{width:100%}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a{display:block;width:100%;height:100%;position:relative}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a .str-chat__message-attachment-card--video-play,.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a stream-icon-placeholder{position:absolute;top:50%;left:0;right:0;margin:auto;transform:translateY(-50%);width:calc(var(--str-chat__spacing-px)*36);height:calc(var(--str-chat__spacing-px)*36)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a img{cursor:pointer}.str-chat__attachment-preview-list{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 18);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{overflow-y:hidden;overflow-x:auto;width:100%;max-width:100%;display:flex;align-items:center;justify-content:flex-start;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{object-fit:cover;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);word-break:break-all;overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{display:flex;justify-content:flex-start;align-items:center;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*200);position:relative;padding:0 var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37);--str-chat-icon-width: auto;display:flex;align-items:center;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg{height:calc(var(--str-chat__spacing-px)*37);width:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);line-height:calc(var(--str-chat__spacing-px)*13)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download svg{width:calc(var(--str-chat__spacing-px)*16);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);position:absolute;top:calc(var(--str-chat__spacing-px)*2);inset-inline-end:calc(var(--str-chat__spacing-px)*2);cursor:pointer;z-index:1}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;inset-inline-start:0;cursor:pointer;z-index:0}.str-chat__attachment-preview-list-angular-host{width:100%;max-width:100%}.str-chat__message-textarea-angular-host{position:relative}.str-chat__message-textarea-angular-host mention-list{width:100%}.str-chat__message-textarea-angular-host .mention-menu{padding:var(--str-chat__spacing-2) 0!important;margin:0!important;max-width:100%}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{position:absolute;bottom:calc(100% + var(--str-chat__spacing-2_5));width:100%;padding:var(--str-chat__spacing-2) 0}.str-chat__suggestion-list-container .str-chat__suggestion-list{overflow-y:auto;max-height:calc(var(--str-chat__spacing-px)*320);display:flex;flex-direction:column;list-style:none;padding:unset;margin:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react{overflow-y:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{width:100%}.str-chat__slash-command{padding:var(--str-chat__spacing-2_5)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{margin-inline-start:var(--str-chat__spacing-2)}.str-chat__user-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;display:flex;align-items:center;width:100%}.str-chat__emoji-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:flex;align-items:center;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{bottom:0;display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:3.25rem;padding-inline:1rem}.str-chat__audio_recorder,stream-voice-recorder-wavebar{display:flex;align-items:center;justify-content:center;gap:.375rem}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button{--str-chat-icon-height: 28px}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-height: 24px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer,stream-voice-recorder-wavebar .str-chat__recording-timer{display:flex;align-items:center;width:3rem}.str-chat__audio_recorder .str-chat__recording-timer--hours,stream-voice-recorder-wavebar .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track-container{padding-block:.5rem;overflow-x:auto;height:fit-content}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{flex:1;display:flex;align-items:center;justify-content:flex-end;width:100%}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;height:2rem;margin-inline:1rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{width:120px}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box{overflow-x:hidden}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-voice-recording-widget--first-row{display:none}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state .str-chat__message-attachment__voice-recording-widget__timer{min-width:3rem;align-self:center}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{display:none}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download,.str-chat__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download{position:absolute;top:.5rem;right:1rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{height:100%;display:flex;flex-direction:column;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{height:100%;display:flex;flex-direction:column;width:100%;min-width:0}.str-chat__empty-channel{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__loading-channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-name{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*170)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-info{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list{height:100%;padding:0 var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-4) 0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{display:flex;flex-direction:column;width:100%;row-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{display:flex;width:100%;column-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{display:flex;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{width:100%;height:calc(var(--str-chat__spacing-px)*36)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36)}.str-chat__channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__channel-header .str-chat__channel-header-end p{margin:0}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-info{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty-v1{display:none}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__spacing-2) 0}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__channel-list .stream-chat__paginated-list{gap:0}.str-chat__channel-list-react{overflow:hidden}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{overflow:hidden;padding-bottom:var(--str-chat__spacing-2_5)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react .str-chat__channel-list-messenger-react__main{overflow-y:auto}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main{display:flex;flex-direction:column}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main stream-paginated-list{min-height:0}.str-chat__channel-preview-container{position:relative}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons{position:absolute;right:var(--str-chat__spacing-2);bottom:var(--str-chat__spacing-3);display:flex;flex-direction:row;align-items:center;gap:1px}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-height: 13px;cursor:pointer;padding-block:2px;padding-inline:4px}.str-chat__channel-preview{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start;cursor:pointer}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%;overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{display:flex;column-gap:var(--str-chat__spacing-1);align-items:stretch}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{display:flex;align-items:center;padding:0 var(--str-chat__spacing-2)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--name{width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;display:flex;column-gap:var(--str-chat__spacing-1);align-items:center}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;margin:0;max-width:calc(100% - 40px)}.str-chat__channel-preview-loading{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview-loading .str-chat__loading-channels-username{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__channel-preview-loading .str-chat__loading-channels-status{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__channel-search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__channel-search.str-chat__channel-search--active.str-chat__channel-search--inline,.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);height:65px}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-2_5);min-width:0}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{display:inline-flex;padding:0 var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{background:none;border:none;cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button:disabled{cursor:default}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper input{flex:1;min-width:0}.str-chat__channel-search .str-chat__channel-search-container-searching,.str-chat__channel-search .str-chat__channel-search-results-header{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{position:absolute;left:0;right:0;top:65px;height:400px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg{height:calc(var(--str-chat__spacing-px)*90 + var(--str-chat__spacing-20));width:calc(var(--str-chat__spacing-px)*90);padding:var(--str-chat__spacing-10) 0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{background:none;border:none;display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .channel-search__result-text,.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__cta-button{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6);cursor:pointer}.str-chat__circle-fab{width:calc(var(--str-chat__spacing-px)*42);height:calc(var(--str-chat__spacing-px)*42);padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__dialog-overlay{top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute;height:var(--str-chat__dialog-overlay-height);width:100%;z-index:2}.str-chat__dialog{width:100%}.str-chat__dialog .str-chat__dialog__body{padding:2rem 1rem;overflow-y:auto}.str-chat__dialog .str-chat__dialog__body .str-chat__dialog__title{margin-bottom:1rem}.str-chat__dialog .str-chat__dialog__controls{display:flex;justify-content:flex-end;gap:1.25rem;padding:2.25rem 1.25rem 0}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:none;border:none}.str-chat__prompt-dialog input[type=text]{width:100%;padding:.625rem 1rem}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{display:flex;align-items:center;width:100%;padding:.5rem .75rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-icon{height:1rem;width:1rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-text{padding-inline:.675rem}.str-chat__drag-and-drop-container__item{display:flex;width:100%;padding-block:.25rem}.str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;z-index:5}.str-chat__dropzone-container p{margin:unset}.str-chat__edit-message-form{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-5);width:100%;height:100%;min-height:0;min-width:0;max-width:100%;max-height:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{display:flex;align-items:center;justify-content:flex-end}.str-chat__edit-message-form .str-chat__edit-message-form-options button{cursor:pointer;margin:0}.str-chat-angular__edit-message-form .str-chat__message-input-angular-host{max-height:100%;min-height:0;display:flex;min-width:0;max-width:100%}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width: 768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__dialog__field{display:flex;flex-direction:column;gap:.5rem}.str-chat__dialog__field .str-chat__form-field-error{margin-left:.5rem}.str-chat__image-carousel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;min-width:0;max-width:100%;max-height:100%;height:100%}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 30);padding:var(--str-chat__spacing-2_5);border:none;cursor:pointer;background:#0000}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;min-height:0;max-height:100%;min-width:0;max-width:100%;height:100%;width:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:80%;width:80%}@media only screen and (max-device-width: 768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:100%;width:100%}}[dir=rtl] .str-chat__image-carousel-stepper svg{transform:scaleX(-1)}.str-chat{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);--str-chat-icon-width: auto}.str-chat__icon{display:flex;font-family:stream-chat-icons;font-style:normal;font-weight:400;font-size:var(--str-chat-icon-height);line-height:var(--str-chat-icon-height);height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url(data:image/svg+xml;base64,PHN2ZwogIGRhdGEtdGVzdGlkPSJ1bnNwZWNpZmllZC1maWxldHlwZSIKICB3aWR0aD0iMzQiCiAgaGVpZ2h0PSI0MCIKICB2aWV3Qm94PSIwIDAgMzQgNDAiCiAgZmlsbD0ibm9uZSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCj4KICA8cGF0aAogICAgZD0iTTAgM0MwIDEuMzQzMTUgMS4zNDMxNSAwIDMgMEgyM0wzNCAxMVYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjNaIgogICAgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIKICAvPgogIDxwYXRoIGQ9Ik0zNCAxMUwyNiAxMUMyNC4zNDMxIDExIDIzIDkuNjU2ODUgMjMgOFYwTDM0IDExWiIgZmlsbD0iI0RCREJEQiIgLz4KICA8cGF0aAogICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTggMTNIMjNWMTVIOFYxM1oiCiAgICBmaWxsPSIjQ0ZDRkNGIgogIC8+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik04IDE3SDE4VjE5SDhWMTdaIgogICAgZmlsbD0iI0NGQ0ZDRiIKICAvPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOCAyMUgyM1YyM0g4VjIxWiIKICAgIGZpbGw9IiNDRkNGQ0YiCiAgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICBpZD0icGFpbnQwX2xpbmVhciIKICAgICAgeDE9IjAiCiAgICAgIHkxPSIwIgogICAgICB4Mj0iMCIKICAgICAgeTI9IjQwIgogICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgID4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RCREJEQiIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=)}.str-chat__icon--audio-file{content:url(data:image/svg+xml;base64,PHN2ZwogIGNsYXNzPSJyZnUtZmlsZS1hdWRpbyIKICBmaWxsPSJub25lIgogIHZpZXdCb3g9IjAgMCAzNCA0MCIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIyMCIKICB3aWR0aD0iMjAiCj4KICA8cGF0aAogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTE3LjcxNjggMzMuMTcyQzE4LjIzNDggMzMuMTcyIDE4LjQyMzggMzMuNjU1IDE4LjQyMzggMzQuMThDMTguNDIzOCAzNC42NDIgMTguMjk3OCAzNS4xOTUgMTcuNzE2OCAzNS4xOTVDMTcuMTcwOCAzNS4xOTUgMTYuOTg4OCAzNC42NDIgMTYuOTg4OCAzNC4xNDVDMTYuOTg4OCAzMy42ODMgMTcuMTcwOCAzMy4xNzIgMTcuNzE2OCAzMy4xNzJaTTE5LjU3MTggMzEuMDAySDE4LjM4MThWMzIuNzU4OUgxOC4zNjc4QzE4LjEyMjggMzIuNDMgMTcuNzc5OCAzMi4yNjIgMTcuMzMxOCAzMi4yNjJDMTYuMzAyOCAzMi4yNjIgMTUuNzk4OCAzMy4xNTggMTUuNzk4OCAzNC4xMDNDMTUuNzk4OCAzNS4xMjUgMTYuMjgxOCAzNi4xMDQ5IDE3LjQyMjggMzYuMTA0OUMxNy44NDI4IDM2LjEwNDkgMTguMTkyOCAzNS45MjMgMTguNDIzOCAzNS41OEgxOC40Mzc4VjM2SDE5LjU3MThWMzEuMDAyWk0xMi43MDk1IDM0LjE4NzJDMTIuNzA5NSAzMy43MjUyIDEyLjg3NzUgMzMuMTcyMiAxMy40MzA1IDMzLjE3MjJDMTMuOTgzNSAzMy4xNzIyIDE0LjE1ODUgMzMuNzI1MiAxNC4xNTg1IDM0LjE4NzJDMTQuMTU4NSAzNC42NDkyIDEzLjk4MzUgMzUuMTk1MiAxMy40MzA1IDM1LjE5NTJDMTIuODc3NSAzNS4xOTUyIDEyLjcwOTUgMzQuNjQ5MiAxMi43MDk1IDM0LjE4NzJaTTExLjUxOTUgMzQuMTg3MkMxMS41MTk1IDM1LjI3OTIgMTIuMzAzNSAzNi4xMDUyIDEzLjQzMDUgMzYuMTA1MkMxNC41NTc1IDM2LjEwNTIgMTUuMzQ4NSAzNS4yNzkyIDE1LjM0ODUgMzQuMTg3MkMxNS4zNDg1IDMzLjA5NTIgMTQuNTU3NSAzMi4yNjIyIDEzLjQzMDUgMzIuMjYyMkMxMi4zMDM1IDMyLjI2MjIgMTEuNTE5NSAzMy4wOTUyIDExLjUxOTUgMzQuMTg3MlpNMjEuODM5IDMyLjM2NzFIMjIuNTc0VjMzLjEzNzFIMjEuODM5VjM0Ljc4OTFDMjEuODM5IDM1LjA3NjEgMjIuMDA3IDM1LjEzOTEgMjIuMjY2IDM1LjEzOTFDMjIuMzE0MiAzNS4xMzkxIDIyLjM2NCAzNS4xMzU3IDIyLjQxNDcgMzUuMTMyM0MyMi40NjcyIDM1LjEyODcgMjIuNTIwNiAzNS4xMjUxIDIyLjU3NCAzNS4xMjUxVjM2LjAwMDFDMjIuNDgxIDM2LjAwMzEgMjIuMzg4IDM2LjAwOTkgMjIuMjk1IDM2LjAxNjhDMjIuMTcxIDM2LjAyNTkgMjIuMDQ3IDM2LjAzNTEgMjEuOTIzIDM2LjAzNTFDMjAuOTA4IDM2LjAzNTEgMjAuNjQ5IDM1Ljc0MTEgMjAuNjQ5IDM0Ljc1NDFWMzMuMTM3MUgyMC4wNDdWMzIuMzY3MUgyMC42NDlWMzEuMjY4MUgyMS44MzlWMzIuMzY3MVoiCiAgICBmaWxsPSJ3aGl0ZSIKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBkPSJNMCAyOEgzNFYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjI4WiIKICAgIGZpbGw9IiMyNzI3QjAiCiAgPjwvcGF0aD4KICA8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDIzTDM0IDExVjI4SDBWM1oiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICA8cGF0aAogICAgZD0iTTM0IDExTDI2IDExQzI0LjM0MzEgMTEgMjMgOS42NTY4NSAyMyA4VjBMMzQgMTFaIgogICAgZmlsbD0iI0RCREJEQiIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOC44NzkxMiAyMS45NDFIMTIuMjk4TDE2Ljk1MjEgMjQuNzQ5M0MxNy4wMzA3IDI0LjgxMzggMTcuMTI5MyAyNC44NDkgMTcuMjMxMSAyNC44NDlDMTcuNDczOCAyNC44NDg4IDE3LjY3MDUgMjQuNjUxOSAxNy42NzAzIDI0LjQwOTJWMTIuNDM5OUMxNy42NzA0IDEyLjMzODEgMTcuNjM1MiAxMi4yMzk2IDE3LjU3MDcgMTIuMTYwOUMxNy40MTY4IDExLjk3MzIgMTcuMTM5OCAxMS45NDU3IDE2Ljk1MjEgMTIuMDk5NkwxMi4yOTggMTQuOTA4SDguODc5MTJDOC4zOTM2IDE0LjkwOCA4IDE1LjMwMTYgOCAxNS43ODcxVjIxLjA2MTlDOCAyMS41NDc0IDguMzkzNiAyMS45NDEgOC44NzkxMiAyMS45NDFaTTEyLjkyNTggMTYuNjY2NEwxNS45MTIyIDE1LjIyMjRWMjEuNjI2OEwxMi45MjU4IDIwLjE4MjlIOS43NTgzVjE2LjY2NjRIMTIuOTI1OFpNMTkuODUxMSAxNi4zNTE3QzE5LjQ3NCAxNi40MDkyIDE5LjIzOTcgMTYuNjYzNyAxOS4zMjgzIDE2LjkxOTFMMTkuMzI2MiAxNi45MkMxOS41Mjk1IDE3LjQ5OTUgMTkuNjMwNSAxOC4wOTggMTkuNjI4NCAxOC42OTUzQzE5LjYzMDUgMTkuMjk3NSAxOS41MjM3IDE5LjkwMTQgMTkuMzE5NiAyMC40OTA5QzE5LjIyOSAyMC43NDYyIDE5LjQ2ODIgMjAuOTk5NiAxOS44NDc0IDIxLjA2QzE5LjkwMDggMjEuMDY4MyAxOS45NTQyIDIxLjA3MiAyMC4wMDc2IDIxLjA3MkMyMC4zMjU5IDIxLjA3MiAyMC42MTU2IDIwLjkyMzQgMjAuNjkyMiAyMC43MDU3QzIwLjkxOTQgMjAuMDQ1MSAyMS4wMzM3IDE5LjM3IDIxLjAzNzQgMTguNjk1M0MyMS4wMzQ5IDE4LjAyNTEgMjAuOTIxMSAxNy4zNTc1IDIwLjY5NTUgMTYuNzAzNUMyMC42MDUzIDE2LjQ0NzcgMjAuMjI5IDE2LjI5MDggMTkuODUxMSAxNi4zNTE3Wk0yMi4xNjA1IDE0LjYwMjhDMjIuNTI1MiAxNC41MTYzIDIyLjkyNTkgMTQuNjQ1NCAyMy4wNTUgMTQuODkzOEMyMy42ODkxIDE2LjExNTcgMjQgMTcuNDA0MiAyNCAxOC42OTIzQzI0LjAwMDQgMTkuOTg5NSAyMy42Nzk2IDIxLjI4MzkgMjMuMDUyMSAyMi41MTUzQzIyLjk1MDMgMjIuNzEyMyAyMi42NzYzIDIyLjgzNDQgMjIuMzgyOCAyMi44MzQ0QzIyLjMwNzEgMjIuODM0NCAyMi4yMzAxIDIyLjgyNjEgMjIuMTU0MyAyMi44MDkyQzIxLjc4NjMgMjIuNzI1MSAyMS41OTE0IDIyLjQ1MzYgMjEuNzE4NSAyMi4yMDc3QzIyLjI5ODggMjEuMDc2MSAyMi41OTIyIDE5Ljg4MzYgMjIuNTkzMSAxOC42OTE5QzIyLjU5MzEgMTcuNTA1NiAyMi4zMDU0IDE2LjMyMjIgMjEuNzI3NiAxNS4yMDI1QzIxLjYwMDEgMTQuOTU2MyAyMS43OTUgMTQuNjg2IDIyLjE2MDUgMTQuNjAyOFoiCiAgICBmaWxsPSIjMjcyN0IwIgogICAgZmlsbC1ydWxlPSJldmVub2RkIgogID48L3BhdGg+Cjwvc3ZnPg==)}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__icon--mic:before{content:""}.str-chat__icon--bin:before{content:""}.str-chat__infinite-scroll-paginator{overflow-y:auto;overflow-x:hidden}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem}.str-chat__link-preview-card{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:1rem}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:calc(var(--str-chat__spacing-px)*250);padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{display:flex;align-items:center}.str-chat__link-preview-card .str-chat__link-preview-card__content{width:100%;min-width:0;flex:1;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{background:none;border:none;cursor:pointer}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content{display:flex;flex-direction:column;gap:.25rem}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{height:calc(var(--str-chat__spacing-px)*12);width:100%}.str-chat{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}stream-loading-indicator{display:flex;align-items:center;justify-content:center}stream-loading-indicator .str-chat__loading-indicator{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__loading-indicator-placeholder{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat{--str-chat__message-options-button-size: calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width: calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width: calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width: calc( var(--str-chat__spacing-px) * 200 );--str-chat__quoted-message-inside-message-input-max-height: calc( var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50) );--str-chat__quoted-message-line-clamp: 5}.str-chat__message{--str-chat-message-options-size: calc(3 * var(--str-chat__message-options-button-size))}.str-chat__message.str-chat__message-without-touch-support{--str-chat-message-options-size: calc(1 * var(--str-chat__message-options-button-size))}.str-chat__message .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-options{--str-chat-icon-height: calc(var(--str-chat__message-options-button-size) * .7)}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-max-width)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{pointer-events:none;max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-text-value{overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--str-chat__quoted-message-line-clamp);line-clamp:var(--str-chat__quoted-message-line-clamp);-webkit-box-orient:vertical}.str-chat__message,.str-chat__quoted-message-preview{display:grid;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{grid-template-areas:"avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;justify-items:flex-start}.str-chat__message.str-chat__message--me,.str-chat__quoted-message-preview.str-chat__message--me{grid-template-areas:"message" "replies" "translation-notice" "custom-metadata" "metadata";justify-items:end}.str-chat__message.str-chat__message--me>.str-chat__message-sender-avatar,.str-chat__quoted-message-preview.str-chat__message--me>.str-chat__message-sender-avatar{display:none}.str-chat__message.str-chat__message--deleted,.str-chat__quoted-message-preview.str-chat__message--deleted,.str-chat__message.str-chat__message--blocked,.str-chat__quoted-message-preview.str-chat__message--blocked{grid-template-areas:"message"}.str-chat__message.str-chat__message--system,.str-chat__quoted-message-preview.str-chat__message--system{grid-template-areas:"message";grid-template-columns:auto}.str-chat__message .str-chat__message-sender-avatar,.str-chat__quoted-message-preview .str-chat__message-sender-avatar{grid-area:avatar;align-self:end}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;column-gap:var(--str-chat__spacing-2);position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:var(--str-chat-message-options-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button{display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;position:relative;min-width:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner{grid-template-areas:"reactions reactions" "options message-bubble";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message .str-chat__translation-notice,.str-chat__quoted-message-preview .str-chat__translation-notice{grid-area:translation-notice}.str-chat__message .str-chat__translation-notice button,.str-chat__quoted-message-preview .str-chat__translation-notice button{cursor:pointer;padding:var(--str-chat__spacing-1) 0;margin:0}.str-chat__message .str-chat__custom-message-metadata,.str-chat__quoted-message-preview .str-chat__custom-message-metadata{grid-area:custom-metadata;margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata,.str-chat__quoted-message-preview .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--str-chat__spacing-1);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-name,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-name{overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before{content:"•";margin-right:var(--str-chat__spacing-1)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp{--str-chat__message-edited-timestamp-height: 1rem;flex-basis:100%}.str-chat__message.str-chat__message--me .str-chat__message-metadata,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:right}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5);position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button{cursor:pointer;padding:0}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message--blocked-inner,.str-chat__quoted-message-preview .str-chat__message--blocked-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--blocked-inner p,.str-chat__quoted-message-preview .str-chat__message--blocked-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);display:flex;column-gap:var(--str-chat__spacing-1);min-width:0;width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{white-space:pre-line;margin:0}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{display:block;position:absolute;bottom:0;inset-inline-end:calc(-1*calc(var(--str-chat__spacing-px) * 18)/2)}.str-chat__message.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon svg{width:calc(var(--str-chat__spacing-px)*18);height:calc(var(--str-chat__spacing-px)*18)}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}@supports not selector(:has(a,b)){.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options{display:flex}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover{margin-inline-end:0}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover{margin-inline-start:0}.str-chat__message-inner .str-chat__message-options.str-chat__message-options--active{display:flex}.str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message-inner .str-chat__message-actions-open.str-chat__message-options{display:flex}.str-chat__message-inner:focus-within .str-chat__message-options{display:flex}.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)){margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message--me .str-chat__message-inner{margin-inline-start:var(--str-chat-message-options-size)}.str-chat__li--middle .str-chat__message,.str-chat__li--top .str-chat__message{margin-block-end:var(--str-chat__spacing-0_5)}.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li--middle .str-chat__message>.str-chat__message-sender-avatar,.str-chat__li--top .str-chat__message>.str-chat__message-sender-avatar{visibility:hidden}.str-chat__li--bottom .str-chat__message,.str-chat__li--single .str-chat__message{margin-block-end:var(--str-chat__spacing-2)}.str-chat__date-separator{display:flex;padding:var(--str-chat__spacing-8);align-items:center}.str-chat__date-separator-line{flex:1;height:var(--str-chat__spacing-px)}.str-chat__date-separator>*:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{width:100%;text-align:center}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{flex-direction:column;align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-basis:min-content}.str-chat__message-input .str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-inside-message-input-max-width)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{max-height:var(--str-chat__quoted-message-inside-message-input-max-height)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text{max-height:100%;min-height:0}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem}.str-chat__unread-messages-notification{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);position:absolute;top:.75rem;z-index:2;display:flex;align-items:center;overflow:clip}.str-chat__unread-messages-notification button{padding-block:.5rem;height:100%;width:100%;white-space:nowrap}.str-chat__unread-messages-notification button:first-of-type{padding-inline:.75rem .375rem}.str-chat__unread-messages-notification button:last-of-type{padding-inline:.375rem .75rem}.str-chat__unread-messages-notification button:last-of-type svg{width:.875rem}.str-chat-angular__message-bubble{transform:translateZ(0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{transform:none}.str-chat__message-edited-timestamp{overflow:hidden;transition:height .1s}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height, 1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-with-touch-support .str-chat__message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__attachments-container,.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__message-text-inner{pointer-events:none}.str-chat__message-with-touch-support .str-chat__message-inner{margin-inline:0}.str-chat__message-with-touch-support .str-chat__message-options{display:none}.str-chat__message-with-touch-support .stream-chat-angular__image-modal-host{-webkit-touch-callout:default}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-width:10rem}.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);margin:0;cursor:pointer;width:100%;text-align:start}.str-chat__message-bounce-prompt{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-9)}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input .str-chat__quoted-message-preview-header{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{width:100%;text-align:center}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{display:flex;align-items:center;justify-content:center;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-height:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{width:100%;min-height:0;max-height:100%;display:flex;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea{width:100%;display:flex;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);font-size:calc(var(--str-chat__spacing-px)*27);align-self:end}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container{z-index:5}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container .str-chat__emoji-picker-container{display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__message-textarea-angular-host{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__stop-ai-generation-button{width:calc(var(--str-chat__spacing-px)*30);height:calc(var(--str-chat__spacing-px)*28);cursor:pointer}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);min-width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{width:calc(var(--str-chat__spacing-px)*32);height:calc(var(--str-chat__spacing-px)*32)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);min-width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__start-recording-audio-button svg{height:calc(var(--str-chat__spacing-px)*25)}.str-chat__message-input .str-chat__message-input-cooldown{display:flex;align-items:center;justify-content:center;margin-inline-start:var(--str-chat__spacing-2);margin-block:calc(var(--str-chat__spacing-2)/2);min-width:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2));min-height:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2))}.str-chat__message-input .str-chat__message-input-not-allowed{align-self:center;padding:var(--str-chat__spacing-3)}.str-chat__message-input .str-chat__quoted-message-preview{padding:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-poll-preview__name{white-space:nowrap;overflow-y:visible;overflow-x:clip;text-overflow:ellipsis;overflow-x:hidden}.str-chat__message-input .str-chat__recording-permission-denied-notification{position:absolute;left:.5rem;max-width:100%;bottom:100%;padding:1rem;margin-inline:.5rem;z-index:2}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{display:flex;justify-content:flex-end}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{height:100%;max-height:100%;min-height:0;flex-grow:initial}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat__attachment-selector-actions-menu button,.str-chat__attachment-selector button{background:none;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{padding:.25rem .5rem;cursor:pointer}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{height:26px;width:26px}.str-chat__file-input{display:none}.str-chat__attachment-selector-actions-menu{min-width:300px;padding-block:.5rem}.str-chat__main-panel-inner{height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width:100%;height:100%;max-height:100%}.str-chat__list .str-chat__message-list-scroll{padding:0 var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__list .str-chat__message-list-scroll{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4);margin-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{position:absolute;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);left:50%;transform:translate(-50%) translateY(-100%)}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__virtual-list{overflow-x:hidden;overflow-y:auto;position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__virtual-list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{margin-block-end:0!important}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding-block-end:var(--str-chat__spacing-0_5)}.str-chat__message-reactions-container{display:flex}.str-chat__message-reactions-container .str-chat__message-reactions{overflow-y:hidden;overflow-x:auto;scrollbar-width:none;list-style:none;display:flex;margin-block-start:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);width:fit-content;padding:0;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-1_5);position:relative;cursor:pointer;flex-shrink:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*13);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width: 768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__message-reactions-details{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);max-height:100%;height:100%;min-height:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{max-width:100%;width:100%;min-width:0;overflow-x:auto;gap:var(--str-chat__spacing-4);display:flex;align-items:center;flex-shrink:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{display:flex;align-items:center;padding:var(--str-chat__spacing-1) 0;flex-shrink:0;cursor:pointer}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type .str-chat__message-reaction-emoji--with-fallback{width:18px;line-height:18px}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big{--str-chat__stream-emoji-size: 1em;align-self:center;font-size:2rem}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big.str-chat__message-reaction-emoji--with-fallback{line-height:2rem}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users{display:flex;flex-direction:column;gap:var(--str-chat__spacing-3);max-height:100%;overflow-y:auto;min-height:30vh}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;justify-content:flex-end;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{margin:var(--str-chat__spacing-2);position:static;justify-content:flex-start}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{max-width:100%;overflow-y:hidden;overflow-x:auto;scrollbar-width:none;padding:0}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{flex-shrink:0}.str-chat__message-reaction-selector .str-chat__message-reactions-options{list-style:none;display:flex;margin-block-end:var(--str-chat__spacing-0_5);width:fit-content;column-gap:var(--str-chat__spacing-1);padding:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*20);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-last-user,.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-list-item__count{display:none}.str-chat__message--me .str-chat__message-reaction-selector{inset-inline-end:0}.str-chat__message--other .str-chat__message-reaction-selector{inset-inline-start:0}.str-chat-react__message-reaction-selector{position:static;inset-block-end:unset}.str-chat-react__message-reaction-selector ul{margin:0}.str-chat__message--me .str-chat-react__message-reaction-selector,.str-chat__message--other .str-chat-react__message-reaction-selector{inset-inline-start:unset}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100}.str-chat__modal--open .str-chat__modal-header{display:flex;align-items:center;width:100%;padding:1.25rem 1rem}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button,.str-chat__modal--open .str-chat__modal-header .str-chat__modal__close-button{padding:1rem;background-size:.875rem;background-repeat:no-repeat;background-position:center}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-image:var(--str-chat__arrow-left-icon)}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat;height:.875rem;width:.875rem}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__title{flex:1}.str-chat__modal--open button.str-chat__modal__close-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);margin:var(--str-chat__spacing-2);cursor:pointer}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 28);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute;inset-block-start:0;inset-inline-end:0;cursor:pointer}.str-chat__modal--open .str-chat__modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%;max-height:80%;min-width:0;min-height:0}.str-chat__modal--close{display:none}.str-chat__message-notification{display:block;position:absolute;align-self:center;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px)*10);z-index:100}.str-chat__list-notifications{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);width:auto}.str-chat__notification{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-4)}.str-chat-react__notification{z-index:101}.str-chat__poll{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .675rem;max-width:270px;font:var(--str-chat__body-text)}.str-chat__poll button{background:none;border:none;cursor:pointer}.str-chat__poll .str-chat__checkmark{grid-column:1/2;grid-row:1/2;margin-right:.125rem;height:1rem;width:1rem}.str-chat__poll .str-chat__checkmark--checked{height:calc(1rem + 1px);width:calc(1rem + 1px);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:11px 10px}.str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__body-medium-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{font:var(--str-chat__caption-text)}.str-chat__poll .str-chat__poll-actions{display:flex;flex-direction:column;align-items:center}.str-chat__poll .str-chat__poll-actions .str-chat__poll-action{padding:.675rem;font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-option-list--full .str-chat__amount-bar,.str-chat__modal__poll-results .str-chat__amount-bar{display:none}.str-chat__poll-option{cursor:pointer}.str-chat__poll-option.str-chat__poll-option--full-vote-list{cursor:default;height:100%;padding:0}.str-chat__poll-option .str-chat__poll-option-data{flex:1;display:flex;align-items:flex-start;font:var(--str-chat__body-text);gap:.125rem}.str-chat__poll-option .str-chat__poll-option-data p{margin:0;flex:1}.str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-voters{--str-chat__avatar-size: 1.175rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option{display:flex;flex-direction:row;padding:1rem .75rem}.str-chat__poll-option-list--full .str-chat__poll-option:nth-of-type(1){padding-top:1rem;border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{padding-bottom:1rem;border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full){display:flex;flex-direction:column;gap:1.5rem;padding-block:1rem .5rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:.125rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option-data{grid-column:2/3;grid-row:1/2}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-column:2/3;grid-row:2/3;height:.25rem;width:100%;margin-top:.25rem}.str-chat__modal__poll-results .str-chat__poll-option{display:flex;flex-direction:column}.str-chat__poll-actions .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{padding:0 0 .5rem;overflow:hidden;max-width:400px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error{height:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results{display:flex;flex-direction:column;width:100%;height:100%;min-height:400px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:40px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__title{padding:1.175rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{display:flex;flex-direction:column;min-height:0;padding-bottom:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{display:flex;flex-direction:column;flex:1;max-height:100%;min-height:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{overflow-y:auto;padding:0 1rem 1.25rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{gap:.5rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body{gap:2rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{display:flex;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text{flex:1}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{display:flex;justify-content:space-between;align-items:center;gap:.5rem;white-space:nowrap;padding-block:.375rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{display:flex;align-items:center;gap:calc(var(--str-chat__spacing-px)*5);min-width:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:130px;min-width:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{display:flex;gap:.375rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon{height:1.25rem;width:1.25rem;background-image:var(--str-chat__winning-poll-option-icon)}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{padding-inline:1rem;flex:1}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{padding:0;max-height:unset;display:block}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{height:100%;width:100%;display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{background:none;border:none;cursor:pointer}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1 1;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body form{display:flex;flex-direction:column;gap:2rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{padding:1rem;display:flex;flex-direction:column;gap:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error{height:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__field-label{display:block;margin-bottom:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field label{display:flex;align-items:center;justify-content:space-between;width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch{display:flex;align-items:center;width:calc(var(--str-chat__spacing-px)*52);height:calc(var(--str-chat__spacing-px)*32);padding:.25rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{height:1.5rem;width:1.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{transform:translate(1.25rem)}@media only screen and (max-device-width: 768px){.str-chat__modal--open .str-chat__modal__inner{width:90%}.str-chat__create-poll-modal .str-chat__modal__inner,.str-chat__poll-answer-list-modal .str-chat__modal__inner,.str-chat__poll-results-modal .str-chat__modal__inner{height:90%;max-height:unset}}.str-chat__search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__search.str-chat__search--active{flex:1;max-height:100%}.str-chat__search .str-chat__search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5) var(--str-chat__spacing-2);gap:.25rem}.str-chat__search .str-chat__search-bar .str-chat__search-bar-button{background:none;border:none;padding:var(--str-chat__spacing-1);cursor:pointer}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2);min-width:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--icon{height:20px;width:20px;margin-right:.5rem}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button{background:none;border:none;cursor:pointer;padding:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button:disabled{cursor:default}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button .str-chat__search-input--clear-button-icon{height:20px;width:20px;mask-size:20px;-webkit-mask-size:20px}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper input{flex:1;min-width:0}.str-chat__search .str-chat__search-results{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-results-header{width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header button{background:none;border:none;cursor:pointer}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{display:flex;flex-wrap:wrap;gap:.5rem;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2_5);width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button{padding:.5rem .75rem;border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button--active{background-color:var(--str-chat__surface-color);color:var(--str-chat__text-color);font-weight:500}.str-chat__search .str-chat__search-results .str-chat__search-results-presearch,.str-chat__search .str-chat__search-results .str-chat__search-source-results-empty{width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem}.str-chat__search .str-chat__search-results .str-chat__search-source-results,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__infinite-scroll-paginator__content{display:flex;flex-direction:column}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result{display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .search__result-text,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-source-result-list__footer{height:4rem;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.str-chat__thread-container{height:100%;display:flex;flex-direction:column;width:100%}.str-chat__thread-container .str-chat__thread-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-reply-count,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer;line-height:calc(var(--str-chat__spacing-px)*21);font-size:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg{height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread .str-chat__main-panel-inner{height:auto}.str-chat__thread--virtualized .str-chat__main-panel-inner{height:100%}.str-chat__thread--virtualized .str-chat__main-panel-inner .str-chat__virtual-list-message-wrapper:first-of-type{padding-block-start:var(--str-chat__spacing-4)}.str-chat__parent-message-li{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{overflow-y:hidden;display:flex;padding:var(--str-chat__spacing-2);z-index:1;max-width:calc(var(--str-chat__spacing-px)*150);width:max-content}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{padding:var(--str-chat__spacing-1_5);display:flex;justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-1);position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{width:calc(var(--str-chat__spacing-px)*4);height:calc(var(--str-chat__spacing-px)*4)}.str-chat__thread-list-container{display:flex;flex-direction:column;flex-grow:1}.str-chat__unseen-threads-banner{font-size:16px;font-weight:400;margin:8px;padding:16px;display:flex;align-items:center;justify-content:space-between}.str-chat__unseen-threads-banner__button{--str-chat-icon-width: 16px;--str-chat-icon-heigh: 22px;all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.str-chat__thread-list .str-chat__thread-list-item{align-items:stretch;box-sizing:border-box;padding-block:14px;padding-inline:8px;gap:6px;width:100%;display:flex;flex-direction:column;cursor:pointer}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel{--str-chat-icon-height: 14px;--str-chat-icon-width: 14px;display:flex;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel .str-chat__icon{margin-top:2px;flex-shrink:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__thread-status-symbol{font-size:14px;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{display:flex;gap:3px;justify-content:space-between;align-items:center;height:15px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{font-size:12px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size: 49px;display:flex;align-items:center;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-details{display:flex;flex-direction:column;flex-grow:1;gap:4px;width:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-created-by{font-weight:500;font-size:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{display:flex;font-size:14px;font-weight:400;justify-content:space-between;align-items:baseline;line-height:16px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-timestamp{white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-loading-indicator{display:flex;align-items:center;justify-content:center;padding-block:14px;padding-inline:8px}.str-chat__thread-list-empty-placeholder{--str-chat-icon-height: 95px;--str-chat-icon-width: 95px;font-size:20px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.str-chat__chat-view{display:flex;width:100%;height:100%}.str-chat__chat-view__selector{display:flex;flex-direction:column;padding-inline:8px;padding-block:16px;gap:20px}.str-chat__chat-view__selector-button{--str-chat-icon-height: 20px;--str-chat-icon-width: 20px;--str-chat-unread-count-badge-absolute-offset-vertical: 25%;display:flex;flex-direction:column;align-items:center;padding-inline:10px;padding-block:10px;border-radius:8px;gap:4px;font-weight:400;font-size:12px;line-height:1;box-sizing:border-box;cursor:pointer;position:relative}.str-chat__chat-view__channels,.str-chat__chat-view__threads{display:flex;flex-grow:1}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical: 50%;--str-chat-unread-count-badge-absolute-offset-horizontal: 50%}.str-chat__unread-count-badge-container{position:relative;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge{font-size:12px;min-width:22px;min-height:22px;line-height:8px;font-weight:700;padding:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__ai-state-indicator-container{padding:0 8px}.str-chat{--str-chat__blue950: #001333;--str-chat__blue900: #00163d;--str-chat__blue800: #002666;--str-chat__blue700: #003999;--str-chat__blue600: #004ccc;--str-chat__blue500: #005fff;--str-chat__blue400: #337eff;--str-chat__blue300: #669fff;--str-chat__blue200: #ccdfff;--str-chat__blue100: #e0f0ff;--str-chat__blue50: #ebf5ff;--str-chat__grey950: #080707;--str-chat__grey900: #17191c;--str-chat__grey800: #1c1e22;--str-chat__grey700: #272a30;--str-chat__grey600: #4c525c;--str-chat__grey500: #72767e;--str-chat__grey400: #b4b7bb;--str-chat__grey300: #dbdde1;--str-chat__grey200: #e9eaed;--str-chat__grey100: #f4f4f5;--str-chat__grey50: #ffffff;--str-chat__red900: #330003;--str-chat__red800: #660006;--str-chat__red700: #990008;--str-chat__red600: #cc000b;--str-chat__red500: #ff000e;--str-chat__red400: #ff3742;--str-chat__red300: #ff666e;--str-chat__red200: #ff999f;--str-chat__red100: #ffe5e7;--str-chat__green900: #062d16;--str-chat__green800: #0d592c;--str-chat__green700: #138643;--str-chat__green600: #19b359;--str-chat__green500: #20e070;--str-chat__green400: #4ce68c;--str-chat__green300: #79eca9;--str-chat__green200: #a6f2c6;--str-chat__green100: #e9f1ff;--str-chat__yellow900: #332500;--str-chat__yellow800: #664900;--str-chat__yellow700: #996e00;--str-chat__yellow600: #cc9200;--str-chat__yellow500: #ffb700;--str-chat__yellow400: #ffd466;--str-chat__yellow300: #ffe299;--str-chat__yellow200: #fff1cc;--str-chat__yellow100: #fff8e5;--str-chat__border-radius-xs: 8px;--str-chat__border-radius-sm: 14px;--str-chat__border-radius-md: 18px;--str-chat__border-radius-lg: 20px;--str-chat__border-radius-circle: 999px;--str-chat__font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--str-chat__caption-text: .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text: 500 .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text: 700 .75rem/1.3 var(--str-chat__font-family);--str-chat__body-text: .875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text: 500 .875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text: .9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text: 500 .9375rem/1.2 var(--str-chat__font-family);--str-chat__subtitle-text: 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle-medium-text: 500 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle2-text: 1.25rem/1.2 var(--str-chat__font-family);--str-chat__subtitle2-medium-text: 500 1.25rem/1.2 var(--str-chat__font-family);--str-chat__headline-text: 1.5rem/1.2 var(--str-chat__font-family);--str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__primary-color: var(--str-chat__blue500);--str-chat__primary-overlay-color: rgba(0, 95, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue300);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey50);--str-chat__secondary-background-color: var(--str-chat__grey50);--str-chat__primary-surface-color: var(--str-chat__blue100);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue50);--str-chat__surface-color: var(--str-chat__grey300);--str-chat__secondary-surface-color: var(--str-chat__grey200);--str-chat__tertiary-surface-color: var(--str-chat__grey100);--str-chat__text-color: var(--str-chat__grey950);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey400);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red400);--str-chat__message-highlight-color: var(--str-chat__yellow100);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(252, 252, 252, .9);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .2);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(0, 0, 0, .8);--str-chat__opaque-surface-text-color: var(--str-chat__grey50);--str-chat__box-shadow-color: rgba(0, 0, 0, .18);--str-chat__info-color: var(--str-chat__green500)}.str-chat__theme-dark{--str-chat__primary-color: var(--str-chat__blue400);--str-chat__primary-overlay-color: rgba(51, 126, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue700);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey950);--str-chat__secondary-background-color: var(--str-chat__grey900);--str-chat__primary-surface-color: var(--str-chat__blue900);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue950);--str-chat__surface-color: var(--str-chat__grey700);--str-chat__secondary-surface-color: var(--str-chat__grey800);--str-chat__tertiary-surface-color: var(--str-chat__grey900);--str-chat__text-color: var(--str-chat__grey50);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey600);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red600);--str-chat__message-highlight-color: var(--str-chat__yellow900);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(0, 0, 0, .7);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .4);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(250, 250, 250, .85);--str-chat__opaque-surface-text-color: var(--str-chat__grey900);--str-chat__box-shadow-color: rgba(0, 0, 0, .8);--str-chat__info-color: var(--str-chat__green500)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:center;align-items:center}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width);font-size:0}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{position:absolute;left:.375rem;top:.375rem}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image{max-width:100%}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px);max-width:unset;object-fit:contain}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat{--str-chat__cta-button-border-radius: var(--str-chat__border-radius-xs);--str-chat__cta-button-color: var(--str-chat__on-primary-color);--str-chat__cta-button-background-color: var(--str-chat__primary-color);--str-chat__cta-button-border-block-start: none;--str-chat__cta-button-border-block-end: none;--str-chat__cta-button-border-inline-start: none;--str-chat__cta-button-border-inline-end: none;--str-chat__cta-button-box-shadow: none;--str-chat__cta-button-pressed-background-color: var(--str-chat__active-primary-color);--str-chat__cta-button-disabled-background-color: var(--str-chat__disabled-color);--str-chat__cta-button-disabled-color: var(--str-chat__on-disabled-color)}.str-chat__cta-button{background:var(--str-chat__cta-button-background-color);color:var(--str-chat__cta-button-color);box-shadow:var(--str-chat__cta-button-box-shadow);border-radius:var(--str-chat__cta-button-border-radius);border-block-start:var(--str-chat__cta-button-border-block-start);border-block-end:var(--str-chat__cta-button-border-block-end);border-inline-start:var(--str-chat__cta-button-border-inline-start);border-inline-end:var(--str-chat__cta-button-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__cta-button:active{background-color:var(--str-chat__cta-button-pressed-background-color)}.str-chat__cta-button:disabled{background-color:var(--str-chat__cta-button-disabled-background-color);color:var(--str-chat__cta-button-disabled-color)}.str-chat{--str-chat__circle-fab-border-radius: var(--str-chat__border-radius-circle);--str-chat__circle-fab-color: var(--str-chat__primary-color);--str-chat__circle-fab-background-color: var(--str-chat__secondary-background-color);--str-chat__circle-fab-pressed-background-color: var(--str-chat__surface-color);--str-chat__circle-fab-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);--str-chat__circle-fab-border-block-start: none;--str-chat__circle-fab-border-block-end: none;--str-chat__circle-fab-border-inline-start: none;--str-chat__circle-fab-border-inline-end: none}.str-chat__circle-fab{background:var(--str-chat__circle-fab-background-color);color:var(--str-chat__circle-fab-color);box-shadow:var(--str-chat__circle-fab-box-shadow);border-radius:var(--str-chat__circle-fab-border-radius);border-block-start:var(--str-chat__circle-fab-border-block-start);border-block-end:var(--str-chat__circle-fab-border-block-end);border-inline-start:var(--str-chat__circle-fab-border-inline-start);border-inline-end:var(--str-chat__circle-fab-border-inline-end)}.str-chat__circle-fab svg path{fill:var(--str-chat__circle-fab-color)}.str-chat__circle-fab:active{background-color:var(--str-chat__circle-fab-pressed-background-color)}.str-chat{--str-chat__avatar-border-radius: var(--str-chat__border-radius-circle);--str-chat__avatar-color: var(--str-chat__on-primary-color);--str-chat__avatar-background-color: var(--str-chat__primary-color);--str-chat__avatar-border-block-start: none;--str-chat__avatar-border-block-end: none;--str-chat__avatar-border-inline-start: none;--str-chat__avatar-border-inline-end: none;--str-chat__avatar-box-shadow: none;--str-chat__avatar-online-indicator-color: var(--str-chat__info-color);--str-chat__avatar-online-indicator-border-radius: var(--str-chat__border-radius-circle)}.str-chat__avatar .str-chat__avatar-image{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);display:block}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-color: var(--str-chat__avatar-color);background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end)}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);text-transform:uppercase}.str-chat__avatar .str-chat__avatar--online-indicator{background-color:var(--str-chat__avatar-online-indicator-color);border-radius:var(--str-chat__avatar-online-indicator-border-radius)}.str-chat__loading-channels-avatar,.str-chat__avatar-group{border-radius:var(--str-chat__avatar-border-radius)}.str-chat{--str-chat__attachment-list-border-radius: 0;--str-chat__attachment-list-color: var(--str-chat__text-color);--str-chat__attachment-list-background-color: transparent;--str-chat__attachment-list-border-block-start: none;--str-chat__attachment-list-border-block-end: none;--str-chat__attachment-list-border-inline-start: none;--str-chat__attachment-list-border-inline-end: none;--str-chat__attachment-list-box-shadow: none;--str-chat__image-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-attachment-color: var(--str-chat__text-color);--str-chat__image-attachment-background-color: var(--str-chat__secondary-surface-color);--str-chat__image-attachment-border-block-start: none;--str-chat__image-attachment-border-block-end: none;--str-chat__image-attachment-border-inline-start: none;--str-chat__image-attachment-border-inline-end: none;--str-chat__image-attachment-box-shadow: none;--str-chat__image-gallery-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-gallery-attachment-color: var(--str-chat__text-color);--str-chat__image-gallery-attachment-background-color: transparent;--str-chat__image-gallery-attachment-border-block-start: none;--str-chat__image-gallery-attachment-border-block-end: none;--str-chat__image-gallery-attachment-border-inline-start: none;--str-chat__image-gallery-attachment-border-inline-end: none;--str-chat__image-gallery-attachment-box-shadow: none;--str-chat__image-gallery-attachment-overlay: var(--str-chat__secondary-overlay-color);--str-chat__image-gallery-attachment-overlay-text-color: var( --str-chat__secondary-overlay-text-color );--str-chat__card-attachment-border-radius: 0;--str-chat__card-attachment-color: var(--str-chat__text-color);--str-chat__card-attachment-link-color: var(--str-chat__primary-color);--str-chat__card-attachment-background-color: transparent;--str-chat__card-attachment-border-block-start: none;--str-chat__card-attachment-border-block-end: none;--str-chat__card-attachment-border-inline-start: none;--str-chat__card-attachment-border-inline-end: none;--str-chat__card-attachment-box-shadow: none;--str-chat__file-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__file-attachment-color: var(--str-chat__text-color);--str-chat__file-attachment-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__file-attachment-background-color: var(--str-chat__secondary-background-color);--str-chat__file-attachment-border-block-start: none;--str-chat__file-attachment-border-block-end: none;--str-chat__file-attachment-border-inline-start: none;--str-chat__file-attachment-border-inline-end: none;--str-chat__file-attachment-box-shadow: none;--str-chat__audio-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__audio-attachment-widget-color: var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color: var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start: none;--str-chat__audio-attachment-widget-border-block-end: none;--str-chat__audio-attachment-widget-border-inline-start: none;--str-chat__audio-attachment-widget-border-inline-end: none;--str-chat__audio-attachment-widget-box-shadow: none;--str-chat__voice-recording-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__voice-recording-attachment-widget-color: var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__voice-recording-attachment-widget-background-color: var( --str-chat__secondary-background-color );--str-chat__voice-recording-attachment-widget-border-block-start: none;--str-chat__voice-recording-attachment-widget-border-block-end: none;--str-chat__voice-recording-attachment-widget-border-inline-start: none;--str-chat__voice-recording-attachment-widget-border-inline-end: none;--str-chat__voice-recording-attachment-widget-box-shadow: none;--str-chat__audio-attachment-controls-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color: var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color: var( --str-chat__secondary-background-color );--str-chat__audio-attachment-controls-button-pressed-background-color: var( --str-chat__surface-color );--str-chat__audio-attachment-controls-button-border-block-start: none;--str-chat__audio-attachment-controls-button-border-block-end: none;--str-chat__audio-attachment-controls-button-border-inline-start: none;--str-chat__audio-attachment-controls-button-border-inline-end: none;--str-chat__audio-attachment-controls-button-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius: 0;--str-chat__attachment-actions-color: var(--str-chat__text-color);--str-chat__attachment-actions-background-color: transparent;--str-chat__attachment-actions-border-block-start: none;--str-chat__attachment-actions-border-block-end: none;--str-chat__attachment-actions-border-inline-start: none;--str-chat__attachment-actions-border-inline-end: none;--str-chat__attachment-actions-box-shadow: none;--str-chat__attachment-action-border-radius: 0;--str-chat__attachment-action-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color: var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow: none;--str-chat__attachment-action-active-color: var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);color:var(--str-chat__attachment-list-color);box-shadow:var(--str-chat__attachment-list-box-shadow);border-radius:var(--str-chat__attachment-list-border-radius);border-block-start:var(--str-chat__attachment-list-border-block-start);border-block-end:var(--str-chat__attachment-list-border-block-end);border-inline-start:var(--str-chat__attachment-list-border-inline-start);border-inline-end:var(--str-chat__attachment-list-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment-card--header,.str-chat__attachment-list .str-chat__message-attachment--video{background:var(--str-chat__image-attachment-background-color);color:var(--str-chat__image-attachment-color);box-shadow:var(--str-chat__image-attachment-box-shadow);border-radius:var(--str-chat__image-attachment-border-radius);border-block-start:var(--str-chat__image-attachment-border-block-start);border-block-end:var(--str-chat__image-attachment-border-block-end);border-inline-start:var(--str-chat__image-attachment-border-inline-start);border-inline-end:var(--str-chat__image-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);color:var(--str-chat__image-gallery-attachment-color);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);border-radius:var(--str-chat__image-gallery-attachment-border-radius);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-image{background-color:var(--str-chat__image-attachment-background-color);border:0}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder{color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;border:none;font:var(--str-chat__headline2-text)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder:after{background-color:var(--str-chat__image-gallery-attachment-overlay)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7,#d4d5d7 25%,#f4f4f4 0%,#f4f4f4 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-unsupported,.str-chat__attachment-list .str-chat__message-attachment-file--item{background:var(--str-chat__file-attachment-background-color);color:var(--str-chat__file-attachment-color);box-shadow:var(--str-chat__file-attachment-box-shadow);border-radius:var(--str-chat__file-attachment-border-radius);border-block-start:var(--str-chat__file-attachment-border-block-start);border-block-end:var(--str-chat__file-attachment-border-block-end);border-inline-start:var(--str-chat__file-attachment-border-inline-start);border-inline-end:var(--str-chat__file-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size{color:var(--str-chat__file-attachment-secondary-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-download-icon svg path{fill:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget{background:var(--str-chat__audio-attachment-widget-background-color);color:var(--str-chat__audio-attachment-widget-color);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);border-radius:var(--str-chat__audio-attachment-widget-border-radius);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__disabled-color) var(--str-chat__message-attachment-audio-widget-progress));border-radius:calc(var(--str-chat__spacing-px)*5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background-color:var(--str-chat__primary-color);border-radius:inherit}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget a{color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{box-shadow:0 2px 4px #00000040;border-radius:var(--str-chat__border-radius-circle);background-color:#fff;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);color:var(--str-chat__card-attachment-color);box-shadow:var(--str-chat__card-attachment-box-shadow);border-radius:var(--str-chat__card-attachment-border-radius);border-block-start:var(--str-chat__card-attachment-border-block-start);border-block-end:var(--str-chat__card-attachment-border-block-end);border-inline-start:var(--str-chat__card-attachment-border-inline-start);border-inline-end:var(--str-chat__card-attachment-border-inline-end);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link,.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--title{font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-card--audio img{border-bottom-left-radius:0;border-bottom-right-radius:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header .str-chat__message-attachment-card--source-link{background-color:var(--str-chat__audio-attachment-widget-background-color)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget{background-color:var(--str-chat__audio-attachment-widget-background-color);border-radius:0 0 calc(var(--str-chat__spacing-px)*14) calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-audio-widget--title{color:var(--str-chat__text-color);font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-actions{background:var(--str-chat__attachment-actions-background-color);color:var(--str-chat__attachment-actions-color);box-shadow:var(--str-chat__attachment-actions-box-shadow);border-radius:var(--str-chat__attachment-actions-border-radius);border-block-start:var(--str-chat__attachment-actions-border-block-start);border-block-end:var(--str-chat__attachment-actions-border-block-end);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);border-inline-end:var(--str-chat__attachment-actions-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);color:var(--str-chat__attachment-action-color);box-shadow:var(--str-chat__attachment-action-box-shadow);border-radius:var(--str-chat__attachment-action-border-radius);border-block-start:var(--str-chat__attachment-action-border-block-start);border-block-end:var(--str-chat__attachment-action-border-block-end);border-inline-start:var(--str-chat__attachment-action-border-inline-start);border-inline-end:var(--str-chat__attachment-action-border-inline-end);font:var(--str-chat__subtitle-medium-text);border-collapse:collapse}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:active{color:var(--str-chat__attachment-action-active-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:not(:last-of-type){border-inline-end:none}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__message-attachment-card.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{cursor:pointer}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar--active,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{color:var(--str-chat__attachment-list-color)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video-play{--str-chat-icon-color: var(--str-chat__text-color);background-color:var(--str-chat__secondary-background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__attachment-preview-list-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-list-color: var(--str-chat__text-color);--str-chat__attachment-preview-list-background-color: transparent;--str-chat__attachment-preview-list-border-block-start: none;--str-chat__attachment-preview-list-border-block-end: none;--str-chat__attachment-preview-list-border-inline-start: none;--str-chat__attachment-preview-list-border-inline-end: none;--str-chat__attachment-preview-list-box-shadow: none;--str-chat__attachment-preview-close-icon-background: var(--str-chat__secondary-overlay-color);--str-chat__attachment-preview-close-icon-color: var(--str-chat__secondary-overlay-text-color);--str-chat__attachment-preview-retry-icon-color: var(--str-chat__primary-color);--str-chat__attachment-preview-download-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-preview-overlay-color: var(--str-chat__overlay-color);--str-chat__attachment-preview-image-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-image-color: var(--str-chat__text-color);--str-chat__attachment-preview-image-background-color: transparent;--str-chat__attachment-preview-image-border-block-start: none;--str-chat__attachment-preview-image-border-block-end: none;--str-chat__attachment-preview-image-border-inline-start: none;--str-chat__attachment-preview-image-border-inline-end: none;--str-chat__attachment-preview-image-box-shadow: none;--str-chat__attachment-preview-file-border-radius: var(--str-chat__border-radius-md);--str-chat__attachment-preview-file-color: var(--str-chat__text-color);--str-chat__attachment-preview-file-background-color: transparent;--str-chat__attachment-preview-file-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-box-shadow: none}.str-chat__attachment-preview-list{background:var(--str-chat__attachment-preview-list-background-color);color:var(--str-chat__attachment-preview-list-color);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);border-radius:var(--str-chat__attachment-preview-list-border-radius);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{border-radius:inherit}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{background:var(--str-chat__attachment-preview-image-background-color);color:var(--str-chat__attachment-preview-image-color);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);border-radius:var(--str-chat__attachment-preview-image-border-radius);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{border-radius:var(--str-chat__attachment-preview-image-border-radius);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{background:var(--str-chat__attachment-preview-file-background-color);color:var(--str-chat__attachment-preview-file-color);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);border-radius:var(--str-chat__attachment-preview-file-border-radius);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download{--str-chat-icon-color: var(--str-chat__attachment-preview-download-icon-color);text-decoration:none}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color: var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color: var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{background:none;border:none;cursor:pointer}.str-chat__audio_recorder button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);color:var(--str-chat__text-low-emphasis-color)}.str-chat__audio_recorder .str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);box-shadow:none;border:none}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-color: var(--str-chat__danger-color);color:var(--str-chat__danger-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button{border:3px solid var(--str-chat__danger-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{--str-chat-icon-color: var(--str-chat__on-primary-color);border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-color)}.str-chat{--str-chat__autocomplete-menu-border-radius: var(--str-chat__border-radius-xs);--str-chat__autocomplete-menu-color: var(--str-chat__text-color);--str-chat__autocomplete-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__autocomplete-menu-border-block-start: none;--str-chat__autocomplete-menu-border-block-end: none;--str-chat__autocomplete-menu-border-inline-start: none;--str-chat__autocomplete-menu-border-inline-end: none;--str-chat__autocomplete-menu-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__autocomplete-active-background-color: var(--str-chat__surface-color);--str-chat__suggestion-list-container-border-radius: var(--str-chat__border-radius-xs);--str-chat__suggestion-list-container-color: var(--str-chat__text-color);--str-chat__suggestion-list-container-background-color: var( --str-chat__secondary-background-color );--str-chat__suggestion-list-container-border-block-start: none;--str-chat__suggestion-list-container-border-block-end: none;--str-chat__suggestion-list-container-border-inline-start: none;--str-chat__suggestion-list-container-border-inline-end: none;--str-chat__suggestion-list-container-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__suggestion-list-item--selected-background-color: var(--str-chat__surface-color);--str-chat__slash-command-border-radius: 0;--str-chat__slash-command-color: var(--str-chat__text-color);--str-chat__slash-command-background-color: transparent;--str-chat__slash-command-border-block-start: none;--str-chat__slash-command-border-block-end: none;--str-chat__slash-command-border-inline-start: none;--str-chat__slash-command-border-inline-end: none;--str-chat__slash-command-box-shadow: none;--str-chat__slash-command-args-color: var(--str-chat__text-low-emphasis-color);--str-chat__mention-list-user-item-border-radius: 0;--str-chat__mention-list-user-item-color: var(--str-chat__text-color);--str-chat__mention-list-user-item-background-color: transparent;--str-chat__mention-list-user-item-border-block-start: none;--str-chat__mention-list-user-item-border-block-end: none;--str-chat__mention-list-user-item-border-inline-start: none;--str-chat__mention-list-user-item-border-inline-end: none;--str-chat__mention-list-user-item-box-shadow: none;--str-chat__mention-list-user-item-at-sign-color: var(--str-chat__primary-color);--str-chat__mention-list-emoji-item-font-family: var(--str-chat__font-family);--str-chat__mention-list-emoji-item-border-radius: 0;--str-chat__mention-list-emoji-item-color: var(--str-chat__text-color);--str-chat__mention-list-emoji-item-background-color: transparent;--str-chat__mention-list-emoji-item-border-block-start: none;--str-chat__mention-list-emoji-item-border-block-end: none;--str-chat__mention-list-emoji-item-border-inline-start: none;--str-chat__mention-list-emoji-item-border-inline-end: none;--str-chat__mention-list-emoji-item-box-shadow: none}.mention-menu{background:var(--str-chat__autocomplete-menu-background-color)!important;color:var(--str-chat__autocomplete-menu-color)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{color:var(--str-chat__autocomplete-menu-color)!important;background-color:#0000!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);color:var(--str-chat__slash-command-color);box-shadow:var(--str-chat__slash-command-box-shadow);border-radius:var(--str-chat__slash-command-border-radius);border-block-start:var(--str-chat__slash-command-border-block-start);border-block-end:var(--str-chat__slash-command-border-block-end);border-inline-start:var(--str-chat__slash-command-border-inline-start);border-inline-end:var(--str-chat__slash-command-border-inline-end);text-align:left;font:var(--str-chat__subtitle-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{text-transform:capitalize;font:var(--str-chat__subtitle2-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{color:var(--str-chat__slash-command-args-color);font:var(--str-chat__subtitle-text)}.str-chat__user-item{background:var(--str-chat__mention-list-user-item-background-color);color:var(--str-chat__mention-list-user-item-color);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);border-radius:var(--str-chat__mention-list-user-item-border-radius);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{font:var(--str-chat__subtitle2-text);color:var(--str-chat__mention-list-user-item-at-sign-color)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);color:var(--str-chat__mention-list-emoji-item-color);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end)}.str-chat__emoji-item .str-chat__emoji-item--name{font:var(--str-chat__subtitle-text)}.str-chat__suggestion-list-container{background:var(--str-chat__suggestion-list-container-background-color);color:var(--str-chat__suggestion-list-container-color);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);border-radius:var(--str-chat__suggestion-list-container-border-radius);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end)}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-list-item>a{text-decoration:none}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-item--selected{background-color:var(--str-chat__suggestion-list-item--selected-background-color)}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{background:none;border:none;text-decoration:none}.str-chat__base-image{color:#0000}.str-chat__base-image--load-failed{mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem;background-color:var(--str-chat__disabled-color)}.str-chat__base-image--load-failed~.str-chat__message-attachment-file--item-download .str-chat__message-attachment-download-icon path{fill:var(--str-chat__text-color)}.str-chat__attachment-preview-image .str-chat__base-image--load-failed{mask-size:1.5rem 1.5rem;-webkit-mask-size:1.5rem 1.5rem}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error{background-color:var(--str-chat__secondary-surface-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error .str-chat__attachment-preview-thumbnail.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color)}.str-chat{--str-chat__channel-border-radius: 0;--str-chat__channel-color: var(--str-chat__text-color);--str-chat__channel-background-color: var(--str-chat__background-color);--str-chat__channel-box-shadow: none;--str-chat__channel-border-block-start: none;--str-chat__channel-border-block-end: none;--str-chat__channel-border-inline-start: none;--str-chat__channel-border-inline-end: none;--str-chat__channel-empty-indicator-color: var(--str-chat__disabled-color);--str-chat__channel-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-loading-state-color: var(--str-chat__disabled-color)}.str-chat__channel{background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end)}.str-chat__empty-channel{--str-chat-icon-color: var(--str-chat__channel-empty-color);background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end);font:var(--str-chat__headline-text);text-align:center}.str-chat__empty-channel svg path{fill:var(--str-chat__channel-empty-indicator-color)}.str-chat__empty-channel .str-chat__empty-channel-text{color:var(--str-chat__channel-empty-color)}.str-chat__loading-channel{animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channel:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__loading-channel:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__loading-channel .str-chat__loading-channel-header{background-color:var(--str-chat__channel-header-background-color)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-info{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__border-radius-xs)}.str-chat__loading-channel .str-chat__loading-channel-message-list{background-color:var(--str-chat__message-list-background-color)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-sender,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-text,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-date{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__message-bubble-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input,.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{border-radius:var(--str-chat__message-textarea-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{border-radius:var(--str-chat__message-send-border-radius)}.str-chat{--str-chat__channel-header-border-radius: 0;--str-chat__channel-header-color: 0;--str-chat__channel-header-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-header-border-block-start: none;--str-chat__channel-header-border-block-end: none;--str-chat__channel-header-border-inline-start: none;--str-chat__channel-header-border-inline-end: none;--str-chat__channel-header-box-shadow: none;--str-chat__channel-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-header{background:var(--str-chat__channel-header-background-color);color:var(--str-chat__channel-header-color);box-shadow:var(--str-chat__channel-header-box-shadow);border-radius:var(--str-chat__channel-header-border-radius);border-block-start:var(--str-chat__channel-header-border-block-start);border-block-end:var(--str-chat__channel-header-border-block-end);border-inline-start:var(--str-chat__channel-header-border-inline-start);border-inline-end:var(--str-chat__channel-header-border-inline-end)}.str-chat__channel-header .str-chat__channel-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-header .str-chat__channel-header-info{font:var(--str-chat__body-text);color:var(--str-chat__channel-header-info-color)}.str-chat{--str-chat__channel-list-border-radius: 0;--str-chat__channel-list-color: var(--str-chat__text-color);--str-chat__channel-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-list-box-shadow: none;--str-chat__channel-list-border-block-start: none;--str-chat__channel-list-border-block-end: none;--str-chat__channel-list-border-inline-start: none;--str-chat__channel-list-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__channel-list-load-more-border-radius: var(--str-chat__cta-button-border-radius);--str-chat__channel-list-load-more-color: var(--str-chat__cta-button-color);--str-chat__channel-list-load-more-background-color: var(--str-chat__cta-button-background-color);--str-chat__channel-list-load-more-box-shadow: var(--str-chat__cta-button-box-shadow);--str-chat__channel-list-load-more-border-block-start: var( --str-chat__cta-button-border-block-start );--str-chat__channel-list-load-more-border-block-end: var(--str-chat__cta-button-border-block-end);--str-chat__channel-list-load-more-border-inline-start: var( --str-chat__cta-button-border-inline-start );--str-chat__channel-list-load-more-border-inline-end: var( --str-chat__cta-button-border-inline-end );--str-chat__channel-list-load-more-pressed-background-color: var( --str-chat__cta-button-pressed-background-color );--str-chat__channel-list-load-more-disabled-background-color: var( --str-chat__cta-button-disabled-background-color );--str-chat__channel-list-load-more-disabled-color: var(--str-chat__cta-button-disabled-color);--str-chat__channel-list-empty-indicator-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-list{background:var(--str-chat__channel-list-background-color);color:var(--str-chat__channel-list-color);box-shadow:var(--str-chat__channel-list-box-shadow);border-radius:var(--str-chat__channel-list-border-radius);border-block-start:var(--str-chat__channel-list-border-block-start);border-block-end:var(--str-chat__channel-list-border-block-end);border-inline-start:var(--str-chat__channel-list-border-inline-start);border-inline-end:var(--str-chat__channel-list-border-inline-end)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);color:var(--str-chat__channel-list-load-more-color);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);border-radius:var(--str-chat__channel-list-load-more-border-radius);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);width:80%}.str-chat__channel-list .str-chat__load-more-button__button:active{background-color:var(--str-chat__channel-list-load-more-pressed-background-color)}.str-chat__channel-list .str-chat__load-more-button__button:disabled{background-color:var(--str-chat__channel-list-load-more-disabled-background-color);color:var(--str-chat__channel-list-load-more-disabled-color)}.str-chat__channel-list .str-chat__channel-list-empty{--str-chat-icon-color: var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center;color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius: 0;--str-chat__channel-preview-color: var(--str-chat__text-color);--str-chat__channel-preview-background-color: transparent;--str-chat__channel-preview-border-block-start: none;--str-chat__channel-preview-border-block-end: none;--str-chat__channel-preview-border-inline-start: none;--str-chat__channel-preview-border-inline-end: none;--str-chat__channel-preview-active-background-color: var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__channel-preview-loading-state-color: var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color: var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color: var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius: var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start: none;--str-chat__channel-preview-unread-badge-border-block-end: none;--str-chat__channel-preview-unread-badge-border-inline-start: none;--str-chat__channel-preview-unread-badge-border-inline-end: none;--str-chat__channel-preview-message-status-color: var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color: var(--str-chat__message-secondary-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);border:none;background-color:#0000}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--pin.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__unread-badge-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--archive.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);color:var(--str-chat__channel-preview-color);box-shadow:var(--str-chat__channel-preview-box-shadow);border-radius:var(--str-chat__channel-preview-border-radius);border-block-start:var(--str-chat__channel-preview-border-block-start);border-block-end:var(--str-chat__channel-preview-border-block-end);border-inline-start:var(--str-chat__channel-preview-border-inline-start);border-inline-end:var(--str-chat__channel-preview-border-inline-end)}.str-chat__channel-preview--active,.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-preview:hover{background-color:var(--str-chat__channel-preview-hover-background-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{background:var(--str-chat__channel-preview-unread-badge-background-color);color:var(--str-chat__channel-preview-unread-badge-color);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{font:var(--str-chat__body-text);color:var(--str-chat__channel-preview-latest-message-secondary-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row--active .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end-first-row:hover .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status{--str-chat-icon-color: var(--str-chat__channel-preview-message-status-color);color:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status svg path{fill:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--time{color:var(--str-chat__channel-preview-message-time-color);font:var(--str-chat__caption-text)}.str-chat__channel-preview-loading{animation:pulsate 1s linear 0s infinite alternate}.str-chat__channel-preview-loading:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__channel-preview-loading:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__channel-preview-loading .str-chat__loading-channels-avatar,.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{background-image:linear-gradient(-90deg,var(--str-chat__channel-preview-loading-state-color) 0%,var(--str-chat__channel-preview-loading-state-color) 100%)}.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{border-radius:var(--str-chat__border-radius-xs)}.str-chat{--str-chat__channel-search-input-color: var(--str-chat__text-color);--str-chat__channel-search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-border-block-start: none;--str-chat__channel-search-input-border-block-end: none;--str-chat__channel-search-input-border-inline-start: none;--str-chat__channel-search-input-border-inline-end: none;--str-chat__channel-search-input-wrapper-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-background-color: transparent;--str-chat__channel-search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-active-background-color: transparent;--str-chat__channel-search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-result-background-color: transparent;--str-chat__channel-search-result-border-block-start: none;--str-chat__channel-search-result-border-block-end: none;--str-chat__channel-search-result-border-inline-start: none;--str-chat__channel-search-result-border-inline-end: none;--str-chat__channel-search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__channel-search-result-list-color: var(--str-chat__text-color);--str-chat__channel-search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-search-result-list-border-block-start: none;--str-chat__channel-search-result-list-border-block-end: none;--str-chat__channel-search-result-list-border-inline-start: none;--str-chat__channel-search-result-list-border-inline-end: none;--str-chat__channel-search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__channel-search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-header-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-header-border-block-start: none;--str-chat__channel-search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-header-border-inline-start: none;--str-chat__channel-search-results-header-border-inline-end: none;--str-chat__channel-search-results-loading-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-loading-indicator-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-loading-indicator-border-block-start: none;--str-chat__channel-search-results-loading-indicator-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-loading-indicator-border-inline-start: none;--str-chat__channel-search-results-loading-indicator-border-inline-end: none;--str-chat__channel-search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__channel-search-results-empty-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-empty-border-block-start: none;--str-chat__channel-search-results-empty-border-block-end: none;--str-chat__channel-search-results-empty-border-inline-start: none;--str-chat__channel-search-results-empty-border-inline-end: none}.str-chat__channel-search-input--wrapper{background:var(--str-chat__channel-search-input-wrapper-background-color);color:var(--str-chat__channel-search-input-wrapper-color);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);color:var(--str-chat__channel-search-input-color);box-shadow:var(--str-chat__channel-search-input-box-shadow);border-radius:var(--str-chat__channel-search-input-border-radius);border-block-start:var(--str-chat__channel-search-input-border-block-start);border-block-end:var(--str-chat__channel-search-input-border-block-end);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:#0000}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);color:var(--str-chat__channel-search-input-wrapper-active-color);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--icon svg path{fill:var(--str-chat__primary-color)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--clear-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-search-results-header{background:var(--str-chat__channel-search-results-header-background-color);color:var(--str-chat__channel-search-results-header-color);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);border-radius:var(--str-chat__channel-search-results-header-border-radius);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);color:var(--str-chat__channel-search-result-list-color);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);border-radius:var(--str-chat__channel-search-result-list-border-radius);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end)}.str-chat__channel-search-result-list.popup{box-shadow:var(--str-chat__channel-search-result-list-popup-box-shadow)}.str-chat__channel-search-result-list .str-chat__channel-search-container-searching{background:var(--str-chat__channel-search-results-loading-indicator-background-color);color:var(--str-chat__channel-search-results-loading-indicator-color);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);color:var(--str-chat__channel-search-results-empty-color);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);border-radius:var(--str-chat__channel-search-results-empty-border-radius);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg path{fill:var(--str-chat__channel-search-results-empty-icon-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result{background:var(--str-chat__channel-search-result-background-color);color:var(--str-chat__channel-search-result-color);box-shadow:var(--str-chat__channel-search-result-box-shadow);border-radius:var(--str-chat__channel-search-result-border-radius);border-block-start:var(--str-chat__channel-search-result-border-block-start);border-block-end:var(--str-chat__channel-search-result-border-block-end);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result:hover,.str-chat__channel-search-result-list .str-chat__channel-search-result--focused{background-color:var(--str-chat__channel-search-result-hover-background-color)}.str-chat{--str-chat__dialog-menu-border-radius: var(--str-chat__border-radius-sm);--str-chat__dialog-menu-color: var(--str-chat__text-color);--str-chat__dialog-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__dialog-menu-border-block-start: none;--str-chat__dialog-menu-border-block-end: none;--str-chat__dialog-menu-border-inline-start: none;--str-chat__dialog-menu-border-inline-end: none;--str-chat__dialog-menu-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__dialog-menu-button-border-radius: 0;--str-chat__dialog-menu-button-color: var(--str-chat__text-color);--str-chat__dialog-menu-button-background-color: transparent;--str-chat__dialog-menu-button-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__dialog-menu-button-border-block-start: none;--str-chat__dialog-menu-button-border-block-end: none;--str-chat__dialog-menu-button-border-inline-start: none;--str-chat__dialog-menu-button-border-inline-end: none;--str-chat__dialog-menu-button-box-shadow: none}.str-chat__dialog .str-chat__dialog__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__dialog .str-chat__dialog__prompt{font:var(--str-chat__subtitle-text)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{cursor:pointer;font:var(--str-chat__body-medium-text);color:var(--str-chat__primary-color)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit{text-transform:uppercase}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit:disabled{color:var(--str-chat__disabled-color)}.str-chat__prompt-dialog input[type=text]{font:var(--str-chat__subtitle-text);border-radius:20px;border:1px solid var(--str-chat__primary-color)}.str-chat__dialog-menu{background:var(--str-chat__dialog-menu-background-color);color:var(--str-chat__dialog-menu-color);box-shadow:var(--str-chat__dialog-menu-box-shadow);border-radius:var(--str-chat__dialog-menu-border-radius);border-block-start:var(--str-chat__dialog-menu-border-block-start);border-block-end:var(--str-chat__dialog-menu-border-block-end);border-inline-start:var(--str-chat__dialog-menu-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-border-inline-end)}.str-chat__dialog-menu .str-chat__dialog-menu__button{background:var(--str-chat__dialog-menu-button-background-color);color:var(--str-chat__dialog-menu-button-color);box-shadow:var(--str-chat__dialog-menu-button-box-shadow);border-radius:var(--str-chat__dialog-menu-button-border-radius);border-block-start:var(--str-chat__dialog-menu-button-border-block-start);border-block-end:var(--str-chat__dialog-menu-button-border-block-end);border-inline-start:var(--str-chat__dialog-menu-button-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-button-border-inline-end);cursor:pointer;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu .str-chat__dialog-menu__button:hover,.str-chat__dialog-menu .str-chat__dialog-menu__button:focus{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat{--str-chat__drag-and-drop-container-border-block-start: 2px solid transparent;--str-chat__drag-and-drop-container-border-block-end: 2px solid transparent;--str-chat__drag-and-drop-container-on-dragover-border-block-start: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-block-end: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-inline-start: none;--str-chat__drag-and-drop-container-on-dragover-border-inline-end: none}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:#0000}.str-chat__drag-and-drop-container__item{border-bottom:var(--str-chat__drag-and-drop-container-border-block-start);border-top:var(--str-chat__drag-and-drop-container-border-block-start)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{border-bottom:var(--str-chat__drag-and-drop-container-on-dragover-border-block-end)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{border-top:var(--str-chat__drag-and-drop-container-on-dragover-border-block-start)}.str-chat{--str-chat__dropzone-container-color: var(--str-chat__on-primary-color);--str-chat__dropzone-container-background-color: var(--str-chat__primary-overlay-color);--str-chat__dropzone-container-backdrop-filter: blur(3px)}.str-chat__dropzone-container{background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);-webkit-backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__edit-message-modal-button-border-radius: none;--str-chat__edit-message-modal-send-button-color: var(--str-chat__primary-color);--str-chat__edit-message-modal-cancel-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__edit-message-modal-button-background-color: transparent;--str-chat__edit-message-modal-button-border-block-start: none;--str-chat__edit-message-modal-button-border-block-end: none;--str-chat__edit-message-modal-button-border-inline-start: none;--str-chat__edit-message-modal-button-border-inline-end: none;--str-chat__edit-message-modal-button-box-shadow: none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{background:var(--str-chat__edit-message-modal-button-background-color);color:var(--str-chat__edit-message-modal-button-color);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);border-radius:var(--str-chat__edit-message-modal-button-border-radius);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{text-transform:capitalize;color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{text-transform:uppercase;color:var(--str-chat__edit-message-modal-send-button-color)}.str-chat__form-field-error{font-size:.75rem;color:var(--str-chat__danger-color)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.str-chat{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__icon{color:var(--str-chat-icon-color)}.str-chat__icon--error{--str-chat-icon-color: var(--str-chat__danger-color)}.str-chat{--str-chat__image-carousel-stepper-color: var(--str-chat__text-color)}@media only screen and (max-device-width: 768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{border-radius:0}}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-color: var(--str-chat__image-carousel-stepper-color);cursor:pointer}.str-chat__image-carousel .str-chat__image-carousel-stepper svg path{fill:var(--str-chat__image-carousel-stepper-color)}.str-chat{--str-chat__link-preview-loading-state-color: var(--str-chat__disabled-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content{border-left:2px solid var(--str-chat__primary-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__body-medium-text)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{font:var(--str-chat__caption-text)}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description{background-image:linear-gradient(-90deg,var(--str-chat__link-preview-loading-state-color) 0%,var(--str-chat__link-preview-loading-state-color) 100%);animation:pulsate 1s linear 0s infinite alternate;border-radius:calc(var(--str-chat__spacing-px)*3)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:nth-of-type(2),.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:last-of-type,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat{--str-chat__loading-indicator-color: var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat{--str-chat__message-border-radius: none;--str-chat__message-color: var(--str-chat__text-color);--str-chat__message-error-message-color: var(--str-chat__danger-color);--str-chat__message-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color: var(--str-chat__primary-color);--str-chat__message-mention-color: var(--str-chat__primary-color);--str-chat__message-status-color: var(--str-chat__primary-color);--str-chat__message-replies-count-color: var(--str-chat__primary-color);--str-chat__message-background-color: transparent;--str-chat__message-highlighted-background-color: var(--str-chat__message-highlight-color);--str-chat__message-border-block-start: none;--str-chat__message-border-block-end: none;--str-chat__message-border-inline-start: none;--str-chat__message-border-inline-end: none;--str-chat__message-box-shadow: none;--str-chat__message-active-bacground-color: transparent;--str-chat__message-options-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-options-active-color: var(--str-chat__primary-color);--str-chat__message-bubble-border-radius: var(--str-chat__border-radius-md);--str-chat__message-bubble-color: var(--str-chat__text-color);--str-chat__message-bubble-background-color: var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color: var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color: var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color: var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start: none;--str-chat__message-bubble-border-block-end: none;--str-chat__message-bubble-border-inline-start: none;--str-chat__message-bubble-border-inline-end: none;--str-chat__message-bubble-box-shadow: none;--str-chat__deleted-message-border-radius: var(--str-chat__border-radius-md);--str-chat__deleted-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start: none;--str-chat__deleted-message-border-block-end: none;--str-chat__deleted-message-border-inline-start: none;--str-chat__deleted-message-border-inline-end: none;--str-chat__deleted-message-box-shadow: none;--str-chat__blocked-message-border-radius: var(--str-chat__border-radius-md);--str-chat__blocked-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__blocked-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__blocked-message-border-block-start: none;--str-chat__blocked-message-border-block-end: none;--str-chat__blocked-message-border-inline-start: none;--str-chat__blocked-message-border-inline-end: none;--str-chat__blocked-message-box-shadow: none;--str-chat__system-message-border-radius: 0;--str-chat__system-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color: transparent;--str-chat__system-message-border-block-start: none;--str-chat__system-message-border-block-end: none;--str-chat__system-message-border-inline-start: none;--str-chat__system-message-border-inline-end: none;--str-chat__system-message-box-shadow: none;--str-chat__date-separator-color: var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color: var(--str-chat__disabled-color);--str-chat__date-separator-border-radius: 0;--str-chat__date-separator-background-color: transparent;--str-chat__date-separator-border-block-start: none;--str-chat__date-separator-border-block-end: none;--str-chat__date-separator-border-inline-start: none;--str-chat__date-separator-border-inline-end: none;--str-chat__date-separator-box-shadow: none;--str-chat__translation-notice-color: var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color: var(--str-chat__tertiary-surface-color)}.str-chat__message--system{background:var(--str-chat__system-message-background-color);color:var(--str-chat__system-message-color);box-shadow:var(--str-chat__system-message-box-shadow);border-radius:var(--str-chat__system-message-border-radius);border-block-start:var(--str-chat__system-message-border-block-start);border-block-end:var(--str-chat__system-message-border-block-end);border-inline-start:var(--str-chat__system-message-border-inline-start);border-inline-end:var(--str-chat__system-message-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);color:var(--str-chat__date-separator-color);box-shadow:var(--str-chat__date-separator-box-shadow);border-radius:var(--str-chat__date-separator-border-radius);border-block-start:var(--str-chat__date-separator-border-block-start);border-block-end:var(--str-chat__date-separator-border-block-end);border-inline-start:var(--str-chat__date-separator-border-inline-start);border-inline-end:var(--str-chat__date-separator-border-inline-end);font:var(--str-chat__body-text)}.str-chat__date-separator-line{background-color:var(--str-chat__date-separator-line-color);border:none}.str-chat__message-mention{color:var(--str-chat__message-mention-color);font:var(--str-chat__body2-medium-text)}.str-chat__message{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__message a{text-decoration:none;color:var(--str-chat__message-link-color)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);color:var(--str-chat__deleted-message-color);box-shadow:var(--str-chat__deleted-message-box-shadow);border-radius:var(--str-chat__deleted-message-border-radius);border-block-start:var(--str-chat__deleted-message-border-block-start);border-block-end:var(--str-chat__deleted-message-border-block-end);border-inline-start:var(--str-chat__deleted-message-border-inline-start);border-inline-end:var(--str-chat__deleted-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--blocked-inner{background:var(--str-chat__blocked-message-background-color);color:var(--str-chat__blocked-message-color);box-shadow:var(--str-chat__blocked-message-box-shadow);border-radius:var(--str-chat__blocked-message-border-radius);border-block-start:var(--str-chat__blocked-message-border-block-start);border-block-end:var(--str-chat__blocked-message-border-block-end);border-inline-start:var(--str-chat__blocked-message-border-inline-start);border-inline-end:var(--str-chat__blocked-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{color:var(--str-chat__own-message-bubble-color);background-color:var(--str-chat__own-message-bubble-background-color)}.str-chat__message .str-chat__message-options{--str-chat-icon-color: var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button{background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button .str-chat__message-action-icon path{fill:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:active .str-chat__message-action-icon path{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{font:var(--str-chat__body2-text);color:var(--str-chat__translation-notice-color);border:none;background:none}.str-chat__message .str-chat__translation-notice button:active,.str-chat__message .str-chat__translation-notice button:hover{background:var(--str-chat__translation-notice-active-background-color)}.str-chat__message .str-chat__message-metadata,.str-chat__message .str-chat__custom-message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name{font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-status{--str-chat-icon-color: var(--str-chat__message-status-color);color:var(--str-chat__message-status-color);font:var(--str-chat__body-text)}.str-chat__message .str-chat__message-status svg path{fill:var(--str-chat__message-status-color)}.str-chat__message .str-chat__message-replies-count-button-wrapper button{border:none;background-color:#0000;font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color)}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color: var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__message-highlighted-background-color)}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--top .str-chat__message--other .str-chat__message-bubble,.str-chat__li--single .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--top .str-chat__message--me .str-chat__message-bubble,.str-chat__li--single .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble{border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble{border-start-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__quoted-message-preview{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);background-color:var(--str-chat__quoted-message-bubble-background-color);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background-color:var(--str-chat__message-bubble-background-color)}.str-chat__unread-messages-separator{background-color:var(--str-chat__secondary-surface-color);color:var(--str-chat__text-low-emphasis-color);text-transform:uppercase;font:var(--str-chat__caption-strong-text)}.str-chat__unread-messages-notification{--str-chat-icon-color: var(--str-chat__on-primary-color);background-color:var(--str-chat__text-low-emphasis-color);border-radius:1.125rem}.str-chat__unread-messages-notification button{cursor:pointer;color:var(--str-chat__on-primary-color);border:none;background-color:#0000}.str-chat__unread-messages-notification button:first-of-type{font:var(--str-chat__caption-text)}.str-chat{--str-chat__message-actions-box-border-radius: var(--str-chat__border-radius-sm);--str-chat__message-actions-box-color: var(--str-chat__text-color);--str-chat__message-actions-box-background-color: var(--str-chat__secondary-background-color);--str-chat__message-actions-box-border-block-start: none;--str-chat__message-actions-box-border-block-end: none;--str-chat__message-actions-box-border-inline-start: none;--str-chat__message-actions-box-border-inline-end: none;--str-chat__message-actions-box-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-actions-box-item-border-radius: 0;--str-chat__message-actions-box-item-color: var(--str-chat__text-color);--str-chat__message-actions-box-item-background-color: transparent;--str-chat__message-actions-box-item-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__message-actions-box-item-border-block-start: none;--str-chat__message-actions-box-item-border-block-end: none;--str-chat__message-actions-box-item-border-inline-start: none;--str-chat__message-actions-box-item-border-inline-end: none;--str-chat__message-actions-box-item-box-shadow: none}.str-chat__message-actions-box{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);color:var(--str-chat__message-actions-box-item-color);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);border-radius:var(--str-chat__message-actions-box-item-border-radius);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:var(--str-chat__message-actions-box-item-hover-background-color)}@media (hover: none){.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:#0000}}.str-chat{--str-chat__message-bounce-edit-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-send-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-delete-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-button-background-color: transparent;--str-chat__message-bounce-button-border-block-start: none;--str-chat__message-bounce-button-border-block-end: none;--str-chat__message-bounce-button-border-inline-start: none;--str-chat__message-bounce-button-border-inline-end: none;--str-chat__message-bounce-button-box-shadow: none}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{background:var(--str-chat__message-bounce-button-background-color);color:var(--str-chat__message-bounce-button-color);box-shadow:var(--str-chat__message-bounce-button-box-shadow);border-radius:var(--str-chat__message-bounce-button-border-radius);border-block-start:var(--str-chat__message-bounce-button-border-block-start);border-block-end:var(--str-chat__message-bounce-button-border-block-end);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit{color:var(--str-chat__message-bounce-edit-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-send{color:var(--str-chat__message-bounce-send-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{color:var(--str-chat__message-bounce-delete-button-color)}.str-chat{--str-chat__message-input-border-radius: 0;--str-chat__message-input-color: var(--str-chat__text-color);--str-chat__message-input-background-color: var(--str-chat__secondary-background-color);--str-chat__message-input-border-block-start: none;--str-chat__message-input-border-block-end: none;--str-chat__message-input-border-inline-start: none;--str-chat__message-input-border-inline-end: none;--str-chat__message-input-box-shadow: none;--str-chat__message-textarea-border-radius: var(--str-chat__border-radius-md);--str-chat__message-textarea-color: var(--str-chat__text-color);--str-chat__message-textarea-background-color: transparent;--str-chat__message-textarea-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-box-shadow: none;--str-chat__message-send-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-send-color: var(--str-chat__primary-color);--str-chat__message-send-background-color: transparent;--str-chat__message-send-border-block-start: 0;--str-chat__message-send-border-block-end: 0;--str-chat__message-send-border-inline-start: 0;--str-chat__message-send-border-inline-end: 0;--str-chat__message-send-box-shadow: none;--str-chat__message-send-disabled-color: var(--str-chat__disabled-color);--str-chat__message-send-disabled-background-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__start-recording-audio-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__start-recording-audio-button-background-color: transparent;--str-chat__start-recording-audio-button-border-block-start: 0;--str-chat__start-recording-audio-button-border-block-end: 0;--str-chat__start-recording-audio-button-border-inline-start: 0;--str-chat__start-recording-audio-button-border-inline-end: 0;--str-chat__start-recording-audio-button-box-shadow: none;--str-chat__start-recording-audio-button-disabled-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-disabled-background-color: transparent;--str-chat__message-input-tools-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-input-tools-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-input-tools-background-color: transparent;--str-chat__message-input-tools-border-block-start: 0;--str-chat__message-input-tools-border-block-end: 0;--str-chat__message-input-tools-border-inline-start: 0;--str-chat__message-input-tools-border-inline-end: 0;--str-chat__message-input-tools-box-shadow: none;--str-chat__message-input-not-allowed-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-radius: var(--str-chat__border-radius-circle);--str-chat__cooldown-color: var(--str-chat__on-disabled-color);--str-chat__cooldown-background-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-block-start: 0;--str-chat__cooldown-border-block-end: 0;--str-chat__cooldown-border-inline-start: 0;--str-chat__cooldown-border-inline-end: 0;--str-chat__cooldown-box-shadow: none;--str-chat__attachment-selector-button-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-selector-button-icon-color-hover: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color-active: var( --str-chat__primary-color )}.str-chat__message-input{background:var(--str-chat__message-input-background-color);color:var(--str-chat__message-input-color);box-shadow:var(--str-chat__message-input-box-shadow);border-radius:var(--str-chat__message-input-border-radius);border-block-start:var(--str-chat__message-input-border-block-start);border-block-end:var(--str-chat__message-input-border-block-end);border-inline-start:var(--str-chat__message-input-border-inline-start);border-inline-end:var(--str-chat__message-input-border-inline-end)}.str-chat__message-input .str-chat__file-input-container{--str-chat-icon-color: var(--str-chat__message-input-tools-color);background:var(--str-chat__message-input-tools-background-color);color:var(--str-chat__message-input-tools-color);box-shadow:var(--str-chat__message-input-tools-box-shadow);border-radius:var(--str-chat__message-input-tools-border-radius);border-block-start:var(--str-chat__message-input-tools-border-block-start);border-block-end:var(--str-chat__message-input-tools-border-block-end);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);border-inline-end:var(--str-chat__message-input-tools-border-inline-end)}.str-chat__message-input .str-chat__file-input-container svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__attachment-preview-image-error svg path{fill:var(--str-chat__primary-color)}.str-chat__message-input .str-chat__message-textarea-container{background:var(--str-chat__message-textarea-background-color);color:var(--str-chat__message-textarea-color);box-shadow:var(--str-chat__message-textarea-box-shadow);border-radius:var(--str-chat__message-textarea-border-radius);border-block-start:var(--str-chat__message-textarea-border-block-start);border-block-end:var(--str-chat__message-textarea-border-block-end);border-inline-start:var(--str-chat__message-textarea-border-inline-start);border-inline-end:var(--str-chat__message-textarea-border-inline-end)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{resize:none;border:none;color:var(--str-chat__message-textarea-color);background-color:#0000;box-shadow:none;outline:none;font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__stop-ai-generation-button{background-image:var(--str-chat__circle-stop-icon);background-color:#0000;border-width:0}.str-chat__message-input .str-chat__send-button{--str-chat-icon-color: var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);border-block-start:var(--str-chat__message-send-border-block-start);border-block-end:var(--str-chat__message-send-border-block-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__message-input .str-chat__send-button svg path{fill:var(--str-chat__message-send-color)}.str-chat__message-input .str-chat__send-button:disabled{--str-chat-icon-color: var(--str-chat__message-send-disabled-color);background-color:#0000}.str-chat__message-input .str-chat__send-button:disabled svg path{fill:var(--str-chat__message-send-disabled-color)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-color: var(--str-chat__start-recording-audio-button-color);background:var(--str-chat__start-recording-audio-button-background-color);color:var(--str-chat__start-recording-audio-button-color);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);border-radius:var(--str-chat__start-recording-audio-button-border-radius);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end)}.str-chat__message-input .str-chat__start-recording-audio-button:disabled{background-color:var(--str-chat__message-send-disabled-background-color)}.str-chat__message-input .str-chat__message-input-cooldown{background:var(--str-chat__cooldown-background-color);color:var(--str-chat__cooldown-color);box-shadow:var(--str-chat__cooldown-box-shadow);border-radius:var(--str-chat__cooldown-border-radius);border-block-start:var(--str-chat__cooldown-border-block-start);border-block-end:var(--str-chat__cooldown-border-block-end);border-inline-start:var(--str-chat__cooldown-border-inline-start);border-inline-end:var(--str-chat__cooldown-border-inline-end);font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__message-input-not-allowed{color:var(--str-chat__message-input-not-allowed-color);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{background-color:#0000;border:none}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification{background-color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);color:var(--str-chat__background-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{font:var(--str-chat__subtitle2-medium-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{background:none;border:none;color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color);-webkit-mask:var(--str-chat__add-attachment-icon) no-repeat center/contain;mask:var(--str-chat__add-attachment-icon) no-repeat center/contain}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button{color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus{color:var(--str-chat__text-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__dialog-menu__button-icon,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__upload-file-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__folder-icon) no-repeat center/contain;mask:var(--str-chat__folder-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__create-poll-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat{--str-chat__message-list-border-radius: 0;--str-chat__message-list-color: var(--str-chat__text-color);--str-chat__message-list-background-color: var(--str-chat__background-color);--str-chat__message-list-box-shadow: none;--str-chat__message-list-border-block-start: none;--str-chat__message-list-border-block-end: none;--str-chat__message-list-border-inline-start: none;--str-chat__message-list-border-inline-end: none;--str-chat__jump-to-latest-message-border-radius: var(--str-chat__circle-fab-border-radius);--str-chat__jump-to-latest-message-color: var(--str-chat__circle-fab-color);--str-chat__jump-to-latest-message-background-color: var(--str-chat__circle-fab-background-color);--str-chat__jump-to-latest-message-pressed-background-color: var( --str-chat__circle-fab-pressed-background-color );--str-chat__jump-to-latest-message-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__jump-to-latest-message-border-block-start: var( --str-chat__circle-fab-border-block-start );--str-chat__jump-to-latest-message-border-block-end: var(--str-chat__circle-fab-border-block-end);--str-chat__jump-to-latest-message-border-inline-start: var( --str-chat__circle-fab-border-inline-start );--str-chat__jump-to-latest-message-border-inline-end: var( --str-chat__circle-fab-border-inline-end );--str-chat__jump-to-latest-message-unread-count-background-color: var( --str-chat__jump-to-latest-message-color );--str-chat__jump-to-latest-message-unread-count-color: var( --str-chat__jump-to-latest-message-background-color );--str-chat__thread-head-start-color: var(--str-chat__text-low-emphasis-color);--str-chat__thread-head-start-border-block-end-color: var(--str-chat__surface-color)}.str-chat__list{background:var(--str-chat__message-list-background-color);color:var(--str-chat__message-list-color);box-shadow:var(--str-chat__message-list-box-shadow);border-radius:var(--str-chat__message-list-border-radius);border-block-start:var(--str-chat__message-list-border-block-start);border-block-end:var(--str-chat__message-list-border-block-end);border-inline-start:var(--str-chat__message-list-border-inline-start);border-inline-end:var(--str-chat__message-list-border-inline-end)}.str-chat__list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat__jump-to-latest-message{--str-chat-icon-color: var(--str-chat__jump-to-latest-message-unread-count-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab{background:var(--str-chat__jump-to-latest-message-background-color);color:var(--str-chat__jump-to-latest-message-color);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);border-radius:var(--str-chat__jump-to-latest-message-border-radius);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end)}.str-chat__jump-to-latest-message .str-chat__circle-fab svg path{fill:var(--str-chat__jump-to-latest-message-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab:active{background-color:var(--str-chat__jump-to-latest-message-pressed-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab .str-chat__jump-to-latest-unread-count{background-color:var(--str-chat__jump-to-latest-message-unread-count-background-color);color:var(--str-chat__jump-to-latest-message-unread-count-color);border-radius:var(--str-chat__jump-to-latest-message-border-radius);font:var(--str-chat__caption-text)}.str-chat{--str-chat__virtual-list-border-radius: 0;--str-chat__virtual-list-color: var(--str-chat__text-color);--str-chat__virtual-list-background-color: var(--str-chat__background-color);--str-chat__virtual-list-box-shadow: none;--str-chat__virtual-list-border-block-start: none;--str-chat__virtual-list-border-block-end: none;--str-chat__virtual-list-border-inline-start: none;--str-chat__virtual-list-border-inline-end: none}.str-chat__virtual-list{background:var(--str-chat__virtual-list-background-color);color:var(--str-chat__virtual-list-color);box-shadow:var(--str-chat__virtual-list-box-shadow);border-radius:var(--str-chat__virtual-list-border-radius);border-block-start:var(--str-chat__virtual-list-border-block-start);border-block-end:var(--str-chat__virtual-list-border-block-end);border-inline-start:var(--str-chat__virtual-list-border-inline-start);border-inline-end:var(--str-chat__virtual-list-border-inline-end)}.str-chat__virtual-list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-border-radius: none;--str-chat__message-reactions-color: var(--str-chat__text-color);--str-chat__message-reactions-background-color: transparent;--str-chat__message-reactions-border-block-start: none;--str-chat__message-reactions-border-block-end: none;--str-chat__message-reactions-border-inline-start: none;--str-chat__message-reactions-border-inline-end: none;--str-chat__message-reactions-box-shadow: none;--str-chat__message-reaction-border-radius: var(--str-chat__border-radius-xs);--str-chat__message-reaction-color: var(--str-chat__text-color);--str-chat__message-reaction-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-reaction-border-block-start: none;--str-chat__message-reaction-border-block-end: none;--str-chat__message-reaction-border-inline-start: none;--str-chat__message-reaction-border-inline-end: none;--str-chat__message-reaction-box-shadow: none;--str-chat__own-message-reaction-color: var(--str-chat__text-color);--str-chat__own-message-reaction-background-color: var( --str-chat__primary-surface-color-low-emphasis );--str-chat__messsage-reactions-details--selected-color: solid var(--str-chat__primary-color)}.str-chat__message-reactions-container .str-chat__message-reactions{background:var(--str-chat__message-reactions-background-color);color:var(--str-chat__message-reactions-color);box-shadow:var(--str-chat__message-reactions-box-shadow);border-radius:var(--str-chat__message-reactions-border-radius);border-block-start:var(--str-chat__message-reactions-border-block-start);border-block-end:var(--str-chat__message-reactions-border-block-end);border-inline-start:var(--str-chat__message-reactions-border-inline-start);border-inline-end:var(--str-chat__message-reactions-border-inline-end)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);color:var(--str-chat__message-reaction-color);box-shadow:var(--str-chat__message-reaction-box-shadow);border-radius:var(--str-chat__message-reaction-border-radius);border-block-start:var(--str-chat__message-reaction-border-block-start);border-block-end:var(--str-chat__message-reaction-border-block-end);border-inline-start:var(--str-chat__message-reaction-border-inline-start);border-inline-end:var(--str-chat__message-reaction-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{color:var(--str-chat__own-message-reaction-color);background-color:var(--str-chat__own-message-reaction-background-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{border-block-end:solid rgba(0,0,0,0)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type--selected{border-block-end:var(--str-chat__messsage-reactions-details--selected-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-user{font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-reactions-options-color: var(--str-chat__text-color);--str-chat__message-reactions-options-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-options-border-block-start: none;--str-chat__message-reactions-options-border-block-end: none;--str-chat__message-reactions-options-border-inline-start: none;--str-chat__message-reactions-options-border-inline-end: none;--str-chat__message-reactions-options-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-reactions-option-border-radius: var(--str-chat__border-radius-md);--str-chat__message-reactions-option-color: var(--str-chat__text-color);--str-chat__message-reactions-option-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-option-hover-background-color: var( --str-chat__primary-surface-color );--str-chat__message-reactions-option-selected-background-color: var( --str-chat__primary-color-low-emphasis );--str-chat__message-reactions-option-border-block-start: none;--str-chat__message-reactions-option-border-block-end: none;--str-chat__message-reactions-option-border-inline-start: none;--str-chat__message-reactions-option-border-inline-end: none;--str-chat__message-reactions-option-box-shadow: none}.str-chat .str-chat-angular-v5__reaction-selector{--str-chat__message-reactions-options-box-shadow: none;--str-chat__message-reactions-options-border-radius: 0}.str-chat__reaction-selector .str-chat__message-reactions-options{background:var(--str-chat__message-reactions-options-background-color);color:var(--str-chat__message-reactions-options-color);box-shadow:var(--str-chat__message-reactions-options-box-shadow);border-radius:var(--str-chat__message-reactions-options-border-radius);border-block-start:var(--str-chat__message-reactions-options-border-block-start);border-block-end:var(--str-chat__message-reactions-options-border-block-end);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);color:var(--str-chat__message-reactions-option-color);box-shadow:var(--str-chat__message-reactions-option-box-shadow);border-radius:var(--str-chat__message-reactions-option-border-radius);border-block-start:var(--str-chat__message-reactions-option-border-block-start);border-block-end:var(--str-chat__message-reactions-option-border-block-end);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:var(--str-chat__message-reactions-option-hover-background-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option.str-chat__message-reactions-option-selected{background-color:var(--str-chat__message-reactions-option-selected-background-color)}@media (hover: none){.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:#0000}}.str-chat{--str-chat__modal-border-radius: var(--str-chat__border-radius-sm);--str-chat__modal-color: var(--str-chat__text-color);--str-chat__modal-background-color: var(--str-chat__secondary-background-color);--str-chat__modal-overlay-color: var(--str-chat__secondary-overlay-color);--str-chat__modal-overlay-backdrop-filter: blur(3px);--str-chat__modal-border-block-start: none;--str-chat__modal-border-block-end: none;--str-chat__modal-border-inline-start: none;--str-chat__modal-border-inline-end: none;--str-chat__modal-box-shadow: none;--str-chat__modal-close-icon-background: var(--str-chat__text-low-emphasis-color);--str-chat__modal-close-icon-color: var(--str-chat__on-disabled-color)}.str-chat__modal{background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);color:var(--str-chat__modal-color);box-shadow:var(--str-chat__modal-box-shadow);border-radius:var(--str-chat__modal-border-radius);border-block-start:var(--str-chat__modal-border-block-start);border-block-end:var(--str-chat__modal-border-block-end);border-inline-start:var(--str-chat__modal-border-inline-start);border-inline-end:var(--str-chat__modal-border-inline-end)}.str-chat__modal .str-chat__modal-header .str-chat__modal-header__title{font:var(--str-chat__subtitle2-medium-text)}.str-chat__modal .str-chat__modal__close-button{--str-chat-icon-color: var(--str-chat__modal-close-icon-color);background:none;border:none}.str-chat__modal .str-chat__modal__close-button .str-chat__icon{background-color:var(--str-chat__modal-close-icon-background);border-radius:999px}.str-chat__modal .str-chat__modal__close-button svg path{fill:var(--str-chat__modal-close-icon-color)}.str-chat__modal .str-chat__modal__close-button svg rect,.str-chat__modal .str-chat__modal__close-button svg circle{fill:var(--str-chat__modal-close-icon-background)}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner{background-color:#0000;width:unset;height:unset;padding:0}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat{--str-chat__message-notification-background-color: var(--str-chat__primary-color);--str-chat__message-notification-border-block-start: none;--str-chat__message-notification-border-block-end: none;--str-chat__message-notification-border-inline-start: none;--str-chat__message-notification-border-inline-end: none;--str-chat__message-notification-border-radius: 50px;--str-chat__message-notification-box-shadow: none;--str-chat__message-notification-color: var(--str-chat__on-primary-color)}.str-chat__message-notification{background:var(--str-chat__message-notification-background-color);color:var(--str-chat__message-notification-color);box-shadow:var(--str-chat__message-notification-box-shadow);border-radius:var(--str-chat__message-notification-border-radius);border-block-start:var(--str-chat__message-notification-border-block-start);border-block-end:var(--str-chat__message-notification-border-block-end);border-inline-start:var(--str-chat__message-notification-border-inline-start);border-inline-end:var(--str-chat__message-notification-border-inline-end);font:var(--str-chat__caption-text);cursor:pointer}.str-chat{--str-chat__notification-list-border-radius: none;--str-chat__notification-list-color: var(--str-chat__notification-list-text-color);--str-chat__notification-list-background-color: transparent;--str-chat__notification-list-border-block-start: none;--str-chat__notification-list-border-block-end: none;--str-chat__notification-list-border-inline-start: none;--str-chat__notification-list-border-inline-end: none;--str-chat__notification-list-box-shadow: none}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color);color:var(--str-chat__notification-list-color);box-shadow:var(--str-chat__notification-list-box-shadow);border-radius:var(--str-chat__notification-list-border-radius);border-block-start:var(--str-chat__notification-list-border-block-start);border-block-end:var(--str-chat__notification-list-border-block-end);border-inline-start:var(--str-chat__notification-list-border-inline-start);border-inline-end:var(--str-chat__notification-list-border-inline-end)}.str-chat{--str-chat__notification-border-radius: var(--str-chat__border-radius-sm);--str-chat__notification-color: var(--str-chat__opaque-surface-text-color);--str-chat__notification-background-color: var(--str-chat__opaque-surface-background-color);--str-chat__notification-border-block-start: none;--str-chat__notification-border-block-end: none;--str-chat__notification-border-inline-start: none;--str-chat__notification-border-inline-end: none;--str-chat__notification-box-shadow: 0 0 8px var(--str-chat__box-shadow-color)}.str-chat__notification{background:var(--str-chat__notification-background-color);color:var(--str-chat__notification-color);box-shadow:var(--str-chat__notification-box-shadow);border-radius:var(--str-chat__notification-border-radius);border-block-start:var(--str-chat__notification-border-block-start);border-block-end:var(--str-chat__notification-border-block-end);border-inline-start:var(--str-chat__notification-border-inline-start);border-inline-end:var(--str-chat__notification-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{color:var(--str-chat__text-low-emphasis-color)}.str-chat__poll .str-chat__checkmark{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__disabled-color)}.str-chat__poll .str-chat__checkmark--checked{background-color:var(--str-chat__primary-color);border:none}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment));border-radius:calc(var(--str-chat__spacing-px)*4)}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar--winner{background:linear-gradient(to right,var(--str-chat__info-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment))}.str-chat__poll .str-chat__poll-option-list--full,.str-chat__poll .str-chat__poll-answer,.str-chat__poll .str-chat__modal__poll-option-list__title,.str-chat__poll .str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__poll .str-chat__modal__poll-results .str-chat__poll-option{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text{font:var(--str-chat__subtitle-medium-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__poll-vote .str-chat__poll-vote__timestamp{color:var(--str-chat__text-low-emphasis-color)}.str-chat__quoted-poll-preview{font:var(--str-chat__body-medium-text)}.str-chat__poll-creation-dialog .str-chat__form__input-fieldset{border:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label),.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input{border:none;background:#0000;outline:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input::placeholder{font:var(--str-chat__subtitle-text)}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{background-color:var(--str-chat__text-low-emphasis-color);-webkit-mask:var(--str-chat__handle-icon) no-repeat center/contain;mask:var(--str-chat__handle-icon) no-repeat center/contain}.str-chat__poll-creation-dialog .str-chat__form__input-field--has-error{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error,.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error{border:none}.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error .str-chat__form__input-field__value{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__switch-field,.str-chat__poll-creation-dialog .str-chat__form__switch-field label{cursor:pointer}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch{cursor:pointer;background-color:var(--str-chat__text-low-emphasis-color);border-radius:100px}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__disabled-color)}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{background-color:var(--str-chat__green600)}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__search-input-color: var(--str-chat__text-color);--str-chat__search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-input-border-block-start: none;--str-chat__search-input-border-block-end: none;--str-chat__search-input-border-inline-start: none;--str-chat__search-input-border-inline-end: none;--str-chat__search-input-wrapper-border-radius: var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-background-color: transparent;--str-chat__search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-active-border-radius: var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-active-background-color: transparent;--str-chat__search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__search-result-background-color: transparent;--str-chat__search-result-border-block-start: none;--str-chat__search-result-border-block-end: none;--str-chat__search-result-border-inline-start: none;--str-chat__search-result-border-inline-end: none;--str-chat__search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__search-result-list-color: var(--str-chat__text-color);--str-chat__search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__search-result-list-border-block-start: none;--str-chat__search-result-list-border-block-end: none;--str-chat__search-result-list-border-inline-start: none;--str-chat__search-result-list-border-inline-end: none;--str-chat__search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-results-header-background-color: var(--str-chat__background-color);--str-chat__search-results-header-border-block-start: none;--str-chat__search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-results-header-border-inline-start: none;--str-chat__search-results-header-border-inline-end: none;--str-chat__search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__search-results-empty-background-color: var(--str-chat__background-color);--str-chat__search-results-empty-border-block-start: none;--str-chat__search-results-empty-border-block-end: none;--str-chat__search-results-empty-border-inline-start: none;--str-chat__search-results-empty-border-inline-end: none}.str-chat__search-input--wrapper{background:var(--str-chat__search-input-wrapper-background-color);color:var(--str-chat__search-input-wrapper-color);box-shadow:var(--str-chat__search-input-wrapper-box-shadow);border-radius:var(--str-chat__search-input-wrapper-border-radius);border-block-start:var(--str-chat__search-input-wrapper-border-block-start);border-block-end:var(--str-chat__search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__search-input-wrapper-border-inline-end)}.str-chat__search-input--wrapper .str-chat__search-input--icon{background-image:var(--str-chat__magnifier-glass-icon);background-repeat:no-repeat}.str-chat__search-input--wrapper input{background:var(--str-chat__search-input-background-color);color:var(--str-chat__search-input-color);box-shadow:var(--str-chat__search-input-box-shadow);border-radius:var(--str-chat__search-input-border-radius);border-block-start:var(--str-chat__search-input-border-block-start);border-block-end:var(--str-chat__search-input-border-block-end);border-inline-start:var(--str-chat__search-input-border-inline-start);border-inline-end:var(--str-chat__search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__search-input--wrapper .str-chat__search-input--clear-button-icon{background-color:#0000;-webkit-mask:var(--str-chat__clear-icon) no-repeat center/contain;mask:var(--str-chat__clear-icon) no-repeat center/contain}.str-chat__search-input--wrapper-active{background:var(--str-chat__search-input-wrapper-active-background-color);color:var(--str-chat__search-input-wrapper-active-color);box-shadow:var(--str-chat__search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__search-input-wrapper-active-border-inline-end)}.str-chat__search-input--wrapper-active .str-chat__search-input--clear-button-icon{background-color:var(--str-chat__text-low-emphasis-color)}.str-chat__search-bar-button--exit-search{background:none;border:none;color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text)}.str-chat__search-results-header{background:var(--str-chat__search-results-header-background-color);color:var(--str-chat__search-results-header-color);box-shadow:var(--str-chat__search-results-header-box-shadow);border-radius:var(--str-chat__search-results-header-border-radius);border-block-start:var(--str-chat__search-results-header-border-block-start);border-block-end:var(--str-chat__search-results-header-border-block-end);border-inline-start:var(--str-chat__search-results-header-border-inline-start);border-inline-end:var(--str-chat__search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__search-source-result-list{background:var(--str-chat__search-result-list-background-color);color:var(--str-chat__search-result-list-color);box-shadow:var(--str-chat__search-result-list-box-shadow);border-radius:var(--str-chat__search-result-list-border-radius);border-block-start:var(--str-chat__search-result-list-border-block-start);border-block-end:var(--str-chat__search-result-list-border-block-end);border-inline-start:var(--str-chat__search-result-list-border-inline-start);border-inline-end:var(--str-chat__search-result-list-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-container-empty{background:var(--str-chat__search-results-empty-background-color);color:var(--str-chat__search-results-empty-color);box-shadow:var(--str-chat__search-results-empty-box-shadow);border-radius:var(--str-chat__search-results-empty-border-radius);border-block-start:var(--str-chat__search-results-empty-border-block-start);border-block-end:var(--str-chat__search-results-empty-border-block-end);border-inline-start:var(--str-chat__search-results-empty-border-inline-start);border-inline-end:var(--str-chat__search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__search-source-result-list .str-chat__search-container-empty svg path{fill:var(--str-chat__search-results-empty-icon-color)}.str-chat__search-source-result-list .str-chat__search-result{background:var(--str-chat__search-result-background-color);color:var(--str-chat__search-result-color);box-shadow:var(--str-chat__search-result-box-shadow);border-radius:var(--str-chat__search-result-border-radius);border-block-start:var(--str-chat__search-result-border-block-start);border-block-end:var(--str-chat__search-result-border-block-end);border-inline-start:var(--str-chat__search-result-border-inline-start);border-inline-end:var(--str-chat__search-result-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-result.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__search-source-result-list .str-chat__search-result:hover,.str-chat__search-source-result-list .str-chat__search-result--focused{background-color:var(--str-chat__search-result-hover-background-color)}.str-chat{--str-chat__thread-border-radius: 0;--str-chat__thread-color: var(--str-chat__text-color);--str-chat__thread-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-border-block-start: none;--str-chat__thread-border-block-end: none;--str-chat__thread-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__thread-border-inline-end: none;--str-chat__thread-box-shadow: none;--str-chat__thread-header-border-radius: 0;--str-chat__thread-header-color: var(--str-chat__text-color);--str-chat__thread-header-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-header-border-block-start: none;--str-chat__thread-header-border-block-end: none;--str-chat__thread-header-border-inline-start: none;--str-chat__thread-header-border-inline-end: none;--str-chat__thread-header-box-shadow: none;--str-chat__thread-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-container{background:var(--str-chat__thread-background-color);color:var(--str-chat__thread-color);box-shadow:var(--str-chat__thread-box-shadow);border-radius:var(--str-chat__thread-border-radius);border-block-start:var(--str-chat__thread-border-block-start);border-block-end:var(--str-chat__thread-border-block-end);border-inline-start:var(--str-chat__thread-border-inline-start);border-inline-end:var(--str-chat__thread-border-inline-end)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);color:var(--str-chat__thread-header-color);box-shadow:var(--str-chat__thread-header-box-shadow);border-radius:var(--str-chat__thread-header-border-radius);border-block-start:var(--str-chat__thread-header-border-block-start);border-block-end:var(--str-chat__thread-header-border-block-end);border-inline-start:var(--str-chat__thread-header-border-inline-start);border-inline-end:var(--str-chat__thread-header-border-inline-end)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__body-text);color:var(--str-chat__thread-header-info-color)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:#0000;border:none}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg path{fill:var(--str-chat__thread-color)}.str-chat{--str-chat__tooltip-border-radius: var(--str-chat__border-radius-xs);--str-chat__tooltip-color: var(--str-chat__text-color);--str-chat__tooltip-background-color: var(--str-chat__secondary-background-color);--str-chat__tooltip-border-block-start: none;--str-chat__tooltip-border-block-end: none;--str-chat__tooltip-border-inline-start: none;--str-chat__tooltip-border-inline-end: none;--str-chat__tooltip-box-shadow: 0 0 20px var(--str-chat__box-shadow-color)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__tooltip-color);box-shadow:var(--str-chat__tooltip-box-shadow);border-radius:var(--str-chat__tooltip-border-radius);border-block-start:var(--str-chat__tooltip-border-block-start);border-block-end:var(--str-chat__tooltip-border-block-end);border-inline-start:var(--str-chat__tooltip-border-inline-start);border-inline-end:var(--str-chat__tooltip-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}.str-chat{--str-chat__typing-indicator-border-radius: none;--str-chat__typing-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__typing-indicator-background-color: var(--str-chat__overlay-color);--str-chat__typing-indicator-border-block-start: none;--str-chat__typing-indicator-border-block-end: none;--str-chat__typing-indicator-border-inline-start: none;--str-chat__typing-indicator-border-inline-end: none;--str-chat__typing-indicator-box-shadow: none;--str-chat__typing-indicator-dot-background-color: var(--str-chat__text-color)}.str-chat__typing-indicator{background:var(--str-chat__typing-indicator-background-color);color:var(--str-chat__typing-indicator-color);box-shadow:var(--str-chat__typing-indicator-box-shadow);border-radius:var(--str-chat__typing-indicator-border-radius);border-block-start:var(--str-chat__typing-indicator-border-block-start);border-block-end:var(--str-chat__typing-indicator-border-block-end);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);border-inline-end:var(--str-chat__typing-indicator-border-inline-end)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{border-radius:999px;animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(1){animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){animation-delay:1s}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--str-chat-thread-list-border-color: var(--str-chat__surface-color);--str-chat-thread-list-container-background-color: var(--str-chat__secondary-background-color);--str-chat-unseen-threads-banner-background-color: var(--str-chat__text-color);--str-chat-unseen-threads-banner-color: var(--str-chat__opaque-surface-text-color);--str-chat-thread-list-item-background-color-default: var(--str-chat__secondary-background-color);--str-chat-thread-list-item-background-color-selected: var(--str-chat__surface-color);--str-chat-thread-list-item-text-color: var(--str-chat__text-color);--str-chat-thread-list-item-text-low-emphasis-color: var(--str-chat__text-low-emphasis-color);--str-chat-thread-list-empty-placeholder-background-color: var( --str-chat__secondary-background-color );--str-chat-thread-list-empty-placeholder-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list-container{background-color:var(--str-chat-thread-list-container-background-color)}.str-chat__unseen-threads-banner{border-radius:16px;background:var(--str-chat-unseen-threads-banner-background-color);color:var(--str-chat-unseen-threads-banner-color)}.str-chat__unseen-threads-banner__button{--str-chat-icon-color: var(--str-chat-unseen-threads-banner-color)}.str-chat__thread-list{border-right:1px solid var(--str-chat-thread-list-border-color)}.str-chat__thread-list .str-chat__thread-list-item{--str-chat-icon-color: var(--str-chat-thread-list-item-text-color);border:none;background-color:var(--str-chat-thread-list-item-background-color-default);color:var(--str-chat-thread-list-item-text-color)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true]{background-color:var(--str-chat-thread-list-item-background-color-selected)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__parent-message-text,.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:inherit}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-background-color: var(--str-chat__secondary-surface-color);--str-chat__avatar-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color: var(--str-chat-thread-list-empty-placeholder-color);background-color:var(--str-chat-thread-list-empty-placeholder-background-color);color:var(--str-chat-thread-list-empty-placeholder-color)}.str-chat{--str-chat-selector-background-color: var(--str-chat__secondary-background-color);--str-chat-selector-border-color: var(--str-chat__surface-color);--str-chat-selector-button-color-default: var(--str-chat__text-low-emphasis-color);--str-chat-selector-button-color-selected: var(--str-chat__text-color);--str-chat-selector-button-background-color-default: transparent;--str-chat-selector-button-background-color-selected: var(--str-chat__surface-color)}.str-chat__chat-view__selector{border-right:1px solid var(--str-chat-selector-border-color);background-color:var(--str-chat-selector-background-color)}.str-chat__chat-view__selector-button{--str-chat-icon-color: var(--str-chat-selector-button-color-default);border:none;background:var(--str-chat-selector-button-background-color-default);color:var(--str-chat-selector-button-color-default)}.str-chat__chat-view__selector-button[aria-selected=true]{--str-chat-icon-color: var(--str-chat-selector-button-color-selected);color:var(--str-chat-selector-button-color-selected);background:var(--str-chat-selector-button-background-color-selected)}.str-chat{--str-chat-unread-count-badge-color: var(--str-chat__on-unread-badge-color);--str-chat-unread-count-badge-background-color: var(--str-chat__danger-color)}.str-chat__unread-count-badge{background-color:var(--str-chat-unread-count-badge-background-color);color:var(--str-chat-unread-count-badge-color);border-radius:9999px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{padding-bottom:0}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{margin-right:1rem;text-transform:none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send:disabled{color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__send-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:45px;height:45px;min-width:45px;--str-chat-icon-color: var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);border-block-start:var(--str-chat__message-send-border-block-start);border-block-end:var(--str-chat__message-send-border-block-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__send-button svg{width:32px;height:32px;min-width:32px}.str-chat__send-button:disabled{cursor:not-allowed}.str-chat__send-button:disabled svg path{fill:var(--sui-colors-neutral-icon-disabled)}.str-chat__message--system{margin:16px 0}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}.sui-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.sui-pointer-events-auto{pointer-events:auto!important}.sui-fixed{position:fixed!important}.sui-absolute{position:absolute!important}.sui-relative{position:relative!important}.sui-sticky{position:sticky!important}.sui-inset-0{top:0!important;right:0!important;bottom:0!important;left:0!important}.sui-bottom-0{bottom:0!important}.sui-left-0{left:0!important}.sui-left-1\/2{left:50%!important}.sui-left-3{left:1.5rem!important}.sui-left-4{left:2rem!important}.sui-left-\[100\%\]{left:100%!important}.sui-left-\[50\%\]{left:50%!important}.sui-right-0{right:0!important}.sui-right-0\.5{right:.25rem!important}.sui-right-2{right:1rem!important}.sui-right-\[-16px\]{right:-16px!important}.sui-right-\[16px\]{right:16px!important}.sui-top-0{top:0!important}.sui-top-0\.5{top:.25rem!important}.sui-top-1\/2{top:50%!important}.sui-top-2{top:1rem!important}.sui-top-3{top:1.5rem!important}.sui-top-\[0px\]{top:0!important}.sui-top-\[14px\]{top:14px!important}.sui-top-\[20px\]{top:20px!important}.sui-top-\[23px\]{top:23px!important}.sui-top-\[2px\]{top:2px!important}.sui-top-\[3px\]{top:3px!important}.sui-top-\[50\%\]{top:50%!important}.sui-top-\[5px\]{top:5px!important}.sui-top-\[79px\]{top:79px!important}.sui-top-\[7px\]{top:7px!important}.sui-top-\[calc\(100\%_\+_0\.2rem\)\]{top:calc(100% + .2rem)!important}.sui-z-10{z-index:10!important}.sui-z-30{z-index:30!important}.sui-z-40{z-index:40!important}.sui-z-50{z-index:50!important}.sui-z-\[10000000\]{z-index:10000000!important}.sui-z-\[1001\]{z-index:1001!important}.sui-z-\[1010\]{z-index:1010!important}.sui-z-\[1290\]{z-index:1290!important}.sui-z-\[99999\]{z-index:99999!important}.sui-z-\[999\]{z-index:999!important}.sui-col-start-1{grid-column-start:1!important}.sui-row-span-1{grid-row:span 1 / span 1!important}.sui-m-auto{margin:auto!important}.sui--mx-1{margin-left:-.5rem!important;margin-right:-.5rem!important}.sui-mx-1{margin-left:.5rem!important;margin-right:.5rem!important}.sui-mx-auto{margin-left:auto!important;margin-right:auto!important}.sui-my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.sui-my-2{margin-top:1rem!important;margin-bottom:1rem!important}.sui-my-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.sui-my-4{margin-top:2rem!important;margin-bottom:2rem!important}.sui-my-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.sui-mb-0{margin-bottom:0!important}.sui-mb-0\.5{margin-bottom:.25rem!important}.sui-mb-1{margin-bottom:.5rem!important}.sui-mb-2{margin-bottom:1rem!important}.sui-mb-3{margin-bottom:1.5rem!important}.sui-mb-4{margin-bottom:2rem!important}.sui-mb-5{margin-bottom:2.5rem!important}.sui-mb-\[3px\]{margin-bottom:3px!important}.sui-mb-\[4px\]{margin-bottom:4px!important}.sui-ml-0{margin-left:0!important}.sui-ml-0\.5{margin-left:.25rem!important}.sui-ml-1{margin-left:.5rem!important}.sui-ml-2{margin-left:1rem!important}.sui-ml-4{margin-left:2rem!important}.sui-ml-auto{margin-left:auto!important}.sui-mr-0\.5{margin-right:.25rem!important}.sui-mr-1{margin-right:.5rem!important}.sui-mr-2{margin-right:1rem!important}.sui-mr-3{margin-right:1.5rem!important}.sui-mr-auto{margin-right:auto!important}.sui-mt-0{margin-top:0!important}.sui-mt-0\.5{margin-top:.25rem!important}.sui-mt-1{margin-top:.5rem!important}.sui-mt-2{margin-top:1rem!important}.sui-mt-3{margin-top:1.5rem!important}.sui-mt-4{margin-top:2rem!important}.sui-mt-5{margin-top:2.5rem!important}.sui-mt-6{margin-top:3rem!important}.sui-mt-\[50px\]{margin-top:50px!important}.sui-mt-\[6px\]{margin-top:6px!important}.sui-line-clamp-1{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}.sui-line-clamp-2{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.sui-line-clamp-3{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}.sui-block{display:block!important}.sui-flex{display:flex!important}.sui-inline-flex{display:inline-flex!important}.sui-grid{display:grid!important}.sui-hidden{display:none!important}.sui-size-1{width:.5rem!important;height:.5rem!important}.sui-size-2{width:1rem!important;height:1rem!important}.sui-size-4{width:2rem!important;height:2rem!important}.sui-size-\[12px\]{width:12px!important;height:12px!important}.sui-size-\[20px\]{width:20px!important;height:20px!important}.sui-size-\[3px\]{width:3px!important;height:3px!important}.sui-size-\[4px\]{width:4px!important;height:4px!important}.sui-h-1{height:.5rem!important}.sui-h-2{height:1rem!important}.sui-h-3{height:1.5rem!important}.sui-h-3\/6{height:50%!important}.sui-h-8{height:4rem!important}.sui-h-\[100px\]{height:100px!important}.sui-h-\[120px\]{height:120px!important}.sui-h-\[125px\]{height:125px!important}.sui-h-\[128px\]{height:128px!important}.sui-h-\[150px\]{height:150px!important}.sui-h-\[16px\]{height:16px!important}.sui-h-\[1px\]{height:1px!important}.sui-h-\[20px\]{height:20px!important}.sui-h-\[22px\]{height:22px!important}.sui-h-\[24px\]{height:24px!important}.sui-h-\[260px\]{height:260px!important}.sui-h-\[28px\]{height:28px!important}.sui-h-\[2px\]{height:2px!important}.sui-h-\[30px\]{height:30px!important}.sui-h-\[32px\]{height:32px!important}.sui-h-\[40px\]{height:40px!important}.sui-h-\[46px\]{height:46px!important}.sui-h-\[48px\]{height:48px!important}.sui-h-\[56px\]{height:56px!important}.sui-h-\[60px\]{height:60px!important}.sui-h-\[75px\]{height:75px!important}.sui-h-\[80px\]{height:80px!important}.sui-h-\[calc\(100\%-81px\)\]{height:calc(100% - 81px)!important}.sui-h-\[calc\(100dvh-200px\)\]{height:calc(100dvh - 200px)!important}.sui-h-\[calc\(100dvh-65px\)\]{height:calc(100dvh - 65px)!important}.sui-h-\[calc\(100dvh-80px\)\]{height:calc(100dvh - 80px)!important}.sui-h-auto{height:auto!important}.sui-h-fit{height:-moz-fit-content!important;height:fit-content!important}.sui-h-full{height:100%!important}.sui-h-screen{height:100vh!important}.sui-max-h-\[12em\]{max-height:12em!important}.sui-max-h-\[220px\]{max-height:220px!important}.sui-max-h-\[40\%\]{max-height:40%!important}.sui-max-h-\[420px\]{max-height:420px!important}.sui-max-h-\[60px\]{max-height:60px!important}.sui-max-h-\[60vh\]{max-height:60vh!important}.sui-max-h-\[6em\]{max-height:6em!important}.sui-max-h-\[90vh\]{max-height:90vh!important}.sui-max-h-\[calc\(100vh-450px\)\]{max-height:calc(100vh - 450px)!important}.sui-max-h-\[calc\(100vh_-_2rem\)\]{max-height:calc(100vh - 2rem)!important}.sui-max-h-\[calc\(var\(--radix-popover-content-available-height\)-1\.5rem\)\]{max-height:calc(var(--radix-popover-content-available-height) - 1.5rem)!important}.sui-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)!important}.sui-max-h-full{max-height:100%!important}.sui-max-h-screen{max-height:100vh!important}.sui-min-h-0{min-height:0px!important}.sui-min-h-\[170px\]{min-height:170px!important}.sui-min-h-\[22px\]{min-height:22px!important}.sui-min-h-\[32px\]{min-height:32px!important}.sui-min-h-\[380px\]{min-height:380px!important}.sui-min-h-\[400px\]{min-height:400px!important}.sui-min-h-\[450px\]{min-height:450px!important}.sui-min-h-\[56px\]{min-height:56px!important}.sui-min-h-\[60px\]{min-height:60px!important}.sui-min-h-\[calc\(100dvh-200px\)\]{min-height:calc(100dvh - 200px)!important}.sui-min-h-\[calc\(100vh-195px\)\]{min-height:calc(100vh - 195px)!important}.sui-min-h-full{min-height:100%!important}.sui-min-h-screen{min-height:100vh!important}.sui-w-1{width:.5rem!important}.sui-w-1\/2{width:50%!important}.sui-w-2\/3{width:66.666667%!important}.sui-w-3{width:1.5rem!important}.sui-w-3\/4{width:75%!important}.sui-w-7{width:3.5rem!important}.sui-w-8{width:4rem!important}.sui-w-\[100px\]{width:100px!important}.sui-w-\[10px\]{width:10px!important}.sui-w-\[120px\]{width:120px!important}.sui-w-\[128px\]{width:128px!important}.sui-w-\[150px\]{width:150px!important}.sui-w-\[160px\]{width:160px!important}.sui-w-\[16px\]{width:16px!important}.sui-w-\[170px\]{width:170px!important}.sui-w-\[1px\]{width:1px!important}.sui-w-\[20\%\]{width:20%!important}.sui-w-\[200px\]{width:200px!important}.sui-w-\[20px\]{width:20px!important}.sui-w-\[215px\]{width:215px!important}.sui-w-\[225px\]{width:225px!important}.sui-w-\[22px\]{width:22px!important}.sui-w-\[24px\]{width:24px!important}.sui-w-\[25\%\]{width:25%!important}.sui-w-\[250px\]{width:250px!important}.sui-w-\[276px\]{width:276px!important}.sui-w-\[30\%\]{width:30%!important}.sui-w-\[320px\]{width:320px!important}.sui-w-\[32px\]{width:32px!important}.sui-w-\[345px\]{width:345px!important}.sui-w-\[36px\]{width:36px!important}.sui-w-\[40\%\]{width:40%!important}.sui-w-\[420px\]{width:420px!important}.sui-w-\[450px\]{width:450px!important}.sui-w-\[46px\]{width:46px!important}.sui-w-\[48px\]{width:48px!important}.sui-w-\[50\%\]{width:50%!important}.sui-w-\[50px\]{width:50px!important}.sui-w-\[56px\]{width:56px!important}.sui-w-\[60px\]{width:60px!important}.sui-w-\[70px\]{width:70px!important}.sui-w-\[75px\]{width:75px!important}.sui-w-\[80\%\]{width:80%!important}.sui-w-\[80px\]{width:80px!important}.sui-w-\[88px\]{width:88px!important}.sui-w-\[90\%\]{width:90%!important}.sui-w-\[90px\]{width:90px!important}.sui-w-\[var\(--radix-popover-trigger-width\)\]{width:var(--radix-popover-trigger-width)!important}.sui-w-auto{width:auto!important}.sui-w-fit{width:-moz-fit-content!important;width:fit-content!important}.sui-w-full{width:100%!important}.sui-w-max{width:-moz-max-content!important;width:max-content!important}.sui-w-screen{width:100vw!important}.sui-min-w-0{min-width:0px!important}.sui-min-w-\[100px\]{min-width:100px!important}.sui-min-w-\[110px\]{min-width:110px!important}.sui-min-w-\[120px\]{min-width:120px!important}.sui-min-w-\[150px\]{min-width:150px!important}.sui-min-w-\[22px\]{min-width:22px!important}.sui-min-w-\[250px\]{min-width:250px!important}.sui-min-w-\[300px\]{min-width:300px!important}.sui-min-w-\[472px\]{min-width:472px!important}.sui-min-w-\[56px\]{min-width:56px!important}.sui-min-w-\[800px\]{min-width:800px!important}.sui-min-w-\[80px\]{min-width:80px!important}.sui-min-w-\[85px\]{min-width:85px!important}.sui-min-w-\[90px\]{min-width:90px!important}.sui-min-w-full{min-width:100%!important}.sui-min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.sui-max-w-\[1000px\]{max-width:1000px!important}.sui-max-w-\[100px\]{max-width:100px!important}.sui-max-w-\[100vw\]{max-width:100vw!important}.sui-max-w-\[120px\]{max-width:120px!important}.sui-max-w-\[140px\]{max-width:140px!important}.sui-max-w-\[200px\]{max-width:200px!important}.sui-max-w-\[215px\]{max-width:215px!important}.sui-max-w-\[250px\]{max-width:250px!important}.sui-max-w-\[270px\]{max-width:270px!important}.sui-max-w-\[280px\]{max-width:280px!important}.sui-max-w-\[300px\]{max-width:300px!important}.sui-max-w-\[320px\]{max-width:320px!important}.sui-max-w-\[344px\]{max-width:344px!important}.sui-max-w-\[350px\]{max-width:350px!important}.sui-max-w-\[380px\]{max-width:380px!important}.sui-max-w-\[400px\]{max-width:400px!important}.sui-max-w-\[420px\]{max-width:420px!important}.sui-max-w-\[480px\]{max-width:480px!important}.sui-max-w-\[500px\]{max-width:500px!important}.sui-max-w-\[540px\]{max-width:540px!important}.sui-max-w-\[550px\]{max-width:550px!important}.sui-max-w-\[56px\]{max-width:56px!important}.sui-max-w-\[575px\]{max-width:575px!important}.sui-max-w-\[600px\]{max-width:600px!important}.sui-max-w-\[60px\]{max-width:60px!important}.sui-max-w-\[620px\]{max-width:620px!important}.sui-max-w-\[700px\]{max-width:700px!important}.sui-max-w-\[750px\]{max-width:750px!important}.sui-max-w-\[768px\]{max-width:768px!important}.sui-max-w-\[800px\]{max-width:800px!important}.sui-max-w-\[80px\]{max-width:80px!important}.sui-max-w-\[96px\]{max-width:96px!important}.sui-max-w-\[calc\(100\%-36px\)\]{max-width:calc(100% - 36px)!important}.sui-max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.sui-max-w-full{max-width:100%!important}.sui-max-w-lg{max-width:32rem!important}.sui-max-w-screen-t{max-width:500px!important}.sui-flex-1{flex:1 1 0%!important}.sui-flex-auto{flex:1 1 auto!important}.sui-flex-none{flex:none!important}.sui-flex-shrink-0{flex-shrink:0!important}.sui-flex-grow{flex-grow:1!important}.-sui-translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-sui-translate-x-full{--tw-translate-x: -100% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-sui-translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-sui-translate-y-full{--tw-translate-y: -100% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui--translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui--translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-translate-x-\[-50\%\]{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-translate-x-full{--tw-translate-x: 100% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-translate-y-\[-50\%\]{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-sui-rotate-90{--tw-rotate: -90deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-rotate-180{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-rotate-90{--tw-rotate: 90deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes sui-spin{to{transform:rotate(360deg)}}.sui-animate-spin{animation:sui-spin 1s linear infinite!important}.sui-cursor-default{cursor:default!important}.sui-cursor-grab{cursor:grab!important}.sui-cursor-not-allowed{cursor:not-allowed!important}.sui-cursor-pointer{cursor:pointer!important}.sui-touch-none{touch-action:none!important}.sui-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.sui-list-decimal{list-style-type:decimal!important}.sui-list-disc{list-style-type:disc!important}.sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sui-flex-row{flex-direction:row!important}.sui-flex-col{flex-direction:column!important}.sui-flex-col-reverse{flex-direction:column-reverse!important}.sui-flex-wrap{flex-wrap:wrap!important}.sui-place-content-center{place-content:center!important}.sui-place-items-start{place-items:start!important}.sui-place-items-center{place-items:center!important}.sui-items-start{align-items:flex-start!important}.sui-items-end{align-items:flex-end!important}.sui-items-center{align-items:center!important}.sui-items-stretch{align-items:stretch!important}.sui-justify-start{justify-content:flex-start!important}.sui-justify-end{justify-content:flex-end!important}.sui-justify-center{justify-content:center!important}.sui-justify-between{justify-content:space-between!important}.sui-gap-0\.5{gap:.25rem!important}.sui-gap-1{gap:.5rem!important}.sui-gap-2{gap:1rem!important}.sui-gap-3{gap:1.5rem!important}.sui-gap-4{gap:2rem!important}.sui-gap-5{gap:2.5rem!important}.sui-gap-6{gap:3rem!important}.sui-gap-\[100px\]{gap:100px!important}.sui-gap-\[12px\]{gap:12px!important}.sui-gap-\[1px\]{gap:1px!important}.sui-gap-\[8px\]{gap:8px!important}.sui-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.sui-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.sui-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))!important}.sui-self-end{align-self:flex-end!important}.sui-overflow-auto{overflow:auto!important}.sui-overflow-hidden{overflow:hidden!important}.sui-overflow-visible{overflow:visible!important}.sui-overflow-scroll{overflow:scroll!important}.sui-overflow-x-auto{overflow-x:auto!important}.sui-overflow-y-auto{overflow-y:auto!important}.sui-overflow-x-hidden{overflow-x:hidden!important}.sui-truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sui-text-ellipsis{text-overflow:ellipsis!important}.sui-whitespace-nowrap{white-space:nowrap!important}.sui-whitespace-pre-wrap{white-space:pre-wrap!important}.sui-text-balance{text-wrap:balance!important}.sui-break-words{overflow-wrap:break-word!important}.sui-rounded{border-radius:.25rem!important}.sui-rounded-2xl{border-radius:1rem!important}.sui-rounded-\[12px\]{border-radius:12px!important}.sui-rounded-\[16px\]{border-radius:16px!important}.sui-rounded-\[16px_16px_16px_0px\]{border-radius:16px 16px 16px 0!important}.sui-rounded-\[24px\]{border-radius:24px!important}.sui-rounded-\[8px\]{border-radius:8px!important}.sui-rounded-\[9999px\]{border-radius:9999px!important}.sui-rounded-\[inherit\]{border-radius:inherit!important}.sui-rounded-full{border-radius:9999px!important}.sui-rounded-lg{border-radius:.5rem!important}.sui-rounded-md{border-radius:.375rem!important}.sui-rounded-none{border-radius:0!important}.sui-rounded-sm{border-radius:.125rem!important}.sui-rounded-xl{border-radius:.75rem!important}.sui-rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.sui-border{border-width:1px!important}.sui-border-0{border-width:0px!important}.sui-border-2{border-width:2px!important}.sui-border-b{border-bottom-width:1px!important}.sui-border-b-2{border-bottom-width:2px!important}.sui-border-l{border-left-width:1px!important}.sui-border-l-2{border-left-width:2px!important}.sui-border-l-\[4px\]{border-left-width:4px!important}.sui-border-r{border-right-width:1px!important}.sui-border-r-2{border-right-width:2px!important}.sui-border-t,.sui-border-t-\[1px\]{border-top-width:1px!important}.sui-border-solid{border-style:solid!important}.sui-border-dashed{border-style:dashed!important}.sui-border-none{border-style:none!important}.sui-border-action-border{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-action-border-hover{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-fusion-gray{--tw-border-opacity: 1 !important;border-color:rgb(219 221 225 / var(--tw-border-opacity, 1))!important}.sui-border-gray-4{--tw-border-opacity: 1 !important;border-color:rgb(220 225 231 / var(--tw-border-opacity, 1))!important}.sui-border-gray-4\/100{border-color:#dce1e7!important}.sui-border-gray-90{--tw-border-opacity: 1 !important;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))!important}.sui-border-negative-border{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-negative-border-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-negative-border-hover{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-neutral-border{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-neutral-border-medium{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-neutral-border-medium-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-neutral-border\/100{border-color:rgb(var(--color-neutral-border-rgb) / 1)!important}.sui-border-red{--tw-border-opacity: 1 !important;border-color:rgb(224 102 102 / var(--tw-border-opacity, 1))!important}.sui-border-transparent{border-color:transparent!important}.sui-border-b-\[\#E8EAED\]{--tw-border-opacity: 1 !important;border-bottom-color:rgb(232 234 237 / var(--tw-border-opacity, 1))!important}.sui-border-b-transparent{border-bottom-color:transparent!important}.sui-border-l-action-background{--tw-border-opacity: 1 !important;border-left-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-border-opacity, 1))!important}.sui-border-l-white{--tw-border-opacity: 1 !important;border-left-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.sui-border-r-\[\#E8EAED\]{--tw-border-opacity: 1 !important;border-right-color:rgb(232 234 237 / var(--tw-border-opacity, 1))!important}.sui-border-t-neutral-border{--tw-border-opacity: 1 !important;border-top-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))!important}.sui-bg-\[\#E5F0FF\]{--tw-bg-opacity: 1 !important;background-color:rgb(229 240 255 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#F5F9FF\]{--tw-bg-opacity: 1 !important;background-color:rgb(245 249 255 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#F9F9F9\]{--tw-bg-opacity: 1 !important;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#F9FAFB\]{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#FF3842\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 56 66 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#FFD6A8\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 214 168 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#e9eaed\]{--tw-bg-opacity: 1 !important;background-color:rgb(233 234 237 / var(--tw-bg-opacity, 1))!important}.sui-bg-\[\#f2f2f2\]{--tw-bg-opacity: 1 !important;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))!important}.sui-bg-accent-background{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-accent-background-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-action-background{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-action-background-hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-action-background-weak{--tw-bg-opacity: 1 !important;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))!important}.sui-bg-action-background-weak-hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.sui-bg-black\/25{background-color:#00000040!important}.sui-bg-fusion-gray{--tw-bg-opacity: 1 !important;background-color:rgb(219 221 225 / var(--tw-bg-opacity, 1))!important}.sui-bg-fusion-light-gray{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 247 / var(--tw-bg-opacity, 1))!important}.sui-bg-gray-30{--tw-bg-opacity: 1 !important;background-color:rgb(76 76 76 / var(--tw-bg-opacity, 1))!important}.sui-bg-green-50{--tw-bg-opacity: 1 !important;background-color:rgb(33 191 10 / var(--tw-bg-opacity, 1))!important}.sui-bg-negative-background{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-negative-background-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-negative-background-weak{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-background-medium{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-background-strong{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-background-strong-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-background-weak{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-border{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-border-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-border-medium{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-border-medium-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-icon{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-icon-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-neutral-text{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-text-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-orange-60{--tw-bg-opacity: 1 !important;background-color:rgb(247 137 69 / var(--tw-bg-opacity, 1))!important}.sui-bg-positive-background{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-positive-background-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-positive-icon{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-positive-icon-rgb) / var(--tw-bg-opacity, 1))!important}.sui-bg-skyblue-60{--tw-bg-opacity: 1 !important;background-color:rgb(32 183 243 / var(--tw-bg-opacity, 1))!important}.sui-bg-transparent{background-color:transparent!important}.sui-bg-warning-background{--tw-bg-opacity: 1 !important;background-color:rgb(254 237 144 / var(--tw-bg-opacity, 1))!important}.sui-bg-warning-border{--tw-bg-opacity: 1 !important;background-color:rgb(252 214 3 / var(--tw-bg-opacity, 1))!important}.sui-bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.sui-bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.sui-from-\[\#EEF9E3\]{--tw-gradient-from: #EEF9E3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 249 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.sui-to-\[\#EAFAFE\]{--tw-gradient-to: #EAFAFE var(--tw-gradient-to-position) !important}.sui-fill-\[\#7B7B7B\]{fill:#7b7b7b!important}.sui-fill-neutral-text{fill:rgb(var(--color-neutral-text-rgb) / 1)!important}.sui-fill-white{fill:#fff!important}.sui-object-contain{-o-object-fit:contain!important;object-fit:contain!important}.sui-object-cover{-o-object-fit:cover!important;object-fit:cover!important}.sui-p-0{padding:0!important}.sui-p-1{padding:.5rem!important}.sui-p-2{padding:1rem!important}.sui-p-3{padding:1.5rem!important}.sui-p-4{padding:2rem!important}.sui-p-5{padding:2.5rem!important}.sui-p-8{padding:4rem!important}.sui-p-\[2px\]{padding:2px!important}.sui-p-\[6px\]{padding:6px!important}.sui-px-0{padding-left:0!important;padding-right:0!important}.sui-px-0\.5{padding-left:.25rem!important;padding-right:.25rem!important}.sui-px-1{padding-left:.5rem!important;padding-right:.5rem!important}.sui-px-2{padding-left:1rem!important;padding-right:1rem!important}.sui-px-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.sui-px-4{padding-left:2rem!important;padding-right:2rem!important}.sui-px-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.sui-px-6{padding-left:3rem!important;padding-right:3rem!important}.sui-px-8{padding-left:4rem!important;padding-right:4rem!important}.sui-px-\[18px\]{padding-left:18px!important;padding-right:18px!important}.sui-px-\[2px\]{padding-left:2px!important;padding-right:2px!important}.sui-px-\[6px\]{padding-left:6px!important;padding-right:6px!important}.sui-py-0\.5{padding-top:.25rem!important;padding-bottom:.25rem!important}.sui-py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.sui-py-2{padding-top:1rem!important;padding-bottom:1rem!important}.sui-py-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.sui-py-4{padding-top:2rem!important;padding-bottom:2rem!important}.sui-py-6{padding-top:3rem!important;padding-bottom:3rem!important}.sui-py-8{padding-top:4rem!important;padding-bottom:4rem!important}.sui-py-\[12px\]{padding-top:12px!important;padding-bottom:12px!important}.sui-py-\[2px\]{padding-top:2px!important;padding-bottom:2px!important}.sui-py-\[40px\]{padding-top:40px!important;padding-bottom:40px!important}.sui-py-\[4px\]{padding-top:4px!important;padding-bottom:4px!important}.sui-py-\[8px\]{padding-top:8px!important;padding-bottom:8px!important}.sui-pb-0{padding-bottom:0!important}.sui-pb-1{padding-bottom:.5rem!important}.sui-pb-2{padding-bottom:1rem!important}.sui-pb-3{padding-bottom:1.5rem!important}.sui-pb-4{padding-bottom:2rem!important}.sui-pb-\[100px\]{padding-bottom:100px!important}.sui-pb-\[2px\]{padding-bottom:2px!important}.sui-pl-0{padding-left:0!important}.sui-pl-1{padding-left:.5rem!important}.sui-pl-2{padding-left:1rem!important}.sui-pl-3{padding-left:1.5rem!important}.sui-pl-5{padding-left:2.5rem!important}.sui-pl-6{padding-left:3rem!important}.sui-pl-8{padding-left:4rem!important}.sui-pl-\[20px\]{padding-left:20px!important}.sui-pl-\[49px\]{padding-left:49px!important}.sui-pr-0{padding-right:0!important}.sui-pr-0\.5{padding-right:.25rem!important}.sui-pr-1{padding-right:.5rem!important}.sui-pr-2{padding-right:1rem!important}.sui-pr-3{padding-right:1.5rem!important}.sui-pr-4{padding-right:2rem!important}.sui-pr-6{padding-right:3rem!important}.sui-pr-\[80px\]{padding-right:80px!important}.sui-pt-0{padding-top:0!important}.sui-pt-0\.5{padding-top:.25rem!important}.sui-pt-1{padding-top:.5rem!important}.sui-pt-2{padding-top:1rem!important}.sui-pt-4{padding-top:2rem!important}.sui-pt-5{padding-top:2.5rem!important}.sui-pt-\[12px\]{padding-top:12px!important}.sui-pt-\[5px\]{padding-top:5px!important}.sui-text-left{text-align:left!important}.sui-text-center{text-align:center!important}.sui-text-right{text-align:right!important}.sui-align-top{vertical-align:top!important}.sui-align-middle{vertical-align:middle!important}.sui-font-sans{font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif!important}.sui-text-\[11px\]{font-size:11px!important}.sui-text-\[125px\]{font-size:125px!important}.sui-text-\[128px\]{font-size:128px!important}.sui-text-\[12px\]{font-size:12px!important}.sui-text-\[13px\]{font-size:13px!important}.sui-text-\[14px\]{font-size:14px!important}.sui-text-\[15px\]{font-size:15px!important}.sui-text-\[16px\]{font-size:16px!important}.sui-text-\[17px\]{font-size:17px!important}.sui-text-desktop-3{font-size:.8125rem!important}.sui-text-desktop-4{font-size:.875rem!important}.sui-text-desktop-5{font-size:1rem!important}.sui-font-bold{font-weight:700!important}.sui-font-medium{font-weight:500!important}.sui-font-normal{font-weight:400!important}.sui-font-semibold{font-weight:600!important}.sui-uppercase{text-transform:uppercase!important}.sui-capitalize{text-transform:capitalize!important}.sui-italic{font-style:italic!important}.sui-leading-\[20px\]{line-height:20px!important}.sui-leading-\[22px\]{line-height:22px!important}.sui-leading-none{line-height:1!important}.sui-tracking-wide{letter-spacing:.03em!important}.sui-text-\[\#7B7B7B\]{--tw-text-opacity: 1 !important;color:rgb(123 123 123 / var(--tw-text-opacity, 1))!important}.sui-text-\[\#7E828B\]{--tw-text-opacity: 1 !important;color:rgb(126 130 139 / var(--tw-text-opacity, 1))!important}.sui-text-\[\#999999\]{--tw-text-opacity: 1 !important;color:rgb(153 153 153 / var(--tw-text-opacity, 1))!important}.sui-text-action-background{--tw-text-opacity: 1 !important;color:rgb(var(--color-admin-action-background-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-action-icon{--tw-text-opacity: 1 !important;color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-action-text{--tw-text-opacity: 1 !important;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-gray-40{--tw-text-opacity: 1 !important;color:rgb(102 102 102 / var(--tw-text-opacity, 1))!important}.sui-text-gray-5{--tw-text-opacity: 1 !important;color:rgb(203 208 214 / var(--tw-text-opacity, 1))!important}.sui-text-negative-icon{--tw-text-opacity: 1 !important;color:rgb(var(--color-negative-icon-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-negative-text{--tw-text-opacity: 1 !important;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-negative-text-hover{--tw-text-opacity: 1 !important;color:rgb(var(--color-negative-text-hover-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-neutral-border{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-border-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-neutral-icon-medium{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-icon-medium-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-neutral-text{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-neutral-text-disabled{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-neutral-text-medium{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-neutral-text-weak{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-positive-icon{--tw-text-opacity: 1 !important;color:rgb(var(--color-positive-icon-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-positive-text{--tw-text-opacity: 1 !important;color:rgb(var(--color-positive-text-rgb) / var(--tw-text-opacity, 1))!important}.sui-text-red{--tw-text-opacity: 1 !important;color:rgb(224 102 102 / var(--tw-text-opacity, 1))!important}.sui-text-warning-icon,.sui-text-warning-text{--tw-text-opacity: 1 !important;color:rgb(101 86 1 / var(--tw-text-opacity, 1))!important}.sui-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.sui-underline{text-decoration-line:underline!important}.sui-line-through{text-decoration-line:line-through!important}.sui-decoration-\[\#bf2313\]{text-decoration-color:#bf2313!important}.sui-placeholder-neutral-text-disabled::-moz-placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))!important}.sui-placeholder-neutral-text-disabled::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))!important}.sui-opacity-0{opacity:0!important}.sui-opacity-100{opacity:1!important}.sui-opacity-20{opacity:.2!important}.sui-opacity-50{opacity:.5!important}.sui-opacity-75{opacity:.75!important}.sui-shadow-1{--tw-shadow: .267px 1.982px 7px 0px rgba(0, 0, 0, .14), .135px 1.003px 3.052px 0px rgba(0, 0, 0, .04), .053px .396px 1.138px 0px rgba(0, 0, 0, .05), .012px 0px .405px 0px rgba(0, 0, 0, .02) !important;--tw-shadow-colored: .267px 1.982px 7px 0px var(--tw-shadow-color), .135px 1.003px 3.052px 0px var(--tw-shadow-color), .053px .396px 1.138px 0px var(--tw-shadow-color), .012px 0px .405px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.sui-shadow-2{--tw-shadow: 1.201px 6px 16px 0px rgba(0, 0, 0, .12), .608px 2px 6.975px 0px rgba(0, 0, 0, .05), .24px 1px 3px 0px rgba(0, 0, 0, .04), 0px 0px .05px 0px rgba(0, 0, 0, .04) !important;--tw-shadow-colored: 1.201px 6px 16px 0px var(--tw-shadow-color), .608px 2px 6.975px 0px var(--tw-shadow-color), .24px 1px 3px 0px var(--tw-shadow-color), 0px 0px .05px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.sui-shadow-\[hsl\(206_22\%_7\%_\/_35\%\)_0px_10px_38px_-10px\,hsl\(206_22\%_7\%_\/_20\%\)_0px_10px_20px_-15px\]{--tw-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,hsl(206 22% 7% / 20%) 0px 10px 20px -15px !important;--tw-shadow-colored: 0px 10px 38px -10px var(--tw-shadow-color), 0px 10px 20px -15px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.sui-shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.sui-shadow-up{--tw-shadow: 0px -10px 30px rgba(0, 0, 0, .03) !important;--tw-shadow-colored: 0px -10px 30px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.sui-outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.sui-transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.sui-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.sui-transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.sui-duration-150{transition-duration:.15s!important}.sui-duration-300{transition-duration:.3s!important}.sui-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.sui-font-size-2{font-size:.8125rem!important;line-height:1rem!important}@media (min-width: 500px){.sui-font-size-2{font-size:.75rem!important}}.sui-font-size-5{font-size:1rem!important;line-height:1.5rem!important}@media (min-width: 500px){.sui-font-size-5{font-size:1rem!important}}.sui-font-size-6{font-size:1.0625rem!important;line-height:1.5rem!important}@media (min-width: 500px){.sui-font-size-6{font-size:1.125rem!important}}.sui-heading-lg{font-size:1.375rem!important;font-weight:700!important;line-height:1.5rem!important}@media (min-width: 500px){.sui-heading-lg{font-size:1.8125rem!important;line-height:2rem!important}}.sui-heading-md{font-size:1.1875rem!important;font-weight:700!important;line-height:1.5rem!important}@media (min-width: 500px){.sui-heading-md{font-size:1.4375rem!important;line-height:2rem!important}}.sui-heading-sm{font-size:1.0625rem!important;font-weight:700!important;line-height:1.5rem!important}@media (min-width: 500px){.sui-heading-sm{font-size:1.125rem!important;line-height:2rem!important}}.sui-body{font-size:1rem!important;line-height:1.5rem!important}@media (min-width: 500px){.sui-body{font-size:1rem!important}}.sui-body-dense{font-size:.9375rem!important;line-height:1rem!important}@media (min-width: 500px){.sui-body-dense{font-size:.875rem!important}}.sui-label{font-size:.9375rem!important;line-height:1rem!important;font-weight:600!important;letter-spacing:.03em!important}@media (min-width: 500px){.sui-label{font-size:.875rem!important;line-height:1.5rem!important}}.sui-caption{font-size:.8125rem!important;line-height:1rem!important}@media (min-width: 500px){.sui-caption{font-size:.75rem!important}}.sui-text-heading-md{font-size:19px!important}@media (min-width: 640px){.sui-text-heading-md{font-size:23px!important}}.sui-text-heading-md{font-family:Urbanist,sans-serif!important;font-weight:700!important;line-height:125%!important}.sui-text-display-sm{font-size:19px!important}@media (min-width: 640px){.sui-text-display-sm{font-size:23px!important}}.sui-text-display-sm{font-family:Magno Sans,sans-serif!important;font-weight:800!important;line-height:100%!important}body{color:#191919}// Remove the beacon close button from HelpScout button[data-cy="beacon-close-button"]{display:none!important}.org-navigation-entry-animation{animation:orgNavigationEntryAnimation .4s ease-out}@keyframes orgNavigationEntryAnimation{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.org-toolbar-entry-animation{animation:orgToolbarEntryAnimation .4s ease-out}@keyframes orgToolbarEntryAnimation{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.org-main-content-entry-animation{animation:orgMainContentEntryAnimation .4s ease-in}@keyframes orgMainContentEntryAnimation{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.org-main-navigation-items-entry-animation{animation:orgMainNavigationItemsEntryAnimation .3s ease-in}@keyframes orgMainNavigationItemsEntryAnimation{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}// TODO: Remove this once the issue is fixed in the library .sui-react-select__menu-portal{pointer-events:auto!important}// Circular Progress spinner .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BeaconFabButtonFrame{bottom:24px!important}// Collapsible component styles .collapsible-content{overflow:hidden}.collapsible-content[data-state=open]{animation:collapsible-slide-down .25s ease-out}.collapsible-content[data-state=closed]{animation:collapsible-slide-up .25s ease-out}@keyframes collapsible-slide-down{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes collapsible-slide-up{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.placeholder\:sui-text-neutral-text-weak::-moz-placeholder{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))!important}.placeholder\:sui-text-neutral-text-weak::placeholder{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))!important}.last\:sui-mb-0:last-child{margin-bottom:0!important}.last\:sui-border-0:last-child{border-width:0px!important}.last\:sui-border-b:last-child{border-bottom-width:1px!important}.last\:sui-border-none:last-child{border-style:none!important}.hover\:sui-border-\[\#e6e6e6\]:hover{--tw-border-opacity: 1 !important;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))!important}.hover\:sui-border-action-background-weak:hover{--tw-border-opacity: 1 !important;border-color:rgb(235 244 255 / var(--tw-border-opacity, 1))!important}.hover\:sui-border-action-border-hover:hover{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))!important}.hover\:sui-border-neutral-border:hover{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))!important}.hover\:sui-border-transparent:hover{border-color:transparent!important}.hover\:sui-border-b-action-text:hover{--tw-border-opacity: 1 !important;border-bottom-color:rgb(var(--color-admin-action-text-rgb) / var(--tw-border-opacity, 1))!important}.hover\:sui-bg-\[\#F5F9FF\]:hover{--tw-bg-opacity: 1 !important;background-color:rgb(245 249 255 / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-accent-background-weak:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-accent-background-weak-rgb) / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-action-background:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-action-background-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-action-background-weak:hover{--tw-bg-opacity: 1 !important;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-action-background-weak-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-neutral-background-medium:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))!important}.hover\:sui-bg-transparent:hover{background-color:transparent!important}.hover\:sui-bg-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.hover\:sui-text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:sui-underline:hover{text-decoration-line:underline!important}.focus\:sui-bg-accent-background-weak:focus{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-accent-background-weak-rgb) / var(--tw-bg-opacity, 1))!important}.focus\:sui-bg-action-background-weak:focus{--tw-bg-opacity: 1 !important;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))!important}.focus\:sui-bg-negative-background-weak:focus{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))!important}.focus\:sui-bg-white:focus{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.focus\:sui-text-action-text:focus{--tw-text-opacity: 1 !important;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))!important}.focus-visible\:sui-outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:sui-ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:sui-ring-action-border:focus-visible{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(var(--color-admin-action-border-rgb) / var(--tw-ring-opacity, 1)) !important}.active\:sui-scale-\[0\.99\]:active{--tw-scale-x: .99 !important;--tw-scale-y: .99 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.active\:sui-cursor-grabbing:active{cursor:grabbing!important}.active\:sui-bg-white:active{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.disabled\:sui-cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:sui-bg-transparent:disabled{background-color:transparent!important}.disabled\:sui-text-neutral-text-disabled:disabled{--tw-text-opacity: 1 !important;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))!important}.disabled\:sui-opacity-100:disabled{opacity:1!important}.disabled\:sui-opacity-50:disabled{opacity:.5!important}.sui-group:first-child .group-first\:sui-hidden{display:none!important}.sui-group:hover .group-hover\:sui-bg-neutral-background-strong\/70{background-color:rgb(var(--color-neutral-background-strong-rgb) / .7)!important}.data-\[disabled\]\:sui-pointer-events-none[data-disabled]{pointer-events:none!important}.data-\[orientation\=horizontal\]\:sui-bottom-0\.5[data-orientation=horizontal]{bottom:.25rem!important}.data-\[orientation\=vertical\]\:sui-right-0\.5[data-orientation=vertical]{right:.25rem!important}.data-\[orientation\=horizontal\]\:sui-h-\[8px\][data-orientation=horizontal]{height:8px!important}.data-\[orientation\=vertical\]\:sui-w-\[8px\][data-orientation=vertical]{width:8px!important}.data-\[state\=open\]\:sui-rotate-180[data-state=open]{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[orientation\=horizontal\]\:sui-flex-col[data-orientation=horizontal]{flex-direction:column!important}.data-\[state\=open\]\:sui-border-action-background[data-state=open]{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-border-opacity, 1))!important}.data-\[state\=open\]\:sui-border-action-border-hover[data-state=open]{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))!important}.data-\[state\=open\]\:sui-border-neutral-border[data-state=open]{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))!important}.data-\[active\]\:sui-bg-accent-background[data-active]{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-accent-background-rgb) / var(--tw-bg-opacity, 1))!important}.data-\[selected\=true\]\:sui-bg-action-background-weak[data-selected=true]{--tw-bg-opacity: 1 !important;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))!important}.data-\[selected\=true\]\:sui-bg-action-background-weak-hover[data-selected=true]{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-weak-hover-rgb) / var(--tw-bg-opacity, 1))!important}.data-\[state\=on\]\:sui-bg-action-background[data-state=on]{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-bg-opacity, 1))!important}.data-\[state\=open\]\:sui-bg-neutral-background-medium[data-state=open]{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))!important}.data-\[state\=open\]\:sui-bg-transparent[data-state=open]{background-color:transparent!important}.data-\[active\]\:sui-fill-white[data-active]{fill:#fff!important}.data-\[active\]\:sui-text-white[data-active],.data-\[state\=on\]\:sui-text-white[data-state=on]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.data-\[state\=open\]\:sui-text-\[initial\][data-state=open]{color:initial!important}.data-\[disabled\]\:sui-opacity-50[data-disabled]{opacity:.5!important}.hover\:data-\[disabled\=true\]\:sui-bg-transparent[data-disabled=true]:hover{background-color:transparent!important}.sui-group[data-complete=true] .group-data-\[complete\=true\]\:sui-block{display:block!important}.sui-group[data-complete=true] .group-data-\[complete\=true\]\:sui-hidden{display:none!important}.sui-group[data-state=open] .group-data-\[state\=open\]\:-sui-rotate-90{--tw-rotate: -90deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-group[data-state=open] .group-data-\[state\=open\]\:sui-rotate-180{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sui-group[data-active=true] .group-data-\[active\=true\]\:sui-bg-admin-action-icon{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-bg-opacity, 1))!important}.sui-group[data-active=true] .group-data-\[active\=true\]\:sui-bg-white,.sui-group[data-active] .group-data-\[active\]\:sui-bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.sui-group[data-complete=true] .group-data-\[complete\=true\]\:sui-bg-admin-action-icon{--tw-bg-opacity: 1 !important;background-color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-bg-opacity, 1))!important}.sui-group[data-active=true] .group-data-\[active\=true\]\:sui-text-action-text,.sui-group[data-active] .group-data-\[active\]\:sui-text-action-text{--tw-text-opacity: 1 !important;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))!important}@media (min-width: 500px){.t\:sui-block{display:block!important}.t\:sui-flex-row{flex-direction:row!important}.t\:sui-justify-end{justify-content:flex-end!important}.t\:sui-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}}@media (min-width: 640px){.sm\:sui-grid{display:grid!important}.sm\:sui-h-\[48px\]{height:48px!important}.sm\:sui-h-\[calc\(100dvh-140px\)\]{height:calc(100dvh - 140px)!important}.sm\:sui-w-\[48px\]{width:48px!important}.sm\:sui-max-w-\[130px\]{max-width:130px!important}.sm\:sui-max-w-\[calc\(100vw-250px\)\]{max-width:calc(100vw - 250px)!important}.sm\:sui-overflow-visible{overflow:visible!important}.sm\:sui-px-4{padding-left:2rem!important;padding-right:2rem!important}.sm\:sui-py-4{padding-top:2rem!important;padding-bottom:2rem!important}}@media (min-width: 768px){.md\:sui-mx-auto{margin-left:auto!important;margin-right:auto!important}.md\:sui-mb-0{margin-bottom:0!important}.md\:sui-flex{display:flex!important}.md\:sui-w-\[35\%\]{width:35%!important}.md\:sui-w-\[60\%\]{width:60%!important}.md\:sui-min-w-\[20\%\]{min-width:20%!important}.md\:sui-min-w-\[50\%\]{min-width:50%!important}.md\:sui-max-w-\[200px\]{max-width:200px!important}.md\:sui-overflow-visible{overflow:visible!important}.md\:sui-p-4{padding:2rem!important}.md\:sui-px-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.md\:sui-pt-2{padding-top:1rem!important}}@media (min-width: 1000px){.min-\[1000px\]\:sui-w-full{width:100%!important}}@media (min-width: 1024px){.lg\:sui-left-6{left:3rem!important}.lg\:sui-h-4{height:2rem!important}.lg\:sui-w-4{width:2rem!important}.lg\:sui-max-w-\[initial\]{max-width:initial!important}.lg\:sui-px-4{padding-left:2rem!important;padding-right:2rem!important}.lg\:sui-py-2{padding-top:1rem!important;padding-bottom:1rem!important}.lg\:sui-py-\[12px\]{padding-top:12px!important;padding-bottom:12px!important}.d\:sui-static{position:static!important}.d\:sui-col-start-2{grid-column-start:2!important}.d\:sui-flex{display:flex!important}.d\:sui-hidden{display:none!important}.d\:sui-h-\[calc\(100dvh-140px\)\]{height:calc(100dvh - 140px)!important}.d\:sui-h-full{height:100%!important}.d\:sui-w-\[40\%\]{width:40%!important}.d\:sui-w-\[60\%\]{width:60%!important}.d\:sui-max-w-\[350px\]{max-width:350px!important}.d\:sui-flex-1{flex:1 1 0%!important}.d\:-sui-translate-x-0{--tw-translate-x: -0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.d\:sui-translate-x-0{--tw-translate-x: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.d\:sui-flex-row{flex-direction:row!important}.d\:sui-justify-end{justify-content:flex-end!important}.d\:sui-overflow-y-auto{overflow-y:auto!important}.d\:sui-rounded-2xl{border-radius:1rem!important}.d\:sui-px-4{padding-left:2rem!important;padding-right:2rem!important}.d\:sui-shadow-1{--tw-shadow: .267px 1.982px 7px 0px rgba(0, 0, 0, .14), .135px 1.003px 3.052px 0px rgba(0, 0, 0, .04), .053px .396px 1.138px 0px rgba(0, 0, 0, .05), .012px 0px .405px 0px rgba(0, 0, 0, .02) !important;--tw-shadow-colored: .267px 1.982px 7px 0px var(--tw-shadow-color), .135px 1.003px 3.052px 0px var(--tw-shadow-color), .053px .396px 1.138px 0px var(--tw-shadow-color), .012px 0px .405px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.d\:sui-shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}}.\[\&\:has\(\[role\=checkbox\]\)\]\:sui-pr-0:has([role=checkbox]){padding-right:0!important}.\[\&\>label\]\:sui-top-\[7px\]>label{top:7px!important}.\[\&\>p\]\:sui-overflow-hidden>p{overflow:hidden!important}.\[\&\>p\]\:sui-text-ellipsis>p{text-overflow:ellipsis!important}.\[\&\>p\]\:sui-whitespace-nowrap>p{white-space:nowrap!important}.\[\&\>svg\]\:sui-w-\[16px\]>svg{width:16px!important}.\[\&\>tr\]\:last\:sui-border-b-0:last-child>tr{border-bottom-width:0px!important}.\[\&\[data-state\=open\]_\.sui-icon-rotate\]\:sui-rotate-180[data-state=open] .sui-icon-rotate{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&_\[cmdk-group-heading\]\]\:sui-px-2 [cmdk-group-heading]{padding-left:1rem!important;padding-right:1rem!important}.\[\&_\[cmdk-group-heading\]\]\:sui-py-\[2px\] [cmdk-group-heading]{padding-top:2px!important;padding-bottom:2px!important}.\[\&_\[cmdk-group-heading\]\]\:sui-font-bold [cmdk-group-heading]{font-weight:700!important}.\[\&_\[cmdk-group-heading\]\]\:sui-text-gray-50 [cmdk-group-heading]{--tw-text-opacity: 1 !important;color:rgb(128 128 128 / var(--tw-text-opacity, 1))!important}.\[\&_\[cmdk-group-heading\]\]\:sui-caption [cmdk-group-heading]{font-size:.8125rem!important;line-height:1rem!important}@media (min-width: 500px){.\[\&_\[cmdk-group-heading\]\]\:sui-caption [cmdk-group-heading]{font-size:.75rem!important}}.\[\&_input\]\:sui-pl-4 input{padding-left:2rem!important}.\[\&_path\]\:sui-fill-action-icon path{fill:rgb(var(--color-admin-action-icon-rgb) / 1)!important}.\[\&_svg\]\:\[fill\:var\(--sui-colors-gray-30\)\] svg{fill:var(--sui-colors-gray-30)!important}.\[\&_svg\]\:\[translate\:80px_0\] svg{translate:80px 0!important}.\[\&_td\]\:sui-px-4 td,.\[\&_th\]\:sui-px-4 th{padding-left:2rem!important;padding-right:2rem!important}.\[\&_tr\:last-child\]\:sui-border-0 tr:last-child{border-width:0px!important}.\[\&_tr\]\:sui-border-b tr{border-bottom-width:1px!important}.\[\&_tr\]\:sui-border-solid tr{border-style:solid!important}.\[\&_tr\]\:sui-border-neutral-border tr{--tw-border-opacity: 1 !important;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))!important}@media ((min-height:762px) and (min-width:1024px)){.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-h-\[80px\]{height:80px!important}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-min-h-\[80px\]{min-height:80px!important}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-min-w-\[80px\]{min-width:80px!important}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-flex-col{flex-direction:column!important}.\[\@media_\(\(min-height\:762px\)_and_\(min-width\:1024px\)\)\]\:sui-px-2{padding-left:1rem!important;padding-right:1rem!important}}@media ((min-height:908px) and (min-width:1024px)){.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-h-\[128px\]{height:128px!important}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-min-h-\[128px\]{min-height:128px!important}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-w-\[128px\]{width:128px!important}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-min-w-\[128px\]{min-width:128px!important}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-center{text-align:center!important}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-xl{font-size:29px!important}@media (min-width: 640px){.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-xl{font-size:48px!important}}.\[\@media_\(\(min-height\:908px\)_and_\(min-width\:1024px\)\)\]\:sui-text-display-xl{font-family:Magno Sans,sans-serif!important;font-weight:800!important;letter-spacing:.01em!important;line-height:100%!important}}@media ((min-width:640px) and (min-height:636px)){.\[\@media_\(\(min-width\:640px\)_and_\(min-height\:636px\)\)\]\:sui-pointer-events-none{pointer-events:none!important}.\[\@media_\(\(min-width\:640px\)_and_\(min-height\:636px\)\)\]\:sui-flex{display:flex!important}.\[\@media_\(\(min-width\:640px\)_and_\(min-height\:636px\)\)\]\:sui-grid{display:grid!important}.\[\@media_\(\(min-width\:640px\)_and_\(min-height\:636px\)\)\]\:sui-hidden{display:none!important}}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.snap-ui-datepicker-wrapper .react-datepicker-popper{border:1px solid var(--sui-colors-gray-90);border-radius:6px}.snap-ui-datepicker-wrapper .react-datepicker__triangle{display:none}.snap-ui-datepicker-wrapper .react-datepicker__current-month{margin-bottom:1rem}.snap-ui-datepicker-wrapper .react-datepicker{border:0!important;font-family:inherit}.snap-ui-datepicker-wrapper .react-datepicker__header{border:0;background-color:#fff}.snap-ui-datepicker-wrapper .react-datepicker__day-name{font-size:.75rem;color:#718096;width:32px}.snap-ui-datepicker-wrapper .react-datepicker__day--selected{border-radius:50%!important;background-color:var(--sui-colors-action-background)!important;color:#fff!important;font-weight:400}.snap-ui-datepicker-wrapper .react-datepicker__current-month{font-weight:700;margin:0}.snap-ui-datepicker-wrapper .react-datepicker__day{width:32px;height:32px;font-size:.875rem;border-radius:50%;line-height:32px}.snap-ui-datepicker-wrapper .react-datepicker__day:hover{background-color:var(--sui-colors-gray-95)}.snap-ui-datepicker-wrapper .react-datepicker__month{margin:0}.snap-ui-datepicker-wrapper .react-datepicker__header--custom{padding-bottom:.25rem}.snap-ui-datepicker-wrapper .react-datepicker__header--custom button{border:0;background-color:transparent;cursor:pointer}.snap-ui-datepicker-wrapper .react-datepicker__day--outside-month{opacity:0;pointer-events:none}.fade-left{background:linear-gradient(to right,white,var(--sui-colors-blue-2));opacity:.5}.fade-right{background:linear-gradient(to left,white,var(--sui-colors-blue-2));opacity:.5}.react-datepicker__day{width:40px!important;height:40px!important;margin:0!important;line-height:40px!important}.react-datepicker__day:hover{border-radius:50%}.react-datepicker__day-name{width:40px!important;height:40px!important;line-height:40px!important;margin:0!important}[data-testid=tabs-component__tab-list] button[data-state=active]{color:var(--sui-colors-action-text)!important;box-shadow:inset 0 -2px!important}.TooltipContent{animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.TooltipContent[data-side=top]{animation-name:slideUp}.TooltipContent[data-side=bottom]{animation-name:slideDown}.TooltipContent[data-side=left]{animation-name:slideLeft}.TooltipContent[data-side=right]{animation-name:slideRight}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sui-react-select__menu-portal{z-index:2000!important}.sui-react-select__indicator{padding:0!important}.sui-react-select__indicators{display:flex;align-items:center;gap:8px}.sui-react-select__clear-indicator{cursor:pointer;padding:8px}.sui-react-select__clear-indicator:hover{color:var(--sui-colors-negative-text)}.sui-react-select__indicator-separator{display:none}.sui-react-select__group .sui-react-select__group-heading{--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.sui-react-select__group .sui-react-select__group-heading{padding-top:.25rem;padding-bottom:.25rem}.sui-react-select__group .sui-react-select__group-heading{font-weight:600}.sui-react-select__group .sui-react-select__group-heading{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.sui-react-select__group .sui-react-select__option{padding-left:1.5rem}.rich-text-editor__container .tox-editor-header{border-bottom:1px solid var(--sui-colors-neutral-border)!important;box-shadow:none!important;padding:0!important}.rich-text-editor__container .tox-tinymce{border:1px solid var(--sui-colors-neutral-border)!important;border-radius:5px!important}.rich-text-editor__container .tox-tinymce.error{border-color:var(--sui-colors-red)!important}.rich-text-editor__container .tox-toolbar__group{padding-top:4px!important;padding-bottom:4px!important}.rich-text-editor__container .tox-toolbar__group{border-right:1px solid var(--sui-colors-neutral-border)!important}.rich-text-editor__container .tox-toolbar{background-image:none!important}:root{--color-orange-1: #fff7ed;--color-orange-1-rgb: 255 247 237;--color-orange-2: #ffedd4;--color-orange-2-rgb: 255 237 212;--color-orange-3: #ffd6a8;--color-orange-3-rgb: 255 214 168;--color-orange-4: #ffb86a;--color-orange-4-rgb: 255 184 106;--color-orange-5: #f8944c;--color-orange-5-rgb: 248 148 76;--color-orange-6: #ff8025;--color-orange-6-rgb: 255 128 37;--color-orange-7-blaze: #fa6700;--color-orange-7-blaze-rgb: 250 103 0;--color-orange-8: #f54900;--color-orange-8-rgb: 245 73 0;--color-orange-9: #ca3500;--color-orange-9-rgb: 202 53 0;--color-orange-10: #9f2d00;--color-orange-10-rgb: 159 45 0;--color-orange-11: #7e2a0c;--color-orange-11-rgb: 126 42 12;--color-orange-12: #311402;--color-orange-12-rgb: 49 20 2;--color-blue-1: #eff6ff;--color-blue-1-rgb: 239 246 255;--color-blue-2: #dbeafe;--color-blue-2-rgb: 219 234 254;--color-blue-3: #bedbff;--color-blue-3-rgb: 190 219 255;--color-blue-4: #8ec5ff;--color-blue-4-rgb: 142 197 255;--color-blue-5: #51a2ff;--color-blue-5-rgb: 81 162 255;--color-blue-6: #2b7fff;--color-blue-6-rgb: 43 127 255;--color-blue-7: #155dfc;--color-blue-7-rgb: 21 93 252;--color-blue-8-wave: #1447e6;--color-blue-8-wave-rgb: 20 71 230;--color-blue-9: #193cb8;--color-blue-9-rgb: 25 60 184;--color-blue-10: #1c398e;--color-blue-10-rgb: 28 57 142;--color-blue-11: #132767;--color-blue-11-rgb: 19 39 103;--color-blue-12: #002d70;--color-blue-12-rgb: 0 45 112;--color-blue-13: #001f4d;--color-blue-13-rgb: 0 31 77;--color-gray-1-ice: #f9fafb;--color-gray-1-ice-rgb: 249 250 251;--color-gray-2: #f3f4f6;--color-gray-2-rgb: 243 244 246;--color-gray-3: #e5e7eb;--color-gray-3-rgb: 229 231 235;--color-gray-4: #d1d5dc;--color-gray-4-rgb: 209 213 220;--color-gray-5: #99a1af;--color-gray-5-rgb: 153 161 175;--color-gray-6: #6a7282;--color-gray-6-rgb: 106 114 130;--color-gray-7: #4a5565;--color-gray-7-rgb: 74 85 101;--color-gray-8: #364153;--color-gray-8-rgb: 54 65 83;--color-gray-9: #1e2939;--color-gray-9-rgb: 30 41 57;--color-gray-10-slate: #101828;--color-gray-10-slate-rgb: 16 24 40;--color-gray-11: #0a1429;--color-gray-11-rgb: 10 20 41;--color-gray-12: #050c1a;--color-gray-12-rgb: 5 12 26;--color-white: #ffffff;--color-white-rgb: 255 255 255;--color-black: #000000;--color-black-rgb: 0 0 0;--color-red-1: #ffeeed;--color-red-1-rgb: 255 238 237;--color-red-2: #fdd7d3;--color-red-2-rgb: 253 215 211;--color-red-3: #ffbab4;--color-red-3-rgb: 255 186 180;--color-red-4: #ff9187;--color-red-4-rgb: 255 145 135;--color-red-5: #ff6355;--color-red-5-rgb: 255 99 85;--color-red-6: #ff3838;--color-red-6-rgb: 255 56 56;--color-red-7: #ff0404;--color-red-7-rgb: 255 4 4;--color-red-8: #e60707;--color-red-8-rgb: 230 7 7;--color-red-9: #cf0f0f;--color-red-9-rgb: 207 15 15;--color-red-10: #b40101;--color-red-10-rgb: 180 1 1;--color-red-11: #8f0202;--color-red-11-rgb: 143 2 2;--color-red-12: #4d0900;--color-red-12-rgb: 77 9 0;--color-green-1: #f7fee7;--color-green-1-rgb: 247 254 231;--color-green-2: #ecfcca;--color-green-2-rgb: 236 252 202;--color-green-3: #d8f999;--color-green-3-rgb: 216 249 153;--color-green-4-ace: #bbf451;--color-green-4-ace-rgb: 187 244 81;--color-green-5: #9ae600;--color-green-5-rgb: 154 230 0;--color-green-6: #7ccf00;--color-green-6-rgb: 124 207 0;--color-green-7: #5c9f03;--color-green-7-rgb: 92 159 3;--color-green-8: #477502;--color-green-8-rgb: 71 117 2;--color-green-9: #3c6300;--color-green-9-rgb: 60 99 0;--color-green-10: #264400;--color-green-10-rgb: 38 68 0;--color-green-11: #22330c;--color-green-11-rgb: 34 51 12;--color-green-12: #1b3d00;--color-green-12-rgb: 27 61 0;--color-yellow-1: #fffdec;--color-yellow-1-rgb: 255 253 236;--color-yellow-2: #fff9c2;--color-yellow-2-rgb: 255 249 194;--color-yellow-3: #fff498;--color-yellow-3-rgb: 255 244 152;--color-yellow-4: #fff06e;--color-yellow-4-rgb: 255 240 110;--color-yellow-5: #ffec44;--color-yellow-5-rgb: 255 236 68;--color-yellow-6: #efdd41;--color-yellow-6-rgb: 239 221 65;--color-yellow-7: #bbab20;--color-yellow-7-rgb: 187 171 32;--color-yellow-8: #9e8f0b;--color-yellow-8-rgb: 158 143 11;--color-yellow-9: #776c08;--color-yellow-9-rgb: 119 108 8;--color-yellow-10: #554d02;--color-yellow-10-rgb: 85 77 2;--color-yellow-11: #2f2b01;--color-yellow-11-rgb: 47 43 1;--color-yellow-12: #1f1c00;--color-yellow-12-rgb: 31 28 0;--color-logo-blaze: #ff6900;--color-logo-blaze-rgb: 255 105 0;--color-admin-action-background: var(--color-blue-8-wave);--color-admin-action-background-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-background-hover: var(--color-blue-10);--color-admin-action-background-hover-rgb: var(--color-blue-10-rgb);--color-admin-action-background-pressed: var(--color-blue-11);--color-admin-action-background-pressed-rgb: var(--color-blue-11-rgb);--color-admin-action-border: var(--color-blue-8-wave);--color-admin-action-border-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-border-hover: var(--color-blue-9);--color-admin-action-border-hover-rgb: var(--color-blue-9-rgb);--color-admin-action-border-pressed: var(--color-blue-10);--color-admin-action-border-pressed-rgb: var(--color-blue-10-rgb);--color-admin-action-border-weak: var(--color-blue-5);--color-admin-action-border-weak-rgb: var(--color-blue-5-rgb);--color-admin-action-text: var(--color-blue-8-wave);--color-admin-action-text-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-text-hover: var(--color-blue-9);--color-admin-action-text-hover-rgb: var(--color-blue-9-rgb);--color-admin-action-text-pressed: var(--color-blue-11);--color-admin-action-text-pressed-rgb: var(--color-blue-11-rgb);--color-admin-action-background-weak-hover: var(--color-blue-1);--color-admin-action-background-weak-hover-rgb: var(--color-blue-1-rgb);--color-admin-action-background-weak-pressed: var(--color-blue-2);--color-admin-action-background-weak-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-icon: var(--color-blue-8-wave);--color-admin-action-icon-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-icon-hover: var(--color-blue-9);--color-admin-action-icon-hover-rgb: var(--color-blue-9-rgb);--color-admin-action-icon-pressed: var(--color-blue-11);--color-admin-action-icon-pressed-rgb: var(--color-blue-11-rgb);--color-admin-action-text-inverse: var(--color-white);--color-admin-action-text-inverse-rgb: var(--color-white-rgb);--color-admin-action-icon-inverse: var(--color-white);--color-admin-action-icon-inverse-rgb: var(--color-white-rgb);--color-consumer-action-background: var(--color-orange-7-blaze);--color-consumer-action-background-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-background-hover: var(--color-orange-8);--color-consumer-action-background-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-background-pressed: var(--color-orange-9);--color-consumer-action-background-pressed-rgb: var(--color-orange-9-rgb);--color-consumer-action-border: var(--color-orange-7-blaze);--color-consumer-action-border-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-border-hover: var(--color-orange-8);--color-consumer-action-border-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-border-pressed: var(--color-orange-9);--color-consumer-action-border-pressed-rgb: var(--color-orange-9-rgb);--color-consumer-action-border-weak: var(--color-orange-5);--color-consumer-action-border-weak-rgb: var(--color-orange-5-rgb);--color-consumer-action-text: var(--color-orange-7-blaze);--color-consumer-action-text-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-text-hover: var(--color-orange-8);--color-consumer-action-text-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-text-pressed: var(--color-orange-9);--color-consumer-action-text-pressed-rgb: var(--color-orange-9-rgb);--color-consumer-action-background-weak-hover: var(--color-orange-1);--color-consumer-action-background-weak-hover-rgb: var(--color-orange-1-rgb);--color-consumer-action-background-weak-pressed: var(--color-orange-2);--color-consumer-action-background-weak-pressed-rgb: var( --color-orange-2-rgb );--color-consumer-action-icon: var(--color-orange-7-blaze);--color-consumer-action-icon-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-icon-hover: var(--color-orange-8);--color-consumer-action-icon-hover-rgb: var(--color-orange-8-rgb);--color-consumer-action-icon-pressed: var(--color-orange-9);--color-consumer-action-icon-pressed-rgb: var(--color-orange-9-rgb);--color-neutral-border: var(--color-gray-4);--color-neutral-border-rgb: var(--color-gray-4-rgb);--color-neutral-border-disabled: var(--color-gray-5);--color-neutral-border-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-border-medium: var(--color-gray-5);--color-neutral-border-medium-rgb: var(--color-gray-5-rgb);--color-neutral-background: var(--color-white);--color-neutral-background-rgb: var(--color-white-rgb);--color-neutral-background-weak: var(--color-gray-1-ice);--color-neutral-background-weak-rgb: var(--color-gray-1-ice-rgb);--color-neutral-background-medium: var(--color-gray-2);--color-neutral-background-medium-rgb: var(--color-gray-2-rgb);--color-neutral-background-strong: var(--color-gray-3);--color-neutral-background-strong-rgb: var(--color-gray-3-rgb);--color-neutral-background-strongest: var(--color-gray-6);--color-neutral-background-strongest-rgb: var(--color-gray-6-rgb);--color-neutral-background-inverse: var(--color-gray-9);--color-neutral-background-inverse-rgb: var(--color-gray-9-rgb);--color-neutral-background-weak-disabled: var(--color-gray-2);--color-neutral-background-weak-disabled-rgb: var(--color-gray-2-rgb);--color-neutral-text: var(--color-gray-10-slate);--color-neutral-text-rgb: var(--color-gray-10-slate-rgb);--color-neutral-text-medium: var(--color-gray-7);--color-neutral-text-medium-rgb: var(--color-gray-7-rgb);--color-neutral-text-weak: var(--color-gray-5);--color-neutral-text-weak-rgb: var(--color-gray-5-rgb);--color-neutral-text-disabled: var(--color-gray-5);--color-neutral-text-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-icon: var(--color-gray-10-slate);--color-neutral-icon-rgb: var(--color-gray-10-slate-rgb);--color-neutral-icon-medium: var(--color-gray-7);--color-neutral-icon-medium-rgb: var(--color-gray-7-rgb);--color-neutral-icon-weak: var(--color-gray-5);--color-neutral-icon-weak-rgb: var(--color-gray-5-rgb);--color-neutral-icon-disabled: var(--color-gray-5);--color-neutral-icon-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-background-disabled: var(--color-gray-3);--color-neutral-background-disabled-rgb: var(--color-gray-3-rgb);--color-neutral-text-inverse: var(--color-white);--color-neutral-text-inverse-rgb: var(--color-white-rgb);--color-neutral-icon-inverse: var(--color-white);--color-neutral-icon-inverse-rgb: var(--color-white-rgb);--color-negative-background-weak: var(--color-red-2);--color-negative-background-weak-rgb: var(--color-red-2-rgb);--color-negative-background-weak-hover: var(--color-red-1);--color-negative-background-weak-hover-rgb: var(--color-red-1-rgb);--color-negative-background-weak-pressed: var(--color-red-2);--color-negative-background-weak-pressed-rgb: var(--color-red-2-rgb);--color-negative-background: var(--color-red-8);--color-negative-background-rgb: var(--color-red-8-rgb);--color-negative-background-hover: var(--color-red-9);--color-negative-background-hover-rgb: var(--color-red-9-rgb);--color-negative-background-pressed: var(--color-red-10);--color-negative-background-pressed-rgb: var(--color-red-10-rgb);--color-negative-text: var(--color-red-8);--color-negative-text-rgb: var(--color-red-8-rgb);--color-negative-text-hover: var(--color-red-9);--color-negative-text-hover-rgb: var(--color-red-9-rgb);--color-negative-text-pressed: var(--color-red-10);--color-negative-text-pressed-rgb: var(--color-red-10-rgb);--color-negative-icon: var(--color-red-8);--color-negative-icon-rgb: var(--color-red-8-rgb);--color-negative-icon-hover: var(--color-red-9);--color-negative-icon-hover-rgb: var(--color-red-9-rgb);--color-negative-icon-pressed: var(--color-red-10);--color-negative-icon-pressed-rgb: var(--color-red-10-rgb);--color-negative-border: var(--color-red-8);--color-negative-border-rgb: var(--color-red-8-rgb);--color-negative-border-hover: var(--color-red-9);--color-negative-border-hover-rgb: var(--color-red-9-rgb);--color-negative-border-pressed: var(--color-red-10);--color-negative-border-pressed-rgb: var(--color-red-10-rgb);--color-positive-background-weak: var(--color-green-4-ace);--color-positive-background-weak-rgb: var(--color-green-4-ace-rgb);--color-positive-background-weak-hover: var(--color-green-1);--color-positive-background-weak-hover-rgb: var(--color-green-1-rgb);--color-positive-background-weak-pressed: var(--color-green-2);--color-positive-background-weak-pressed-rgb: var(--color-green-2-rgb);--color-positive-background: var(--color-green-4-ace);--color-positive-background-rgb: var(--color-green-4-ace-rgb);--color-positive-background-hover: var(--color-green-9);--color-positive-background-hover-rgb: var(--color-green-9-rgb);--color-positive-background-pressed: var(--color-green-10);--color-positive-background-pressed-rgb: var(--color-green-10-rgb);--color-positive-text: var(--color-green-9);--color-positive-text-rgb: var(--color-green-9-rgb);--color-positive-text-hover: var(--color-green-10);--color-positive-text-hover-rgb: var(--color-green-10-rgb);--color-positive-text-pressed: var(--color-green-11);--color-positive-text-pressed-rgb: var(--color-green-11-rgb);--color-positive-icon: var(--color-green-9);--color-positive-icon-rgb: var(--color-green-9-rgb);--color-positive-icon-hover: var(--color-green-10);--color-positive-icon-hover-rgb: var(--color-green-10-rgb);--color-positive-icon-pressed: var(--color-green-11);--color-positive-icon-pressed-rgb: var(--color-green-11-rgb);--color-positive-border: var(--color-green-9);--color-positive-border-rgb: var(--color-green-9-rgb);--color-positive-border-hover: var(--color-green-10);--color-positive-border-hover-rgb: var(--color-green-10-rgb);--color-positive-border-pressed: var(--color-green-11);--color-positive-border-pressed-rgb: var(--color-green-11-rgb);--color-info-background: var(--color-blue-5);--color-info-background-rgb: var(--color-blue-5-rgb);--color-info-background-weak: var(--color-blue-2);--color-info-background-weak-rgb: var(--color-blue-2-rgb);--color-info-background-medium: var(--color-blue-4);--color-info-background-medium-rgb: var(--color-blue-4-rgb);--color-info-border: var(--color-blue-8-wave);--color-info-border-rgb: var(--color-blue-8-wave-rgb);--color-info-text: var(--color-blue-8-wave);--color-info-text-rgb: var(--color-blue-8-wave-rgb);--color-info-icon: var(--color-blue-8-wave);--color-info-icon-rgb: var(--color-blue-8-wave-rgb);--color-caution-background: var(--color-yellow-2);--color-caution-background-rgb: var(--color-yellow-2-rgb);--color-caution-border: var(--color-yellow-3);--color-caution-border-rgb: var(--color-yellow-3-rgb);--color-caution-icon: var(--color-yellow-8);--color-caution-icon-rgb: var(--color-yellow-8-rgb);--color-caution-text: var(--color-yellow-8);--color-caution-text-rgb: var(--color-yellow-8-rgb);--color-accent-background: var(--color-orange-7-blaze);--color-accent-background-rgb: var(--color-orange-7-blaze-rgb);--color-accent-background-weak: var(--color-orange-1);--color-accent-background-weak-rgb: var(--color-orange-1-rgb);--color-accent-border-weak: var(--color-orange-4);--color-accent-border-weak-rgb: var(--color-orange-4-rgb);--color-accent-background-medium: var(--color-orange-3);--color-accent-background-medium-rgb: var(--color-orange-3-rgb);--color-accent-text-medium: var(--color-orange-10);--color-accent-text-medium-rgb: var(--color-orange-10-rgb);--color-live-background: var(--color-red-6);--color-live-background-rgb: var(--color-red-6-rgb);--color-live-text: var(--color-white);--color-live-text-rgb: var(--color-white-rgb);--color-brand-background: var(--color-blue-10);--color-brand-background-rgb: var(--color-blue-10-rgb);--color-brand-background-strong: var(--color-blue-13);--color-brand-background-strong-rgb: var(--color-blue-13-rgb);--color-secondary-button-background: var(--color-white);--color-secondary-button-background-rgb: var(--color-white-rgb)}.dark{--color-admin-action-background: var(--color-blue-8-wave);--color-admin-action-background-rgb: var(--color-blue-8-wave-rgb);--color-admin-action-background-hover: var(--color-blue-7);--color-admin-action-background-hover-rgb: var(--color-blue-7-rgb);--color-admin-action-background-pressed: var(--color-blue-6);--color-admin-action-background-pressed-rgb: var(--color-blue-6-rgb);--color-admin-action-border: var(--color-blue-4);--color-admin-action-border-rgb: var(--color-blue-4-rgb);--color-admin-action-border-hover: var(--color-blue-3);--color-admin-action-border-hover-rgb: var(--color-blue-3-rgb);--color-admin-action-border-pressed: var(--color-blue-2);--color-admin-action-border-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-border-weak: var(--color-blue-4);--color-admin-action-border-weak-rgb: var(--color-blue-4-rgb);--color-admin-action-text: var(--color-blue-4);--color-admin-action-text-rgb: var(--color-blue-4-rgb);--color-admin-action-text-hover: var(--color-blue-3);--color-admin-action-text-hover-rgb: var(--color-blue-3-rgb);--color-admin-action-text-pressed: var(--color-blue-2);--color-admin-action-text-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-background-weak-hover: var(--color-blue-10);--color-admin-action-background-weak-hover-rgb: var(--color-blue-10-rgb);--color-admin-action-background-weak-pressed: var(--color-blue-9);--color-admin-action-background-weak-pressed-rgb: var(--color-blue-9-rgb);--color-admin-action-icon: var(--color-blue-4);--color-admin-action-icon-rgb: var(--color-blue-4-rgb);--color-admin-action-icon-hover: var(--color-blue-3);--color-admin-action-icon-hover-rgb: var(--color-blue-3-rgb);--color-admin-action-icon-pressed: var(--color-blue-2);--color-admin-action-icon-pressed-rgb: var(--color-blue-2-rgb);--color-admin-action-text-inverse: var(--color-white);--color-admin-action-text-inverse-rgb: var(--color-white-rgb);--color-admin-action-icon-inverse: var(--color-white);--color-admin-action-icon-inverse-rgb: var(--color-white-rgb);--color-consumer-action-background: var(--color-orange-7-blaze);--color-consumer-action-background-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-background-hover: var(--color-orange-6);--color-consumer-action-background-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-background-pressed: var(--color-orange-5);--color-consumer-action-background-pressed-rgb: var(--color-orange-5-rgb);--color-consumer-action-border: var(--color-orange-7-blaze);--color-consumer-action-border-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-border-hover: var(--color-orange-6);--color-consumer-action-border-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-border-pressed: var(--color-orange-5);--color-consumer-action-border-pressed-rgb: var(--color-orange-5-rgb);--color-consumer-action-border-weak: var(--color-orange-5);--color-consumer-action-border-weak-rgb: var(--color-orange-5-rgb);--color-consumer-action-text: var(--color-orange-7-blaze);--color-consumer-action-text-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-text-hover: var(--color-orange-6);--color-consumer-action-text-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-text-pressed: var(--color-orange-5);--color-consumer-action-text-pressed-rgb: var(--color-orange-5-rgb);--color-consumer-action-background-weak-hover: var(--color-orange-10);--color-consumer-action-background-weak-hover-rgb: var(--color-orange-10-rgb);--color-consumer-action-background-weak-pressed: var(--color-orange-9);--color-consumer-action-background-weak-pressed-rgb: var( --color-orange-9-rgb );--color-consumer-action-icon: var(--color-orange-7-blaze);--color-consumer-action-icon-rgb: var(--color-orange-7-blaze-rgb);--color-consumer-action-icon-hover: var(--color-orange-6);--color-consumer-action-icon-hover-rgb: var(--color-orange-6-rgb);--color-consumer-action-icon-pressed: var(--color-orange-5);--color-consumer-action-icon-pressed-rgb: var(--color-orange-5-rgb);--color-neutral-border: var(--color-gray-6);--color-neutral-border-rgb: var(--color-gray-6-rgb);--color-neutral-border-disabled: var(--color-gray-5);--color-neutral-border-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-border-medium: var(--color-gray-5);--color-neutral-border-medium-rgb: var(--color-gray-5-rgb);--color-neutral-background: var(--color-black);--color-neutral-background-rgb: var(--color-black-rgb);--color-neutral-background-weak: var(--color-gray-10-slate);--color-neutral-background-weak-rgb: var(--color-gray-10-slate-rgb);--color-neutral-background-medium: var(--color-gray-9);--color-neutral-background-medium-rgb: var(--color-gray-9-rgb);--color-neutral-background-strong: var(--color-gray-6);--color-neutral-background-strong-rgb: var(--color-gray-6-rgb);--color-neutral-background-strongest: var(--color-gray-6);--color-neutral-background-strongest-rgb: var(--color-gray-6-rgb);--color-neutral-background-inverse: var(--color-gray-1-ice);--color-neutral-background-inverse-rgb: var(--color-gray-1-ice-rgb);--color-neutral-background-weak-disabled: var(--color-gray-7);--color-neutral-background-weak-disabled-rgb: var(--color-gray-7-rgb);--color-neutral-text: var(--color-white);--color-neutral-text-rgb: var(--color-white-rgb);--color-neutral-text-medium: var(--color-gray-7);--color-neutral-text-medium-rgb: var(--color-gray-7-rgb);--color-neutral-text-weak: var(--color-gray-3);--color-neutral-text-weak-rgb: var(--color-gray-3-rgb);--color-neutral-text-disabled: var(--color-gray-5);--color-neutral-text-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-icon: var(--color-white);--color-neutral-icon-rgb: var(--color-white-rgb);--color-neutral-icon-medium: var(--color-gray-2);--color-neutral-icon-medium-rgb: var(--color-gray-2-rgb);--color-neutral-icon-weak: var(--color-gray-2);--color-neutral-icon-weak-rgb: var(--color-gray-2-rgb);--color-neutral-icon-disabled: var(--color-gray-5);--color-neutral-icon-disabled-rgb: var(--color-gray-5-rgb);--color-neutral-background-disabled: var(--color-gray-7);--color-neutral-background-disabled-rgb: var(--color-gray-7-rgb);--color-neutral-text-inverse: var(--color-black);--color-neutral-text-inverse-rgb: var(--color-black-rgb);--color-neutral-icon-inverse: var(--color-black);--color-neutral-icon-inverse-rgb: var(--color-black-rgb);--color-negative-background-weak: var(--color-red-9);--color-negative-background-weak-rgb: var(--color-red-9-rgb);--color-negative-background-weak-hover: var(--color-red-10);--color-negative-background-weak-hover-rgb: var(--color-red-10-rgb);--color-negative-background-weak-pressed: var(--color-red-9);--color-negative-background-weak-pressed-rgb: var(--color-red-9-rgb);--color-negative-background: var(--color-red-8);--color-negative-background-rgb: var(--color-red-8-rgb);--color-negative-background-hover: var(--color-red-3);--color-negative-background-hover-rgb: var(--color-red-3-rgb);--color-negative-background-pressed: var(--color-red-2);--color-negative-background-pressed-rgb: var(--color-red-2-rgb);--color-negative-text: var(--color-red-4);--color-negative-text-rgb: var(--color-red-4-rgb);--color-negative-text-hover: var(--color-red-3);--color-negative-text-hover-rgb: var(--color-red-3-rgb);--color-negative-text-pressed: var(--color-red-2);--color-negative-text-pressed-rgb: var(--color-red-2-rgb);--color-negative-icon: var(--color-red-4);--color-negative-icon-rgb: var(--color-red-4-rgb);--color-negative-icon-hover: var(--color-red-9);--color-negative-icon-hover-rgb: var(--color-red-9-rgb);--color-negative-icon-pressed: var(--color-red-10);--color-negative-icon-pressed-rgb: var(--color-red-10-rgb);--color-negative-border: var(--color-red-7);--color-negative-border-rgb: var(--color-red-7-rgb);--color-negative-border-hover: var(--color-red-9);--color-negative-border-hover-rgb: var(--color-red-9-rgb);--color-negative-border-pressed: var(--color-red-10);--color-negative-border-pressed-rgb: var(--color-red-10-rgb);--color-positive-background-weak: var(--color-green-9);--color-positive-background-weak-rgb: var(--color-green-9-rgb);--color-positive-background-weak-hover: var(--color-green-8);--color-positive-background-weak-hover-rgb: var(--color-green-8-rgb);--color-positive-background-weak-pressed: var(--color-green-7);--color-positive-background-weak-pressed-rgb: var(--color-green-7-rgb);--color-positive-background: var(--color-green-7);--color-positive-background-rgb: var(--color-green-7-rgb);--color-positive-background-hover: var(--color-green-9);--color-positive-background-hover-rgb: var(--color-green-9-rgb);--color-positive-background-pressed: var(--color-green-10);--color-positive-background-pressed-rgb: var(--color-green-10-rgb);--color-positive-text: var(--color-green-2);--color-positive-text-rgb: var(--color-green-2-rgb);--color-positive-text-hover: var(--color-green-9);--color-positive-text-hover-rgb: var(--color-green-9-rgb);--color-positive-text-pressed: var(--color-green-10);--color-positive-text-pressed-rgb: var(--color-green-10-rgb);--color-positive-icon: var(--color-green-2);--color-positive-icon-rgb: var(--color-green-2-rgb);--color-positive-icon-hover: var(--color-green-9);--color-positive-icon-hover-rgb: var(--color-green-9-rgb);--color-positive-icon-pressed: var(--color-green-10);--color-positive-icon-pressed-rgb: var(--color-green-10-rgb);--color-positive-border: var(--color-green-2);--color-positive-border-rgb: var(--color-green-2-rgb);--color-positive-border-hover: var(--color-green-9);--color-positive-border-hover-rgb: var(--color-green-9-rgb);--color-positive-border-pressed: var(--color-green-10);--color-positive-border-pressed-rgb: var(--color-green-10-rgb);--color-info-background: var(--color-blue-5);--color-info-background-rgb: var(--color-blue-5-rgb);--color-info-background-medium: var(--color-blue-4);--color-info-background-medium-rgb: var(--color-blue-4-rgb);--color-info-border: var(--color-blue-8-wave);--color-info-border-rgb: var(--color-blue-8-wave-rgb);--color-info-text: var(--color-blue-8-wave);--color-info-text-rgb: var(--color-blue-8-wave-rgb);--color-info-icon: var(--color-blue-8-wave);--color-info-icon-rgb: var(--color-blue-8-wave-rgb);--color-caution-background: var(--color-yellow-2);--color-caution-background-rgb: var(--color-yellow-2-rgb);--color-caution-border: var(--color-yellow-3);--color-caution-border-rgb: var(--color-yellow-3-rgb);--color-caution-icon: var(--color-yellow-6);--color-caution-icon-rgb: var(--color-yellow-6-rgb);--color-caution-text: var(--color-yellow-6);--color-caution-text-rgb: var(--color-yellow-6-rgb);--color-accent-background: var(--color-orange-7-blaze);--color-accent-background-rgb: var(--color-orange-7-blaze-rgb);--color-accent-background-weak: var(--color-orange-1);--color-accent-background-weak-rgb: var(--color-orange-1-rgb);--color-accent-border-weak: var(--color-orange-4);--color-accent-border-weak-rgb: var(--color-orange-4-rgb);--color-accent-background-medium: var(--color-orange-3);--color-accent-background-medium-rgb: var(--color-orange-3-rgb);--color-accent-text-medium: var(--color-orange-9);--color-accent-text-medium-rgb: var(--color-orange-9-rgb);--color-live-background: var(--color-red-6);--color-live-background-rgb: var(--color-red-6-rgb);--color-live-text: var(--color-white);--color-live-text-rgb: var(--color-white-rgb);--color-brand-background: var(--color-blue-10);--color-brand-background-rgb: var(--color-blue-10-rgb);--color-brand-background-strong: var(--color-blue-13);--color-brand-background-strong-rgb: var(--color-blue-13-rgb);--color-secondary-button-background: var(--color-black);--color-secondary-button-background-rgb: var(--color-black-rgb)}:root{--sui-colors-accent-background: var(--color-accent-background);--sui-colors-accent-background-weak: var(--color-accent-background-weak);--sui-colors-accent-border-weak: var(--color-accent-border-weak);--sui-colors-action-background: var(--color-admin-action-background);--sui-colors-action-background-hover: var( --color-admin-action-background-hover );--sui-colors-action-background-pressed: var( --color-admin-action-background-pressed );--sui-colors-action-background-weak-hover: var( --color-admin-action-background-weak-hover );--sui-colors-action-background-weak-pressed: var( --color-admin-action-background-weak-pressed );--sui-colors-action-border: var(--color-admin-action-border);--sui-colors-action-border-hover: var(--color-admin-action-border-hover);--sui-colors-action-border-pressed: var(--color-admin-action-border-pressed);--sui-colors-action-icon: var(--color-admin-action-icon);--sui-colors-action-icon-hover: var(--color-admin-action-icon-hover);--sui-colors-action-icon-pressed: var(--color-admin-action-icon-pressed);--sui-colors-action-text: var(--color-admin-action-text);--sui-colors-action-text-hover: var(--color-admin-action-text-hover);--sui-colors-action-text-pressed: var(--color-admin-action-text-pressed);--sui-colors-brand-background: var(--color-brand-background);--sui-colors-info-background: var(--color-info-background);--sui-colors-info-icon: var(--color-info-icon);--sui-colors-info-text: var(--color-info-text);--sui-colors-info-border: var(--color-info-border);--sui-colors-negative-background: var(--color-negative-background);--sui-colors-negative-background-hover: var( --color-negative-background-hover );--sui-colors-negative-background-pressed: var( --color-negative-background-pressed );--sui-colors-negative-border: var(--color-negative-border);--sui-colors-negative-border-hover: var(--color-negative-border-hover);--sui-colors-negative-border-pressed: var(--color-negative-border-pressed);--sui-colors-negative-icon: var(--color-negative-icon);--sui-colors-negative-icon-hover: var(--color-negative-icon-hover);--sui-colors-negative-icon-pressed: var(--color-negative-icon-pressed);--sui-colors-negative-text: var(--color-negative-text);--sui-colors-negative-text-hover: var(--color-negative-text-hover);--sui-colors-negative-text-pressed: var(--color-negative-text-pressed);--sui-colors-neutral-background: var(--color-neutral-background);--sui-colors-neutral-background-disabled: var( --color-neutral-background-disabled );--sui-colors-neutral-background-medium: var( --color-neutral-background-medium );--sui-colors-neutral-background-strong: var( --color-neutral-background-strong );--sui-colors-neutral-background-weak: var(--color-neutral-background-weak);--sui-colors-neutral-background-weak-disabled: var( --color-neutral-background-weak-disabled );--sui-colors-neutral-border: var(--color-neutral-border);--sui-colors-neutral-border-medium: var(--color-neutral-border-medium);--sui-colors-neutral-border-disabled: var(--color-neutral-border-disabled);--sui-colors-neutral-icon: var(--color-neutral-icon);--sui-colors-neutral-icon-disabled: var(--color-neutral-icon-disabled);--sui-colors-neutral-icon-inverse: var(--color-neutral-icon-inverse);--sui-colors-neutral-icon-medium: var(--color-neutral-icon-medium);--sui-colors-neutral-text: var(--color-neutral-text);--sui-colors-neutral-text-disabled: var(--color-neutral-text-disabled);--sui-colors-neutral-text-inverse: var(--color-neutral-text-inverse);--sui-colors-neutral-text-medium: var(--color-neutral-text-medium);--sui-colors-neutral-text-weak: var(--color-neutral-text-weak);--sui-colors-positive-background: var(--color-positive-background);--sui-colors-positive-background-hover: var( --color-positive-background-hover );--sui-colors-positive-background-pressed: var( --color-positive-background-pressed );--sui-colors-positive-background-weak-hover: var( --color-positive-background-weak-hover );--sui-colors-positive-background-weak-pressed: var( --color-positive-background-weak-pressed );--sui-colors-positive-border: var(--color-positive-border);--sui-colors-positive-border-hover: var(--color-positive-border-hover);--sui-colors-positive-border-pressed: var(--color-positive-border-pressed);--sui-colors-positive-icon: var(--color-positive-icon);--sui-colors-positive-icon-hover: var(--color-positive-icon-hover);--sui-colors-positive-icon-pressed: var(--color-positive-icon-pressed);--sui-colors-positive-text: var(--color-positive-text);--sui-colors-positive-text-hover: var(--color-positive-text-hover);--sui-colors-positive-text-pressed: var(--color-positive-text-pressed);--sui-colors-negative-background-strong: var(--color-negative-border);--sui-colors-negative-background-strong-hover: var( --color-negative-text-hover );--sui-colors-negative-background-strong-pressed: var( --color-negative-text-pressed );--sui-colors-action-background-weak: var( --color-admin-action-background-weak-hover );--sui-colors-negative-background-disabled: var( --color-negative-background-hover );--sui-colors-negative-border-disabled: var(--color-negative-text);--sui-colors-negative-icon-disabled: var(--color-negative-text);--sui-colors-negative-text-disabled: var(--color-negative-text);--sui-colors-positive-background-disabled: var( --color-positive-background-weak );--sui-colors-positive-border-disabled: var(--color-positive-background-weak);--sui-colors-positive-icon-disabled: var(--color-positive-background-weak);--sui-colors-positive-text-disabled: var(--color-positive-background-weak);--sui-colors-negative-background-medium-hover: #e8301c;--sui-colors-neutral-border-weak: #999999;--sui-colors-positive-background-strong: #136f06;--sui-colors-positive-background-strong-hover: #1a9608;--sui-colors-positive-background-strong-pressed: #0f5705;--sui-colors-positive-background-strong-disabled: #b5ebad;--sui-colors-warning-background: #feed90;--sui-colors-warning-icon: #655601;--sui-colors-warning-text: #655601;--sui-colors-warning-border: #fcd603}@font-face{font-family:Magno Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/MagnoSans-Extrabold-7NUDEQVG-kImgnEaR.woff2) format("woff2"),url(/assets/MagnoSans-Extrabold-LLFPANBQ-DqK0xO_z.woff) format("woff")}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--sui-spacing-0: 0px;--sui-spacing-1: .5rem;--sui-spacing-2: 1rem;--sui-spacing-3: 1.5rem;--sui-spacing-4: 2rem;--sui-spacing-5: 2.5rem;--sui-spacing-6: 3rem;--sui-spacing-7: 3.5rem;--sui-spacing-8: 4rem;--sui-spacing-px: 1px;--sui-spacing-0-5: .25rem}.sui-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sui-pointer-events-auto{pointer-events:auto}.sui-invisible{visibility:hidden}.sui-fixed{position:fixed}.sui-absolute{position:absolute}.sui-relative{position:relative}.sui-sticky{position:sticky}.sui-inset-0{top:0;right:0;bottom:0;left:0}.sui-left-0{left:0}.sui-left-\[50\%\]{left:50%}.sui-right-2{right:1rem}.sui-top-0{top:0}.sui-top-\[23px\]{top:23px}.sui-top-\[50\%\]{top:50%}.sui-z-0{z-index:0}.sui-z-10{z-index:10}.sui-z-50{z-index:50}.sui-z-\[1001\]{z-index:1001}.sui-z-\[1010\]{z-index:1010}.sui-z-\[99999\]{z-index:99999}.sui-mx-auto{margin-left:auto;margin-right:auto}.sui-mb-0{margin-bottom:0}.sui-mb-0\.5{margin-bottom:.25rem}.sui-mb-1{margin-bottom:.5rem}.sui-mb-2{margin-bottom:1rem}.sui-mb-4{margin-bottom:2rem}.sui-mb-5{margin-bottom:2.5rem}.sui-mb-8{margin-bottom:4rem}.sui-ml-0\.5{margin-left:.25rem}.sui-ml-1{margin-left:.5rem}.sui-ml-auto{margin-left:auto}.sui-mr-1{margin-right:.5rem}.sui-mr-2{margin-right:1rem}.sui-mr-auto{margin-right:auto}.sui-mt-0\.5{margin-top:.25rem}.sui-mt-2{margin-top:1rem}.sui-mt-4{margin-top:2rem}.sui-block{display:block}.sui-inline-block{display:inline-block}.sui-inline{display:inline}.sui-flex{display:flex}.sui-grid{display:grid}.sui-hidden{display:none}.sui-h-2{height:1rem}.sui-h-3{height:1.5rem}.sui-h-4{height:2rem}.sui-h-5{height:2.5rem}.sui-h-8{height:4rem}.sui-h-\[12px\]{height:12px}.sui-h-\[20px\]{height:20px}.sui-h-\[28px\]{height:28px}.sui-h-\[30px\]{height:30px}.sui-h-\[32px\]{height:32px}.sui-h-\[40px\]{height:40px}.sui-h-\[48px\]{height:48px}.sui-h-\[500px\]{height:500px}.sui-h-\[50px\]{height:50px}.sui-h-\[56px\]{height:56px}.sui-h-auto{height:auto}.sui-h-fit{height:-moz-fit-content;height:fit-content}.sui-h-full{height:100%}.sui-h-screen{height:100vh}.sui-max-h-\[calc\(100vh_-_2rem\)\]{max-height:calc(100vh - 2rem)}.sui-max-h-\[var\(--radix-popover-content-available-height\)\]{max-height:var(--radix-popover-content-available-height)}.sui-max-h-screen{max-height:100vh}.sui-min-h-\[300px\]{min-height:300px}.sui-min-h-\[32px\]{min-height:32px}.sui-min-h-\[48px\]{min-height:48px}.sui-min-h-\[500px\]{min-height:500px}.sui-min-h-\[620px\]{min-height:620px}.sui-w-1\/2{width:50%}.sui-w-1\/3{width:33.333333%}.sui-w-1\/5{width:20%}.sui-w-2{width:1rem}.sui-w-3{width:1.5rem}.sui-w-4{width:2rem}.sui-w-8{width:4rem}.sui-w-\[100px\]{width:100px}.sui-w-\[110px\]{width:110px}.sui-w-\[120px\]{width:120px}.sui-w-\[200px\]{width:200px}.sui-w-\[240px\]{width:240px}.sui-w-\[24px\]{width:24px}.sui-w-\[40px\]{width:40px}.sui-w-\[50px\]{width:50px}.sui-w-\[60px\]{width:60px}.sui-w-\[80px\]{width:80px}.sui-w-\[90px\]{width:90px}.sui-w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.sui-w-auto{width:auto}.sui-w-fit{width:-moz-fit-content;width:fit-content}.sui-w-full{width:100%}.sui-min-w-8{min-width:4rem}.sui-min-w-\[320px\]{min-width:320px}.sui-max-w-\[220px\]{max-width:220px}.sui-max-w-\[320px\]{max-width:320px}.sui-max-w-\[350px\]{max-width:350px}.sui-max-w-\[420px\]{max-width:420px}.sui-max-w-\[440px\]{max-width:440px}.sui-max-w-\[478px\]{max-width:478px}.sui-max-w-\[500px\]{max-width:500px}.sui-max-w-\[768px\]{max-width:768px}.sui-max-w-\[calc\(100\%-36px\)\]{max-width:calc(100% - 36px)}.sui-max-w-lg{max-width:32rem}.sui-max-w-xl{max-width:36rem}.sui-max-w-xs{max-width:20rem}.sui-flex-1{flex:1 1 0%}.sui-flex-grow{flex-grow:1}.-sui-translate-x-\[12px\]{--tw-translate-x: -12px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sui-cursor-pointer{cursor:pointer}.sui-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sui-flex-row{flex-direction:row}.sui-flex-col{flex-direction:column}.sui-flex-wrap{flex-wrap:wrap}.sui-place-items-center{place-items:center}.sui-content-center{align-content:center}.sui-items-start{align-items:flex-start}.sui-items-center{align-items:center}.sui-items-stretch{align-items:stretch}.sui-justify-start{justify-content:flex-start}.sui-justify-end{justify-content:flex-end}.sui-justify-center{justify-content:center}.sui-justify-between{justify-content:space-between}.sui-gap-0\.5{gap:.25rem}.sui-gap-1{gap:.5rem}.sui-gap-2{gap:1rem}.sui-gap-3{gap:1.5rem}.sui-gap-4{gap:2rem}.sui-overflow-auto{overflow:auto}.sui-overflow-hidden{overflow:hidden}.sui-overflow-y-auto{overflow-y:auto}.sui-whitespace-nowrap{white-space:nowrap}.sui-rounded{border-radius:.25rem}.sui-rounded-\[10px\]{border-radius:10px}.sui-rounded-\[50\%\]{border-radius:50%}.sui-rounded-\[9999px\],.sui-rounded-full{border-radius:9999px}.sui-rounded-none{border-radius:0}.sui-border{border-width:1px}.sui-border-0{border-width:0px}.sui-border-b{border-bottom-width:1px}.sui-border-b-2{border-bottom-width:2px}.sui-border-r{border-right-width:1px}.sui-border-t{border-top-width:1px}.sui-border-t-0{border-top-width:0px}.sui-border-solid{border-style:solid}.sui-border-action-border{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-action-border\/100{border-color:rgb(var(--color-admin-action-border-rgb) / 1)}.sui-border-caution-border{--tw-border-opacity: 1;border-color:rgb(var(--color-caution-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-gray-90{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}.sui-border-info-border{--tw-border-opacity: 1;border-color:rgb(var(--color-info-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-negative-border{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-negative-border-hover{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.sui-border-neutral-border{--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-positive-border{--tw-border-opacity: 1;border-color:rgb(var(--color-positive-border-rgb) / var(--tw-border-opacity, 1))}.sui-border-transparent{border-color:transparent}.sui-border-b-transparent{border-bottom-color:transparent}.sui-bg-action-background-weak{--tw-bg-opacity: 1;background-color:rgb(235 244 255 / var(--tw-bg-opacity, 1))}.sui-bg-black\/25{background-color:#00000040}.sui-bg-blue-2\/50{background-color:#d2e4ff80}.sui-bg-blue-4\/100{background-color:#2776f0}.sui-bg-gray-3\/100{background-color:#eef0f2}.sui-bg-gray-30{--tw-bg-opacity: 1;background-color:rgb(76 76 76 / var(--tw-bg-opacity, 1))}.sui-bg-gray-90{--tw-bg-opacity: 1;background-color:rgb(230 230 230 / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-medium{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-medium-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-neutral-background-weak-disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.sui-bg-transparent{background-color:transparent}.sui-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.sui-p-0{padding:0}.sui-p-1{padding:.5rem}.sui-p-2{padding:1rem}.sui-p-3{padding:1.5rem}.sui-p-4{padding:2rem}.sui-p-\[4px_8px\]{padding:4px 8px}.sui-px-1{padding-left:.5rem;padding-right:.5rem}.sui-px-2{padding-left:1rem;padding-right:1rem}.sui-px-3{padding-left:1.5rem;padding-right:1.5rem}.sui-py-0\.5{padding-top:.25rem;padding-bottom:.25rem}.sui-py-1{padding-top:.5rem;padding-bottom:.5rem}.sui-py-2{padding-top:1rem;padding-bottom:1rem}.sui-py-3{padding-top:1.5rem;padding-bottom:1.5rem}.sui-py-4{padding-top:2rem;padding-bottom:2rem}.sui-py-\[2px\]{padding-top:2px;padding-bottom:2px}.\!sui-pb-0{padding-bottom:0!important}.\!sui-pt-0{padding-top:0!important}.sui-pb-0\.5{padding-bottom:.25rem}.sui-pb-1{padding-bottom:.5rem}.sui-pb-4{padding-bottom:2rem}.sui-pl-2{padding-left:1rem}.sui-pl-\[36px\]{padding-left:36px}.sui-pr-0\.5{padding-right:.25rem}.sui-pr-2{padding-right:1rem}.sui-pr-3{padding-right:1.5rem}.sui-pr-4{padding-right:2rem}.sui-pr-\[100px\]{padding-right:100px}.sui-pt-0\.5{padding-top:.25rem}.sui-pt-1{padding-top:.5rem}.sui-pt-2{padding-top:1rem}.sui-pt-3{padding-top:1.5rem}.sui-text-left{text-align:left}.sui-text-center{text-align:center}.sui-font-sans{font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.sui-font-urbanist{font-family:Urbanist,sans-serif}.sui-text-desktop-3{font-size:.8125rem}.sui-text-desktop-4{font-size:.875rem}.sui-text-desktop-5{font-size:1rem}.sui-text-mobile-4{font-size:.9375rem}.sui-text-mobile-5{font-size:1rem}.sui-font-bold{font-weight:700}.sui-font-normal{font-weight:400}.sui-font-semibold{font-weight:600}.sui-leading-16{line-height:1rem}.sui-leading-24{line-height:1.5rem}.sui-leading-\[20px\]{line-height:20px}.sui-leading-none{line-height:1}.sui-tracking-wide{letter-spacing:.03em}.sui-text-action-icon{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-action-text{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-gray-40\/100{color:#666}.sui-text-gray-7{--tw-text-opacity: 1;color:rgb(117 134 147 / var(--tw-text-opacity, 1))}.sui-text-info-icon{--tw-text-opacity: 1;color:rgb(var(--color-info-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-negative-icon{--tw-text-opacity: 1;color:rgb(var(--color-negative-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-negative-text{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-icon{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-icon-medium{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-medium-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-disabled{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-medium{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1))}.sui-text-neutral-text-weak{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.sui-text-positive-icon{--tw-text-opacity: 1;color:rgb(var(--color-positive-icon-rgb) / var(--tw-text-opacity, 1))}.sui-text-warning-icon{--tw-text-opacity: 1;color:rgb(101 86 1 / var(--tw-text-opacity, 1))}.sui-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sui-placeholder-neutral-text-disabled::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.sui-placeholder-neutral-text-disabled::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.sui-shadow-2{--tw-shadow: 1.201px 6px 16px 0px rgba(0, 0, 0, .12), .608px 2px 6.975px 0px rgba(0, 0, 0, .05), .24px 1px 3px 0px rgba(0, 0, 0, .04), 0px 0px .05px 0px rgba(0, 0, 0, .04);--tw-shadow-colored: 1.201px 6px 16px 0px var(--tw-shadow-color), .608px 2px 6.975px 0px var(--tw-shadow-color), .24px 1px 3px 0px var(--tw-shadow-color), 0px 0px .05px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-3{--tw-shadow: 3.335px 12px 31px 0px rgba(0, 0, 0, .1), 1.688px 6px 13.514px 0px rgba(0, 0, 0, .05), .667px 2px 5.037px 0px rgba(0, 0, 0, .04), .146px 0px 1.792px 0px rgba(0, 0, 0, .02);--tw-shadow-colored: 3.335px 12px 31px 0px var(--tw-shadow-color), 1.688px 6px 13.514px 0px var(--tw-shadow-color), .667px 2px 5.037px 0px var(--tw-shadow-color), .146px 0px 1.792px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-shadow-up{--tw-shadow: 0px -10px 30px rgba(0, 0, 0, .03);--tw-shadow-colored: 0px -10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sui-outline-none{outline:2px solid transparent;outline-offset:2px}.sui-font-size-1{font-size:.75rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-1{font-size:.6875rem}}.sui-font-size-2{font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-2{font-size:.75rem}}.sui-font-size-3{font-size:.875rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-3{font-size:.8125rem}}.sui-font-size-4{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.sui-font-size-4{font-size:.875rem}}.sui-font-size-5{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-5{font-size:1rem}}.sui-font-size-6{font-size:1.0625rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-6{font-size:1.125rem}}.sui-font-size-7{font-size:1.125rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-7{font-size:1.25rem}}.sui-font-size-8{font-size:1.1875rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-8{font-size:1.4375rem;line-height:2rem}}.sui-font-size-9{font-size:1.3125rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-9{font-size:1.625rem;line-height:2rem}}.sui-font-size-10{font-size:1.375rem;line-height:1.5rem}@media (min-width: 500px){.sui-font-size-10{font-size:1.8125rem;line-height:2rem}}.sui-font-size-11{font-size:1.5rem;line-height:2rem}@media (min-width: 500px){.sui-font-size-11{font-size:2rem;line-height:3rem}}.sui-font-size-12{font-size:1.5625rem;line-height:2rem}@media (min-width: 500px){.sui-font-size-12{font-size:2.25rem;line-height:3rem}}.sui-heading-lg{font-size:1.375rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.sui-heading-lg{font-size:1.8125rem;line-height:2rem}}.sui-heading-md{font-size:1.1875rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.sui-heading-md{font-size:1.4375rem;line-height:2rem}}.sui-heading-sm{font-size:1.0625rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.sui-heading-sm{font-size:1.125rem;line-height:2rem}}.sui-body{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.sui-body{font-size:1rem}}.sui-body-dense{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.sui-body-dense{font-size:.875rem}}.sui-label{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.sui-label{font-size:.875rem;line-height:1.5rem}}.sui-navigation{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.sui-navigation{font-size:.875rem;line-height:1.5rem}}.sui-caption{font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.sui-caption{font-size:.75rem}}.sui-text-base-01{font-size:12px}@media (min-width: 640px){.sui-text-base-01{font-size:11px}}.sui-text-base-02{font-size:13px}@media (min-width: 640px){.sui-text-base-02{font-size:12px}}.sui-text-base-03{font-size:14px}@media (min-width: 640px){.sui-text-base-03{font-size:13px}}.sui-text-base-04{font-size:15px}@media (min-width: 640px){.sui-text-base-04{font-size:14px}}.sui-text-base-05{font-size:16px}@media (min-width: 640px){.sui-text-base-05{font-size:16px}}.sui-text-base-06{font-size:17px}@media (min-width: 640px){.sui-text-base-06{font-size:18px}}.sui-text-base-07{font-size:18px}@media (min-width: 640px){.sui-text-base-07{font-size:20px}}.sui-text-base-08{font-size:19px}@media (min-width: 640px){.sui-text-base-08{font-size:23px}}.sui-text-base-09{font-size:21px}@media (min-width: 640px){.sui-text-base-09{font-size:26px}}.sui-text-base-10{font-size:22px}@media (min-width: 640px){.sui-text-base-10{font-size:29px}}.sui-text-base-11{font-size:24px}@media (min-width: 640px){.sui-text-base-11{font-size:32px}}.sui-text-base-12{font-size:25px}@media (min-width: 640px){.sui-text-base-12{font-size:36px}}.sui-text-base-13{font-size:27px}@media (min-width: 640px){.sui-text-base-13{font-size:40px}}.sui-text-base-14{font-size:29px}@media (min-width: 640px){.sui-text-base-14{font-size:48px}}.sui-text-caption{font-size:13px}@media (min-width: 640px){.sui-text-caption{font-size:12px}}.sui-text-caption{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%}.sui-text-label-sm{font-size:13px}@media (min-width: 640px){.sui-text-label-sm{font-size:12px}}.sui-text-label-sm{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%}.sui-text-label{font-size:15px}@media (min-width: 640px){.sui-text-label{font-size:14px}}.sui-text-label{font-family:Urbanist,sans-serif;font-weight:400;letter-spacing:.03em;line-height:125%}.sui-text-label-lg{font-size:16px}@media (min-width: 640px){.sui-text-label-lg{font-size:16px}}.sui-text-label-lg{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%}.sui-text-body{font-size:16px}@media (min-width: 640px){.sui-text-body{font-size:16px}}.sui-text-body{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%}.sui-text-body-dense{font-size:15px}@media (min-width: 640px){.sui-text-body-dense{font-size:14px}}.sui-text-body-dense{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%}.sui-text-navigation{font-size:15px}@media (min-width: 640px){.sui-text-navigation{font-size:14px}}.sui-text-navigation{font-family:Urbanist,sans-serif;font-weight:400;letter-spacing:.03em;line-height:125%}.sui-text-heading-sm{font-size:17px}@media (min-width: 640px){.sui-text-heading-sm{font-size:18px}}.sui-text-heading-sm{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-heading-md{font-size:19px}@media (min-width: 640px){.sui-text-heading-md{font-size:23px}}.sui-text-heading-md{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-heading-lg{font-size:22px}@media (min-width: 640px){.sui-text-heading-lg{font-size:29px}}.sui-text-heading-lg{font-family:Urbanist,sans-serif;font-weight:700;line-height:125%}.sui-text-display-sm{font-size:19px}@media (min-width: 640px){.sui-text-display-sm{font-size:23px}}.sui-text-display-sm{font-family:Magno Sans,sans-serif;font-weight:800;line-height:100%}.sui-text-display-md{font-size:25px}@media (min-width: 640px){.sui-text-display-md{font-size:36px}}.sui-text-display-md{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-text-display-lg{font-size:27px}@media (min-width: 640px){.sui-text-display-lg{font-size:40px}}.sui-text-display-lg{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.sui-text-display-xl{font-size:29px}@media (min-width: 640px){.sui-text-display-xl{font-size:48px}}.sui-text-display-xl{font-family:Magno Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:100%}.\[bottom\:0px\]{bottom:0}.\[fill\:var\(--sui-colors-gray-30\)\]{fill:var(--sui-colors-gray-30)}.\[fill\:var\(--sui-colors-gray-95\)\]{fill:var(--sui-colors-gray-95)}.\[left\:8px\]{left:8px}.\[overflow\:hidden\]{overflow:hidden}.\[right\:0\]{right:0}.\[top\:0\],.\[top\:0px\]{top:0}.\[top\:8px\]{top:8px}.\[transition\:all_0\.2s_ease-in-out\]{transition:all .2s ease-in-out}html{font-family:Urbanist,sans-serif;font-size:16px;color:var(--color-neutral-text)}.last\:sui-mb-0:last-child{margin-bottom:0}.last\:sui-border-none:last-child{border-style:none}.hover\:sui-border-action-border-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-border-b-action-border-hover:hover{--tw-border-opacity: 1;border-bottom-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.hover\:sui-bg-neutral-background-weak-disabled:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.hover\:sui-text-action-background-hover:hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-background-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-text-action-text-hover:hover{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-hover-rgb) / var(--tw-text-opacity, 1))}.hover\:sui-underline:hover{text-decoration-line:underline}.focus\:sui-border-action-background-pressed:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.focus\:sui-border-action-border-hover:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.active\:sui-text-action-text-pressed:active{--tw-text-opacity: 1;color:rgb(var(--color-admin-action-text-pressed-rgb) / var(--tw-text-opacity, 1))}.sui-group.snap-ui-toast-info .group-\[\.snap-ui-toast-info\]\:sui-bg-info-background-medium{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-background-medium-rgb) / var(--tw-bg-opacity, 1))}.sui-group.snap-ui-toast-negative .group-\[\.snap-ui-toast-negative\]\:sui-bg-negative-background-weak{--tw-bg-opacity: 1;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))}.sui-group.snap-ui-toast-success .group-\[\.snap-ui-toast-success\]\:sui-bg-positive-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-positive-background-rgb) / var(--tw-bg-opacity, 1))}.sui-group.snap-ui-toast-warning .group-\[\.snap-ui-toast-warning\]\:sui-bg-caution-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-caution-background-rgb) / var(--tw-bg-opacity, 1))}.sui-group.COMBOBOX-GROUP .group-\[\.COMBOBOX-GROUP\]\:sui-pl-3{padding-left:1.5rem}.sui-group.snap-ui-toast-info .group-\[\.snap-ui-toast-info\]\:sui-text-neutral-icon,.sui-group.snap-ui-toast-negative .group-\[\.snap-ui-toast-negative\]\:sui-text-neutral-icon,.sui-group.snap-ui-toast-success .group-\[\.snap-ui-toast-success\]\:sui-text-neutral-icon,.sui-group.snap-ui-toast-warning .group-\[\.snap-ui-toast-warning\]\:sui-text-neutral-icon{--tw-text-opacity: 1;color:rgb(var(--color-neutral-icon-rgb) / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:sui-border-action-background[data-state=open]{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-background-rgb) / var(--tw-border-opacity, 1))}.data-\[state\=open\]\:sui-border-action-border-hover[data-state=open]{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}@media (min-width: 500px){.t\:sui-ml-1{margin-left:.5rem}.t\:sui-flex{display:flex}.t\:sui-hidden{display:none}}@media (min-width: 768px){.md\:sui-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:sui-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\>li\:last-child\]\:\[scale\:1\]>li:last-child{scale:1}.\[\&\>li\:last-child\]\:\[top\:28px\]>li:last-child{top:28px}.\[\&\>li\:nth-last-child\(2\)\]\:\[scale\:0\.98\]>li:nth-last-child(2){scale:.98}.\[\&\>li\:nth-last-child\(2\)\]\:\[top\:20px\]>li:nth-last-child(2){top:20px}.\[\&\>li\]\:\[scale\:0\.96\]>li{scale:.96}.\[\&\>li\]\:\[top\:12px\]>li{top:12px}.Avatar-module__avatar___5-kP8{display:flex;height:var(--sui-spacing-6);width:var(--sui-spacing-6);justify-content:center;align-items:center;background-color:var(--sui-colors-neutral-background-weak);border:1px solid var(--sui-colors-neutral-border);border-radius:50%;overflow:hidden}.Avatar-module__avatar___5-kP8 .Avatar-module__avatar-placeholder___SL-zY{height:1.5rem;width:1.5rem}.Avatar-module__avatar___5-kP8.Avatar-module__size-small___Bv1g9{height:var(--sui-spacing-4);width:var(--sui-spacing-4)}.Avatar-module__avatar___5-kP8.Avatar-module__size-small___Bv1g9 .Avatar-module__avatar-placeholder___SL-zY{height:1.25rem;width:1.25rem}.Avatar-module__avatar___5-kP8.Avatar-module__size-large___c73bD{height:4.5rem;width:4.5rem}.Avatar-module__avatar___5-kP8.Avatar-module__size-xl___xV-eb{height:8rem;width:8rem}.Avatar-module__avatar___5-kP8.Avatar-module__size-xl___xV-eb .Avatar-module__avatar-placeholder___SL-zY{height:2.5rem;width:2.5rem}.Avatar-module__avatar___5-kP8 .Avatar-module__avatar-image___psWMW{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Icon-module__Icon___60VZq{font-family:Material Symbols Rounded;font-weight:var(--icon-font-weight, 400)}.Icon-module__Icon___60VZq.Icon-module__filled___yUBX5{font-variation-settings:"FILL" 1}.Icon-module__Icon___60VZq.Icon-module__sz-xs___NvHJi{font-size:var(--icon-font-size-s, 18px)}.Icon-module__Icon___60VZq.Icon-module__sz-s___hPKOr{font-size:var(--icon-font-size-s, 20px)}.Icon-module__Icon___60VZq.Icon-module__sz-default___dunO0{font-size:var(--icon-font-size-default, 24px)}.Icon-module__Icon___60VZq.Icon-module__sz-l___EMPIZ{font-size:var(--icon-font-size-l, 40px)}.Icon-module__Icon___60VZq.Icon-module__sz-xl___OvEdj{font-size:var(--icon-font-size-xl, 48px)}.IconButton-module__IconButton___KCr5p{display:flex;width:32px;height:32px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;cursor:pointer;background:var(--sui-colors-background-white);border:1px solid transparent;border-radius:5px;color:var(--sui-colors-action-icon)}.IconButton-module__IconButton___KCr5p.IconButton-module__bordered___5Yich{border:1px solid var(--sui-colors-neutral-border)}.IconButton-module__IconButton___KCr5p:hover:not([disabled]){background:var(--sui-colors-neutral-background-weak);border-color:transparent}.IconButton-module__IconButton___KCr5p:disabled{color:var(--sui-colors-neutral-icon-disabled);cursor:default;border-color:transparent}.IconButton-module__IconButton___KCr5p:active:not([disabled]){font-variation-settings:"FILL" 1;border-color:transparent}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-neutral___Qcd-T{color:var(--sui-colors-neutral-icon-medium)}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-neutral___Qcd-T:hover{background:var(--sui-colors-neutral-background-weak)}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-neutral___Qcd-T:active{color:var(--sui-colors-action-icon)}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-neutral___Qcd-T:disabled{color:var(--sui-colors-neutral-icon-disabled)}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-negative___CEZvc{color:var(--sui-colors-negative-icon)}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-negative___CEZvc:hover{background:var(--sui-colors-neutral-background-weak)}.IconButton-module__IconButton___KCr5p.IconButton-module__sentiment-negative___CEZvc:disabled{color:var(--sui-colors-neutral-icon-disabled)}.LabelButton-module__LabelButton___wUVxI{font-family:Urbanist,sans-serif;font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.LabelButton-module__LabelButton___wUVxI{font-size:.875rem}}.LabelButton-module__LabelButton___wUVxI{display:inline-flex;height:48px;padding-left:var(--sui-spacing-3);padding-right:var(--sui-spacing-3);justify-content:center;align-items:center;gap:var(--sui-spacing-0-5);border-radius:5px;background:var(--sui-colors-action-background);color:var(--sui-colors-neutral-text-inverse, #ffffff);cursor:pointer;border:none;position:relative}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR{background:var(--sui-colors-action-background);color:var(--sui-colors-neutral-text-inverse, #ffffff)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:hover{background:var(--sui-colors-action-background-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:active{background:var(--sui-colors-action-background-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR:disabled{background:var(--sui-colors-neutral-background-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-primary___pAQzR.LabelButton-module__is-loading___V5Mvl{background:var(--sui-colors-action-background);color:var(--sui-colors-neutral-text-inverse, #ffffff)}.LabelButton-module__LabelButton___wUVxI .LabelButton-module__label-button-icon___hf9Hv{width:1.5rem;overflow:hidden}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl{cursor:not-allowed}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-button-loading-wrapper___ZPREZ{position:absolute;display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-button-loading___BnY9-{animation-name:LabelButton-module__rotate___FRMmL;animation-timing-function:linear;animation-duration:.8s;animation-iteration-count:infinite;overflow:hidden}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-text___BGjN-,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__is-loading___V5Mvl .LabelButton-module__label-button-icon___hf9Hv{opacity:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__icon-right___QoEi0{flex-direction:row-reverse;padding-right:var(--sui-spacing-2);padding-left:var(--sui-spacing-3)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__icon-left___hmRPe{padding-right:var(--sui-spacing-3);padding-left:var(--sui-spacing-2)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-large___PBrmg{height:56px;flex-shrink:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-small___zI5ht{height:32px;flex-shrink:0}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-small___zI5ht.LabelButton-module__icon-right___QoEi0{padding-right:1.125rem;padding-left:var(--sui-spacing-3)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__size-small___zI5ht.LabelButton-module__icon-left___hmRPe{padding-right:var(--sui-spacing-3);padding-left:1.125rem}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF{background:var(--sui-colors-negative-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:hover{background:var(--sui-colors-negative-background-strong-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:active{background:var(--sui-colors-negative-background-strong-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF:disabled{background:var(--sui-colors-negative-background-disabled);opacity:.7}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl{background:var(--sui-colors-negative-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl{background:var(--sui-colors-positive-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:hover{background:var(--sui-colors-positive-background-strong-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:active{background:var(--sui-colors-positive-background-strong-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl:disabled{background:var(--sui-colors-positive-background-strong-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl{background:var(--sui-colors-positive-background-strong);color:var(--sui-colors-neutral-text-inverse)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG{background:var(--sui-colors-action-background-weak);color:var(--sui-colors-action-text);border:1px solid transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:hover{border:1px solid var(--sui-colors-action-border-hover);background:var(--sui-colors-action-background-weak-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:active{border:1px solid var(--sui-colors-action-border-pressed);background:var(--sui-colors-action-background-weak-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG:disabled{border:1px solid var(--sui-colors-neutral-border-medium);background:var(--sui-colors-neutral-background);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__is-loading___V5Mvl{border:1px solid transparent;background:var(--sui-colors-action-background-weak);color:var(--sui-colors-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF{background:var(--sui-colors-negative-background);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:hover{border:1px solid var(--sui-colors-negative-border-hover);background:var(--sui-colors-negative-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:active{border:1px solid var(--sui-colors-negative-text-pressed);background:var(--sui-colors-negative-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF:disabled{border:1px solid var(--sui-colors-negative-text-disabled);background:var(--sui-colors-neutral-background);color:var(--sui-colors-negative-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl{border:1px solid transparent;background:var(--sui-colors-negative-background);color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl{background:var(--sui-colors-positive-background);color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:hover{border:1px solid var(--sui-colors-positive-border-hover);background:var(--sui-colors-positive-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:active{border:1px solid var(--sui-colors-positive-text-pressed);background:var(--sui-colors-positive-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl:disabled{border:1px solid var(--sui-colors-positive-text-disabled);background:var(--sui-colors-neutral-background);color:var(--sui-colors-positive-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-secondary___X-qqG.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl{border:1px solid transparent;background:var(--sui-colors-positive-background);color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG{background:none;color:var(--sui-colors-action-text);border:1px solid transparent}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:hover{background:var(--sui-colors-action-background-weak-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:active{background:var(--sui-colors-action-background-weak-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__is-loading___V5Mvl{background:none;color:var(--sui-colors-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF{background:none;color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:hover{background:var(--sui-colors-negative-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:active{background:var(--sui-colors-negative-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-negative-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl{background:none;color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl{background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:hover{background:var(--sui-colors-positive-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:active{background:var(--sui-colors-positive-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl:disabled{background:var(--sui-colors-neutral-background);color:var(--sui-colors-positive-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-tertiary___CwmeG.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl{background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl{background:none;color:var(--sui-colors-neutral-text);border:1px solid var(--sui-colors-neutral-border-weak)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:hover{border-color:var(--sui-colors-action-background-weak-hover);background:var(--sui-colors-action-background-weak-hover);color:var(--sui-colors-action-text-hover)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:active{border-color:var(--sui-colors-action-background-weak-pressed);background:var(--sui-colors-action-background-weak-pressed);color:var(--sui-colors-action-text-pressed)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl:disabled{border-color:var(--sui-colors-neutral-border-disabled);color:var(--sui-colors-neutral-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__is-loading___V5Mvl{background:none;color:var(--sui-colors-action-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF{background:none;border:1px solid var(--sui-colors-negative-border);color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:hover{border:1px solid var(--sui-colors-negative-background-hover);background:var(--sui-colors-negative-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:active{border:1px solid var(--sui-colors-negative-background-pressed);background:var(--sui-colors-negative-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF:disabled{background:var(--sui-colors-neutral-background);border-color:var(--sui-colors-neutral-background);color:var(--sui-colors-negative-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-negative___VxNDF.LabelButton-module__is-loading___V5Mvl{border-color:var(--sui-colors-negative-background-pressed);background:var(--sui-colors-negative-background-pressed);color:var(--sui-colors-negative-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl{border:1px solid var(--sui-colors-positive-border);background:none;color:var(--sui-colors-positive-text)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:hover{background:var(--sui-colors-positive-background-hover);border-color:var(--sui-colors-positive-background-hover);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:focus,.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:active{background:var(--sui-colors-positive-background-pressed);border-color:var(--sui-colors-positive-background-pressed);color:#fff}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl:disabled{background:var(--sui-colors-neutral-background);border-color:var(--sui-colors-neutral-background);color:var(--sui-colors-positive-text-disabled)}.LabelButton-module__LabelButton___wUVxI.LabelButton-module__type-outlined___G5eUl.LabelButton-module__sentiment-success___T8Ovl.LabelButton-module__is-loading___V5Mvl{background:var(--sui-colors-positive-background-pressed);color:var(--sui-colors-positive-text)}@keyframes LabelButton-module__rotate___FRMmL{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Banner-module__banner___bEaHD{display:flex;align-items:center;border-radius:.25rem;padding:.5rem}.Banner-module__banner--warning___q5Tp8{--tw-bg-opacity:1;background-color:rgb(var(--color-caution-background-rgb) / var(--tw-bg-opacity, 1))}.Banner-module__banner--info___p1-8I{--tw-bg-opacity:1;background-color:rgb(var(--color-info-background-weak-rgb) / var(--tw-bg-opacity, 1))}.Banner-module__banner--negative___cGptB{--tw-bg-opacity:1;background-color:rgb(var(--color-negative-background-weak-rgb) / var(--tw-bg-opacity, 1))}.Banner-module__banner--success___seK0a{--tw-bg-opacity:1;background-color:rgb(var(--color-positive-background-rgb) / var(--tw-bg-opacity, 1))}.Banner-module__banner--neutral___1DxAK{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-rgb) / var(--tw-bg-opacity, 1))}.Banner-module__banner--IconContainer___q9yWU{margin-right:.5rem;display:grid;place-items:center;padding:.5rem}.Banner-module__banner--content___BRmPK{flex:1 1 0%}.Banner-module__banner--content-title___1CHS3{font-size:1.1875rem;font-weight:700;line-height:1.5rem}@media (min-width: 500px){.Banner-module__banner--content-title___1CHS3{font-size:1.4375rem;line-height:2rem}}.Banner-module__banner--content-actions___Is8-R,.Banner-module__banner--content-caption___-W-wI{font-size:13px}.Banner-module__banner--content-actions___Is8-R,.Banner-module__banner--content-caption___-W-wI{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%;font-size:13px}@media (min-width: 640px){.Banner-module__banner--content-actions___Is8-R,.Banner-module__banner--content-caption___-W-wI{font-size:12px}}.Banner-module__banner--content-actions___Is8-R,.Banner-module__banner--content-caption___-W-wI{font-family:Urbanist,sans-serif;font-weight:400;line-height:125%}.Checkbox-module__checkbox___D0D4S{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.Checkbox-module__checkbox___D0D4S{font-size:1rem}}.Checkbox-module__checkbox___D0D4S{display:flex;align-items:center;gap:var(--sui-spacing-1);position:relative;padding-left:2rem;min-height:1.5rem}.Checkbox-module__checkbox___D0D4S svg{width:1.5rem;height:1.5rem;top:0;left:0;position:absolute;z-index:0}.Checkbox-module__checkbox___D0D4S svg path{fill:var(--sui-colors-neutral-icon-medium)}.Checkbox-module__checkbox___D0D4S label{color:var(--sui-colors-neutral-text);cursor:pointer}.Checkbox-module__checkbox___D0D4S input[type=checkbox]{cursor:pointer;opacity:0;position:absolute;top:0;left:0;bottom:0;z-index:1;width:24px;height:24px;margin:0}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:not(:disabled):hover+svg path{fill:var(--sui-colors-action-icon-hover)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:checked+svg path{fill:var(--sui-colors-action-icon)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:checked:not(:disabled):hover+svg path,.Checkbox-module__checkbox___D0D4S input[type=checkbox]:checked:not(:disabled):focus+svg path{fill:var(--sui-colors-action-icon-hover)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled{cursor:default}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled~label{cursor:default}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled+svg{fill:var(--sui-colors-neutral-icon-disabled)}.Checkbox-module__checkbox___D0D4S input[type=checkbox]:disabled+svg path{fill:var(--sui-colors-neutral-icon-disabled)}.Checkbox-module__checkbox___D0D4S.Checkbox-module__input__field--error___zZ884 input[type=checkbox]:not(:checked)+svg path{fill:var(--sui-colors-negative-icon)}.Checkbox-module__disabled___WagIC label{cursor:default}.Checkbox-module__disabled___WagIC input[type=checkbox]:disabled{cursor:default}.Checkbox-module__disabled___WagIC svg path{fill:var(--sui-colors-neutral-icon-disabled)}.Checkbox-module__input__errors___FgyLk{border-top:1px solid var(--sui-colors-negative-border);margin-top:var(--sui-spacing-1)}.Checkbox-module__input__error___joway{--tw-text-opacity:1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Checkbox-module__input__error___joway{--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Checkbox-module__input__error___joway{font-size:.75rem}}.Checkbox-module__isPartial___aIELn input[type=checkbox]:not(:disabled)+svg path{fill:var(--sui-colors-action-icon)}.Checkbox-module__isPartial___aIELn input[type=checkbox]:not(:disabled):hover+svg path{fill:var(--sui-colors-action-icon-hover)}.Input-module__input__container___q1f7-{display:flex;flex-direction:column}.Input-module__input__label___gjmTL{position:relative;margin-bottom:.25rem;display:inline-block;font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.Input-module__input__label___gjmTL{font-size:.875rem;line-height:1.5rem}}.Input-module__input__field___hGeMA{width:100%;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field___hGeMA::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA{width:100%;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field___hGeMA::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Input-module__input__field___hGeMA{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.Input-module__input__field___hGeMA{font-size:1rem}}.Input-module__input__field___hGeMA{height:48px;-webkit-appearance:none}.Input-module__input__field___hGeMA:focus:not([disabled]){outline:none;--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field___hGeMA.Input-module__input__field--default___VTV93{height:48px}.Input-module__input__field___hGeMA.Input-module__input__field--small___8aH5V{height:32px}.Input-module__input__field___hGeMA.Input-module__input__field--large___Y2FNR{height:56px}.Input-module__input__field___hGeMA.Input-module__input__field--error___zEJZz{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field___hGeMA:hover:not([disabled]){--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.Input-module__input__field___hGeMA:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field___hGeMA:disabled:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.Input-module__input__field___hGeMA:-moz-read-only{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.Input-module__input__field___hGeMA:read-only{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.Input-module__input__field___hGeMA:-moz-read-only:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.Input-module__input__field___hGeMA:read-only:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.Input-module__input__field--date__container___fLjXW{position:relative}.Input-module__input__field--date__container___fLjXW:hover input[type=date]:not([disabled]),.Input-module__input__field--date__container___fLjXW:hover input[type=datetime-local]:not([disabled]){border-color:var(--sui-colors-action-border-hover)!important}.Input-module__input__field--date__container___fLjXW:focus input[type=date]:not([disabled]),.Input-module__input__field--date__container___fLjXW:focus input[type=datetime-local]:not([disabled]){border-color:var(--sui-colors-action-background-pressed)!important}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-webkit-inner-spin-button,.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-::-webkit-date-and-time-value{text-align:left}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-:hover{border-color:var(--sui-colors-neutral-border)!important}.Input-module__input__field--date__container___fLjXW .Input-module__input__field--date___AqMU-:focus{border-color:var(--sui-colors-neutral-border)!important}.Input-module__input__field--date__container___fLjXW button{background-color:#fff;padding:0;border:0;position:absolute;right:var(--sui-spacing-0-5);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.Input-module__input__field--date__container___fLjXW button:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.Input-module__input__field--text__container___tzgjo{position:relative}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text-icon___BkOjR{position:absolute;left:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text-clear-icon___dXNEe{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium);cursor:pointer}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text-clear___v-c-X{padding-right:var(--sui-spacing-4)}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text___NsH0H{padding-left:var(--sui-spacing-4);-moz-appearance:textfield}.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text___NsH0H::-webkit-outer-spin-button,.Input-module__input__field--text__container___tzgjo .Input-module__input__field--text___NsH0H::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Input-module__input__field--financial__container___u2Nit{position:relative}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial___KDnPn{padding-left:var(--sui-spacing-4);padding-right:var(--sui-spacing-6);-moz-appearance:textfield}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial___KDnPn::-webkit-outer-spin-button,.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial___KDnPn::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial-icon___WCB70{position:absolute;left:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.Input-module__input__field--financial__container___u2Nit .Input-module__input__field--financial-currency___X6vhx{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-text-medium)}.Input-module__input__field--financial__container--has-curency___zjwHj{padding-right:0}.Input-module__input__field--textarea___ckUoI{padding-top:.5rem;padding-bottom:.5rem;height:auto!important;resize:none}.Input-module__input__field--select___m7Ee3{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Ryb3BfZG93biI+CjxtYXNrIGlkPSJtYXNrMF8yMTkwXzE2MTIyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCBpZD0iQm91bmRpbmcgYm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIxOTBfMTYxMjIpIj4KPHBhdGggaWQ9InZlY3RvciIgZD0iTTExLjMwMDMgMTQuM0w4LjcwMDI2IDExLjdDOC4zODM1OSAxMS4zODMzIDguMzEyOTIgMTEuMDIxIDguNDg4MjYgMTAuNjEzQzguNjYyOTIgMTAuMjA0MyA4Ljk3NTI2IDEwIDkuNDI1MjYgMTBIMTQuNTc1M0MxNS4wMjUzIDEwIDE1LjMzNzYgMTAuMjA0MyAxNS41MTIzIDEwLjYxM0MxNS42ODc2IDExLjAyMSAxNS42MTY5IDExLjM4MzMgMTUuMzAwMyAxMS43TDEyLjcwMDMgMTQuM0MxMi42MDAzIDE0LjQgMTIuNDkxOSAxNC40NzUgMTIuMzc1MyAxNC41MjVDMTIuMjU4NiAxNC41NzUgMTIuMTMzNiAxNC42IDEyLjAwMDMgMTQuNkMxMS44NjY5IDE0LjYgMTEuNzQxOSAxNC41NzUgMTEuNjI1MyAxNC41MjVDMTEuNTA4NiAxNC40NzUgMTEuNDAwMyAxNC40IDExLjMwMDMgMTQuM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right .5rem center}.Input-module__input__helptext___n4zNX{display:block;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__helptext___n4zNX{display:block;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__helptext___n4zNX{font-size:.75rem}}.Input-module__input__helpicon___MyNGx{margin-left:1.5rem;position:absolute;transform:translate(-100%) translateY(-3px)}.Input-module__input__error___mMn-I{display:block;--tw-text-opacity:1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__error___mMn-I{display:block;--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__error___mMn-I{font-size:.75rem}}.Input-module__input__field--footer___M8qm7{display:flex;justify-content:space-between;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__field--footer___M8qm7{display:flex;justify-content:space-between;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__field--footer___M8qm7{font-size:.75rem}}.Input-module__input__field--textarea__container___ylmxQ{position:relative}.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{text-align:right;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{font-size:.75rem}}.Input-module__input__field--textarea__container___ylmxQ .Input-module__input__charcount___t0EI0{position:absolute;bottom:0;right:0;transform:translateY(100%)}.Input-module__input__field--password__container___o6K6A{position:relative}.Input-module__input__field--password__container___o6K6A button{position:absolute;right:var(--sui-spacing-2);top:50%;transform:translateY(-50%)}.InputWrapper-module__input__container___jD2g2{display:flex;width:100%;flex-direction:column}.InputWrapper-module__input__field___hqF3n{width:100%;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.InputWrapper-module__input__field___hqF3n::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n{width:100%;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.InputWrapper-module__input__field___hqF3n::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.InputWrapper-module__input__field___hqF3n:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n:hover{--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n:focus{--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n{height:48px}.InputWrapper-module__input__field___hqF3n:focus{outline:none}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--default___vsYV8{height:48px}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--small___5b9Rd{height:32px}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--large___b1e1Z{height:56px}.InputWrapper-module__input__field___hqF3n.InputWrapper-module__input__field--error___BciRA{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.InputWrapper-module__input__field___hqF3n:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.InputWrapper-module__input__field--date__container___tjer4{position:relative}.InputWrapper-module__input__field--date__container___tjer4:hover input[type=date]{border-color:var(--sui-colors-action-border-hover)!important}.InputWrapper-module__input__field--date__container___tjer4:focus input[type=date]{border-color:var(--sui-colors-action-background-pressed)!important}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0::-webkit-inner-spin-button,.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0:hover{border-color:var(--sui-colors-neutral-border)!important}.InputWrapper-module__input__field--date__container___tjer4 .InputWrapper-module__input__field--date___P4sM0:focus{border-color:var(--sui-colors-neutral-border)!important}.InputWrapper-module__input__field--date__container___tjer4 button{background-color:transparent;padding:0;border:0;position:absolute;right:var(--sui-spacing-2);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.InputWrapper-module__input__field--financial__container___Q70vu{position:relative}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial___fxg2a{padding-left:var(--sui-spacing-4);padding-right:var(--sui-spacing-6);-moz-appearance:textfield}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial___fxg2a::-webkit-outer-spin-button,.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial___fxg2a::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial-icon___KbrIT{position:absolute;left:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-icon-medium)}.InputWrapper-module__input__field--financial__container___Q70vu .InputWrapper-module__input__field--financial-currency___6zvNt{position:absolute;right:var(--sui-spacing-1);top:50%;transform:translateY(-50%);color:var(--sui-colors-neutral-text-medium)}.InputWrapper-module__input__field--financial__container--has-curency___xBgR4{padding-right:0}.InputWrapper-module__input__field--textarea___WCeLC{padding-top:.5rem;padding-bottom:.5rem;height:auto!important;resize:none}.InputWrapper-module__input__helpicon___SoDuf{margin-left:1.5rem;position:absolute;transform:translate(-100%) translateY(-3px)}.InputWrapper-module__input__error___mPB4d{display:block;--tw-text-opacity:1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.InputWrapper-module__input__error___mPB4d{display:block;--tw-text-opacity: 1;color:rgb(var(--color-negative-text-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.InputWrapper-module__input__error___mPB4d{font-size:.75rem}}.InputWrapper-module__input__field--footer___tVPwa{display:flex;justify-content:space-between;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.InputWrapper-module__input__field--footer___tVPwa{display:flex;justify-content:space-between;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.InputWrapper-module__input__field--footer___tVPwa{font-size:.75rem}}.InputWrapper-module__input__field--footer___tVPwa{margin-top:4px}.HelpText-module__help-text___8WodW{display:block;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}.HelpText-module__help-text___8WodW{display:block;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1rem}@media (min-width: 500px){.HelpText-module__help-text___8WodW{font-size:.75rem}}.SubInput-module__input__container___jWr3f{display:flex;flex-direction:column;position:relative}.SubInput-module__input__wrapper___oWbMr{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.25rem;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(var(--color-neutral-border-rgb) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.SubInput-module__input__field___P9xIn{width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.SubInput-module__input__field___P9xIn::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn{width:100%;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;line-height:1;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.SubInput-module__input__field___P9xIn::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.SubInput-module__input__field___P9xIn{font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.SubInput-module__input__field___P9xIn{font-size:1rem}}.SubInput-module__input__field___P9xIn{border:1px solid transparent!important;background-color:transparent!important;outline:none!important;--webkit-appearance: none;height:48px;margin-top:.6rem;z-index:1}.SubInput-module__input__field___P9xIn:focus:not([disabled])+.SubInput-module__input__wrapper___oWbMr{outline:none;--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-background-pressed-rgb) / var(--tw-border-opacity, 1))}.SubInput-module__input__field___P9xIn.SubInput-module__input__field--error___OcAN-+.SubInput-module__input__wrapper___oWbMr{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1))}.SubInput-module__input__field___P9xIn:hover:not([disabled])+.SubInput-module__input__wrapper___oWbMr{--tw-border-opacity:1;border-color:rgb(var(--color-admin-action-border-hover-rgb) / var(--tw-border-opacity, 1))}.SubInput-module__input__field___P9xIn:disabled+.SubInput-module__input__wrapper___oWbMr{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-weak-rgb) / var(--tw-text-opacity, 1))}.SubInput-module__input__field___P9xIn:disabled+.SubInput-module__input__wrapper___oWbMr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.SubInput-module__input__field___P9xIn:-moz-read-only+.SubInput-module__input__wrapper___oWbMr{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.SubInput-module__input__field___P9xIn:read-only+.SubInput-module__input__wrapper___oWbMr{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}input.SubInput-module__input__field___P9xIn:-moz-read-only+.SubInput-module__input__wrapper___oWbMr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}input.SubInput-module__input__field___P9xIn:read-only+.SubInput-module__input__wrapper___oWbMr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1))}.SubInput-module__input__field--select___0jA-L{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Ryb3BfZG93biI+CjxtYXNrIGlkPSJtYXNrMF8yMTkwXzE2MTIyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCBpZD0iQm91bmRpbmcgYm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIxOTBfMTYxMjIpIj4KPHBhdGggaWQ9InZlY3RvciIgZD0iTTExLjMwMDMgMTQuM0w4LjcwMDI2IDExLjdDOC4zODM1OSAxMS4zODMzIDguMzEyOTIgMTEuMDIxIDguNDg4MjYgMTAuNjEzQzguNjYyOTIgMTAuMjA0MyA4Ljk3NTI2IDEwIDkuNDI1MjYgMTBIMTQuNTc1M0MxNS4wMjUzIDEwIDE1LjMzNzYgMTAuMjA0MyAxNS41MTIzIDEwLjYxM0MxNS42ODc2IDExLjAyMSAxNS42MTY5IDExLjM4MzMgMTUuMzAwMyAxMS43TDEyLjcwMDMgMTQuM0MxMi42MDAzIDE0LjQgMTIuNDkxOSAxNC40NzUgMTIuMzc1MyAxNC41MjVDMTIuMjU4NiAxNC41NzUgMTIuMTMzNiAxNC42IDEyLjAwMDMgMTQuNkMxMS44NjY5IDE0LjYgMTEuNzQxOSAxNC41NzUgMTEuNjI1MyAxNC41MjVDMTEuNTA4NiAxNC40NzUgMTEuNDAwMyAxNC40IDExLjMwMDMgMTQuM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right .5rem center}.SubInput-module__input__field--select___0jA-L option[value=""]:disabled{display:none}.SubInput-module__input__label___RP-Gn{--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-medium-rgb) / var(--tw-text-opacity, 1));display:inline-block;font-weight:400;height:1.25rem;padding:0;line-height:1;position:relative;margin:0 .25rem;overflow:hidden;transform:translateY(1rem);transition:transform .2s,font-size .2s}.SubInput-module__input__label___RP-Gn span{display:inline-block;padding:0 .125rem}.SubInput-module__input__wrapper___oWbMr legend{max-width:.01px}.SubInput-module__input__wrapper___oWbMr label{max-width:100%;transform:translateY(.4rem)}.SubInput-module__input__field___P9xIn:focus+.SubInput-module__input__wrapper___oWbMr legend,.SubInput-module__input__field--has-value___S41mJ .SubInput-module__input__wrapper___oWbMr legend{max-width:100%;font-size:.75rem;transform:translateY(.25rem)}.SubInput-module__input__field___P9xIn:focus+.SubInput-module__input__wrapper___oWbMr label,.SubInput-module__input__field--has-value___S41mJ .SubInput-module__input__wrapper___oWbMr label{max-width:.01px;font-size:.75rem;transform:translateY(-.5rem)}.Drawer-module__drawer___IKoOm{position:fixed;display:flex;height:100%;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));overflow-y:auto;top:0;right:0;bottom:0;left:0;max-width:100vw;max-height:100vh;z-index:1000}.Drawer-module__drawer___IKoOm.Drawer-module__drawer--open___qpYtq{transform:none}.Drawer-module__drawer--small___gxcez{width:375px}.Drawer-module__drawer--medium___JBRME{width:570px}.Drawer-module__drawer--large___XTVKV{width:768px}.Drawer-module__drawer--placement-left___5ftqP{border-right:1px solid #ddd;box-shadow:6px 0 12px #0003;right:auto;left:0}.Drawer-module__drawer--placement-right___sOeV3{border-left:1px solid #ddd;box-shadow:-6px 0 12px #0003;right:0;left:auto}.Drawer-module__drawer-overlay___THIv4{z-index:900;background:none;display:block;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000040}.Drawer-module__drawer-overlay--clickable___Kyiv-{cursor:pointer}.Drawer-module__drawer--header___g57Jw{display:flex;padding:16px;align-items:center;gap:10px;align-self:stretch}.Drawer-module__drawer--footer___YdIAK{display:flex;padding:16px;justify-content:flex-end;align-items:flex-start;gap:16px;align-self:stretch}.Drawer-module__drawer--content___MVI-v{display:flex;padding:var(--spacing-2, 16px);flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;align-self:stretch}.Drawer-module__drawer--header-component___t8shV{z-index:1001;box-shadow:0 1.982px 7px #00000024,0 1.003px 3.052px #0000000a,0 .396px 1.138px #0000000d,0 0 .405px #00000005}.Drawer-module__drawer--content-component___1sZou{background-color:var(--sui-colors-neutral-background-weak)}.Drawer-module__drawer--footer-component___c0MJJ{z-index:1001;box-shadow:-1.98px .9px 7px #00000024,-1px 0 3.052px #0000000a,-.4px 0 1.138px #0000000d,0 0 .405px #00000005}.Drawer-module__drawer--slide-in-left___tF64K{animation:Drawer-module__slideInLeft___hi7WB ease-in-out .3s}.Drawer-module__drawer--slide-out-left___fn2z-{transform:translate(-100vw);animation:Drawer-module__slideOutLeft___aaryC ease-in-out .3s}.Drawer-module__drawer--slide-in-right___yzT2K{animation:Drawer-module__slideInRight___ApauN ease-in-out .3s}.Drawer-module__drawer--slide-out-right___QTePX{transform:translate(100vw);animation:Drawer-module__slideOutRight___VIp8R ease-in-out .3s}.Drawer-module__drawer-overlay--fade-in___ETfvZ{animation:Drawer-module__fadeIn___Hmu2h ease-in-out .3s}.Drawer-module__drawer-overlay--fade-out___TJr1H{opacity:0;animation:Drawer-module__fadeOut___nLmzP ease-in-out .3s}@keyframes Drawer-module__slideInLeft___hi7WB{0%{transform:translate(-100vw)}to{transform:none}}@keyframes Drawer-module__slideOutLeft___aaryC{0%{transform:none}to{transform:translate(-100vw)}}@keyframes Drawer-module__slideInRight___ApauN{0%{transform:translate(100vw)}to{transform:none}}@keyframes Drawer-module__slideOutRight___VIp8R{0%{transform:none}to{transform:translate(100vw)}}@keyframes Drawer-module__fadeIn___Hmu2h{0%{background-color:#0000}to{background-color:#00000040}}@keyframes Drawer-module__fadeOut___nLmzP{0%{background-color:#00000040}to{background-color:#0000}}.Radio-module__radio___qhO7H{display:flex;align-items:center;gap:var(--sui-spacing-1);font-size:1rem;line-height:1.5rem}@media (min-width: 500px){.Radio-module__radio___qhO7H{font-size:1rem}}.Radio-module__radio___qhO7H label{color:var(--sui-colors-neutral-text);cursor:pointer}.Radio-module__radio___qhO7H input{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;flex-shrink:0;margin-top:-1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--sui-colors-neutral-icon-medium);border-radius:50%;position:relative;outline:none;vertical-align:middle;box-sizing:border-box}.Radio-module__radio___qhO7H input:after{content:"";display:block;width:.5rem;height:.5rem;border-radius:50%}.Radio-module__radio___qhO7H input:checked{border-color:var(--sui-colors-action-icon)}.Radio-module__radio___qhO7H input:checked:after{background-color:var(--sui-colors-action-icon)}.Radio-module__radio___qhO7H input:hover{border-color:var(--sui-colors-action-icon-hover)}.Radio-module__radio___qhO7H input:focus,.Radio-module__radio___qhO7H input:active{border-color:var(--sui-colors-action-icon-pressed)}.Radio-module__radio___qhO7H input:disabled{border-color:var(--sui-colors-neutral-icon-disabled)}.Radio-module__radio___qhO7H input:disabled:after{background-color:var(--sui-colors-neutral-icon-disabled)}.Select-module__select__field___mMncx{width:100%;border-radius:.25rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;--tw-text-opacity:1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Select-module__select__field___mMncx::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx{width:100%;border-radius:.25rem;font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-rgb) / var(--tw-text-opacity, 1))}.Select-module__select__field___mMncx::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-placeholder-opacity, 1))}.Select-module__select__field___mMncx{min-height:48px;line-height:25px;border-width:1px;border-style:solid;border-color:var(--sui-colors-neutral-border)!important}.Select-module__select__field___mMncx:focus,.Select-module__select__field___mMncx:focus-within{outline:none;box-shadow:none;border-color:var(--sui-colors-action-border-pressed)!important}.Select-module__select__field___mMncx:hover{border-color:var(--sui-colors-action-border-hover)!important}.Select-module__select__field___mMncx.Select-module__select__field--default___wtSMy{min-height:48px}.Select-module__select__field___mMncx.Select-module__select__field--small___eNmeM{min-height:32px}.Select-module__select__field___mMncx.Select-module__select__field--large___utR-F{min-height:56px}.Select-module__select__field___mMncx.Select-module__select__field--x-large___YwUBv{min-height:64px}.Select-module__select__field___mMncx.Select-module__select__field--error___bmovd{--tw-border-opacity: 1;border-color:rgb(var(--color-negative-border-hover-rgb) / var(--tw-border-opacity, 1));border-color:var(--sui-colors-negative-border-hover)!important}.Select-module__select__field___mMncx.Select-module__select__field--no-error___6NJ8D:hover{border-color:var(--sui-colors-action-border-hover)!important}.Select-module__select__field___mMncx.Select-module__select__field--no-error___6NJ8D:focus,.Select-module__select__field___mMncx.Select-module__select__field--no-error___6NJ8D:focus-within{border-color:var(--sui-colors-action-border-pressed)!important}.Select-module__select__field___mMncx:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-neutral-background-weak-disabled-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--color-neutral-text-disabled-rgb) / var(--tw-text-opacity, 1))}.Select-module__select__field___mMncx .Select-module__dropdown-carat___77Ypu{display:block;width:1.5rem;height:1.5rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Ryb3BfZG93biI+CjxtYXNrIGlkPSJtYXNrMF8yMTkwXzE2MTIyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCBpZD0iQm91bmRpbmcgYm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIxOTBfMTYxMjIpIj4KPHBhdGggaWQ9InZlY3RvciIgZD0iTTExLjMwMDMgMTQuM0w4LjcwMDI2IDExLjdDOC4zODM1OSAxMS4zODMzIDguMzEyOTIgMTEuMDIxIDguNDg4MjYgMTAuNjEzQzguNjYyOTIgMTAuMjA0MyA4Ljk3NTI2IDEwIDkuNDI1MjYgMTBIMTQuNTc1M0MxNS4wMjUzIDEwIDE1LjMzNzYgMTAuMjA0MyAxNS41MTIzIDEwLjYxM0MxNS42ODc2IDExLjAyMSAxNS42MTY5IDExLjM4MzMgMTUuMzAwMyAxMS43TDEyLjcwMDMgMTQuM0MxMi42MDAzIDE0LjQgMTIuNDkxOSAxNC40NzUgMTIuMzc1MyAxNC41MjVDMTIuMjU4NiAxNC41NzUgMTIuMTMzNiAxNC42IDEyLjAwMDMgMTQuNkMxMS44NjY5IDE0LjYgMTEuNzQxOSAxNC41NzUgMTEuNjI1MyAxNC41MjVDMTEuNTA4NiAxNC40NzUgMTEuNDAwMyAxNC40IDExLjMwMDMgMTQuM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right .5rem center}.Select-module__sui-react-select__input-container--small___MVQdg{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.Skeleton-module__snapUiSkeletonPulseAnimation___L4AkK{animation:Skeleton-module__pulse___dX0ir 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes Skeleton-module__pulse___dX0ir{0%,to{opacity:1}50%{opacity:.5}}.Status-module__status___RePIe{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.Status-module__status___RePIe{font-size:.875rem;line-height:1.5rem}}.Status-module__status___RePIe{display:inline-flex;height:24px;padding:0px var(--spacing-1, 8px);justify-content:center;align-items:center;gap:var(--spacing-1, 8px);flex-shrink:0;border-radius:24px}.Status-module__status-dot___vUIBE{font-size:.9375rem;line-height:1rem;font-weight:600;letter-spacing:.03em}@media (min-width: 500px){.Status-module__status-dot___vUIBE{font-size:.875rem;line-height:1.5rem}}.Status-module__status-dot___vUIBE{display:inline-flex;align-items:center}.Status-module__status-dot-circle___W-DUJ{margin-right:3px}.Status-module__status--success___l2SsP{background:var(--Positive-Background, #d0f6cb);color:var(--Positive-Text, #136f06);fill:var(--Positive-Icon, #1a9608)}.Status-module__status--warning___HRCsA{background:var(--Warning-Background, #feed90);color:var(--Warning-Text, #655601);fill:var(--Warning-Icon-Medium, #fcd603)}.Status-module__status--negative___MGPxL{background:var(--Negative-Background, #fbddda);color:var(--Negative-Text, #bf2313);fill:var(--Negative-Icon-Hover, #bf2313)}.Status-module__status--info___5iQfS{background:var(--Info-Background, #c0ebfc);color:var(--Info-Text, #076388);fill:var(--Info-Icon, #076388)}.Status-module__status--inactive___hhdyC{background:var(--Neutral-Background-Medium, #f2f2f2);color:var(--Neutral-Text-Medium, #666);fill:var(--Neutral-Icon-Medium, #666)}.TextLink-module__TextLink___fbb5Z{font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-weight:400;font-size:.9375rem;line-height:1rem}.TextLink-module__TextLink___fbb5Z{font-family:Open sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-weight:400;font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.TextLink-module__TextLink___fbb5Z{font-size:.875rem}}.TextLink-module__TextLink___fbb5Z{text-decoration:none;border:none;background:none;padding:0;text-underline-offset:6px}.TextLink-module__TextLink___fbb5Z.TextLink-module__grayed___Qi-rG,.TextLink-module__TextLink___fbb5Z:disabled{color:var(--sui-colors-neutral-text-disabled)}.TextLink-module__type-secondary___DDe5Z{color:var(--sui-colors-neutral-text);cursor:pointer}.TextLink-module__type-secondary___DDe5Z:hover{color:var(--sui-colors-action-text-hover);-webkit-text-decoration:underline var(--sui-colors-action-text-hover);text-decoration:underline var(--sui-colors-action-text-hover)}.TextLink-module__type-secondary___DDe5Z:focus,.TextLink-module__type-secondary___DDe5Z:active{color:var(--sui-colors-action-border-pressed);-webkit-text-decoration:underline var(--sui-colors-action-text-pressed);text-decoration:underline var(--sui-colors-action-text-pressed)}.TextLink-module__type-secondary___DDe5Z:visited{color:var(--sui-colors-action-text-pressed)}.TextLink-module__type-secondary___DDe5Z.TextLink-module__grayed___Qi-rG,.TextLink-module__type-secondary___DDe5Z:disabled{color:var(--sui-colors-neutral-text-disabled);text-decoration:none}.TextLink-module__type-primary___i9Bol{color:var(--sui-colors-action-text);cursor:pointer}.TextLink-module__type-primary___i9Bol:hover{color:var(--sui-colors-action-text-hover);-webkit-text-decoration:underline var(--sui-colors-action-text-hover);text-decoration:underline var(--sui-colors-action-text-hover)}.TextLink-module__type-primary___i9Bol:focus,.TextLink-module__type-primary___i9Bol:active{color:var(--sui-colors-action-border-pressed);-webkit-text-decoration:underline var(--sui-colors-action-text-pressed);text-decoration:underline var(--sui-colors-action-text-pressed)}.TextLink-module__type-primary___i9Bol:visited{color:var(--sui-colors-action-text-pressed)}.TextLink-module__type-primary___i9Bol.TextLink-module__grayed___Qi-rG,.TextLink-module__type-primary___i9Bol:disabled{color:var(--sui-colors-neutral-text-disabled);text-decoration:none}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy{color:var(--sui-colors-negative-text)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy:hover{color:var(--sui-colors-negative-text-hover);-webkit-text-decoration:underline var(--sui-colors-negative-text-hover);text-decoration:underline var(--sui-colors-negative-text-hover)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy:focus,.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy:active{color:var(--sui-colors-negative-text-pressed);-webkit-text-decoration:underline var(--sui-colors-negative-text-pressed);text-decoration:underline var(--sui-colors-negative-text-pressed)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy:visited{color:var(--sui-colors-negative-text-pressed)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy.TextLink-module__grayed___Qi-rG,.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-negative___QNFdy:disabled{color:var(--sui-colors-negative-text-disabled);text-decoration:none}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc{color:var(--sui-colors-positive-text)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc:hover{color:var(--sui-colors-positive-text-hover);-webkit-text-decoration:underline var(--sui-colors-positive-text-hover);text-decoration:underline var(--sui-colors-positive-text-hover)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc:focus,.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc:active{color:var(--sui-colors-positive-text-pressed);-webkit-text-decoration:underline var(--sui-colors-positive-text-pressed);text-decoration:underline var(--sui-colors-positive-text-pressed)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc:visited{color:var(--sui-colors-positive-text-pressed)}.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc.TextLink-module__grayed___Qi-rG,.TextLink-module__type-primary___i9Bol.TextLink-module__sentiment-success___SIxzc:disabled{color:var(--sui-colors-positive-text-disabled);text-decoration:none}.Toast-module__toastEntranceAnimation___ueW-d{animation:Toast-module__toastEntrance___MiE2e .25s cubic-bezier(.4,0,.6,1)}@keyframes Toast-module__toastEntrance___MiE2e{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translateY(0)}}.ActionMenu-module__ActionMenu___ZaAqe{border-radius:.3125rem;border:1px solid var(--sui-colors-neutral-border);background:var(--sui-colors-neutral-background);padding:var(--sui-spacing-0-5) 0;min-width:15rem;display:flex;flex-direction:column;align-items:stretch;top:0;z-index:10;box-shadow:.20664px .41429px 2.125px #00000012,.90924px 1.82286px 4.4px #0000000d,2.23176px 4.47429px 8.775px #0000000a,4.29821px 8.61714px 17.2px #0000000a,7.23257px 14.5px 31.625px #00000008,11.15882px 22.37143px 54px #00000005}.ActionMenu-module__ActionMenu___ZaAqe.ActionMenu-module__ActionMenu--right___4apND{right:0}.ActionMenu-module__ActionMenu___ZaAqe.ActionMenu-module__ActionMenu--left___Hqm8Z{left:0}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR{font-family:Urbanist,sans-serif;display:flex;padding:var(--sui-spacing-0-5) var(--sui-spacing-2);align-items:center;gap:var(--sui-spacing-0-5);height:2.25rem;color:var(--sui-colors-neutral-text);background:var(--sui-colors-neutral-background);border:1px solid transparent;text-align:center;font-feature-settings:"clig" off,"liga" off;cursor:pointer;margin:0;font-size:.9375rem;font-weight:600;line-height:1rem;letter-spacing:.03em}@media (min-width: 500px){.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR{font-size:.875rem}}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:hover{color:var(--sui-colors-action-text-hover);background:var(--sui-colors-action-background-weak-hover)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:focus,.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:active{color:var(--sui-colors-action-text-pressed);background:var(--sui-colors-action-background-weak-pressed)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR:disabled{color:var(--sui-colors-neutral-text-disabled);background:var(--sui-colors-neutral-background);cursor:not-allowed}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr{color:var(--sui-colors-negative-text)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:hover{color:#fff;background-color:var(--sui-colors-negative-background-hover)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:focus,.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:active{color:var(--sui-colors-negative-text-pressed);background-color:var(--sui-colors-negative-background-pressed)}.ActionMenu-module__ActionMenu___ZaAqe .ActionMenu-module__ActionMenu__Button___Ep6PR.ActionMenu-module__ActionMenu__Button--negative___c-VEr:disabled{color:var(--sui-colors-negative-text-disabled);opacity:.4;background:none}.TableCell-module__table-cell___tdPqe{padding-left:1rem;padding-right:1rem;align-items:center;justify-content:center;flex-grow:1;flex-shrink:0;min-height:3rem;display:flex;flex-basis:1%}.TableCell-module__table-cell___tdPqe.TableCell-module__tall___whjSW{min-height:4rem}.TableCell-module__table-cell___tdPqe.TableCell-module__header___DPsGg{font-weight:700;display:flex;align-items:center;gap:.5rem}.TableCell-module__table-cell___tdPqe.TableCell-module__accordian___EBYFs{flex-grow:0;flex-basis:3.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TableCell-module__table-cell___tdPqe.TableCell-module__checkbox___8qYU7,.TableCell-module__table-cell___tdPqe.TableCell-module__checkbox-header___yCrVl{flex-grow:0;flex-basis:3.5rem}.TableCell-module__table-cell___tdPqe .TableCell-module__two-row-inner___hytUR{display:flex;flex-direction:column;height:100%;justify-content:center}.TableCell-module__table-cell___tdPqe.TableCell-module__avatar___Z3ZSF{display:flex;align-items:center;gap:.5rem}.TableCell-module__table-cell__header-prepend___r4Qyf{position:relative;cursor:default}.TableCell-module__table-cell__header-prepend___r4Qyf:after{content:"";position:absolute;left:-16px;bottom:0;width:calc(100% + 32px);border-top:1px solid var(--sui-colors-neutral-border)}.TableRow-module__table-row___9dnF0{display:flex;justify-content:stretch;width:100%;background-color:var(--sui-colors-neutral-background)}.TableRow-module__table-row___9dnF0>div{border-bottom:1px solid var(--sui-colors-neutral-border)}.TableRow-module__table-row___9dnF0.TableRow-module__header___0ed8r{background-color:transparent}.TableRow-module__table-row___9dnF0.TableRow-module__alternate-background___UcXGJ>div{background-color:var(--sui-colors-neutral-background-weak)}.TableRow-module__table-row___9dnF0:hover>div{background-color:var(--sui-colors-neutral-background-weak)}.TableRow-module__table-row___9dnF0:first-child>div{border-bottom:2px solid var(--sui-colors-neutral-border);border-top:1px solid var(--sui-colors-neutral-border)}.TableRow-module__sticky-cell___7U-dj{position:sticky;right:0;z-index:1;background-color:var(--sui-colors-neutral-background)}.TableRow-module__sticky-cell___7U-dj.TableRow-module__alternate-background___UcXGJ>div{background-color:var(--sui-colors-neutral-background-weak)!important}.TableRow-module__sticky-cell___7U-dj:hover>div{background-color:var(--sui-colors-neutral-background-weak)!important}.Table-module__table___HIOTX.Table-module__info___9X46p{background-color:var(--sui-colors-action-background);color:#fff}.Table-module__table___HIOTX.Table-module__success___yV6jH{background-color:var(--sui-colors-positive-background-strong)}.Table-module__table___HIOTX.Table-module__warning___yWAm8{background-color:var(--sui-colors-warning-background)}.Table-module__table___HIOTX.Table-module__error___f8Vku{background-color:var(--sui-colors-negative-background-strong);color:#fff}.Table-module__table___HIOTX.Table-module__grayed___1OBqm{background-color:var(--sui-colors-neutral-background-strong);color:#fff}.Pagination-module__pagination___JA6Qd{display:flex;align-items:center;justify-content:space-around;font-size:.9375rem;line-height:1rem}.Pagination-module__pagination___JA6Qd{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.Pagination-module__pagination___JA6Qd{font-size:.875rem}}.Pagination-module__pagination___JA6Qd{color:var(--sui-colors-neutral-text)}.Pagination-module__pagination-list___4ShXw{display:flex;list-style:none}.Pagination-module__pagination-item___1S-xz{display:inline-flex;padding:var(--sui-spacing-0-5) var(--sui-spacing-2);align-items:flex-start;gap:var(--sui-spacing-1);border:1px solid var(--sui-colors-neutral-border);background:var(--sui-colors-neutral-background);cursor:pointer}.Pagination-module__pagination-item___1S-xz.Pagination-module__dots___1XB5L{cursor:default}.Pagination-module__pagination-item___1S-xz.Pagination-module__dots___1XB5L:hover{border-color:var(--sui-colors-neutral-border)}.Pagination-module__pagination-item___1S-xz:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.Pagination-module__pagination-item___1S-xz:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.Pagination-module__pagination-item___1S-xz:hover{border-color:var(--sui-colors-action-border-hover)}.Pagination-module__pagination-item___1S-xz:focus,.Pagination-module__pagination-item___1S-xz:active{border-color:var(--sui-colors-action-border-pressed)}.Pagination-module__pagination-item___1S-xz.Pagination-module__selected___bBhkk{background:var(--sui-colors-neutral-background-medium)}.Pagination-module__pagination-item___1S-xz.Pagination-module__disabled___zwV33{cursor:default;pointer-events:none;background:var(--sui-colors-neutral-background-weak-disabled);color:var(--sui-colors-neutral-text-disabled);border-color:var(--sui-colors-neutral-border)}.Pagination-module__pagination-text___Q-4gO{font-size:.9375rem;line-height:1rem}@media (min-width: 500px){.Pagination-module__pagination-text___Q-4gO{font-size:.875rem}}.Pagination-module__pagination-text___Q-4gO{color:var(--sui-colors-neutral-text)}.ModalContainer-module__modal___hG0Mg{position:fixed;z-index:1000}.ModalContainer-module__ModalContainer___rfj3v{padding:1.5rem;border-radius:.25rem;--tw-shadow:0px -10px 30px rgba(0, 0, 0, .03);--tw-shadow: 0px -10px 30px rgba(0, 0, 0, .03);--tw-shadow-colored: 0px -10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);position:fixed;background-color:var(--sui-colors-neutral-background);z-index:1000;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:31.25rem;max-height:calc(100vh - 3.125rem);display:flex;overflow:auto}.ModalContainer-module__ModalContainer___rfj3v.ModalContainer-module__ModalContainer--size-large___AaZS0{max-width:48rem}.ModalContainer-module__ModalContainer___rfj3v .ModalContainer-module__ModalContainer__close-button___N0VvX{position:absolute;top:1.25rem;right:1.25rem;z-index:1001}.ModalContainer-module__modal-screen-overlay___x8fS-{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));opacity:.25;position:fixed;top:0;right:0;bottom:0;left:0;z-index:900}.ModalContainer-module__modal-content___cHqM7{display:flex;flex-direction:column;flex-grow:1}.ModalContainer-module__modal-fade-in___TSY0E{animation:ModalContainer-module__fadeIn___JtT7l ease-in-out .15s}.ModalContainer-module__modal-fade-out___kjJ0N{opacity:0;animation:ModalContainer-module__fadeOut___rQS3J ease-in-out .15s}@keyframes ModalContainer-module__fadeIn___JtT7l{0%{opacity:0}to{opacity:1}}@keyframes ModalContainer-module__fadeOut___rQS3J{0%{opacity:1}to{opacity:0}}.Popover-module__Content___RIETg{border-radius:4px;padding:20px;width:260px;background-color:var(--sui-colors-white);box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;outline:none}.Popover-module__Content___RIETg:focus{box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px}.Popover-module__Content___RIETg[data-state=open][data-side=top]{animation-name:Popover-module__slideDownAndFade___WW77T}.Popover-module__Content___RIETg[data-state=open][data-side=right]{animation-name:Popover-module__slideLeftAndFade___2aGYW}.Popover-module__Content___RIETg[data-state=open][data-side=bottom]{animation-name:Popover-module__slideUpAndFade___aRLiV}.Popover-module__Content___RIETg[data-state=open][data-side=left]{animation-name:Popover-module__slideRightAndFade___rrkmO}.Popover-module__Arrow___ue4Mg{fill:var(--sui-colors-white)}.Popover-module__PopoverCloseIcon___WugOW{all:unset;display:inline-flex;position:absolute;top:0;right:0}@keyframes Popover-module__slideUpAndFade___aRLiV{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes Popover-module__slideRightAndFade___rrkmO{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes Popover-module__slideDownAndFade___WW77T{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes Popover-module__slideLeftAndFade___2aGYW{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}.Toggle-module__toggle___Vh-GP{position:relative;display:inline-block;width:2.8125rem;height:1.25rem;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--sui-colors-neutral-background-strong);border-radius:.75rem}.Toggle-module__toggle___Vh-GP:before{content:"off";height:1.25rem;line-height:1.25rem;position:absolute;right:.5rem;top:0;bottom:0}.Toggle-module__toggle___Vh-GP:after{content:"";display:block;position:absolute;background:var(--sui-colors-neutral-background);width:1rem;height:1rem;border-radius:50%;top:.125rem;bottom:.125rem;left:.125rem}.Toggle-module__toggle___Vh-GP:checked{background:var(--sui-colors-positive-background-strong)}.Toggle-module__toggle___Vh-GP:checked:before{content:"on";color:var(--sui-colors-neutral-text-inverse);right:auto;left:.5rem}.Toggle-module__toggle___Vh-GP:checked:after{right:.125rem;left:auto}.Toggle-module__toggle___Vh-GP:disabled{background:var(--sui-colors-neutral-background-weak-disabled)}.Toggle-module__toggle___Vh-GP:disabled:before{color:var(--sui-colors-neutral-text-disabled)}.Toggle-module__toggle___Vh-GP:disabled:after{background:var(--sui-colors-neutral-background)}
