@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;width:100%;z-index:1}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}.slide-pane{background:#fff;box-shadow:0 8px 8px rgba(0,0,0,.5);display:flex;flex-direction:column;height:100%;min-width:100px;transition:transform .5s;will-change:transform}.slide-pane:focus{outline-style:none}.slide-pane_from_right{margin-left:auto;transform:translateX(100%)}.slide-pane_from_right.content-after-open{transform:translateX(0)}.slide-pane_from_right.content-before-close{transform:translateX(100%)}.slide-pane_from_left{margin-right:auto;transform:translateX(-100%)}.slide-pane_from_left.content-after-open{transform:translateX(0)}.slide-pane_from_left.content-before-close{transform:translateX(-100%)}.slide-pane_from_bottom{height:90vh;margin-top:10vh;transform:translateY(100%)}.slide-pane_from_bottom.content-after-open{transform:translateY(0)}.slide-pane_from_bottom.content-before-close{transform:translateY(100%)}.slide-pane__overlay{background-color:transparent;bottom:0;left:0;position:fixed;right:0;top:0}.slide-pane__overlay.overlay-after-open{background-color:rgba(0,0,0,.3);transition:background-color .5s}.slide-pane__overlay.overlay-before-close{background-color:transparent}.slide-pane__header{align-items:center;background:#ebebeb;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex:0 0 64px;height:64px}.slide-pane__title-wrapper{display:flex;flex:1;flex-direction:column;margin-left:32px;min-width:0}.slide-pane .slide-pane__title{font-size:18px;font-weight:400;margin:0;max-width:80%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.slide-pane__close{cursor:pointer;margin-left:24px;opacity:.7;padding:16px}.slide-pane__close svg{padding:0;width:12px}.slide-pane__content{flex:1 1 auto;overflow-y:auto;padding:24px 32px;position:relative}.slide-pane__subtitle{font-size:12px;margin-top:2px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1}[dir=ltr] .Toastify__toast-icon{margin-right:10px}[dir=rtl] .Toastify__toast-icon{margin-left:10px}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*! @license
 * Shaka Player
 * Copyright 2016 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */.shaka-hidden{display:none!important}.shaka-video-container{display:flex;left:0;position:relative;top:0}.shaka-video-container .material-icons-round{font-family:Material Icons Round;font-size:24px}.shaka-video-container *{-webkit-font-smoothing:antialiased;font-family:Roboto-Regular,Roboto,sans-serif,TengwarTelcontar}.shaka-video-container:fullscreen{background-color:#000;height:100%;width:100%}.shaka-video-container:fullscreen .shaka-text-container{font-size:4.4vmin}.shaka-video-container:-webkit-full-screen{background-color:#000;height:100%;width:100%}.shaka-video-container:-webkit-full-screen .shaka-text-container{font-size:4.4vmin}.shaka-video-container:-moz-full-screen{background-color:#000;height:100%;width:100%}.shaka-video-container:-moz-full-screen .shaka-text-container{font-size:4.4vmin}.shaka-video-container:-ms-fullscreen{background-color:#000;height:100%;width:100%}.shaka-video-container:-ms-fullscreen .shaka-text-container{font-size:4.4vmin}.shaka-controls-container{align-items:center;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.shaka-video-container:not([shaka-controls=true]) .shaka-controls-container{display:none}.shaka-controls-container *{flex-shrink:0}.shaka-controls-container[casting=true] .shaka-fullscreen-button{display:none}.shaka-canvas-container{bottom:0;height:100%;left:0;margin:0;padding:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.shaka-bottom-controls{padding:0 0 2.5%;width:96%;z-index:1}.shaka-controls-button-panel{align-items:center;display:flex;flex-direction:row;font-size:12px;font-style:normal;font-weight:400;justify-content:flex-end;margin:0;min-width:48px;opacity:0;overflow:hidden;padding:0;transition:opacity .6s cubic-bezier(.4,0,.6,1);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.shaka-controls-container[casting=true] .shaka-controls-button-panel,.shaka-controls-container[shown=true] .shaka-controls-button-panel{opacity:1}.shaka-controls-button-panel>*{background:0 0;border:0;color:#fff;cursor:pointer;height:32px;line-height:.5;margin:1px;padding:0 5px}.shaka-controls-button-panel .shaka-overflow-menu-only{display:none}.shaka-play-button-container{align-items:center;bottom:0;display:flex;flex-shrink:1;height:100%;justify-content:center;left:0;margin:0;position:absolute;right:0;top:0;width:100%}.shaka-statistics-container{background-color:rgba(35,35,35,.9);border-radius:2px;color:#fff;font-size:14px;left:15px;min-width:300px;opacity:0;overflow-x:hidden;overflow-y:auto;padding:5px 10px;position:absolute;top:15px;transition:opacity .6s cubic-bezier(.4,0,.6,1);z-index:2}.shaka-controls-container[casting=true] .shaka-statistics-container,.shaka-controls-container[shown=true] .shaka-statistics-container{opacity:1}.shaka-statistics-container div{display:flex;justify-content:space-between}.shaka-statistics-container span{color:#969696}.shaka-context-menu{background-color:rgba(35,35,35,.9);border-radius:2px;position:absolute;z-index:3}.shaka-context-menu button{align-items:center;background:0 0;border:0;color:#fff;cursor:pointer;display:flex;padding:5px 10px;width:100%}.shaka-context-menu button:hover{background-color:rgba(50,50,50,.9)}.shaka-context-menu label{padding:0 20px}.shaka-context-menu .shaka-current-selection-span,.shaka-context-menu label{align-items:flex-start;color:#fff;cursor:pointer}.shaka-scrim-container{background:linear-gradient(0deg,#000 0,transparent 15%);bottom:0;flex-shrink:1;height:100%;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s cubic-bezier(.4,0,.6,1);width:100%}.shaka-controls-container[casting=true] .shaka-scrim-container,.shaka-controls-container[shown=true] .shaka-scrim-container{opacity:1}.shaka-text-container{bottom:0;color:#fff;font-size:20px;left:0;line-height:1.4;min-width:48px;pointer-events:none;position:absolute;right:0;top:0;transition:bottom .1s cubic-bezier(.4,0,.6,1);transition-delay:.5s;width:100%}.shaka-text-container span.shaka-text-wrapper{background:0 0;display:inline}.shaka-controls-container[shown=true]~.shaka-text-container{bottom:15%;transition-delay:0s}.shaka-spinner-container{align-items:center;bottom:0;display:flex;flex-shrink:1;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.shaka-video-container:not([shaka-controls=true]) .shaka-spinner-container{display:none}.shaka-spinner{filter:drop-shadow(0 0 2px rgba(255,255,255,.5));left:0;padding:7.8%;position:relative;top:0}.shaka-play-button,.shaka-spinner{box-sizing:border-box;height:0;margin:0;width:0}.shaka-play-button{background-color:hsla(0,0%,100%,.9);background-position:50%;background-repeat:no-repeat;background-size:50%;border:none;border-radius:50%;box-shadow:0 0 20px 0 rgba(0,0,0,.1);opacity:0;padding:7.5%;transition:opacity .6s cubic-bezier(.4,0,.6,1)}.shaka-controls-container[casting=true] .shaka-play-button,.shaka-controls-container[shown=true] .shaka-play-button{opacity:1}.shaka-play-button[icon=play]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.shaka-play-button[icon=pause]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.shaka-current-time{color:#fff;cursor:pointer;font-size:14px}.shaka-current-time[disabled]{background-color:transparent;color:#fff;cursor:default}.shaka-controls-container button:focus,.shaka-controls-container input:focus{outline:1px solid Highlight}.shaka-controls-container button:-moz-focus-inner,.shaka-controls-container input:-moz-focus-outer{border:0;outline:0}.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus{outline:0}.shaka-range-container{background:#fff;border-radius:4px;height:4px;left:0;margin:4px 6px;position:relative;top:0}.shaka-volume-bar-container{padding:0;width:100px}.shaka-range-element{-webkit-appearance:none;background:0 0;bottom:0;height:100%;height:12px;left:0;margin:0;padding:0;position:absolute;right:0;top:0;top:-4px;width:100%;z-index:1}.shaka-range-element::-webkit-slider-runnable-track{background:0 0;border:none;color:transparent;cursor:pointer;height:12px;width:100%}.shaka-range-element::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:none;border-radius:12px;height:12px;width:12px}.shaka-range-element::-moz-range-track{background:0 0;border:none;color:transparent;cursor:pointer;height:12px;width:100%}.shaka-range-element::-moz-range-thumb{-webkit-appearance:none;background:#fff;border:none;border-radius:12px;height:12px;width:12px}.shaka-seek-bar-container{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.6,1)}.shaka-controls-container[casting=true] .shaka-seek-bar-container,.shaka-controls-container[shown=true] .shaka-seek-bar-container{opacity:1}/*!
 * @license
 * The SVG/CSS buffering spinner is based on http://codepen.io/jczimm/pen/vEBpoL
 * Some local modifications have been made.
 *
 * Copyright (c) 2016 by jczimm
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */.shaka-ad-markers,.shaka-spinner-svg{bottom:0;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%}.shaka-spinner-svg{animation:rotate 2s linear infinite;transform-origin:center center}.shaka-spinner-path{stroke:#202124;stroke-dasharray:20,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1s ease-in-out infinite}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.shaka-spacer{cursor:default;flex-grow:1;flex-shrink:1;margin:0}.shaka-overflow-menu,.shaka-settings-menu{background:#fff;border-radius:2px;bottom:30px;box-shadow:0 1px 9px 0 rgba(0,0,0,.4);display:flex;flex-direction:column;max-height:250px;min-width:180px;opacity:0;overflow-x:hidden;overflow-y:auto;position:absolute;right:15px;transition:opacity .6s cubic-bezier(.4,0,.6,1);white-space:nowrap;z-index:2}.shaka-controls-container[casting=true] .shaka-overflow-menu,.shaka-controls-container[casting=true] .shaka-settings-menu,.shaka-controls-container[shown=true] .shaka-overflow-menu,.shaka-controls-container[shown=true] .shaka-settings-menu{opacity:1}.shaka-overflow-menu button,.shaka-settings-menu button{align-items:center;background:0 0;border:none;color:#000;cursor:pointer;display:flex;font-size:14px;min-height:30px;padding:3.5px 6px}.shaka-overflow-menu button:hover,.shaka-settings-menu button:hover{background:#e0e0e0}.shaka-overflow-menu button label,.shaka-settings-menu button label{cursor:pointer}.shaka-keyboard-navigation .shaka-overflow-menu button:focus,.shaka-keyboard-navigation .shaka-settings-menu button:focus{background:#e0e0e0}.shaka-overflow-menu i,.shaka-settings-menu i{padding-left:10px;padding-right:10px}.shaka-overflow-menu.shaka-low-position,.shaka-settings-menu.shaka-low-position{bottom:15px}.shaka-overflow-menu span{text-align:left}.shaka-overflow-button-label{display:flex;flex-direction:column;position:relative}.shaka-current-selection-span{color:rgba(0,0,0,.54)}.shaka-settings-menu span{margin-left:54px}.shaka-back-to-overflow-button span{margin-left:0}.shaka-back-to-overflow-button i{padding-right:20px}.shaka-auto-span{left:17px}.shaka-controls-container[ad-active=true]{pointer-events:none}.shaka-controls-container[ad-active=true] .shaka-bottom-controls{pointer-events:auto}.shaka-client-side-ad-container,.shaka-server-side-ad-container{bottom:0;left:0;position:absolute;right:0;top:0}.shaka-video-container[shaka-controls=true] .shaka-client-side-ad-container iframe,.shaka-video-container[shaka-controls=true] .shaka-server-side-ad-container iframe{height:90%}.shaka-server-side-ad-container{flex-shrink:1;height:100%;width:100%}.shaka-server-side-ad-container:not([ad-active=true]){pointer-events:none}.shaka-ad-controls{display:flex;flex-direction:row;padding-bottom:1%;z-index:1}.shaka-video-container:not([shaka-controls=true]) .shaka-ad-controls{display:none}.shaka-ad-controls button,.shaka-ad-controls div{color:#fff;font-size:medium}.shaka-ad-controls div:not(.shaka-skip-ad-counter){margin:1px}.shaka-ad-counter,.shaka-ad-position{display:flex;flex-direction:column;justify-content:flex-end;text-shadow:1px 1px 4px #000}.shaka-ad-controls .shaka-ad-position:not(.shaka-hidden)+.shaka-ad-counter{margin-left:.75em}.shaka-skip-ad-container{display:flex;flex-direction:row;margin:0;position:relative;right:-2%}.shaka-skip-ad-button{background:rgba(0,0,0,.7);border:none;cursor:pointer;padding:5px 15px}.shaka-skip-ad-button:disabled{background:rgba(0,0,0,.3)}.shaka-skip-ad-counter{background:rgba(0,0,0,.7);margin:0;padding:5px}/*!
 * @license
 * The tooltip is based on https://github.com/felipefialho/css-components/
 * Local modifications have been performed.
 *
 * Copyright (c) 2017 Felipe Fialho
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */.shaka-tooltips-on{overflow:visible}.shaka-tooltips-on>[class*=shaka-tooltip]{position:relative}.shaka-tooltips-on>[class*=shaka-tooltip].focus-visible:after,.shaka-tooltips-on>[class*=shaka-tooltip]:active:after,.shaka-tooltips-on>[class*=shaka-tooltip]:hover:after{background:rgba(35,35,35,.9);border-radius:3px;bottom:37px;color:#fff;content:attr(aria-label);font-family:Roboto-Regular,Roboto,sans-serif;font-size:13px;left:16px;line-height:16px;padding:5px 10px;position:absolute;transform:translateX(-50%);white-space:nowrap}.shaka-tooltips-on>[class*=shaka-tooltip]:active:after,.shaka-tooltips-on>[class*=shaka-tooltip]:focus-visible:after,.shaka-tooltips-on>[class*=shaka-tooltip]:hover:after{background:rgba(35,35,35,.9);border-radius:3px;bottom:37px;color:#fff;content:attr(aria-label);font-family:Roboto-Regular,Roboto,sans-serif;font-size:13px;left:16px;line-height:16px;padding:5px 10px;position:absolute;transform:translateX(-50%);white-space:nowrap}.shaka-tooltips-on>.shaka-tooltip-status.focus-visible:after,.shaka-tooltips-on>.shaka-tooltip-status:active:after,.shaka-tooltips-on>.shaka-tooltip-status:hover:after{content:attr(aria-label) " (" attr(shaka-status) ")"}.shaka-tooltips-on>.shaka-tooltip-status:active:after,.shaka-tooltips-on>.shaka-tooltip-status:focus-visible:after,.shaka-tooltips-on>.shaka-tooltip-status:hover:after{content:attr(aria-label) " (" attr(shaka-status) ")"}.shaka-tooltips-on button:first-child.focus-visible:after,.shaka-tooltips-on button:first-child:active:after,.shaka-tooltips-on button:first-child:hover:after{left:0;transform:translateX(0)}.shaka-tooltips-on button:first-child:active:after,.shaka-tooltips-on button:first-child:focus-visible:after,.shaka-tooltips-on button:first-child:hover:after{left:0;transform:translateX(0)}.shaka-tooltips-on button:last-child.focus-visible:after,.shaka-tooltips-on button:last-child:active:after,.shaka-tooltips-on button:last-child:hover:after{left:32px;transform:translateX(-100%)}.shaka-tooltips-on button:last-child:active:after,.shaka-tooltips-on button:last-child:focus-visible:after,.shaka-tooltips-on button:last-child:hover:after{left:32px;transform:translateX(-100%)}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format("truetype")}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmM.otf) format("opentype")}.material-icons-round{word-wrap:normal;direction:ltr;display:inline-block;font-family:Material Icons Round;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap}.react-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;background-color:transparent;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;height:24px;padding:0;transition:all .2s ease;width:50px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{bottom:0;height:10px;left:8px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:14px}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{bottom:0;height:10px;line-height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:10px;top:0;width:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;box-sizing:border-box;height:22px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:22px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.IYi6A\+sEMC2LJs2bVixPQw\=\={background-color:var(--tweet-bg-color);border:var(--tweet-border);border-radius:12px;box-sizing:border-box;color:var(--tweet-font-color);font-family:var(--tweet-font-family);font-weight:400;margin:var(--tweet-container-margin);max-width:550px;min-width:250px;overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}.IYi6A\+sEMC2LJs2bVixPQw\=\=:hover{background-color:var(--tweet-bg-color-hover)}.U-yhyQaFWZ0CAVoHgbHJRw\=\={box-sizing:inherit;padding:.75rem 1rem;position:relative}.aFjbgm-gASfbibXgCFAk5w\=\={padding-bottom:.25rem;pointer-events:none}._7G7My8I3iwp11a28OpoAOQ\=\={animation:sPPtp91GWcveh6JmsYOBLg\=\= 8s ease-in-out infinite;background-image:var(--tweet-skeleton-gradient);background-size:400% 100%;border-radius:5px;display:block;width:100%}@media (prefers-reduced-motion:reduce){._7G7My8I3iwp11a28OpoAOQ\=\={animation:none;background-position:200% 0}}@keyframes sPPtp91GWcveh6JmsYOBLg\=\={0%{background-position:200% 0}to{background-position:-200% 0}}.Bkp3dFuqm8OuwYN1DVvruQ\=\={align-items:center;display:flex;flex-direction:column;padding-bottom:.75rem}.Bkp3dFuqm8OuwYN1DVvruQ\=\=>h3{font-size:1.25rem;margin-bottom:.5rem}.fqi\+TomJjEEU\+VJyKvnISQ\=\={word-wrap:break-word;display:flex;font-size:var(--tweet-header-font-size);line-height:var(--tweet-header-line-height);overflow:hidden;padding-bottom:.75rem;white-space:nowrap}.dF6B9rabuCVmlpSgqnxcow\=\={height:48px;position:relative;width:48px}.q9vj2-QmiTZznS7Sm2IE9w\=\={border-radius:9999px;height:100%;overflow:hidden;position:absolute;width:100%}.XXXjK\+A3-ZQMk92x9wtjog\=\={border-radius:4px}._6d-afQZgP0k3n86gNzPphQ\=\={box-shadow:inset 0 0 2px rgba(0,0,0,.03);height:100%;transition-duration:.2s;transition-property:background-color;width:100%}._6d-afQZgP0k3n86gNzPphQ\=\=:hover{background-color:rgba(26,26,26,.15)}.c9op6aDJjbU9Tzgd1QqELg\=\={display:flex;flex-direction:column;justify-content:center;margin:0 .5rem;max-width:calc(100% - 84px)}.UoTd3pGZi5YP3rJofRR7BA\=\={align-items:center;color:inherit;display:flex;text-decoration:none}.UoTd3pGZi5YP3rJofRR7BA\=\=:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.m2FdjHaZf0J-cujHPh8cwA\=\={display:inline-flex}.AC6b68jnkVfaARjSsVox-A\=\={font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TrdR1DPzD2-b92tnhv2gmQ\=\=,.mn\+ZrHEfhNx4sZ9VKSStCA\=\={display:flex}.nqpzJ-eYZH3NsmaaIPMscw\=\={color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}.ZXblmluQm1l34b5yRt\+mzw\=\={color:var(--tweet-color-blue-secondary);font-weight:700;text-decoration:none}.ZXblmluQm1l34b5yRt\+mzw\=\=:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.\+F6WzhP5\+hSHRwvdndFqzA\=\={padding:0 .25rem}[dir=ltr] .eVCrhRhSa2Fev4JsbK2Gag\=\={margin-left:auto}[dir=rtl] .eVCrhRhSa2Fev4JsbK2Gag\=\={margin-right:auto}.PKodYP81LeW02006D2F7FA\=\={color:var(--tweet-twitter-icon-color);height:23.75px;width:23.75px}.PKodYP81LeW02006D2F7FA\=\=,.lZGWOw13RYivvbSyg6L5BA\=\={fill:currentColor;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lZGWOw13RYivvbSyg6L5BA\=\={height:1.25em;margin-left:.125rem;max-height:20px;max-width:20px;vertical-align:text-bottom}.FAKH6mdlgFVlXoSn79Oflw\=\={color:var(--tweet-verified-old-color)}.PJJQhpos5MRuSJkFbka9Ww\=\={color:var(--tweet-verified-blue-color)}.V3DuWmcrD2wPFZYn7hQbQA\=\={color:#829aab}.kPVIATRwmi2alEd5tFWbiA\=\={word-wrap:break-word;color:var(--tweet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;text-decoration:none;white-space:pre-wrap}.kPVIATRwmi2alEd5tFWbiA\=\=:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:1px}.n\+TE6wXCOxCNzFahSnineA\=\={word-wrap:break-word;font-size:var(--tweet-body-font-size);font-weight:var(--tweet-body-font-weight);line-height:var(--tweet-body-line-height);margin:var(--tweet-body-margin);white-space:pre-wrap}.DIgVsQJEOu4zFhhQfRXM3Q\=\={color:var(--tweet-color-blue-secondary);cursor:pointer;font-weight:inherit;text-decoration:none}.DIgVsQJEOu4zFhhQfRXM3Q\=\=:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:1px}.nXnD-V74\+p3R5YheHNIBGA\=\={margin-top:.75rem;overflow:hidden;position:relative}.TpF9aTZBeL8kdpjdx2AGIw\=\={border:var(--tweet-border);border-radius:12px}.tp1kpfzA3PrgU6ZENBZGHQ\=\={grid-gap:2px;display:grid;gap:2px;grid-auto-rows:1fr;height:100%;width:100%}.IVn\+pyyYeozwCazto7UtbA\=\={grid-template-columns:repeat(2,1fr)}.zvKAYxjxnDsKecB7CWLabQ\=\=>a:first-child{grid-row:span 2}.vDuWi5mnkXbr4dRba2Zn6w\=\={grid-template-rows:repeat(2,1fr)}.uZoRLVDY17m8xrW40e8Hxg\=\={align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.KUG7GQOAmKGHSvfSbwkHrw\=\={outline-style:none;text-decoration:none}.\+y7I7lCjRvtLw0UOz8HV-A\=\={display:block;padding-bottom:56.25%;width:100%}.yJH78P4tU2D7lROAU696EA\=\={bottom:0;height:100%;left:0;margin:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.F8Xx6Ya7XeWwypqprYisBw\=\={align-items:center;border:1px solid transparent;border-radius:9999px;color:#fff;cursor:pointer;display:flex;font-weight:700;outline-style:none;padding:0 1rem;text-decoration:none;text-overflow:ellipsis;transition:background-color .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.DKQg5mOX7tmU73LazDnnyQ\=\={align-items:center;background-color:var(--tweet-color-blue-primary);border:4px solid #fff;border-radius:9999px;cursor:pointer;display:flex;height:67px;justify-content:center;position:relative;transition-duration:.2s;transition-property:background-color;width:67px}.DKQg5mOX7tmU73LazDnnyQ\=\=.tkk2WOdxs3MQ-uVXKW6vxQ\=\=,.DKQg5mOX7tmU73LazDnnyQ\=\=:hover{background-color:var(--tweet-color-blue-primary-hover)}.DKQg5mOX7tmU73LazDnnyQ\=\=:focus-visible,.DKQg5mOX7tmU73LazDnnyQ\=\=:hover{background-color:var(--tweet-color-blue-primary-hover)}._118sg26VwlmXplf2jcTRng\=\={fill:currentColor;color:#fff;height:calc(50% + 4px);margin-left:3px;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:calc(50% + 4px)}.TMFeC2HdPP9iagl\+5jkpMA\=\={position:absolute;right:8px;top:12px}.TMFeC2HdPP9iagl\+5jkpMA\=\=>a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(15,20,25,.75);font-size:.875rem;line-height:1rem;min-height:2rem;min-width:2rem}.TMFeC2HdPP9iagl\+5jkpMA\=\=>a:hover{background-color:rgba(39,44,48,.75)}.wAO-4EYsh\+1ply7V5uyk1A\=\={background-color:var(--tweet-color-blue-primary);border-color:var(--tweet-color-blue-primary);font-size:.9375rem;line-height:1.25rem;min-height:2rem;position:relative}.wAO-4EYsh\+1ply7V5uyk1A\=\=:hover{background-color:var(--tweet-color-blue-primary-hover)}.jBzrpz6yHBsp-9IVT0zkLA\=\={border:var(--tweet-border);border-radius:12px;cursor:pointer;margin:var(--tweet-quoted-container-margin);overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}.jBzrpz6yHBsp-9IVT0zkLA\=\=:hover{background-color:var(--tweet-quoted-bg-color-hover)}._8jQqv6Xcd0gwswhume3lGA\=\={box-sizing:inherit;position:relative}.W7pT91FI5qmG\+G6c75groA\=\={word-wrap:break-word;display:flex;font-size:var(--tweet-header-font-size);line-height:var(--tweet-header-line-height);overflow:hidden;padding:.75rem .75rem 0;white-space:nowrap}.DEdHG8pYM916iMdR7jC5zQ\=\={height:20px;position:relative;width:20px}.kU9yJ1AGrous\+JaMc5bHvg\=\={border-radius:4px}.IwdRvovWBMtf8xiWKofzYw\=\={display:flex;margin:0 .5rem}._52r7pDSNblSEIdETlTONVw\=\={font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v3GbPlWVHydKF5u8oC-X4g\=\={color:var(--tweet-font-color-secondary);margin-left:.125rem;text-decoration:none;text-overflow:ellipsis}.fUgloGTQy8MRFZoQngeWqA\=\={word-wrap:break-word;font-size:var(--tweet-quoted-body-font-size);font-weight:var(--tweet-quoted-body-font-weight);line-height:var(--tweet-quoted-body-line-height);margin:var(--tweet-quoted-body-margin);padding:0 .75rem;white-space:pre-wrap}._3RbQU-80dwMGMzzKpwP7\+Q\=\={word-wrap:break-word;align-items:center;color:var(--tweet-font-color-secondary);display:flex;margin-top:.125rem;text-overflow:ellipsis;white-space:nowrap}._2oN0M-Hmd0fxqZcpDOA21Q\=\={align-items:center;border-radius:9999px;color:inherit;display:flex;font:inherit;height:var(--tweet-actions-icon-wrapper-size);justify-content:center;margin-left:auto;margin-right:-4px;text-decoration:none;transition-duration:.2s;transition-property:background-color;width:var(--tweet-actions-icon-wrapper-size)}._2oN0M-Hmd0fxqZcpDOA21Q\=\=:hover{background-color:var(--tweet-color-blue-secondary-hover)}.TS2cneL8i93ayCr5hxIQyA\=\={fill:currentColor;color:inherit;height:var(--tweet-actions-icon-size);-webkit-user-select:none;-moz-user-select:none;user-select:none}._2oN0M-Hmd0fxqZcpDOA21Q\=\=:hover>.TS2cneL8i93ayCr5hxIQyA\=\={color:var(--tweet-color-blue-secondary)}.CQsVzKZ0x3JPFgR-HOjSQA\=\={color:inherit;font-size:var(--tweet-info-font-size);line-height:var(--tweet-info-line-height);text-decoration:none}.CQsVzKZ0x3JPFgR-HOjSQA\=\=:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:1px}.nBBRaHs67DBCd\+Bmiw0g9A\=\={word-wrap:break-word;align-items:center;border-top:var(--tweet-border);color:var(--tweet-font-color-secondary);display:flex;margin-top:.25rem;padding-top:.25rem;text-overflow:ellipsis;white-space:nowrap}.AHlsglbAZJNHiduiTfQI6A\=\=,._5dNYeKaLH7bP2Tgd2prr7A\=\=,.ntafbniHqwxABOS-q0qIxQ\=\={align-items:center;color:inherit;display:flex;margin-right:1.25rem;text-decoration:none}.AHlsglbAZJNHiduiTfQI6A\=\=:hover,._5dNYeKaLH7bP2Tgd2prr7A\=\=:hover,.ntafbniHqwxABOS-q0qIxQ\=\=:hover{background-color:transparent}.AHlsglbAZJNHiduiTfQI6A\=\=:hover>.q08qYlu45XW1KAxZ3TTeaA\=\={background-color:var(--tweet-color-red-primary-hover)}.AHlsglbAZJNHiduiTfQI6A\=\=:hover>.mYqcbObKvv-H\+\+Laf47Xyw\=\={color:var(--tweet-color-red-primary);-webkit-text-decoration-line:underline;text-decoration-line:underline}.-QSEDNnKkne6V0yHr0ywaQ\=\=,._54RI-0EUo2Xt39\+S3XgjRQ\=\=,.q08qYlu45XW1KAxZ3TTeaA\=\={align-items:center;border-radius:9999px;display:flex;height:var(--tweet-actions-icon-wrapper-size);justify-content:center;margin-left:-.25rem;width:var(--tweet-actions-icon-wrapper-size)}.ecihj96vgoSBGLrBY7ec2A\=\=,.laN\+kcEUIxqht5MH7EQkyA\=\=,.nNJi-VnpN2HggHv4obrMIQ\=\={fill:currentColor;height:var(--tweet-actions-icon-size);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ecihj96vgoSBGLrBY7ec2A\=\={color:var(--tweet-color-red-primary)}.\+hNEA8KDnpjPnWd\+bzmVuw\=\=,.mYqcbObKvv-H\+\+Laf47Xyw\=\=,.vOXd1bAn246u7PYoLi1AtA\=\={font-size:var(--tweet-actions-font-size);font-weight:var(--tweet-actions-font-weight);line-height:var(--tweet-actions-line-height);margin-left:.25rem}._5dNYeKaLH7bP2Tgd2prr7A\=\=:hover>.-QSEDNnKkne6V0yHr0ywaQ\=\={background-color:var(--tweet-color-blue-secondary-hover)}._5dNYeKaLH7bP2Tgd2prr7A\=\=:hover>.\+hNEA8KDnpjPnWd\+bzmVuw\=\={color:var(--tweet-color-blue-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}.nNJi-VnpN2HggHv4obrMIQ\=\={color:var(--tweet-color-blue-primary)}.ntafbniHqwxABOS-q0qIxQ\=\={background:none;border:none;cursor:pointer;font:inherit}.ntafbniHqwxABOS-q0qIxQ\=\=:hover>._54RI-0EUo2Xt39\+S3XgjRQ\=\={background-color:var(--tweet-color-green-primary-hover)}.ntafbniHqwxABOS-q0qIxQ\=\=:hover .laN\+kcEUIxqht5MH7EQkyA\=\={color:var(--tweet-color-green-primary)}.ntafbniHqwxABOS-q0qIxQ\=\=:hover>.vOXd1bAn246u7PYoLi1AtA\=\={color:var(--tweet-color-green-primary);-webkit-text-decoration-line:underline;text-decoration-line:underline}.R5pGYUdlYYDKxnKpqzCzEg\=\={padding:.25rem 0}.dHoNbn-kV5rVf\+qauviXZw\=\={align-items:center;border:var(--tweet-border);border-radius:9999px;color:var(--tweet-color-blue-secondary);display:flex;justify-content:center;min-height:32px;min-width:32px;outline-style:none;padding:0 1rem;text-decoration:none;transition-duration:.2s;transition-property:background-color;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dHoNbn-kV5rVf\+qauviXZw\=\=:hover{background-color:var(--tweet-color-blue-secondary-hover)}.C9OVvo8US4VmQV1Ncx6Q5w\=\={word-wrap:break-word;font-size:var(--tweet-replies-font-size);font-weight:var(--tweet-replies-font-weight);line-height:var(--tweet-replies-line-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}[dir=ltr] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir=rtl] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.str-chat{font-family:var(--str-chat__font-family)}.str-chat,.str-chat *{box-sizing:border-box}.str-chat .float-ui-container,.str-chat .ngxp__container{border-color:transparent!important;box-shadow:none!important;max-width:100vw;padding:0!important;z-index:1}.str-chat .float-ui-container .ngxp__arrow,.str-chat .ngxp__container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{align-items:center;display:flex;justify-content:center}.stream-chat__paginated-list{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2);height:100%;max-height:100%;min-height:0;overflow-x:hidden;overflow-y:scroll}.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,stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{align-items:center;display:flex;gap:var(--str-chat__spacing-2)}:root{--str-chat__theme-version:2}.str-chat{--str-chat__spacing-px:1px;--str-chat__spacing-0_5:0.125rem;--str-chat__spacing-1:0.25rem;--str-chat__spacing-1_5:0.375rem;--str-chat__spacing-2:0.5rem;--str-chat__spacing-2_5:0.625rem;--str-chat__spacing-3:0.75rem;--str-chat__spacing-3_5:0.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,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuODMzIDQuMTY3aC0xLjY2NlYyLjVINS44MzN2MS42NjdINC4xNjdjLS45MTcgMC0xLjY2Ny43NS0xLjY2NyAxLjY2NnYuODM0YzAgMi4xMjUgMS42IDMuODU4IDMuNjU4IDQuMTE2YTQuMTc0IDQuMTc0IDAgMCAwIDMuMDA5IDIuNDY3djIuNTgzSDUuODMzVjE3LjVoOC4zMzR2LTEuNjY3aC0zLjMzNFYxMy4yNWE0LjE3NCA0LjE3NCAwIDAgMCAzLjAwOS0yLjQ2N0MxNS45IDEwLjUyNSAxNy41IDguNzkyIDE3LjUgNi42Njd2LS44MzRjMC0uOTE2LS43NS0xLjY2Ni0xLjY2Ny0xLjY2NlptLTExLjY2NiAyLjV2LS44MzRoMS42NjZ2My4xODRhMi41MDkgMi41MDkgMCAwIDEtMS42NjYtMi4zNVptNS44MzMgNWEyLjUwNyAyLjUwNyAwIDAgMS0yLjUtMi41di01aDV2NWMwIDEuMzc1LTEuMTI1IDIuNS0yLjUgMi41Wm01LjgzMy01YzAgMS4wODMtLjcgMi0xLjY2NiAyLjM1VjUuODMzaDEuNjY2di44MzRaIiBmaWxsPSIjNUU2NzZFIi8+PC9zdmc+");--str-chat__arrow-left-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNzkxIDcuMDA1SDMuNjIxbDQuODgtNC44OGMuMzktLjM5LjM5LTEuMDMgMC0xLjQyYS45OTYuOTk2IDAgMCAwLTEuNDEgMGwtNi41OSA2LjU5YS45OTYuOTk2IDAgMCAwIDAgMS40MWw2LjU5IDYuNTlhLjk5Ni45OTYgMCAxIDAgMS40MS0xLjQxbC00Ljg4LTQuODhoMTEuMTdjLjU1IDAgMS0uNDUgMS0xcy0uNDUtMS0xLTFaIiBmaWxsPSIjMDgwNzA3Ii8+PC9zdmc+");--str-chat__close-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMy43MWEuOTk2Ljk5NiAwIDAgMC0xLjQxIDBMNyA1LjU5IDIuMTEuN0EuOTk2Ljk5NiAwIDEgMCAuNyAyLjExTDUuNTkgNyAuNyAxMS44OWEuOTk2Ljk5NiAwIDEgMCAxLjQxIDEuNDFMNyA4LjQxbDQuODkgNC44OWEuOTk2Ljk5NiAwIDEgMCAxLjQxLTEuNDFMOC40MSA3bDQuODktNC44OWMuMzgtLjM4LjM4LTEuMDIgMC0xLjRaIiBmaWxsPSIjMDgwNzA3Ii8+PC9zdmc+");--str-chat__add-attachment-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuMzMzIDcuMzMzaC0yLjY2NnY1LjMzM0g3LjMzM3YyLjY2N2g1LjMzNHY1LjMzM2gyLjY2NnYtNS4zMzNoNS4zMzR2LTIuNjY3aC01LjMzNFY3LjMzM1pNMTQgLjY2NkM2LjY0LjY2Ni42NjcgNi42NC42NjcgMTQgLjY2NyAyMS4zNiA2LjY0IDI3LjMzMyAxNCAyNy4zMzNTMjcuMzMzIDIxLjM2IDI3LjMzMyAxNCAyMS4zNi42NjYgMTQgLjY2NlptMCAyNEM4LjEyIDI0LjY2NiAzLjMzMyAxOS44OCAzLjMzMyAxNCAzLjMzMyA4LjEyIDguMTIgMy4zMzMgMTQgMy4zMzNTMjQuNjY3IDguMTIgMjQuNjY3IDE0IDE5Ljg4IDI0LjY2NiAxNCAyNC42NjZaIi8+PC9zdmc+");--str-chat__folder-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTggMmgtOEw4IDBIMkMuOSAwIC4wMS45LjAxIDJMMCAxNGMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjRjMC0xLjEtLjktMi0yLTJabTAgMTJIMlY0aDE2djEwWiIvPjwvc3ZnPg==");--str-chat__poll-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMEgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0wIDE2SDJWMmgxNHYxNFpNNCA3aDJ2N0g0VjdabTQtM2gydjEwSDhWNFptNCA2aDJ2NGgtMnYtNFoiLz48L3N2Zz4=");--str-chat__location-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgdmlld0JveD0iMCAwIDI1NS44NTYgMjU1Ljg1NiI+PHBhdGggZD0iTTEyNy45MjggMzguOGMtMzAuNzUgMC01NS43NjggMjUuMDE3LTU1Ljc2OCA1NS43NjdzMjUuMDE4IDU1Ljc2NyA1NS43NjggNTUuNzY3IDU1Ljc2OC0yNS4wMTcgNTUuNzY4LTU1Ljc2N1MxNTguNjc4IDM4LjggMTI3LjkyOCAzOC44em0wIDk2LjUzM2MtMjIuNDc5IDAtNDAuNzY4LTE4LjI4OC00MC43NjgtNDAuNzY3UzEwNS40NDkgNTMuOCAxMjcuOTI4IDUzLjhzNDAuNzY4IDE4LjI4OCA0MC43NjggNDAuNzY3LTE4LjI4OCA0MC43NjYtNDAuNzY4IDQwLjc2NnoiLz48cGF0aCBkPSJNMTI3LjkyOCAwQzc1Ljc4NCAwIDMzLjM2MiA0Mi40MjIgMzMuMzYyIDk0LjU2NmMwIDMwLjA3MiAyNS4yMiA3NC44NzUgNDAuMjUzIDk4LjkwNCA5Ljg5MSAxNS44MDkgMjAuNTIgMzAuODU1IDI5LjkyOCA0Mi4zNjUgMTUuMTAxIDE4LjQ3NCAyMC41MDYgMjAuMDIgMjQuMzg2IDIwLjAyIDMuOTM4IDAgOS4wNDEtMS41NDcgMjQuMDk1LTIwLjAzMSA5LjQyOS0xMS41NzkgMjAuMDYzLTI2LjYxNiAyOS45NDQtNDIuMzQyIDE1LjEzNi0yNC4wODggNDAuNTI3LTY4Ljk3MSA0MC41MjctOTguOTE3QzIyMi40OTUgNDIuNDIyIDE4MC4wNzMgMCAxMjcuOTI4IDB6bTQzLjY0MSAxODEuODAzYy0xOS4zOTYgMzEuNDgzLTM3LjIwMyA1Mi43NTctNDMuNzMgNTguMTg4LTYuNTYxLTUuMjY0LTI0LjA3OS0yNi4wMzItNDMuNzQ2LTU4LjA4OS0yMi43MDctMzcuMDE1LTM1LjczLTY4Ljg0OC0zNS43My04Ny4zMzZDNDguMzYyIDUwLjY5MyA4NC4wNTUgMTUgMTI3LjkyOCAxNXM3OS41NjYgMzUuNjkzIDc5LjU2NiA3OS41NjZjLjAwMSAxOC4zODItMTMuMDk0IDUwLjE3OC0zNS45MjUgODcuMjM3eiIvPjwvc3ZnPg==");--str-chat__handle-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgNiIgZmlsbD0iY3VycmVuQ29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDBIMHYyaDE2VjBaTTAgNmgxNlY0SDB2MloiLz48L3N2Zz4=");--str-chat__circle-stop-icon:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSI0IDQgMjggMjgiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDU1IDI3LjI0NGM2LjE3NiAwIDExLjI5LTUuMTI0IDExLjI5LTExLjI4OSAwLTYuMTc2LTUuMTI1LTExLjI4OS0xMS4zMDEtMTEuMjg5LTYuMTY1IDAtMTEuMjc4IDUuMTEzLTExLjI3OCAxMS4yOSAwIDYuMTY0IDUuMTI0IDExLjI4OCAxMS4yOSAxMS4yODhabTAtMS44ODFhOS4zNjIgOS4zNjIgMCAwIDEtOS4zOTYtOS40MDhjMC01LjIyNCA0LjE2MS05LjQwNyA5LjM4NS05LjQwN2E5LjM4OCA5LjM4OCAwIDAgMSA5LjQxOSA5LjQwNyA5LjM2NSA5LjM2NSAwIDAgMS05LjQwOCA5LjQwOFptLTIuOTMzLTUuMzhoNS44NDRjLjY5NyAwIDEuMTA3LS40MDkgMS4xMDctMS4wODR2LTUuODg4YzAtLjY4Ni0uNDEtMS4wODUtMS4xMDctMS4wODVoLTUuODQ0Yy0uNjg2IDAtMS4xMDcuMzk5LTEuMTA3IDEuMDg1VjE4LjljMCAuNjc1LjQyIDEuMDg1IDEuMTA3IDEuMDg1WiIgZmlsbD0iIzAwNWZmZiIvPjwvc3ZnPg==");--str-chat__magnifier-glass-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjEgMjEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgMGM0Ljk2OCAwIDkgNC4wMzIgOSA5cy00LjAzMiA5LTkgOS05LTQuMDMyLTktOSA0LjAzMi05IDktOVptMCAxNmMzLjg2NyAwIDctMy4xMzMgNy03IDAtMy44NjgtMy4xMzMtNy03LTctMy44NjggMC03IDMuMTMyLTcgNyAwIDMuODY3IDMuMTMyIDcgNyA3Wm0xMS4zMTQgMi44OTktMi44MjktMi44MjgtMS40MTQgMS40MTQgMi44MjggMi44MjkgMS40MTUtMS40MTVaIi8+PC9zdmc+");--str-chat__clear-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMFptMTAtOGE4IDggMCAxIDAgMCAxNiA4IDggMCAwIDAgMC0xNlptMy41MzYgNC40NjRhMSAxIDAgMCAwLTEuNDE0IDBMMTAgOC41ODYgNy44OCA2LjQ2NEExIDEgMCAwIDAgNi40NjUgNy44OEw4LjU4NiAxMGwtMi4xMjEgMi4xMjFhMSAxIDAgMSAwIDEuNDE0IDEuNDE1TDEwIDExLjQxNGwyLjEyMiAyLjEyMmExIDEgMCAxIDAgMS40MTQtMS40MTVMMTEuNDE1IDEwbDIuMTItMi4xMjFhMSAxIDAgMCAwIDAtMS40MTVaIi8+PC9zdmc+");--str-chat__avatar-size:calc(var(--str-chat__spacing-px)*32)}@font-face{font-family:stream-chat-icons;font-style:normal;font-weight:400;src:url(/23ed7e178123c3011bdb74372908ce51.eot);src:url(/23ed7e178123c3011bdb74372908ce51.eot#iefix) format("embedded-opentype"),url(/e5d9e7208067db143a7459585e3d96ef.woff) format("woff2"),url(/e5d9e7208067db143a7459585e3d96ef.woff) format("woff"),url(/f5156a7e5d2a460022d038bd77ce3f0c.ttf) format("truetype"),url(/c76e825baeee72b2e71d59673e9d663e.svg#stream-chat-icons) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:stream-chat-icons;src:url(/c76e825baeee72b2e71d59673e9d663e.svg#stream-chat-icons) format("svg")}}.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{align-items:center;display:flex;height:var(--str-chat__avatar-size);justify-content:center;line-height:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size);position:relative;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)*0.33);--str-chat-icon-height:calc(var(--str-chat__avatar-size)*0.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%;object-fit:cover;width:100%}.str-chat__avatar .str-chat__avatar-fallback{height:inherit;text-align:center;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{height:calc(var(--str-chat__spacing-px)*12);inset-block-start:2%;inset-inline-end:3%;position:absolute;width:calc(var(--str-chat__spacing-px)*12)}.str-chat__loading-channels-avatar{flex-shrink:0;height:calc(var(--str-chat__spacing-px)*49);width: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);min-width:var(--str-chat__avatar-size);overflow:hidden;width:var(--str-chat__avatar-size)}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:first-child{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%;min-width:100%;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{align-items:center;display:flex;font-size:calc(var(--str-chat__avatar-size)*.5);justify-content:center}.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) - var(--str-chat__attachment-margin)*2);--str-chat__video-height:var(--str-chat__attachment-max-width);--str-chat__scraped-image-height:calc(var(--str-chat__attachment-max-width)*0.52356);--str-chat__scraped-video-height:calc(var(--str-chat__attachment-max-width)*0.5625);align-items:stretch;display:flex;flex-direction:column;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{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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{align-items:center;display:flex;justify-content:center;overflow:hidden;width:auto}.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{cursor:default;height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.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{cursor:default;max-height:100%;max-width:100%;object-fit:contain}.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{cursor:zoom-in;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-height:var(--str-chat__attachment-max-width);max-width:var(--str-chat__attachment-max-width);object-fit:cover;width:100%}.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{display:flex;max-width:var(--str-chat__attachment-max-width)}.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{display:flex;flex-direction:column;height:100%;max-width:var(--str-chat__attachment-max-width);min-width:0;width:100%}.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%;max-height:100%;max-width:var(--str-chat__attachment-max-width);min-height:0;width:100%}.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--gallery,.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;gap:var(--str-chat__spacing-0_5);grid-template-columns:50% 50%;height:var(--str-chat__attachment-max-width);max-width:var(--str-chat__attachment-max-width);overflow:hidden;width:fit-content}.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{margin:0;padding:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{cursor:zoom-in;height:100%;max-width:var(--str-chat__attachment-max-width);object-fit:cover;width:100%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{align-items:center;background-position:0 0;background-repeat:no-repeat;background-size:cover;cursor:zoom-in;display:flex;justify-content:center;margin:0;max-width:var(--str-chat__attachment-max-width);position:relative}.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:"";height:100%;left:0;position:absolute;top:0;width: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{max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));object-fit:contain}.str-chat__attachment-list .str-chat__message-attachment-unsupported{align-items:center;column-gap:var(--str-chat__spacing-4);display:flex;justify-content:center;margin:var(--str-chat__attachment-margin);padding:var(--str-chat__spacing-2)}.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{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:center;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{max-width:100%;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-audio-widget,.str-chat__attachment-list .str-chat__message-attachment-file--item{align-items:center;column-gap:var(--str-chat__spacing-4);display:flex;justify-content:center;margin:var(--str-chat__attachment-margin);padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .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-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-width:0;row-gap:var(--str-chat__spacing-0_5);width:100%}.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__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-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-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-audio-widget--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-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-file--item-text .str-chat__message-attachment-file--item-first-row{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;justify-content:space-between;width:100%}.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,.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-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-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-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-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-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-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-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-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-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-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-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-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-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-file--item-first-row .str-chat__message-attachment-file--item-name{min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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,.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-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-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-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-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-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-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*24)}.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-geolocation{margin:var(--str-chat__attachment-margin);min-width:200px}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder{align-items:center;display:flex;justify-content:center;padding:var(--str-chat__spacing-2);position:relative}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-geolocation__icon{height:calc(var(--str-chat__spacing-px)*150)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{height:calc(var(--str-chat__spacing-px)*20);inset-block:.75rem;inset-inline-end:.75rem;position:absolute;width:calc(var(--str-chat__spacing-px)*20)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{display:flex;justify-content:center;padding:.5rem 2rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active{align-items:center;display:flex;flex-direction:column;gap:.375rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{color:var(--str-chat__danger-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-status{color:var(--str-chat__info-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{text-transform:lowercase}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{align-items:center;display:flex;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{grid-column-gap:var(--str-chat__spacing-5);align-items:center;display:flex;padding-top:var(--str-chat__spacing-2_5);width:100%}.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{cursor:pointer;flex:1;height:calc(var(--str-chat__spacing-px)*5);position:relative}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{height:inherit;inset-inline-start:0;position:absolute}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{align-items:center;display:grid;gap:calc(var(--str-chat__spacing-px)*9);grid-template-columns:36px auto 55px;justify-content:center;margin:var(--str-chat__attachment-margin);padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{display:flex;flex:1;flex-direction:column;gap:var(--str-chat__spacing-2);min-width:0}.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{align-items:center;display:flex;gap:var(--str-chat__spacing-1);justify-content:space-between;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;width: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__title{min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*24)}.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{align-items:center;display:flex;gap:var(--str-chat__spacing-1_5);height:100%;justify-content:space-between}.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{align-items:center;display:flex;gap:var(--str-chat__spacing-1);justify-content:flex-start}.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{align-items:center;display:flex;flex:1;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width);height:calc(var(--str-chat__spacing-px)*25);justify-content:space-between;position:relative;width:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px);min-width:var(--str-chat__voice-recording-amplitude-bar-width);width:var(--str-chat__voice-recording-amplitude-bar-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{height:calc(100% + 4px);left:0;position:absolute;width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{align-items:center;background:none;border:none;display:flex;justify-content:center;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{margin:var(--str-chat__attachment-margin);max-width:var(--str-chat__attachment-max-width);min-width:0}.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{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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;padding:var(--str-chat__spacing-2);row-gap:var(--str-chat__spacing-2_5);width:100%}.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{align-items:center;column-gap:var(--str-chat__spacing-3_5);display:flex}.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;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap;width:100%}.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);align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*36);justify-content:center;width:calc(var(--str-chat__spacing-px)*36)}.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--content,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link{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-file--item-download,.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__voice-recording-widget .str-chat__wave-progress-bar__track{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{align-items:center;display:flex;flex:1;gap:var(--str-chat__spacing-px);height:calc(var(--str-chat__spacing-px)*25);position:relative;width:120px}.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{height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px);min-width:2px;width: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{height:calc(100% + 4px);left:0;position:absolute;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;height:100%;position:relative;width:100%}.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{height:calc(var(--str-chat__spacing-px)*36);left:0;margin:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width: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);align-items:center;display:flex;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;justify-content:flex-start;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{align-items:center;display:flex;height:calc(var(--str-chat__spacing-px)*72);justify-content:center;min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden;position:relative;width:calc(var(--str-chat__spacing-px)*72)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{height:calc(var(--str-chat__spacing-px)*72);object-fit:cover;overflow:hidden;width:calc(var(--str-chat__spacing-px)*72);word-break:break-all}.str-chat__attachment-preview-list .str-chat__attachment-preview-file,.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__location-preview{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;height:calc(var(--str-chat__spacing-px)*72);justify-content:flex-start;padding:0 var(--str-chat__spacing-4);position:relative;width:calc(var(--str-chat__spacing-px)*200)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .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-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .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-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:center;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .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-file-end .str-chat__attachment-preview-subtitle,.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-metadata .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-subtitle,.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-unsupported .str-chat__attachment-preview-file-end .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-subtitle,.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-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.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-voice-recording .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-file-end .str-chat__attachment-preview-subtitle,.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-metadata .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-subtitle,.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__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title{max-width:100%;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image,.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-unsupported .str-chat__location-preview-image,.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-voice-recording .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*37);--str-chat-icon-width:auto;align-items:center;display:flex;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image svg,.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-unsupported .str-chat__location-preview-image 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-voice-recording .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image 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{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;padding:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*24);cursor:pointer;inset-inline-end:calc(var(--str-chat__spacing-px)*2);position:absolute;top:calc(var(--str-chat__spacing-px)*2);z-index:1}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{height:calc(var(--str-chat__spacing-px)*24);width: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);align-items:center;background:unset;border:unset;border-radius:unset;cursor:pointer;display:flex;height:100%;inset-inline-start:0;justify-content:center;padding:unset;position:absolute;width:100%;z-index:0}.str-chat__attachment-preview-list-angular-host{max-width:100%;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{margin:0!important;max-width:100%;padding:var(--str-chat__spacing-2) 0!important}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{bottom:calc(100% + var(--str-chat__spacing-2_5));padding:var(--str-chat__spacing-2) 0;position:absolute;width:100%}.str-chat__suggestion-list-container .str-chat__suggestion-list{display:flex;flex-direction:column;list-style:none;margin:unset;max-height:calc(var(--str-chat__spacing-px)*320);overflow-y:auto;padding: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{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;justify-content:center;padding:var(--str-chat__spacing-2_5)}.str-chat__user-item .str-chat__user-item--name{align-items:center;display:flex;overflow-x:hidden;overflow-x:clip;overflow-y:visible;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.str-chat__emoji-item{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;justify-content:center;padding:var(--str-chat__spacing-2_5)}.str-chat__emoji-item .str-chat__emoji-item--name{align-items:center;display:flex;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{align-items:center;bottom:0;display:flex;justify-content:flex-end;min-height:3.25rem;padding-inline:1rem;width:100%}.str-chat__audio_recorder,stream-voice-recorder-wavebar{align-items:center;display:flex;gap:.375rem;justify-content:center}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{align-items:center;display:flex;height:32px;justify-content:center;padding:0;width:32px}.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{align-items:center;display:flex;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{height:fit-content;overflow-x:auto;padding-block:.5rem}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{align-items:center;display:flex;flex:1;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{align-items:center;display:flex;flex-wrap:nowrap;height:2rem;justify-content:flex-end;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{align-self:center;min-width:3rem}.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__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download{position:absolute;right:1rem;top:.5rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{flex-direction:column;position:relative}.str-chat__channel,.str-chat__channel .str-chat__container{display:flex;height:100%}.str-chat__channel .str-chat__container .str-chat__main-panel{display:flex;flex-direction:column;height:100%;min-width:0;width:100%}.str-chat__empty-channel{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*136);align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{height:calc(var(--str-chat__spacing-px)*136);width:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{inset-block-end:var(--str-chat__spacing-2);position:absolute}.str-chat__loading-channel{display:flex;flex-direction:column;height:100%}.str-chat__loading-channel .str-chat__loading-channel-header{align-items:center;column-gap:var(--str-chat__spacing-4);display:flex;padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;height:calc(var(--str-chat__spacing-px)*40);width:calc(var(--str-chat__spacing-px)*40)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:hidden;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(var(--str-chat__spacing-2)*-1);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(var(--str-chat__spacing-2)*-1)}@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(min(var(--str-chat__spacing-10), 4%)*-1);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(min(var(--str-chat__spacing-10), 4%)*-1 - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{column-gap:var(--str-chat__spacing-2);display:flex;padding:var(--str-chat__spacing-4) 0;width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;height:calc(var(--str-chat__spacing-px)*49);width: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;row-gap:var(--str-chat__spacing-2);width:100%}.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{column-gap:var(--str-chat__spacing-2);display:flex;width:100%}.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{column-gap:var(--str-chat__spacing-2);display:flex;padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{height:calc(var(--str-chat__spacing-px)*36);width:100%}.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{align-items:center;column-gap:var(--str-chat__spacing-4);display:flex;padding:var(--str-chat__spacing-2)}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:hidden;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-info,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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-x:hidden;overflow-y:auto}.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);align-items:center;display:flex;flex-direction:column;height:100%;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{height:calc(var(--str-chat__spacing-px)*136);width: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{align-items:center;display:flex;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{align-items:center;bottom:var(--str-chat__spacing-3);display:flex;flex-direction:row;gap:1px;position:absolute;right:var(--str-chat__spacing-2)}.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{align-items:center;column-gap:var(--str-chat__spacing-2);cursor:pointer;display:flex;justify-content:flex-start;margin:0;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);text-align:start;width:100%}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{align-items:stretch;column-gap:var(--str-chat__spacing-1);display:flex}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{align-items:center;display:flex;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{align-items:center;column-gap:var(--str-chat__spacing-1);display:flex;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible}.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{height:calc(var(--str-chat__spacing-px)*15);width:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name{min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p{margin:0;max-width:calc(100% - 40px);overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-preview-loading{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;justify-content:flex-start;margin:0;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);text-align:start;width:100%}.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{display:flex;flex-direction:column;justify-content:center;position:relative}.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{align-items:center;display:flex;height:65px;justify-content:center;padding:var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;cursor:pointer;height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);width:calc(var(--str-chat__spacing-px)*40)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{align-items:center;display:flex;flex:1;min-width:0;padding: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,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon{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{padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4);width:100%}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{height:400px;left:0;position:absolute;right:0;top:65px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{align-items:center;display:flex;flex-direction:column;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4);width:100%}.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));padding:var(--str-chat__spacing-10) 0;width:calc(var(--str-chat__spacing-px)*90)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{align-items:center;background:none;border:none;column-gap:var(--str-chat__spacing-2);display:flex;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);width:100%}.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{overflow-x:hidden;overflow-x:clip;overflow-y:visible;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__cta-button{cursor:pointer;padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6)}.str-chat__circle-fab{align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*42);justify-content:center;padding:0;width:calc(var(--str-chat__spacing-px)*42)}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__dialog-overlay{height:var(--str-chat__dialog-overlay-height);inset:0;position:absolute;width:100%;z-index:2}.str-chat__dialog{width:100%}.str-chat__dialog .str-chat__dialog__body{overflow-y:auto;padding:2rem 1rem}.str-chat__dialog .str-chat__dialog__body .str-chat__dialog__title{margin-bottom:1rem}.str-chat__dialog .str-chat__dialog__controls{display:flex;gap:1.25rem;justify-content:flex-end;padding:2.25rem 1.25rem}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:none;border:none}.str-chat-angular__dialog-body.str-chat__dialog__body{padding:0}.str-chat-angular__dialog-body .str-chat__dialog__controls{padding-bottom:0}.str-chat__prompt-dialog input[type=text]{padding:.625rem 1rem;width:100%}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{align-items:center;display:flex;padding:.5rem .75rem;width:100%}.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;padding-block:.25rem;width:100%}.str-chat__dropzone-container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:5}.str-chat__dropzone-container p{margin:unset}.str-chat__edit-message-form{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:100%;max-width:100%;min-height:0;min-width:0;row-gap:var(--str-chat__spacing-5);width:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{align-items:center;display:flex;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{display:flex;max-height:100%;max-width:100%;min-height:0;min-width:0}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{flex-basis:min-content;height:40%;max-height:80%;max-width:90%;min-width:90%;width:90%}@media only screen and (min-device-width:768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{max-width:60%;min-width:40%;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__form__switch-field{padding:1rem;width:100%}.str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__form__switch-field label{align-items:center;justify-content:space-between;width:100%}.str-chat__form__switch-field .str-chat__form__switch-field__switch{align-items:center;display:flex;height:calc(var(--str-chat__spacing-px)*32);padding:.25rem;width:calc(var(--str-chat__spacing-px)*52)}.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__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{justify-content:flex-end}.str-chat__dropdown .str-chat__dropdown__open-button{text-align:start;width:100%}.str-chat__image-carousel{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:100%;max-width:100%;min-height:0;min-width:0}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*30);background:transparent;border:none;padding:var(--str-chat__spacing-2_5)}.str-chat__image-carousel .str-chat__image-carousel-image{height:100%;max-height:100%;max-width:100%;min-height:0;min-width:0;object-fit:contain;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-size:var(--str-chat-icon-height);font-style:normal;font-weight:400;height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon,.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url("data:image/svg+xml;base64,PHN2ZyBkYXRhLXRlc3RpZD0idW5zcGVjaWZpZWQtZmlsZXR5cGUiIHdpZHRoPSIzNCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAzYTMgMyAwIDAgMSAzLTNoMjBsMTEgMTF2MjZhMyAzIDAgMCAxLTMgM0gzYTMgMyAwIDAgMS0zLTNWM1oiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNMzQgMTFoLThhMyAzIDAgMCAxLTMtM1YwbDExIDExWiIgZmlsbD0iI0RCREJEQiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOCAxM2gxNXYySDh2LTJaTTggMTdoMTB2Mkg4di0yWk04IDIxaDE1djJIOHYtMloiIGZpbGw9IiNDRkNGQ0YiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSI0MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEQkRCREIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")}.str-chat__icon--audio-file{content:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0icmZ1LWZpbGUtYXVkaW8iIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzNCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjIwIiB3aWR0aD0iMjAiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjcxNyAzMy4xNzJjLjUxOCAwIC43MDcuNDgzLjcwNyAxLjAwOCAwIC40NjItLjEyNiAxLjAxNS0uNzA3IDEuMDE1LS41NDYgMC0uNzI4LS41NTMtLjcyOC0xLjA1IDAtLjQ2Mi4xODItLjk3My43MjgtLjk3M1ptMS44NTUtMi4xN2gtMS4xOXYxLjc1N2gtLjAxNGMtLjI0NS0uMzI5LS41ODgtLjQ5Ny0xLjAzNi0uNDk3LTEuMDMgMC0xLjUzMy44OTYtMS41MzMgMS44NDEgMCAxLjAyMi40ODMgMi4wMDIgMS42MjQgMi4wMDIuNDIgMCAuNzctLjE4MiAxLS41MjVoLjAxNVYzNmgxLjEzNHYtNC45OThabS02Ljg2MiAzLjE4NWMwLS40NjIuMTY3LTEuMDE1LjcyLTEuMDE1LjU1MyAwIC43MjkuNTUzLjcyOSAxLjAxNSAwIC40NjItLjE3NiAxLjAwOC0uNzI5IDEuMDA4LS41NTMgMC0uNzItLjU0Ni0uNzItMS4wMDhabS0xLjE5IDBjMCAxLjA5Mi43ODQgMS45MTggMS45MSAxLjkxOCAxLjEyNyAwIDEuOTE4LS44MjYgMS45MTgtMS45MThzLS43OS0xLjkyNS0xLjkxOC0xLjkyNWMtMS4xMjcgMC0xLjkxLjgzMy0xLjkxIDEuOTI1Wm0xMC4zMTktMS44MmguNzM1di43N2gtLjczNXYxLjY1MmMwIC4yODcuMTY4LjM1LjQyNy4zNS4wNDggMCAuMDk4LS4wMDMuMTQ5LS4wMDcuMDUyLS4wMDMuMTA2LS4wMDcuMTU5LS4wMDdWMzZhNi42OSA2LjY5IDAgMCAwLS4yNzkuMDE3Yy0uMTI0LjAwOS0uMjQ4LjAxOC0uMzcyLjAxOC0xLjAxNSAwLTEuMjc0LS4yOTQtMS4yNzQtMS4yOHYtMS42MThoLS42MDJ2LS43N2guNjAydi0xLjA5OWgxLjE5djEuMVoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0wIDI4aDM0djlhMyAzIDAgMCAxLTMgM0gzYTMgMyAwIDAgMS0zLTN2LTlaIiBmaWxsPSIjMjcyN0IwIi8+PHBhdGggZD0iTTAgM2EzIDMgMCAwIDEgMy0zaDIwbDExIDExdjE3SDBWM1oiIGZpbGw9IiNGNUY1RjUiLz48cGF0aCBkPSJNMzQgMTFoLThhMyAzIDAgMCAxLTMtM1YwbDExIDExWiIgZmlsbD0iI0RCREJEQiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguODggMjEuOTQxaDMuNDE4bDQuNjU0IDIuODA4YS40NC40NCAwIDAgMCAuNzE4LS4zNFYxMi40NGEuNDQuNDQgMCAwIDAtLjcxOC0uMzRsLTQuNjU0IDIuODA5SDguODc5YS44OC44OCAwIDAgMC0uODc5Ljg4djUuMjc0YzAgLjQ4NS4zOTQuODc5Ljg4Ljg3OVptNC4wNDYtNS4yNzUgMi45ODYtMS40NDR2Ni40MDVsLTIuOTg2LTEuNDQ0SDkuNzU4di0zLjUxN2gzLjE2OFptNi45MjUtLjMxNGMtLjM3Ny4wNTctLjYxMS4zMTItLjUyMy41NjdsLS4wMDIuMDAxYTUuMyA1LjMgMCAwIDEgLjMwMiAxLjc3NSA1LjQyNiA1LjQyNiAwIDAgMS0uMzA4IDEuNzk2Yy0uMDkxLjI1NS4xNDguNTA5LjUyNy41NjkuMDU0LjAwOC4xMDcuMDEyLjE2LjAxMi4zMTkgMCAuNjA5LS4xNDkuNjg1LS4zNjZhNi4yNyA2LjI3IDAgMCAwIC4zNDUtMi4wMSA2LjE1NyA2LjE1NyAwIDAgMC0uMzQxLTEuOTkzYy0uMDktLjI1NS0uNDY3LS40MTItLjg0NS0uMzUxWm0yLjMxLTEuNzVjLjM2NC0uMDg2Ljc2NS4wNDMuODk0LjI5MkE4LjIwNiA4LjIwNiAwIDAgMSAyNCAxOC42OTJjMCAxLjI5Ny0uMzIgMi41OTItLjk0OCAzLjgyMy0uMTAyLjE5Ny0uMzc2LjMyLS42Ny4zMi0uMDc1IDAtLjE1Mi0uMDA5LS4yMjgtLjAyNi0uMzY4LS4wODQtLjU2My0uMzU1LS40MzYtLjYwMS41OC0xLjEzMi44NzQtMi4zMjQuODc1LTMuNTE2IDAtMS4xODYtLjI4OC0yLjM3LS44NjUtMy40OS0uMTI4LS4yNDYuMDY3LS41MTYuNDMyLS42WiIgZmlsbD0iIzI3MjdCMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+")}.str-chat__icon--poll{--str-chat-icon-width:var(--str-chat-icon-height);-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.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-x:hidden;overflow-y:auto}.str-chat__link-preview-list{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem;padding-inline:.75rem;width:100%}.str-chat__link-preview-card{align-items:center;display:flex;gap:1rem;justify-content:space-around;min-width:0;width:100%}.str-chat__link-preview-card .str-chat__tooltip{display:block;max-width:calc(var(--str-chat__spacing-px)*250);overflow-x:hidden;overflow-x:clip;overflow-y:visible;padding-inline:.5rem;text-overflow:ellipsis;white-space:nowrap}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{align-items:center;display:flex}.str-chat__link-preview-card .str-chat__link-preview-card__content{flex:1;min-width:0;padding-inline:.5rem;width:100%}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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{align-items:center;animation:rotate 1s linear infinite;display:flex;justify-content:center}.str-chat__loading-indicator svg{height:var(--str-chat__loading-indicator-size);width:var(--str-chat__loading-indicator-size)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(1turn);-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}stream-loading-indicator{align-items:center;display:flex;justify-content:center}.str-chat__loading-indicator-placeholder,stream-loading-indicator .str-chat__loading-indicator{height:var(--str-chat__loading-indicator-size);width:var(--str-chat__loading-indicator-size)}.str-chat__modal.str-chat__share-location-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__modal-header{padding-top:0}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body{-webkit-touch-callout:none;display:flex;flex-direction:column;gap:1rem;padding-block:0;-webkit-user-select:none;user-select:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dropdown__open-button,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__form__switch-field{padding:.5rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items{align-items:flex-start;display:flex;flex-direction:column;padding-block:.25rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{padding:.25rem .5rem;text-align:start;width:100%}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__controls{padding:1.25rem 1rem 0}.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) + var(--str-chat__spacing-px)*50);--str-chat__quoted-message-line-clamp:5}.str-chat__message{--str-chat-message-options-size:calc(var(--str-chat__message-options-button-size)*3)}.str-chat__message.str-chat__message-without-touch-support{--str-chat-message-options-size:calc(var(--str-chat__message-options-button-size)*1)}.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)*0.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{max-width:var(--str-chat__message-max-width);pointer-events:none}.str-chat__quoted-message-text-value{-webkit-line-clamp:var(--str-chat__quoted-message-line-clamp);line-clamp:var(--str-chat__quoted-message-line-clamp);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.str-chat__message,.str-chat__quoted-message-preview{word-wrap:break-word;display:grid;hyphens:auto;overflow-wrap:break-word;word-break:break-word}.str-chat__message .str-chat__message-reminder,.str-chat__quoted-message-preview .str-chat__message-reminder{grid-area:message-reminder;margin:0;padding-block:.5rem .125rem}.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{column-gap:var(--str-chat__spacing-2);grid-template-areas:". message-reminder" "avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";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-reminder" "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--blocked,.str-chat__message.str-chat__message--deleted,.str-chat__quoted-message-preview.str-chat__message--blocked,.str-chat__quoted-message-preview.str-chat__message--deleted{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{align-self:end;grid-area:avatar}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{column-gap:var(--str-chat__spacing-2);display:grid;grid-area:message;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;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{align-items:flex-start;flex-direction:row-reverse;grid-area:options;justify-content:flex-end;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-reactions-button,.str-chat__message .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-actions-box-button,.str-chat__quoted-message-preview .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-reply-in-thread-button{align-items:center;cursor:pointer;display:flex;height:var(--str-chat__message-options-button-size);justify-content:center;width: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;min-width:0;position:relative}.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{margin:0;white-space:pre-line}.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:"reminder reminder" "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;margin:0;padding:var(--str-chat__spacing-1) 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{align-items:center;column-gap:var(--str-chat__spacing-1);display:flex;flex-wrap:wrap;grid-area:metadata;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)*16);align-items:center;column-gap:var(--str-chat__spacing-0_5);display:flex;justify-content:center;position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{height:var(--str-chat-icon-height);width:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status.str-chat__message-status-sent,.str-chat__quoted-message-preview .str-chat__message-status.str-chat__message-status-sent{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*12)}.str-chat__message .str-chat__message-status.str-chat__message-status-sent svg,.str-chat__quoted-message-preview .str-chat__message-status.str-chat__message-status-sent svg{height:var(--str-chat-icon-height);width:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status-sent,.str-chat__quoted-message-preview .str-chat__message-status-sent{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*12)}.str-chat__message .str-chat__message-status-sent svg,.str-chat__quoted-message-preview .str-chat__message-status-sent svg{height:var(--str-chat-icon-height);width:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status-delivered,.str-chat__quoted-message-preview .str-chat__message-status-delivered{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*15)}.str-chat__message .str-chat__message-status-delivered svg,.str-chat__quoted-message-preview .str-chat__message-status-delivered svg{height:var(--str-chat-icon-height);width:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-is-thread-reply-button-wrapper,.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-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-is-thread-reply-button-wrapper button:disabled,.str-chat__message .str-chat__message-replies-count-button-wrapper button:disabled,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper button:disabled,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button:disabled{cursor:auto}.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{margin:0;white-space:pre-line}.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{margin:0;white-space:pre-line}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{column-gap:var(--str-chat__spacing-1);display:flex;min-width:0;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{margin:0;white-space:pre-line}.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{bottom:0;display:block;inset-inline-end:calc(var(--str-chat__spacing-px)*18*-1/2);position:absolute}.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{height:calc(var(--str-chat__spacing-px)*18);width: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: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__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__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,.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{display:flex}.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__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__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,.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{margin-inline-end:0}.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__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__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,.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{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:focus-within .str-chat__message-options,.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__virtual-list: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{display:flex}.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__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__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,.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{margin-inline-end:0}.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__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__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,.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{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{align-items:center;display:flex;padding:var(--str-chat__spacing-8)}.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{text-align:center;width:100%}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{align-items:stretch;flex-basis:min-content;flex-direction:column;row-gap:var(--str-chat__spacing-1)}.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-x:hidden;overflow-y:auto}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{align-items:center;display:flex;justify-content:center;padding:.5rem;width:100%}.str-chat__unread-messages-notification{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*16);align-items:center;display:flex;overflow:clip;position:absolute;top:.75rem;z-index:2}.str-chat__unread-messages-notification button{height:100%;padding-block:.5rem;white-space:nowrap;width:100%}.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-box__submenu,.str-chat__message-actions-box .str-chat__message-actions-list{display:flex;flex-direction:column;list-style:none;margin:0;min-width:10rem;padding:0}.str-chat__message-actions-box .str-chat__message-actions-box__submenu .str-chat__message-actions-list-item-button,.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{cursor:pointer;margin:0;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);text-align:start;width:100%}.str-chat__message-bounce-prompt{align-items:center;display:flex;flex-direction:column;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-delete,.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{flex-direction:column;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input,.str-chat__message-input .str-chat__quoted-message-preview-header{align-items:center;display:flex;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{text-align:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{cursor:pointer;height:calc(var(--str-chat__spacing-px)*40);width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__message-input-inner{align-items:center;display:flex;flex-grow:1;justify-content:center;width:100%}.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);align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*45);justify-content:center;width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{align-items:center;cursor:pointer;display:flex;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat-angular__create-poll{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*21);align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*45);justify-content:center;width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:100%;min-width:0;width:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{column-gap:var(--str-chat__spacing-2);display:flex;max-height:100%;min-height:0;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);width:100%}.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{display:flex;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}.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{align-items:center;align-self:end;display:flex;font-size:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);justify-content:center;width:calc(var(--str-chat__spacing-px)*27)}.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{background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);cursor:pointer;display:flex;padding:unset}.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{height:calc(var(--str-chat__spacing-px)*24);width: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,.str-chat__message-input .str-chat__message-textarea-react-host{align-items:center;display:flex;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative}.str-chat__message-input .str-chat__stop-ai-generation-button{cursor:pointer;height:calc(var(--str-chat__spacing-px)*28);width:calc(var(--str-chat__spacing-px)*30)}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*32);align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*45);justify-content:center;min-width:calc(var(--str-chat__spacing-px)*45);padding:0;width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{height:calc(var(--str-chat__spacing-px)*32);width: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);align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*40);justify-content:center;min-width:calc(var(--str-chat__spacing-px)*40);padding:0;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{align-items:center;display:flex;justify-content:center;margin-block:calc(var(--str-chat__spacing-2)/2);margin-inline-start:var(--str-chat__spacing-2);min-height:calc(var(--str-chat__spacing-px)*45 - var(--str-chat__spacing-2));min-width: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{overflow-x:clip;overflow-x:hidden;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__message-input .str-chat__recording-permission-denied-notification{bottom:100%;left:.5rem;margin-inline:.5rem;max-width:100%;padding:1rem;position:absolute;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{flex-grow:0;height:100%;max-height:100%;min-height:0}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat__attachment-selector button,.str-chat__attachment-selector-actions-menu button{background:none;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{cursor:pointer;padding:.25rem .5rem}.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__send-to-channel-checkbox__container{display:flex;padding:.5rem .75rem;width:100%}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{align-items:center;display:flex}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field label{padding-inline:.5rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field input{margin:0}.str-chat__main-panel-inner{align-items:center;display:flex;flex-direction:column;height:100%;min-height:0;position:relative}.str-chat__list{height:100%;max-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width: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(var(--str-chat__spacing-2)*-1);padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(var(--str-chat__spacing-2)*-1)}@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(min(var(--str-chat__spacing-10), 4%)*-1);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(min(var(--str-chat__spacing-10), 4%)*-1 - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;margin:0;padding:0}.str-chat__list .str-chat__parent-message-li{margin-block-end:var(--str-chat__spacing-4);padding-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{padding-top:var(--str-chat__spacing-3);text-align:start}.str-chat__jump-to-latest-message{inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);position:absolute;z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{left:50%;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);position:absolute;transform:translateX(-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{-webkit-overflow-scrolling:touch;flex:1;height:100%;margin:0;overflow-x:hidden;overflow-y:auto;position:relative;width: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(var(--str-chat__spacing-2)*-1);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(var(--str-chat__spacing-2)*-1)}@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(min(var(--str-chat__spacing-10), 4%)*-1);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(min(var(--str-chat__spacing-10), 4%)*-1 - 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{padding-top:var(--str-chat__spacing-3);text-align:start}.str-chat__virtual-list__loading{display:flex;justify-content:center;padding-top:var(--str-chat__spacing-2);position:absolute;width:100%}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{word-wrap:break-word;overflow:hidden;white-space:pre-line}.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{column-gap:var(--str-chat__spacing-0_5);display:flex;list-style:none;margin-block-end:var(--str-chat__spacing-0_5);margin-block-start:var(--str-chat__spacing-0_5);overflow-x:auto;overflow-y:hidden;padding:0;position:relative;scrollbar-width:none;width:fit-content}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{align-items:center;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:var(--str-chat__spacing-1_5);position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{align-items:center;background:none;border:none;display:flex;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{align-items:center;display:flex!important;height:calc(var(--str-chat__spacing-px)*13);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{flex-basis:min-content;height:40%;max-height:80%;max-width:90%;min-width:90%;width:90%}@media only screen and (min-device-width:768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{max-width:60%;min-width:40%;width:min-content}}.str-chat__message-reactions-details{display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);height:100%;max-height:100%;min-height:0;width:100%}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{align-items:center;display:flex;flex-shrink:0;gap:var(--str-chat__spacing-4);max-width:100%;min-width:0;overflow-x:auto;width:100%}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{align-items:center;cursor:pointer;display:flex;flex-shrink:0;padding:var(--str-chat__spacing-1) 0}.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{line-height:18px;width: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%;min-height:30vh;overflow-y:auto}.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{align-items:center;display:flex;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;inset-block-end:100%;justify-content:flex-end;position:absolute}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{justify-content:flex-start;margin:var(--str-chat__spacing-2);position:static}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{max-width:100%;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:none}.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{column-gap:var(--str-chat__spacing-1);display:flex;list-style:none;margin-block-end:var(--str-chat__spacing-0_5);padding:var(--str-chat__spacing-2);width:fit-content}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{align-items:center;cursor:pointer;display:flex;height:calc(var(--str-chat__spacing-px)*40);justify-content:center;width: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{align-items:center;display:flex!important;height:calc(var(--str-chat__spacing-px)*20);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{inset-block-end:unset;position:static}.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{align-items:center;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.str-chat__modal--open .str-chat__modal-header{align-items:center;display:flex;padding:1.25rem 1rem;width:100%}.str-chat__modal--open .str-chat__modal-header .str-chat__modal__close-button,.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-position:50%;background-repeat:no-repeat;background-size:.875rem;padding:1rem}.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:none;background-image:var(--str-chat__close-icon);background-repeat:no-repeat;border:none;cursor:pointer;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{background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);cursor:pointer;margin:var(--str-chat__spacing-2);padding:unset}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height:calc(var(--str-chat__spacing-px)*28);align-items:center;cursor:pointer;display:flex;inset-block-start:0;inset-inline-end:0;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute}.str-chat__modal--open .str-chat__modal__inner{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:80%;min-height:0;min-width:0;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%}.str-chat__modal--close{display:none}.str-chat__message-notification{align-self:center;bottom:calc(var(--str-chat__spacing-px)*10);display:block;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:absolute;z-index:100}.str-chat__list-notifications{align-items:stretch;display:flex;flex-direction:column;justify-content:center;margin:var(--str-chat__spacing-1_5);position:relative;row-gap:var(--str-chat__spacing-1);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;font:var(--str-chat__body-text);gap:.5rem;max-width:270px;padding:.75rem .675rem}.str-chat__poll button{background:none;border:none;cursor:pointer}.str-chat__poll .str-chat__checkmark{grid-column:1/2;grid-row:1/2;height:1rem;margin-right:.125rem;width:1rem}.str-chat__poll .str-chat__checkmark--checked{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==");background-position:50%;background-repeat:no-repeat;background-size:11px 10px;height:calc(1rem + 1px);width:calc(1rem + 1px)}.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{align-items:center;display:flex;flex-direction:column}.str-chat__poll-action{color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text);padding:.675rem}.str-chat__add-poll-answer-modal button,.str-chat__poll-answer-list-modal button,.str-chat__poll-options-modal button,.str-chat__poll-results-modal button,.str-chat__suggest-poll-option-modal button{background:none;border:none;cursor:pointer}.str-chat__modal__poll-results .str-chat__amount-bar,.str-chat__poll-option-list--full .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{align-items:flex-start;display:flex;flex:1;font:var(--str-chat__body-text);gap:.125rem}.str-chat__poll-option .str-chat__poll-option-data p{flex:1;margin:0}.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:first-of-type{border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm);padding-top:1rem}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm);padding-bottom:1rem}.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;gap:.125rem;grid-template-columns:auto 1fr;grid-template-rows:1fr auto}.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;margin-top:.25rem;width:100%}.str-chat__modal__poll-results .str-chat__poll-option{display:flex;flex-direction:column}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__close-button,.str-chat__poll-actions:not(.str-chat-angular__poll-actions) .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{max-width:400px;overflow:hidden;padding:0 0 .5rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__tooltip,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error,.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-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results,.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;height:100%;min-height:400px;width:100%}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder,.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{align-items:center;display:flex;height:40px;justify-content:center;width:100%}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__title,.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-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat-react__modal.str-chat__poll-action-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-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-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat-react__modal.str-chat__poll-action-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-option-list__body,.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-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{display:flex;flex:1;flex-direction:column;max-height:100%;min-height:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-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-option-list__body,.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__poll-answer-list{overflow-y:auto;padding:0 1rem 1.25rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat-react__modal.str-chat__poll-action-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,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{gap:.5rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-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__modal__poll-results__body{gap:2rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer,.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-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__checkmark,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{align-items:flex-start;display:flex;gap:.25rem;padding:.75rem 1rem;width:100%}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text,.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-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{align-items:center;display:flex;gap:.5rem;justify-content:space-between;padding-block:.375rem;white-space:nowrap}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{align-items:center;display:flex;gap:calc(var(--str-chat__spacing-px)*5);min-width:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name,.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{max-width:130px;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{display:flex;gap:.375rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon,.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{background-image:var(--str-chat__winning-poll-option-icon);height:1.25rem;width:1.25rem}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{flex:1;padding-inline:1rem}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__modal__close-button,.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__modal__inner,.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{display:block;max-height:unset;padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{display:flex;flex-direction:column;height:100%;width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog button,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{background:none;border:none;cursor:pointer}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__modal-header,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__dialog__body,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1 1;padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__dialog__body form,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{padding:1rem;width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat-angular__create-poll-modal .str-chat__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,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{display:flex;flex-direction:column;gap:1rem;padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .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__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat-angular__create-poll-modal .str-chat__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,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__field-label,.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-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle,.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}@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-angular__poll-actions .str-chat__modal__poll-option-list,.str-chat-angular__poll-actions .str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body{display:flex;flex-direction:column;max-height:100%;min-height:0}.str-chat-angular__poll-actions .str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body stream-poll-options-list{height:100%;overflow-x:hidden;overflow-y:auto}.str-chat__search{display:flex;flex-direction:column;justify-content:center;position:relative}.str-chat__search.str-chat__search--active{flex:1;max-height:100%}.str-chat__search .str-chat__search-bar{align-items:center;display:flex;gap:.25rem;justify-content:center;padding:var(--str-chat__spacing-2_5) var(--str-chat__spacing-2)}.str-chat__search .str-chat__search-bar .str-chat__search-bar-button{background:none;border:none;cursor:pointer;padding:var(--str-chat__spacing-1)}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper{align-items:center;display:flex;flex:1;min-width:0;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2)}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--icon{height:20px;margin-right:.5rem;width:20px}.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;mask-size:20px;-webkit-mask-size:20px;width: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{display:flex;flex:1;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{background-color:var(--str-chat__tertiary-surface-color);border-radius:var(--str-chat__border-radius-circle);padding:.5rem .75rem}.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{align-items:center;display:flex;justify-content:center;padding:1.25rem;width:100%}.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{display:flex;flex:1;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{align-items:center;column-gap:var(--str-chat__spacing-2);display:flex;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);width:100%}.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{overflow-x:hidden;overflow-x:clip;overflow-y:visible;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap}.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{align-items:center;display:flex;flex-direction:column;height:4rem;justify-content:center;width:100%}.str-chat__thread-container{display:flex;flex-direction:column;height:100%;width:100%}.str-chat__thread-container .str-chat__thread-header{align-items:center;column-gap:var(--str-chat__spacing-4);display:flex;padding:var(--str-chat__spacing-2)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:hidden;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-channel-name,.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-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.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{align-items:flex-start;cursor:pointer;display:flex;font-size:calc(var(--str-chat__spacing-px)*21);height:calc(var(--str-chat__spacing-px)*40);justify-content:flex-end;line-height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*40)}.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,.str-chat__tooltip{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{display:flex;max-width:calc(var(--str-chat__spacing-px)*150);overflow-y:hidden;width:max-content;z-index:1}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{align-items:center;column-gap:var(--str-chat__spacing-1);display:flex;inset-block-end:0;inset-inline-end:0;inset-inline-start:0;justify-content:flex-start;padding:var(--str-chat__spacing-1_5);position:absolute}.str-chat__typing-indicator .str-chat__typing-indicator__dots{align-items:center;column-gap:var(--str-chat__spacing-0_5);display:flex;justify-content:center}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{height:calc(var(--str-chat__spacing-px)*4);width: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{align-items:center;display:flex;font-size:16px;font-weight:400;justify-content:space-between;margin:8px;padding:16px}.str-chat__unseen-threads-banner__button{--str-chat-icon-width:16px;--str-chat-icon-heigh:22px;all:unset;align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.str-chat__thread-list .str-chat__thread-list-item{align-items:stretch;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding-block:14px;padding-inline:8px;width:100%}.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{flex-shrink:0;margin-top:2px}.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{font-size:14px;font-weight:400;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{align-items:center;display:flex;gap:3px;height:15px;justify-content:space-between}.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;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size:49px;align-items:center;display:flex;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-size:16px;font-weight:500;overflow-x:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{align-items:baseline;display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:16px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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{align-items:center;display:flex;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;align-items:center;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:16px;height:100%;justify-content:center}.str-chat__chat-view{display:flex;height:100%;width:100%}.str-chat__chat-view__selector{display:flex;flex-direction:column;gap:20px;padding-block:16px;padding-inline:8px}.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%;align-items:center;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:400;gap:4px;line-height:1;padding-block:10px;padding-inline:10px;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{align-items:center;display:flex;justify-content:center;position:relative}.str-chat__unread-count-badge{align-items:center;display:flex;flex-shrink:0;font-size:12px;font-variant-numeric:tabular-nums;font-weight:700;justify-content:center;line-height:8px;min-height:22px;min-width:22px;padding:7px}.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:#fff;--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:0.75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text:500 0.75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text:700 0.75rem/1.3 var(--str-chat__font-family);--str-chat__body-text:0.875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text:500 0.875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text:0.9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text:500 0.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:hsla(0,0%,99%,.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:hsla(0,0%,98%,.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{appearance:none;background-color:transparent;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@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-tap-highlight-color:rgba(0,0,0,0);align-items:center;display:flex;justify-content:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.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{line-height:0;position:relative;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{font-size:0;height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width)}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{left:.375rem;position:absolute;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.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image,.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right,.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right,.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.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{object-fit:contain;width:100%}.image-gallery-index{background:rgba(0,0,0,.4);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);border-block-end:var(--str-chat__cta-button-border-block-end);border-block-start:var(--str-chat__cta-button-border-block-start);border-inline-end:var(--str-chat__cta-button-border-inline-end);border-inline-start:var(--str-chat__cta-button-border-inline-start);border-radius:var(--str-chat__cta-button-border-radius);box-shadow:var(--str-chat__cta-button-box-shadow);color:var(--str-chat__cta-button-color);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);border-block-end:var(--str-chat__circle-fab-border-block-end);border-block-start:var(--str-chat__circle-fab-border-block-start);border-inline-end:var(--str-chat__circle-fab-border-inline-end);border-inline-start:var(--str-chat__circle-fab-border-inline-start);border-radius:var(--str-chat__circle-fab-border-radius);box-shadow:var(--str-chat__circle-fab-box-shadow);color:var(--str-chat__circle-fab-color)}.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{display:block}.str-chat__avatar .str-chat__avatar-image,.str-chat__avatar.str-chat__avatar--no-letters{background:var(--str-chat__avatar-background-color);border-block-end:var(--str-chat__avatar-border-block-end);border-block-start:var(--str-chat__avatar-border-block-start);border-inline-end:var(--str-chat__avatar-border-inline-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-radius:var(--str-chat__avatar-border-radius);box-shadow:var(--str-chat__avatar-box-shadow);color:var(--str-chat__avatar-color)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-color:var(--str-chat__avatar-color)}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);border-block-end:var(--str-chat__avatar-border-block-end);border-block-start:var(--str-chat__avatar-border-block-start);border-inline-end:var(--str-chat__avatar-border-inline-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-radius:var(--str-chat__avatar-border-radius);box-shadow:var(--str-chat__avatar-box-shadow);color:var(--str-chat__avatar-color);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__avatar-group,.str-chat__loading-channels-avatar{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__geolocation-attachment-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__geolocation-attachment-color:var(--str-chat__text-color);--str-chat__geolocation-attachment-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__geolocation-attachment-background-color:var(--str-chat__secondary-background-color);--str-chat__geolocation-attachment-border-block-start:none;--str-chat__geolocation-attachment-border-block-end:none;--str-chat__geolocation-attachment-border-inline-start:none;--str-chat__geolocation-attachment-border-inline-end:none;--str-chat__geolocation-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);border-block-end:var(--str-chat__attachment-list-border-block-end);border-block-start:var(--str-chat__attachment-list-border-block-start);border-inline-end:var(--str-chat__attachment-list-border-inline-end);border-inline-start:var(--str-chat__attachment-list-border-inline-start);border-radius:var(--str-chat__attachment-list-border-radius);box-shadow:var(--str-chat__attachment-list-box-shadow);color:var(--str-chat__attachment-list-color)}.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{background:var(--str-chat__image-attachment-background-color);border-block-end:var(--str-chat__image-attachment-border-block-end);border-block-start:var(--str-chat__image-attachment-border-block-start);border-inline-end:var(--str-chat__image-attachment-border-inline-end);border-inline-start:var(--str-chat__image-attachment-border-inline-start);border-radius:var(--str-chat__image-attachment-border-radius);box-shadow:var(--str-chat__image-attachment-box-shadow);color:var(--str-chat__image-attachment-color)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-radius:var(--str-chat__image-gallery-attachment-border-radius);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);color:var(--str-chat__image-gallery-attachment-color)}.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{border:none;color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;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 0 25%,#f4f4f4 0 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-unsupported{background:var(--str-chat__file-attachment-background-color);border-block-end:var(--str-chat__file-attachment-border-block-end);border-block-start:var(--str-chat__file-attachment-border-block-start);border-inline-end:var(--str-chat__file-attachment-border-inline-end);border-inline-start:var(--str-chat__file-attachment-border-inline-start);border-radius:var(--str-chat__file-attachment-border-radius);box-shadow:var(--str-chat__file-attachment-box-shadow);color:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation{background:var(--str-chat__geolocation-attachment-background-color);border-block-end:var(--str-chat__geolocation-attachment-border-block-end);border-block-start:var(--str-chat__geolocation-attachment-border-block-start);border-inline-end:var(--str-chat__geolocation-attachment-border-inline-end);border-inline-start:var(--str-chat__geolocation-attachment-border-inline-start);border-radius:var(--str-chat__geolocation-attachment-border-radius);box-shadow:var(--str-chat__geolocation-attachment-box-shadow);color:var(--str-chat__geolocation-attachment-color);overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{color:currentColor}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{background:none;border:none;cursor:pointer;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{font:var(--str-chat__caption-text)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .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-file--item .str-chat__message-attachment-audio-widget--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-unsupported .str-chat__message-attachment-unsupported__title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-file--item .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-audio-widget .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-file--item .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);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-radius:var(--str-chat__audio-attachment-widget-border-radius);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);color:var(--str-chat__audio-attachment-widget-color)}.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);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);color:var(--str-chat__audio-attachment-controls-button-color)}.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);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);color:var(--str-chat__voice-recording-attachment-widget-color)}.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{font:var(--str-chat__subtitle-medium-text);overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text);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:1px solid var(--str-chat__secondary-overlay-color);border-radius:var(--str-chat__border-radius-circle);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);box-shadow:0 2px 4px rgba(0,0,0,.25);cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);border-block-end:var(--str-chat__card-attachment-border-block-end);border-block-start:var(--str-chat__card-attachment-border-block-start);border-inline-end:var(--str-chat__card-attachment-border-inline-end);border-inline-start:var(--str-chat__card-attachment-border-inline-start);border-radius:var(--str-chat__card-attachment-border-radius);box-shadow:var(--str-chat__card-attachment-box-shadow);color:var(--str-chat__card-attachment-color);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);border-block-end:var(--str-chat__attachment-actions-border-block-end);border-block-start:var(--str-chat__attachment-actions-border-block-start);border-inline-end:var(--str-chat__attachment-actions-border-inline-end);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);border-radius:var(--str-chat__attachment-actions-border-radius);box-shadow:var(--str-chat__attachment-actions-box-shadow);color:var(--str-chat__attachment-actions-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);border-block-end:var(--str-chat__attachment-action-border-block-end);border-block-start:var(--str-chat__attachment-action-border-block-start);border-collapse:collapse;border-inline-end:var(--str-chat__attachment-action-border-inline-end);border-inline-start:var(--str-chat__attachment-action-border-inline-start);border-radius:var(--str-chat__attachment-action-border-radius);box-shadow:var(--str-chat__attachment-action-box-shadow);color:var(--str-chat__attachment-action-color);font:var(--str-chat__subtitle-medium-text)}.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-end-radius:0;border-end-start-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);color:var(--str-chat__audio-attachment-controls-button-color)}.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-end-radius:0;border-end-start-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{font:var(--str-chat__subtitle-medium-text);overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text);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:1px solid var(--str-chat__secondary-overlay-color);border-radius:var(--str-chat__border-radius-circle);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);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);border-radius:var(--str-chat__attachment-preview-list-border-radius);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);color:var(--str-chat__attachment-preview-list-color)}.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);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);border-radius:var(--str-chat__attachment-preview-image-border-radius);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);color:var(--str-chat__attachment-preview-image-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{background-color:var(--str-chat__attachment-preview-overlay-color);border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file,.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__location-preview{background:var(--str-chat__attachment-preview-file-background-color);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);border-radius:var(--str-chat__attachment-preview-file-border-radius);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);color:var(--str-chat__attachment-preview-file-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .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-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .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-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-subtitle{font:var(--str-chat__caption-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download,.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__location-preview .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-file .str-chat__attachment-preview-file-download svg path,.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__location-preview .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__location-preview .str-chat__location-preview-image{color:var(--str-chat__active-primary-color)}.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,.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);border:none;box-shadow: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__complete-button,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button{--str-chat-icon-color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color);border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__stop-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;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;color:var(--str-chat__autocomplete-menu-color)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{background-color:transparent!important;color:var(--str-chat__autocomplete-menu-color)!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);border-block-end:var(--str-chat__slash-command-border-block-end);border-block-start:var(--str-chat__slash-command-border-block-start);border-inline-end:var(--str-chat__slash-command-border-inline-end);border-inline-start:var(--str-chat__slash-command-border-inline-start);border-radius:var(--str-chat__slash-command-border-radius);box-shadow:var(--str-chat__slash-command-box-shadow);color:var(--str-chat__slash-command-color);font:var(--str-chat__subtitle-text);text-align:left}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{font:var(--str-chat__subtitle2-text);text-transform:capitalize}.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);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);border-radius:var(--str-chat__mention-list-user-item-border-radius);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);color:var(--str-chat__mention-list-user-item-color)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{color:var(--str-chat__mention-list-user-item-at-sign-color);font:var(--str-chat__subtitle2-text)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);color:var(--str-chat__mention-list-emoji-item-color)}.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);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);border-radius:var(--str-chat__suggestion-list-container-border-radius);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);color:var(--str-chat__suggestion-list-container-color)}.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:transparent}.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color);mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem}.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,.str-chat__empty-channel{background:var(--str-chat__channel-background-color);border-block-end:var(--str-chat__channel-border-block-end);border-block-start:var(--str-chat__channel-border-block-start);border-inline-end:var(--str-chat__channel-border-inline-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-radius:var(--str-chat__channel-border-radius);box-shadow:var(--str-chat__channel-box-shadow);color:var(--str-chat__channel-color)}.str-chat__empty-channel{--str-chat-icon-color:var(--str-chat__channel-empty-color);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-info,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name{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-date,.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{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);border-block-end:var(--str-chat__channel-header-border-block-end);border-block-start:var(--str-chat__channel-header-border-block-start);border-inline-end:var(--str-chat__channel-header-border-inline-end);border-inline-start:var(--str-chat__channel-header-border-inline-start);border-radius:var(--str-chat__channel-header-border-radius);box-shadow:var(--str-chat__channel-header-box-shadow);color:var(--str-chat__channel-header-color)}.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{color:var(--str-chat__channel-header-info-color);font:var(--str-chat__body-text)}.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);border-block-end:var(--str-chat__channel-list-border-block-end);border-block-start:var(--str-chat__channel-list-border-block-start);border-inline-end:var(--str-chat__channel-list-border-inline-end);border-inline-start:var(--str-chat__channel-list-border-inline-start);border-radius:var(--str-chat__channel-list-border-radius);box-shadow:var(--str-chat__channel-list-box-shadow);color:var(--str-chat__channel-list-color)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);border-radius:var(--str-chat__channel-list-load-more-border-radius);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);color:var(--str-chat__channel-list-load-more-color);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);color:var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center}.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);background-color:transparent;border:none}.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);border-block-end:var(--str-chat__channel-preview-border-block-end);border-block-start:var(--str-chat__channel-preview-border-block-start);border-inline-end:var(--str-chat__channel-preview-border-inline-end);border-inline-start:var(--str-chat__channel-preview-border-inline-start);border-radius:var(--str-chat__channel-preview-border-radius);box-shadow:var(--str-chat__channel-preview-box-shadow);color:var(--str-chat__channel-preview-color)}.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);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);color:var(--str-chat__channel-preview-unread-badge-color);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-latest-message-secondary-color);font:var(--str-chat__body-text)}.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-status,.str-chat__channel-preview-loading .str-chat__loading-channels-username{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-status,.str-chat__channel-preview-loading .str-chat__loading-channels-username{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);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);color:var(--str-chat__channel-search-input-wrapper-color)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);border-block-end:var(--str-chat__channel-search-input-border-block-end);border-block-start:var(--str-chat__channel-search-input-border-block-start);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);border-radius:var(--str-chat__channel-search-input-border-radius);box-shadow:var(--str-chat__channel-search-input-box-shadow);color:var(--str-chat__channel-search-input-color);font:var(--str-chat__subtitle-text);outline:none}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:transparent}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);color:var(--str-chat__channel-search-input-wrapper-active-color)}.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);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);border-radius:var(--str-chat__channel-search-results-header-border-radius);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);color:var(--str-chat__channel-search-results-header-color);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);border-radius:var(--str-chat__channel-search-result-list-border-radius);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);color:var(--str-chat__channel-search-result-list-color)}.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);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);color:var(--str-chat__channel-search-results-loading-indicator-color)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-radius:var(--str-chat__channel-search-results-empty-border-radius);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);color:var(--str-chat__channel-search-results-empty-color);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);border-block-end:var(--str-chat__channel-search-result-border-block-end);border-block-start:var(--str-chat__channel-search-result-border-block-start);border-inline-end:var(--str-chat__channel-search-result-border-inline-end);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);border-radius:var(--str-chat__channel-search-result-border-radius);box-shadow:var(--str-chat__channel-search-result-box-shadow);color:var(--str-chat__channel-search-result-color)}.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--focused,.str-chat__channel-search-result-list .str-chat__channel-search-result:hover{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{color:var(--str-chat__primary-color);cursor:pointer;font:var(--str-chat__body-medium-text)}.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]{border:1px solid var(--str-chat__primary-color);border-radius:20px;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu{background:var(--str-chat__dialog-menu-background-color);border-block-end:var(--str-chat__dialog-menu-border-block-end);border-block-start:var(--str-chat__dialog-menu-border-block-start);border-inline-end:var(--str-chat__dialog-menu-border-inline-end);border-inline-start:var(--str-chat__dialog-menu-border-inline-start);border-radius:var(--str-chat__dialog-menu-border-radius);box-shadow:var(--str-chat__dialog-menu-box-shadow);color:var(--str-chat__dialog-menu-color)}.str-chat__dialog-menu .str-chat__dialog-menu__button{background:var(--str-chat__dialog-menu-button-background-color);border-block-end:var(--str-chat__dialog-menu-button-border-block-end);border-block-start:var(--str-chat__dialog-menu-button-border-block-start);border-inline-end:var(--str-chat__dialog-menu-button-border-inline-end);border-inline-start:var(--str-chat__dialog-menu-button-border-inline-start);border-radius:var(--str-chat__dialog-menu-button-border-radius);box-shadow:var(--str-chat__dialog-menu-button-box-shadow);color:var(--str-chat__dialog-menu-button-color);cursor:pointer;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu .str-chat__dialog-menu__button:focus,.str-chat__dialog-menu .str-chat__dialog-menu__button:hover{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:transparent}.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{backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);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);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-radius:var(--str-chat__edit-message-modal-button-border-radius);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);color:var(--str-chat__edit-message-modal-button-color);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{color:var(--str-chat__edit-message-modal-cancel-button-color);text-transform:capitalize}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{color:var(--str-chat__edit-message-modal-send-button-color);text-transform:uppercase}.str-chat input::-webkit-inner-spin-button,.str-chat input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.str-chat input[type=number]{-moz-appearance:textfield}.str-chat__form-field-error{color:var(--str-chat__danger-color);font-size:.75rem}.str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__form__switch-field,.str-chat__form__switch-field label{cursor:pointer}.str-chat__form__switch-field label{display:flex;gap:.5rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch{background-color:var(--str-chat__text-low-emphasis-color);border-radius:100px;cursor:pointer}.str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__disabled-color);border-radius:var(--str-chat__border-radius-circle)}.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__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__form__switch-field--disabled .str-chat__form__switch-field--disabled,.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch,.str-chat__form__switch-field--disabled label{cursor:not-allowed}.str-chat__dropdown .str-chat__dropdown__open-button{background:none;border:none;cursor:pointer}.str-chat__dropdown .str-chat__dropdown__items{background-color:var(--str-chat__background-color)}.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__icon--poll{background-color:var(--str-chat-icon-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-description,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title{animation:pulsate 1s linear 0s infinite alternate;background-image:linear-gradient(-90deg,var(--str-chat__link-preview-loading-state-color) 0,var(--str-chat__link-preview-loading-state-color) 100%);border-radius:calc(var(--str-chat__spacing-px)*3)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:nth-of-type(2),.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:last-of-type,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title: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__share-location-dialog .str-chat__live-location-activation{border:1px solid var(--str-chat__secondary-overlay-color);border-radius:var(--str-chat__border-radius-sm)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__form__switch-field{background-color:var(--str-chat__background-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__open-button{background-color:var(--str-chat__tertiary-surface-color);border:1px solid var(--str-chat__secondary-overlay-color);border-radius:var(--str-chat__border-radius-xs)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items{border-radius:var(--str-chat__border-radius-xs);box-shadow:0 0 8px var(--str-chat__box-shadow-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{background:none;border:none;cursor:pointer}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option:hover{background-color:var(--str-chat__message-options-hover-background-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-reminder-color:var(--str-chat__primary-color);--str-chat__message-reminder-background-color:var(--str-chat__secondary-background-color);--str-chat__message-reminder-border-block-start:none;--str-chat__message-reminder-border-block-end:none;--str-chat__message-reminder-border-inline-start:none;--str-chat__message-reminder-border-inline-end:none;--str-chat__message-reminder-box-shadow:none;--str-chat__message-reminder-border-radius:0}.str-chat__message--system{background:var(--str-chat__system-message-background-color);border-block-end:var(--str-chat__system-message-border-block-end);border-block-start:var(--str-chat__system-message-border-block-start);border-inline-end:var(--str-chat__system-message-border-inline-end);border-inline-start:var(--str-chat__system-message-border-inline-start);border-radius:var(--str-chat__system-message-border-radius);box-shadow:var(--str-chat__system-message-box-shadow);color:var(--str-chat__system-message-color);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);border-block-end:var(--str-chat__date-separator-border-block-end);border-block-start:var(--str-chat__date-separator-border-block-start);border-inline-end:var(--str-chat__date-separator-border-inline-end);border-inline-start:var(--str-chat__date-separator-border-inline-start);border-radius:var(--str-chat__date-separator-border-radius);box-shadow:var(--str-chat__date-separator-box-shadow);color:var(--str-chat__date-separator-color);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);border-block-end:var(--str-chat__message-border-block-end);border-block-start:var(--str-chat__message-border-block-start);border-inline-end:var(--str-chat__message-border-inline-end);border-inline-start:var(--str-chat__message-border-inline-start);border-radius:var(--str-chat__message-border-radius);box-shadow:var(--str-chat__message-box-shadow);color:var(--str-chat__message-color)}.str-chat__message a{color:var(--str-chat__message-link-color);text-decoration:none}.str-chat__message .str-chat__message-reminder{background:var(--str-chat__message-reminder-background-color);border-block-end:var(--str-chat__message-reminder-border-block-end);border-block-start:var(--str-chat__message-reminder-border-block-start);border-inline-end:var(--str-chat__message-reminder-border-inline-end);border-inline-start:var(--str-chat__message-reminder-border-inline-start);border-radius:var(--str-chat__message-reminder-border-radius);box-shadow:var(--str-chat__message-reminder-box-shadow);color:var(--str-chat__message-reminder-color);font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);border-block-end:var(--str-chat__message-bubble-border-block-end);border-block-start:var(--str-chat__message-bubble-border-block-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-radius:var(--str-chat__message-bubble-border-radius);box-shadow:var(--str-chat__message-bubble-box-shadow);color:var(--str-chat__message-bubble-color);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);border-block-end:var(--str-chat__deleted-message-border-block-end);border-block-start:var(--str-chat__deleted-message-border-block-start);border-inline-end:var(--str-chat__deleted-message-border-inline-end);border-inline-start:var(--str-chat__deleted-message-border-inline-start);border-radius:var(--str-chat__deleted-message-border-radius);box-shadow:var(--str-chat__deleted-message-box-shadow);color:var(--str-chat__deleted-message-color);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--blocked-inner{background:var(--str-chat__blocked-message-background-color);border-block-end:var(--str-chat__blocked-message-border-block-end);border-block-start:var(--str-chat__blocked-message-border-block-start);border-inline-end:var(--str-chat__blocked-message-border-inline-end);border-inline-start:var(--str-chat__blocked-message-border-inline-start);border-radius:var(--str-chat__blocked-message-border-radius);box-shadow:var(--str-chat__blocked-message-box-shadow);color:var(--str-chat__blocked-message-color);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{background-color:var(--str-chat__own-message-bubble-background-color);color:var(--str-chat__own-message-bubble-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-reactions-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-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-reactions-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{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-reactions-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-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-reactions-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{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{background:none;border:none;color:var(--str-chat__translation-notice-color);font:var(--str-chat__body2-text)}.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__custom-message-metadata,.str-chat__message .str-chat__message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__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-status-delivered svg path,.str-chat__message .str-chat__message-status-sent svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__message .str-chat__message-replies-count-button-wrapper button{background-color:transparent;border:none;color:var(--str-chat__message-replies-count-color);font:var(--str-chat__body-medium-text)}.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{background-color:var(--str-chat__message-highlighted-background-color);transition:background-color .1s ease-out}.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--single .str-chat__message--other .str-chat__message-bubble,.str-chat__li--top .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--single .str-chat__message--me .str-chat__message-bubble,.str-chat__li--top .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble,.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble,.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-start-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);border-block-end:var(--str-chat__message-border-block-end);border-block-start:var(--str-chat__message-border-block-start);border-inline-end:var(--str-chat__message-border-inline-end);border-inline-start:var(--str-chat__message-border-inline-start);border-radius:var(--str-chat__message-border-radius);box-shadow:var(--str-chat__message-box-shadow);color:var(--str-chat__message-color)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);background-color:var(--str-chat__quoted-message-bubble-background-color);border-block-end:var(--str-chat__message-bubble-border-block-end);border-block-start:var(--str-chat__message-bubble-border-block-start);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-inline-end:var(--str-chat__message-bubble-border-inline-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-radius:var(--str-chat__message-bubble-border-radius);box-shadow:var(--str-chat__message-bubble-box-shadow);color:var(--str-chat__message-bubble-color)}.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);font:var(--str-chat__caption-strong-text);text-transform:uppercase}.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{background-color:transparent;border:none;color:var(--str-chat__on-primary-color);cursor:pointer}.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);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-radius:var(--str-chat__message-actions-box-border-radius);box-shadow:var(--str-chat__message-actions-box-box-shadow);color:var(--str-chat__message-actions-box-color)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);border-radius:var(--str-chat__message-actions-box-item-border-radius);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);color:var(--str-chat__message-actions-box-item-color);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover,.str-chat__message-actions-box .str_chat__button-with-submenu--submenu-open{background-color:var(--str-chat__message-actions-box-item-hover-background-color)}.str-chat__message-actions-box .str-chat__message-actions-box__submenu{background:var(--str-chat__message-actions-box-background-color);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-radius:var(--str-chat__message-actions-box-border-radius);box-shadow:var(--str-chat__message-actions-box-box-shadow);color:var(--str-chat__message-actions-box-color)}@media(hover:none){.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:transparent}}.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-delete,.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send{background:var(--str-chat__message-bounce-button-background-color);border-block-end:var(--str-chat__message-bounce-button-border-block-end);border-block-start:var(--str-chat__message-bounce-button-border-block-start);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);border-radius:var(--str-chat__message-bounce-button-border-radius);box-shadow:var(--str-chat__message-bounce-button-box-shadow);color:var(--str-chat__message-bounce-button-color);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);border-block-end:var(--str-chat__message-input-border-block-end);border-block-start:var(--str-chat__message-input-border-block-start);border-inline-end:var(--str-chat__message-input-border-inline-end);border-inline-start:var(--str-chat__message-input-border-inline-start);border-radius:var(--str-chat__message-input-border-radius);box-shadow:var(--str-chat__message-input-box-shadow);color:var(--str-chat__message-input-color)}.str-chat__message-input .str-chat-angular__create-poll,.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);border-block-end:var(--str-chat__message-input-tools-border-block-end);border-block-start:var(--str-chat__message-input-tools-border-block-start);border-inline-end:var(--str-chat__message-input-tools-border-inline-end);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);border-radius:var(--str-chat__message-input-tools-border-radius);box-shadow:var(--str-chat__message-input-tools-box-shadow);color:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat-angular__create-poll svg path,.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);border-block-end:var(--str-chat__message-textarea-border-block-end);border-block-start:var(--str-chat__message-textarea-border-block-start);border-inline-end:var(--str-chat__message-textarea-border-inline-end);border-inline-start:var(--str-chat__message-textarea-border-inline-start);border-radius:var(--str-chat__message-textarea-border-radius);box-shadow:var(--str-chat__message-textarea-box-shadow);color:var(--str-chat__message-textarea-color)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{background-color:transparent;border:none;box-shadow:none;color:var(--str-chat__message-textarea-color);font:var(--str-chat__subtitle-text);outline:none;resize:none}.str-chat__message-input .str-chat__stop-ai-generation-button{background-color:transparent;background-image:var(--str-chat__circle-stop-icon);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);border-block-end:var(--str-chat__message-send-border-block-end);border-block-start:var(--str-chat__message-send-border-block-start);border-inline-end:var(--str-chat__message-send-border-inline-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-radius:var(--str-chat__message-send-border-radius);box-shadow:var(--str-chat__message-send-box-shadow);color:var(--str-chat__message-send-color)}.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:transparent}.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);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-radius:var(--str-chat__start-recording-audio-button-border-radius);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);color:var(--str-chat__start-recording-audio-button-color)}.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);border-block-end:var(--str-chat__cooldown-border-block-end);border-block-start:var(--str-chat__cooldown-border-block-start);border-inline-end:var(--str-chat__cooldown-border-inline-end);border-inline-start:var(--str-chat__cooldown-border-inline-start);border-radius:var(--str-chat__cooldown-border-radius);box-shadow:var(--str-chat__cooldown-box-shadow);color:var(--str-chat__cooldown-color);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:transparent;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__dismiss-button,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading{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:focus,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover{color:var(--str-chat__text-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__dialog-menu__button-icon,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .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__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__add-location-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__location-icon) no-repeat center/contain;mask:var(--str-chat__location-icon) no-repeat center/contain}.str-chat__send-to-channel-checkbox__field *{cursor:pointer}.str-chat__send-to-channel-checkbox__field label{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text)}.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);border-block-end:var(--str-chat__message-list-border-block-end);border-block-start:var(--str-chat__message-list-border-block-start);border-inline-end:var(--str-chat__message-list-border-inline-end);border-inline-start:var(--str-chat__message-list-border-inline-start);border-radius:var(--str-chat__message-list-border-radius);box-shadow:var(--str-chat__message-list-box-shadow);color:var(--str-chat__message-list-color)}.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);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-radius:var(--str-chat__jump-to-latest-message-border-radius);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);color:var(--str-chat__jump-to-latest-message-color)}.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);border-radius:var(--str-chat__jump-to-latest-message-border-radius);color:var(--str-chat__jump-to-latest-message-unread-count-color);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);border-block-end:var(--str-chat__virtual-list-border-block-end);border-block-start:var(--str-chat__virtual-list-border-block-start);border-inline-end:var(--str-chat__virtual-list-border-inline-end);border-inline-start:var(--str-chat__virtual-list-border-inline-start);border-radius:var(--str-chat__virtual-list-border-radius);box-shadow:var(--str-chat__virtual-list-box-shadow);color:var(--str-chat__virtual-list-color)}.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);border-block-end:var(--str-chat__message-reactions-border-block-end);border-block-start:var(--str-chat__message-reactions-border-block-start);border-inline-end:var(--str-chat__message-reactions-border-inline-end);border-inline-start:var(--str-chat__message-reactions-border-inline-start);border-radius:var(--str-chat__message-reactions-border-radius);box-shadow:var(--str-chat__message-reactions-box-shadow);color:var(--str-chat__message-reactions-color)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);border-block-end:var(--str-chat__message-reaction-border-block-end);border-block-start:var(--str-chat__message-reaction-border-block-start);border-inline-end:var(--str-chat__message-reaction-border-inline-end);border-inline-start:var(--str-chat__message-reaction-border-inline-start);border-radius:var(--str-chat__message-reaction-border-radius);box-shadow:var(--str-chat__message-reaction-box-shadow);color:var(--str-chat__message-reaction-color);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{background-color:var(--str-chat__own-message-reaction-background-color);color:var(--str-chat__own-message-reaction-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{border-block-end:solid transparent}.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);border-block-end:var(--str-chat__message-reactions-options-border-block-end);border-block-start:var(--str-chat__message-reactions-options-border-block-start);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);border-radius:var(--str-chat__message-reactions-options-border-radius);box-shadow:var(--str-chat__message-reactions-options-box-shadow);color:var(--str-chat__message-reactions-options-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);border-block-end:var(--str-chat__message-reactions-option-border-block-end);border-block-start:var(--str-chat__message-reactions-option-border-block-start);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);border-radius:var(--str-chat__message-reactions-option-border-radius);box-shadow:var(--str-chat__message-reactions-option-box-shadow);color:var(--str-chat__message-reactions-option-color)}.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:transparent}}.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{backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);background-color:var(--str-chat__modal-overlay-color)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);border-block-end:var(--str-chat__modal-border-block-end);border-block-start:var(--str-chat__modal-border-block-start);border-inline-end:var(--str-chat__modal-border-inline-end);border-inline-start:var(--str-chat__modal-border-inline-start);border-radius:var(--str-chat__modal-border-radius);box-shadow:var(--str-chat__modal-box-shadow);color:var(--str-chat__modal-color)}.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 circle,.str-chat__modal .str-chat__modal__close-button svg rect{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--gallery .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{background-color:transparent;height:unset;max-width:unset;padding:0;width:unset}.str-chat__message-attachment--card .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,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{cursor:default;max-height:calc(100vh - 80px);max-width:unset}.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner{background-color:transparent;height:unset;max-width:unset;padding:0;width:unset}.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner img{cursor:default;max-height:calc(100vh - 80px);max-width:unset}.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);border-block-end:var(--str-chat__message-notification-border-block-end);border-block-start:var(--str-chat__message-notification-border-block-start);border-inline-end:var(--str-chat__message-notification-border-inline-end);border-inline-start:var(--str-chat__message-notification-border-inline-start);border-radius:var(--str-chat__message-notification-border-radius);box-shadow:var(--str-chat__message-notification-box-shadow);color:var(--str-chat__message-notification-color);cursor:pointer;font:var(--str-chat__caption-text)}.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);border-block-end:var(--str-chat__notification-list-border-block-end);border-block-start:var(--str-chat__notification-list-border-block-start);border-inline-end:var(--str-chat__notification-list-border-inline-end);border-inline-start:var(--str-chat__notification-list-border-inline-start);border-radius:var(--str-chat__notification-list-border-radius);box-shadow:var(--str-chat__notification-list-box-shadow);color:var(--str-chat__notification-list-color)}.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);border-block-end:var(--str-chat__notification-border-block-end);border-block-start:var(--str-chat__notification-border-block-start);border-inline-end:var(--str-chat__notification-border-inline-end);border-inline-start:var(--str-chat__notification-border-inline-start);border-radius:var(--str-chat__notification-border-radius);box-shadow:var(--str-chat__notification-box-shadow);color:var(--str-chat__notification-color);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:1px solid var(--str-chat__disabled-color);border-radius:var(--str-chat__border-radius-circle)}.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__modal__poll-option-list__title,.str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__modal__poll-results .str-chat__poll-option,.str-chat__poll-answer,.str-chat__poll-option-list--full{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.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,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer__text{font:var(--str-chat__subtitle-medium-text)}.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.str-chat__modal .str-chat__poll-answer,.str-chat__modal .str-chat__poll-option,.str-chat__modal .str-chat__poll-option-list--full,.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-answer,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover,.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__modal .str-chat__poll-option .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-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__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text)}.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--with-label .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label){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--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input{background:transparent;border:none;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--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,.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{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{--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);border-block-end:var(--str-chat__search-input-wrapper-border-block-end);border-block-start:var(--str-chat__search-input-wrapper-border-block-start);border-inline-end:var(--str-chat__search-input-wrapper-border-inline-end);border-inline-start:var(--str-chat__search-input-wrapper-border-inline-start);border-radius:var(--str-chat__search-input-wrapper-border-radius);box-shadow:var(--str-chat__search-input-wrapper-box-shadow);color:var(--str-chat__search-input-wrapper-color)}.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);border-block-end:var(--str-chat__search-input-border-block-end);border-block-start:var(--str-chat__search-input-border-block-start);border-inline-end:var(--str-chat__search-input-border-inline-end);border-inline-start:var(--str-chat__search-input-border-inline-start);border-radius:var(--str-chat__search-input-border-radius);box-shadow:var(--str-chat__search-input-box-shadow);color:var(--str-chat__search-input-color);font:var(--str-chat__subtitle-text);outline:none}.str-chat__search-input--wrapper .str-chat__search-input--clear-button-icon{background-color:transparent;-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);border-block-end:var(--str-chat__search-input-wrapper-active-border-block-end);border-block-start:var(--str-chat__search-input-wrapper-active-border-block-start);border-inline-end:var(--str-chat__search-input-wrapper-active-border-inline-end);border-inline-start:var(--str-chat__search-input-wrapper-active-border-inline-start);border-radius:var(--str-chat__search-input-wrapper-active-border-radius);box-shadow:var(--str-chat__search-input-wrapper-active-box-shadow);color:var(--str-chat__search-input-wrapper-active-color)}.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);border-block-end:var(--str-chat__search-results-header-border-block-end);border-block-start:var(--str-chat__search-results-header-border-block-start);border-inline-end:var(--str-chat__search-results-header-border-inline-end);border-inline-start:var(--str-chat__search-results-header-border-inline-start);border-radius:var(--str-chat__search-results-header-border-radius);box-shadow:var(--str-chat__search-results-header-box-shadow);color:var(--str-chat__search-results-header-color);font:var(--str-chat__subtitle-text)}.str-chat__search-source-result-list{background:var(--str-chat__search-result-list-background-color);border-block-end:var(--str-chat__search-result-list-border-block-end);border-block-start:var(--str-chat__search-result-list-border-block-start);border-inline-end:var(--str-chat__search-result-list-border-inline-end);border-inline-start:var(--str-chat__search-result-list-border-inline-start);border-radius:var(--str-chat__search-result-list-border-radius);box-shadow:var(--str-chat__search-result-list-box-shadow);color:var(--str-chat__search-result-list-color)}.str-chat__search-source-result-list .str-chat__search-container-empty{background:var(--str-chat__search-results-empty-background-color);border-block-end:var(--str-chat__search-results-empty-border-block-end);border-block-start:var(--str-chat__search-results-empty-border-block-start);border-inline-end:var(--str-chat__search-results-empty-border-inline-end);border-inline-start:var(--str-chat__search-results-empty-border-inline-start);border-radius:var(--str-chat__search-results-empty-border-radius);box-shadow:var(--str-chat__search-results-empty-box-shadow);color:var(--str-chat__search-results-empty-color);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);border-block-end:var(--str-chat__search-result-border-block-end);border-block-start:var(--str-chat__search-result-border-block-start);border-inline-end:var(--str-chat__search-result-border-inline-end);border-inline-start:var(--str-chat__search-result-border-inline-start);border-radius:var(--str-chat__search-result-border-radius);box-shadow:var(--str-chat__search-result-box-shadow);color:var(--str-chat__search-result-color)}.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--focused,.str-chat__search-source-result-list .str-chat__search-result:hover{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);border-block-end:var(--str-chat__thread-border-block-end);border-block-start:var(--str-chat__thread-border-block-start);border-inline-end:var(--str-chat__thread-border-inline-end);border-inline-start:var(--str-chat__thread-border-inline-start);border-radius:var(--str-chat__thread-border-radius);box-shadow:var(--str-chat__thread-box-shadow);color:var(--str-chat__thread-color)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);border-block-end:var(--str-chat__thread-header-border-block-end);border-block-start:var(--str-chat__thread-header-border-block-start);border-inline-end:var(--str-chat__thread-header-border-inline-end);border-inline-start:var(--str-chat__thread-header-border-inline-start);border-radius:var(--str-chat__thread-header-border-radius);box-shadow:var(--str-chat__thread-header-box-shadow);color:var(--str-chat__thread-header-color)}.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{color:var(--str-chat__thread-header-info-color);font:var(--str-chat__body-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:transparent;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);border-block-end:var(--str-chat__tooltip-border-block-end);border-block-start:var(--str-chat__tooltip-border-block-start);border-inline-end:var(--str-chat__tooltip-border-inline-end);border-inline-start:var(--str-chat__tooltip-border-inline-start);border-radius:var(--str-chat__tooltip-border-radius);box-shadow:var(--str-chat__tooltip-box-shadow);color:var(--str-chat__tooltip-color);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);border-block-end:var(--str-chat__typing-indicator-border-block-end);border-block-start:var(--str-chat__typing-indicator-border-block-start);border-inline-end:var(--str-chat__typing-indicator-border-inline-end);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);border-radius:var(--str-chat__typing-indicator-border-radius);box-shadow:var(--str-chat__typing-indicator-box-shadow);color:var(--str-chat__typing-indicator-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color);border-radius:999px}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:first-child{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{background:var(--str-chat-unseen-threads-banner-background-color);border-radius:16px;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);background-color:var(--str-chat-thread-list-item-background-color-default);border:none;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__latest-reply-text-and-timestamp,.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__parent-message-text{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{background-color:var(--str-chat-selector-background-color);border-right:1px solid var(--str-chat-selector-border-color)}.str-chat__chat-view__selector-button{--str-chat-icon-color:var(--str-chat-selector-button-color-default);background:var(--str-chat-selector-button-background-color-default);border:none;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);background:var(--str-chat-selector-button-background-color-selected);color:var(--str-chat-selector-button-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);border-radius:9999px;color:var(--str-chat-unread-count-badge-color)}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}*,:after,:before{box-sizing:border-box}button,input,select,textarea{font:inherit}button,select{text-transform:none}body{-webkit-font-smoothing:antialiased;-webkit-font-smoothing:var(--mantine-webkit-font-smoothing);-moz-osx-font-smoothing:grayscale;-moz-osx-font-smoothing:var(--mantine-moz-font-smoothing);background-color:var(--mantine-color-body);color:var(--mantine-color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-family:var(--mantine-font-family);font-size:1rem;font-size:var(--mantine-font-size-md);line-height:1.55;line-height:var(--mantine-line-height);margin:0}@media screen and (max-device-width:31.25em){body{-webkit-text-size-adjust:100%}}@media (prefers-reduced-motion:reduce){[data-respect-reduced-motion] [data-reduce-motion]{animation:none;transition:none}}[data-mantine-color-scheme=dark] .mantine-dark-hidden,[data-mantine-color-scheme=light] .mantine-light-hidden{display:none}.mantine-focus-auto.focus-visible{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.mantine-focus-auto:focus-visible{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.mantine-focus-always:focus{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.mantine-focus-never:focus{outline:none}.mantine-active:active{transform:translateY(.0625rem);transform:translateY(calc(.0625rem*var(--mantine-scale)))}:where([dir=rtl]) .mantine-rotate-rtl{transform:rotate(180deg)}:root{--mantine-z-index-app:100;--mantine-z-index-modal:200;--mantine-z-index-popover:300;--mantine-z-index-overlay:400;--mantine-z-index-max:9999;--mantine-scale:1;--mantine-cursor-type:default;--mantine-webkit-font-smoothing:antialiased;--mantine-color-scheme:light dark;--mantine-moz-font-smoothing:grayscale;--mantine-color-white:#fff;--mantine-color-black:#000;--mantine-line-height:1.55;--mantine-font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;--mantine-font-family-monospace:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;--mantine-font-family-headings:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;--mantine-heading-font-weight:700;--mantine-radius-default:calc(0.25rem*var(--mantine-scale));--mantine-primary-color-0:var(--mantine-color-blue-0);--mantine-primary-color-1:var(--mantine-color-blue-1);--mantine-primary-color-2:var(--mantine-color-blue-2);--mantine-primary-color-3:var(--mantine-color-blue-3);--mantine-primary-color-4:var(--mantine-color-blue-4);--mantine-primary-color-5:var(--mantine-color-blue-5);--mantine-primary-color-6:var(--mantine-color-blue-6);--mantine-primary-color-7:var(--mantine-color-blue-7);--mantine-primary-color-8:var(--mantine-color-blue-8);--mantine-primary-color-9:var(--mantine-color-blue-9);--mantine-primary-color-filled:var(--mantine-color-blue-filled);--mantine-primary-color-filled-hover:var(--mantine-color-blue-filled-hover);--mantine-primary-color-light:var(--mantine-color-blue-light);--mantine-primary-color-light-hover:var(--mantine-color-blue-light-hover);--mantine-primary-color-light-color:var(--mantine-color-blue-light-color);--mantine-breakpoint-xs:36em;--mantine-breakpoint-sm:48em;--mantine-breakpoint-md:62em;--mantine-breakpoint-lg:75em;--mantine-breakpoint-xl:88em;--mantine-spacing-xs:calc(0.625rem*var(--mantine-scale));--mantine-spacing-sm:calc(0.75rem*var(--mantine-scale));--mantine-spacing-md:calc(1rem*var(--mantine-scale));--mantine-spacing-lg:calc(1.25rem*var(--mantine-scale));--mantine-spacing-xl:calc(2rem*var(--mantine-scale));--mantine-font-size-xs:calc(0.75rem*var(--mantine-scale));--mantine-font-size-sm:calc(0.875rem*var(--mantine-scale));--mantine-font-size-md:calc(1rem*var(--mantine-scale));--mantine-font-size-lg:calc(1.125rem*var(--mantine-scale));--mantine-font-size-xl:calc(1.25rem*var(--mantine-scale));--mantine-line-height-xs:1.4;--mantine-line-height-sm:1.45;--mantine-line-height-md:1.55;--mantine-line-height-lg:1.6;--mantine-line-height-xl:1.65;--mantine-shadow-xs:0 calc(0.0625rem*var(--mantine-scale)) calc(0.1875rem*var(--mantine-scale)) rgba(0,0,0,.05),0 calc(0.0625rem*var(--mantine-scale)) calc(0.125rem*var(--mantine-scale)) rgba(0,0,0,.1);--mantine-shadow-sm:0 calc(0.0625rem*var(--mantine-scale)) calc(0.1875rem*var(--mantine-scale)) rgba(0,0,0,.05),rgba(0,0,0,.05) 0 calc(0.625rem*var(--mantine-scale)) calc(0.9375rem*var(--mantine-scale)) calc(-0.3125rem*var(--mantine-scale)),rgba(0,0,0,.04) 0 calc(0.4375rem*var(--mantine-scale)) calc(0.4375rem*var(--mantine-scale)) calc(-0.3125rem*var(--mantine-scale));--mantine-shadow-md:0 calc(0.0625rem*var(--mantine-scale)) calc(0.1875rem*var(--mantine-scale)) rgba(0,0,0,.05),rgba(0,0,0,.05) 0 calc(1.25rem*var(--mantine-scale)) calc(1.5625rem*var(--mantine-scale)) calc(-0.3125rem*var(--mantine-scale)),rgba(0,0,0,.04) 0 calc(0.625rem*var(--mantine-scale)) calc(0.625rem*var(--mantine-scale)) calc(-0.3125rem*var(--mantine-scale));--mantine-shadow-lg:0 calc(0.0625rem*var(--mantine-scale)) calc(0.1875rem*var(--mantine-scale)) rgba(0,0,0,.05),rgba(0,0,0,.05) 0 calc(1.75rem*var(--mantine-scale)) calc(1.4375rem*var(--mantine-scale)) calc(-0.4375rem*var(--mantine-scale)),rgba(0,0,0,.04) 0 calc(0.75rem*var(--mantine-scale)) calc(0.75rem*var(--mantine-scale)) calc(-0.4375rem*var(--mantine-scale));--mantine-shadow-xl:0 calc(0.0625rem*var(--mantine-scale)) calc(0.1875rem*var(--mantine-scale)) rgba(0,0,0,.05),rgba(0,0,0,.05) 0 calc(2.25rem*var(--mantine-scale)) calc(1.75rem*var(--mantine-scale)) calc(-0.4375rem*var(--mantine-scale)),rgba(0,0,0,.04) 0 calc(1.0625rem*var(--mantine-scale)) calc(1.0625rem*var(--mantine-scale)) calc(-0.4375rem*var(--mantine-scale));--mantine-radius-xs:calc(0.125rem*var(--mantine-scale));--mantine-radius-sm:calc(0.25rem*var(--mantine-scale));--mantine-radius-md:calc(0.5rem*var(--mantine-scale));--mantine-radius-lg:calc(1rem*var(--mantine-scale));--mantine-radius-xl:calc(2rem*var(--mantine-scale));--mantine-color-dark-0:#c9c9c9;--mantine-color-dark-1:#b8b8b8;--mantine-color-dark-2:#828282;--mantine-color-dark-3:#696969;--mantine-color-dark-4:#424242;--mantine-color-dark-5:#3b3b3b;--mantine-color-dark-6:#2e2e2e;--mantine-color-dark-7:#242424;--mantine-color-dark-8:#1f1f1f;--mantine-color-dark-9:#141414;--mantine-color-gray-0:#f8f9fa;--mantine-color-gray-1:#f1f3f5;--mantine-color-gray-2:#e9ecef;--mantine-color-gray-3:#dee2e6;--mantine-color-gray-4:#ced4da;--mantine-color-gray-5:#adb5bd;--mantine-color-gray-6:#868e96;--mantine-color-gray-7:#495057;--mantine-color-gray-8:#343a40;--mantine-color-gray-9:#212529;--mantine-color-red-0:#fff5f5;--mantine-color-red-1:#ffe3e3;--mantine-color-red-2:#ffc9c9;--mantine-color-red-3:#ffa8a8;--mantine-color-red-4:#ff8787;--mantine-color-red-5:#ff6b6b;--mantine-color-red-6:#fa5252;--mantine-color-red-7:#f03e3e;--mantine-color-red-8:#e03131;--mantine-color-red-9:#c92a2a;--mantine-color-pink-0:#fff0f6;--mantine-color-pink-1:#ffdeeb;--mantine-color-pink-2:#fcc2d7;--mantine-color-pink-3:#faa2c1;--mantine-color-pink-4:#f783ac;--mantine-color-pink-5:#f06595;--mantine-color-pink-6:#e64980;--mantine-color-pink-7:#d6336c;--mantine-color-pink-8:#c2255c;--mantine-color-pink-9:#a61e4d;--mantine-color-grape-0:#f8f0fc;--mantine-color-grape-1:#f3d9fa;--mantine-color-grape-2:#eebefa;--mantine-color-grape-3:#e599f7;--mantine-color-grape-4:#da77f2;--mantine-color-grape-5:#cc5de8;--mantine-color-grape-6:#be4bdb;--mantine-color-grape-7:#ae3ec9;--mantine-color-grape-8:#9c36b5;--mantine-color-grape-9:#862e9c;--mantine-color-violet-0:#f3f0ff;--mantine-color-violet-1:#e5dbff;--mantine-color-violet-2:#d0bfff;--mantine-color-violet-3:#b197fc;--mantine-color-violet-4:#9775fa;--mantine-color-violet-5:#845ef7;--mantine-color-violet-6:#7950f2;--mantine-color-violet-7:#7048e8;--mantine-color-violet-8:#6741d9;--mantine-color-violet-9:#5f3dc4;--mantine-color-indigo-0:#edf2ff;--mantine-color-indigo-1:#dbe4ff;--mantine-color-indigo-2:#bac8ff;--mantine-color-indigo-3:#91a7ff;--mantine-color-indigo-4:#748ffc;--mantine-color-indigo-5:#5c7cfa;--mantine-color-indigo-6:#4c6ef5;--mantine-color-indigo-7:#4263eb;--mantine-color-indigo-8:#3b5bdb;--mantine-color-indigo-9:#364fc7;--mantine-color-blue-0:#e7f5ff;--mantine-color-blue-1:#d0ebff;--mantine-color-blue-2:#a5d8ff;--mantine-color-blue-3:#74c0fc;--mantine-color-blue-4:#4dabf7;--mantine-color-blue-5:#339af0;--mantine-color-blue-6:#228be6;--mantine-color-blue-7:#1c7ed6;--mantine-color-blue-8:#1971c2;--mantine-color-blue-9:#1864ab;--mantine-color-cyan-0:#e3fafc;--mantine-color-cyan-1:#c5f6fa;--mantine-color-cyan-2:#99e9f2;--mantine-color-cyan-3:#66d9e8;--mantine-color-cyan-4:#3bc9db;--mantine-color-cyan-5:#22b8cf;--mantine-color-cyan-6:#15aabf;--mantine-color-cyan-7:#1098ad;--mantine-color-cyan-8:#0c8599;--mantine-color-cyan-9:#0b7285;--mantine-color-teal-0:#e6fcf5;--mantine-color-teal-1:#c3fae8;--mantine-color-teal-2:#96f2d7;--mantine-color-teal-3:#63e6be;--mantine-color-teal-4:#38d9a9;--mantine-color-teal-5:#20c997;--mantine-color-teal-6:#12b886;--mantine-color-teal-7:#0ca678;--mantine-color-teal-8:#099268;--mantine-color-teal-9:#087f5b;--mantine-color-green-0:#ebfbee;--mantine-color-green-1:#d3f9d8;--mantine-color-green-2:#b2f2bb;--mantine-color-green-3:#8ce99a;--mantine-color-green-4:#69db7c;--mantine-color-green-5:#51cf66;--mantine-color-green-6:#40c057;--mantine-color-green-7:#37b24d;--mantine-color-green-8:#2f9e44;--mantine-color-green-9:#2b8a3e;--mantine-color-lime-0:#f4fce3;--mantine-color-lime-1:#e9fac8;--mantine-color-lime-2:#d8f5a2;--mantine-color-lime-3:#c0eb75;--mantine-color-lime-4:#a9e34b;--mantine-color-lime-5:#94d82d;--mantine-color-lime-6:#82c91e;--mantine-color-lime-7:#74b816;--mantine-color-lime-8:#66a80f;--mantine-color-lime-9:#5c940d;--mantine-color-yellow-0:#fff9db;--mantine-color-yellow-1:#fff3bf;--mantine-color-yellow-2:#ffec99;--mantine-color-yellow-3:#ffe066;--mantine-color-yellow-4:#ffd43b;--mantine-color-yellow-5:#fcc419;--mantine-color-yellow-6:#fab005;--mantine-color-yellow-7:#f59f00;--mantine-color-yellow-8:#f08c00;--mantine-color-yellow-9:#e67700;--mantine-color-orange-0:#fff4e6;--mantine-color-orange-1:#ffe8cc;--mantine-color-orange-2:#ffd8a8;--mantine-color-orange-3:#ffc078;--mantine-color-orange-4:#ffa94d;--mantine-color-orange-5:#ff922b;--mantine-color-orange-6:#fd7e14;--mantine-color-orange-7:#f76707;--mantine-color-orange-8:#e8590c;--mantine-color-orange-9:#d9480f;--mantine-h1-font-size:calc(2.125rem*var(--mantine-scale));--mantine-h1-line-height:1.3;--mantine-h1-font-weight:700;--mantine-h2-font-size:calc(1.625rem*var(--mantine-scale));--mantine-h2-line-height:1.35;--mantine-h2-font-weight:700;--mantine-h3-font-size:calc(1.375rem*var(--mantine-scale));--mantine-h3-line-height:1.4;--mantine-h3-font-weight:700;--mantine-h4-font-size:calc(1.125rem*var(--mantine-scale));--mantine-h4-line-height:1.45;--mantine-h4-font-weight:700;--mantine-h5-font-size:calc(1rem*var(--mantine-scale));--mantine-h5-line-height:1.5;--mantine-h5-font-weight:700;--mantine-h6-font-size:calc(0.875rem*var(--mantine-scale));--mantine-h6-line-height:1.5;--mantine-h6-font-weight:700;color-scheme:light dark;color-scheme:var(--mantine-color-scheme)}:root[data-mantine-color-scheme=dark]{--mantine-color-scheme:dark;--mantine-primary-color-contrast:var(--mantine-color-white);--mantine-color-bright:var(--mantine-color-white);--mantine-color-text:var(--mantine-color-dark-0);--mantine-color-body:var(--mantine-color-dark-7);--mantine-color-error:var(--mantine-color-red-8);--mantine-color-placeholder:var(--mantine-color-dark-3);--mantine-color-anchor:var(--mantine-color-blue-4);--mantine-color-default:var(--mantine-color-dark-6);--mantine-color-default-hover:var(--mantine-color-dark-5);--mantine-color-default-color:var(--mantine-color-white);--mantine-color-default-border:var(--mantine-color-dark-4);--mantine-color-dimmed:var(--mantine-color-dark-2);--mantine-color-dark-text:var(--mantine-color-dark-4);--mantine-color-dark-filled:var(--mantine-color-dark-8);--mantine-color-dark-filled-hover:var(--mantine-color-dark-7);--mantine-color-dark-light:rgba(36,36,36,.15);--mantine-color-dark-light-hover:rgba(36,36,36,.2);--mantine-color-dark-light-color:var(--mantine-color-dark-3);--mantine-color-dark-outline:var(--mantine-color-dark-4);--mantine-color-dark-outline-hover:rgba(36,36,36,.05);--mantine-color-gray-text:var(--mantine-color-gray-4);--mantine-color-gray-filled:var(--mantine-color-gray-8);--mantine-color-gray-filled-hover:var(--mantine-color-gray-9);--mantine-color-gray-light:hsla(210,7%,56%,.15);--mantine-color-gray-light-hover:hsla(210,7%,56%,.2);--mantine-color-gray-light-color:var(--mantine-color-gray-3);--mantine-color-gray-outline:var(--mantine-color-gray-4);--mantine-color-gray-outline-hover:rgba(206,212,218,.05);--mantine-color-red-text:var(--mantine-color-red-4);--mantine-color-red-filled:var(--mantine-color-red-8);--mantine-color-red-filled-hover:var(--mantine-color-red-9);--mantine-color-red-light:rgba(250,82,82,.15);--mantine-color-red-light-hover:rgba(250,82,82,.2);--mantine-color-red-light-color:var(--mantine-color-red-3);--mantine-color-red-outline:var(--mantine-color-red-4);--mantine-color-red-outline-hover:hsla(0,100%,76%,.05);--mantine-color-pink-text:var(--mantine-color-pink-4);--mantine-color-pink-filled:var(--mantine-color-pink-8);--mantine-color-pink-filled-hover:var(--mantine-color-pink-9);--mantine-color-pink-light:rgba(230,73,128,.15);--mantine-color-pink-light-hover:rgba(230,73,128,.2);--mantine-color-pink-light-color:var(--mantine-color-pink-3);--mantine-color-pink-outline:var(--mantine-color-pink-4);--mantine-color-pink-outline-hover:rgba(247,131,172,.05);--mantine-color-grape-text:var(--mantine-color-grape-4);--mantine-color-grape-filled:var(--mantine-color-grape-8);--mantine-color-grape-filled-hover:var(--mantine-color-grape-9);--mantine-color-grape-light:rgba(190,75,219,.15);--mantine-color-grape-light-hover:rgba(190,75,219,.2);--mantine-color-grape-light-color:var(--mantine-color-grape-3);--mantine-color-grape-outline:var(--mantine-color-grape-4);--mantine-color-grape-outline-hover:rgba(218,119,242,.05);--mantine-color-violet-text:var(--mantine-color-violet-4);--mantine-color-violet-filled:var(--mantine-color-violet-8);--mantine-color-violet-filled-hover:var(--mantine-color-violet-9);--mantine-color-violet-light:rgba(121,80,242,.15);--mantine-color-violet-light-hover:rgba(121,80,242,.2);--mantine-color-violet-light-color:var(--mantine-color-violet-3);--mantine-color-violet-outline:var(--mantine-color-violet-4);--mantine-color-violet-outline-hover:rgba(151,117,250,.05);--mantine-color-indigo-text:var(--mantine-color-indigo-4);--mantine-color-indigo-filled:var(--mantine-color-indigo-8);--mantine-color-indigo-filled-hover:var(--mantine-color-indigo-9);--mantine-color-indigo-light:rgba(76,110,245,.15);--mantine-color-indigo-light-hover:rgba(76,110,245,.2);--mantine-color-indigo-light-color:var(--mantine-color-indigo-3);--mantine-color-indigo-outline:var(--mantine-color-indigo-4);--mantine-color-indigo-outline-hover:rgba(116,143,252,.05);--mantine-color-blue-text:var(--mantine-color-blue-4);--mantine-color-blue-filled:var(--mantine-color-blue-8);--mantine-color-blue-filled-hover:var(--mantine-color-blue-9);--mantine-color-blue-light:rgba(34,139,230,.15);--mantine-color-blue-light-hover:rgba(34,139,230,.2);--mantine-color-blue-light-color:var(--mantine-color-blue-3);--mantine-color-blue-outline:var(--mantine-color-blue-4);--mantine-color-blue-outline-hover:rgba(77,171,247,.05);--mantine-color-cyan-text:var(--mantine-color-cyan-4);--mantine-color-cyan-filled:var(--mantine-color-cyan-8);--mantine-color-cyan-filled-hover:var(--mantine-color-cyan-9);--mantine-color-cyan-light:rgba(21,170,191,.15);--mantine-color-cyan-light-hover:rgba(21,170,191,.2);--mantine-color-cyan-light-color:var(--mantine-color-cyan-3);--mantine-color-cyan-outline:var(--mantine-color-cyan-4);--mantine-color-cyan-outline-hover:rgba(59,201,219,.05);--mantine-color-teal-text:var(--mantine-color-teal-4);--mantine-color-teal-filled:var(--mantine-color-teal-8);--mantine-color-teal-filled-hover:var(--mantine-color-teal-9);--mantine-color-teal-light:rgba(18,184,134,.15);--mantine-color-teal-light-hover:rgba(18,184,134,.2);--mantine-color-teal-light-color:var(--mantine-color-teal-3);--mantine-color-teal-outline:var(--mantine-color-teal-4);--mantine-color-teal-outline-hover:rgba(56,217,169,.05);--mantine-color-green-text:var(--mantine-color-green-4);--mantine-color-green-filled:var(--mantine-color-green-8);--mantine-color-green-filled-hover:var(--mantine-color-green-9);--mantine-color-green-light:rgba(64,192,87,.15);--mantine-color-green-light-hover:rgba(64,192,87,.2);--mantine-color-green-light-color:var(--mantine-color-green-3);--mantine-color-green-outline:var(--mantine-color-green-4);--mantine-color-green-outline-hover:rgba(105,219,124,.05);--mantine-color-lime-text:var(--mantine-color-lime-4);--mantine-color-lime-filled:var(--mantine-color-lime-8);--mantine-color-lime-filled-hover:var(--mantine-color-lime-9);--mantine-color-lime-light:rgba(130,201,30,.15);--mantine-color-lime-light-hover:rgba(130,201,30,.2);--mantine-color-lime-light-color:var(--mantine-color-lime-3);--mantine-color-lime-outline:var(--mantine-color-lime-4);--mantine-color-lime-outline-hover:rgba(169,227,75,.05);--mantine-color-yellow-text:var(--mantine-color-yellow-4);--mantine-color-yellow-filled:var(--mantine-color-yellow-8);--mantine-color-yellow-filled-hover:var(--mantine-color-yellow-9);--mantine-color-yellow-light:rgba(250,176,5,.15);--mantine-color-yellow-light-hover:rgba(250,176,5,.2);--mantine-color-yellow-light-color:var(--mantine-color-yellow-3);--mantine-color-yellow-outline:var(--mantine-color-yellow-4);--mantine-color-yellow-outline-hover:rgba(255,212,59,.05);--mantine-color-orange-text:var(--mantine-color-orange-4);--mantine-color-orange-filled:var(--mantine-color-orange-8);--mantine-color-orange-filled-hover:var(--mantine-color-orange-9);--mantine-color-orange-light:rgba(253,126,20,.15);--mantine-color-orange-light-hover:rgba(253,126,20,.2);--mantine-color-orange-light-color:var(--mantine-color-orange-3);--mantine-color-orange-outline:var(--mantine-color-orange-4);--mantine-color-orange-outline-hover:rgba(255,169,77,.05)}:root[data-mantine-color-scheme=light]{--mantine-color-scheme:light;--mantine-color-bright:var(--mantine-color-black);--mantine-color-text:var(--mantine-color-black);--mantine-color-body:var(--mantine-color-white);--mantine-primary-color-contrast:var(--mantine-color-white);--mantine-color-error:var(--mantine-color-red-6);--mantine-color-placeholder:var(--mantine-color-gray-5);--mantine-color-anchor:var(--mantine-primary-color-filled);--mantine-color-default:var(--mantine-color-white);--mantine-color-default-hover:var(--mantine-color-gray-0);--mantine-color-default-color:var(--mantine-color-gray-9);--mantine-color-default-border:var(--mantine-color-gray-4);--mantine-color-dimmed:var(--mantine-color-gray-6);--mantine-color-dark-text:var(--mantine-color-dark-filled);--mantine-color-dark-filled:var(--mantine-color-dark-6);--mantine-color-dark-filled-hover:var(--mantine-color-dark-7);--mantine-color-dark-light:rgba(56,56,56,.1);--mantine-color-dark-light-hover:rgba(56,56,56,.12);--mantine-color-dark-light-color:var(--mantine-color-dark-6);--mantine-color-dark-outline:var(--mantine-color-dark-6);--mantine-color-dark-outline-hover:rgba(56,56,56,.05);--mantine-color-gray-text:var(--mantine-color-gray-filled);--mantine-color-gray-filled:var(--mantine-color-gray-6);--mantine-color-gray-filled-hover:var(--mantine-color-gray-7);--mantine-color-gray-light:hsla(210,7%,56%,.1);--mantine-color-gray-light-hover:hsla(210,7%,56%,.12);--mantine-color-gray-light-color:var(--mantine-color-gray-6);--mantine-color-gray-outline:var(--mantine-color-gray-6);--mantine-color-gray-outline-hover:hsla(210,7%,56%,.05);--mantine-color-red-text:var(--mantine-color-red-filled);--mantine-color-red-filled:var(--mantine-color-red-6);--mantine-color-red-filled-hover:var(--mantine-color-red-7);--mantine-color-red-light:rgba(250,82,82,.1);--mantine-color-red-light-hover:rgba(250,82,82,.12);--mantine-color-red-light-color:var(--mantine-color-red-6);--mantine-color-red-outline:var(--mantine-color-red-6);--mantine-color-red-outline-hover:rgba(250,82,82,.05);--mantine-color-pink-text:var(--mantine-color-pink-filled);--mantine-color-pink-filled:var(--mantine-color-pink-6);--mantine-color-pink-filled-hover:var(--mantine-color-pink-7);--mantine-color-pink-light:rgba(230,73,128,.1);--mantine-color-pink-light-hover:rgba(230,73,128,.12);--mantine-color-pink-light-color:var(--mantine-color-pink-6);--mantine-color-pink-outline:var(--mantine-color-pink-6);--mantine-color-pink-outline-hover:rgba(230,73,128,.05);--mantine-color-grape-text:var(--mantine-color-grape-filled);--mantine-color-grape-filled:var(--mantine-color-grape-6);--mantine-color-grape-filled-hover:var(--mantine-color-grape-7);--mantine-color-grape-light:rgba(190,75,219,.1);--mantine-color-grape-light-hover:rgba(190,75,219,.12);--mantine-color-grape-light-color:var(--mantine-color-grape-6);--mantine-color-grape-outline:var(--mantine-color-grape-6);--mantine-color-grape-outline-hover:rgba(190,75,219,.05);--mantine-color-violet-text:var(--mantine-color-violet-filled);--mantine-color-violet-filled:var(--mantine-color-violet-6);--mantine-color-violet-filled-hover:var(--mantine-color-violet-7);--mantine-color-violet-light:rgba(121,80,242,.1);--mantine-color-violet-light-hover:rgba(121,80,242,.12);--mantine-color-violet-light-color:var(--mantine-color-violet-6);--mantine-color-violet-outline:var(--mantine-color-violet-6);--mantine-color-violet-outline-hover:rgba(121,80,242,.05);--mantine-color-indigo-text:var(--mantine-color-indigo-filled);--mantine-color-indigo-filled:var(--mantine-color-indigo-6);--mantine-color-indigo-filled-hover:var(--mantine-color-indigo-7);--mantine-color-indigo-light:rgba(76,110,245,.1);--mantine-color-indigo-light-hover:rgba(76,110,245,.12);--mantine-color-indigo-light-color:var(--mantine-color-indigo-6);--mantine-color-indigo-outline:var(--mantine-color-indigo-6);--mantine-color-indigo-outline-hover:rgba(76,110,245,.05);--mantine-color-blue-text:var(--mantine-color-blue-filled);--mantine-color-blue-filled:var(--mantine-color-blue-6);--mantine-color-blue-filled-hover:var(--mantine-color-blue-7);--mantine-color-blue-light:rgba(34,139,230,.1);--mantine-color-blue-light-hover:rgba(34,139,230,.12);--mantine-color-blue-light-color:var(--mantine-color-blue-6);--mantine-color-blue-outline:var(--mantine-color-blue-6);--mantine-color-blue-outline-hover:rgba(34,139,230,.05);--mantine-color-cyan-text:var(--mantine-color-cyan-filled);--mantine-color-cyan-filled:var(--mantine-color-cyan-6);--mantine-color-cyan-filled-hover:var(--mantine-color-cyan-7);--mantine-color-cyan-light:rgba(21,170,191,.1);--mantine-color-cyan-light-hover:rgba(21,170,191,.12);--mantine-color-cyan-light-color:var(--mantine-color-cyan-6);--mantine-color-cyan-outline:var(--mantine-color-cyan-6);--mantine-color-cyan-outline-hover:rgba(21,170,191,.05);--mantine-color-teal-text:var(--mantine-color-teal-filled);--mantine-color-teal-filled:var(--mantine-color-teal-6);--mantine-color-teal-filled-hover:var(--mantine-color-teal-7);--mantine-color-teal-light:rgba(18,184,134,.1);--mantine-color-teal-light-hover:rgba(18,184,134,.12);--mantine-color-teal-light-color:var(--mantine-color-teal-6);--mantine-color-teal-outline:var(--mantine-color-teal-6);--mantine-color-teal-outline-hover:rgba(18,184,134,.05);--mantine-color-green-text:var(--mantine-color-green-filled);--mantine-color-green-filled:var(--mantine-color-green-6);--mantine-color-green-filled-hover:var(--mantine-color-green-7);--mantine-color-green-light:rgba(64,192,87,.1);--mantine-color-green-light-hover:rgba(64,192,87,.12);--mantine-color-green-light-color:var(--mantine-color-green-6);--mantine-color-green-outline:var(--mantine-color-green-6);--mantine-color-green-outline-hover:rgba(64,192,87,.05);--mantine-color-lime-text:var(--mantine-color-lime-filled);--mantine-color-lime-filled:var(--mantine-color-lime-6);--mantine-color-lime-filled-hover:var(--mantine-color-lime-7);--mantine-color-lime-light:rgba(130,201,30,.1);--mantine-color-lime-light-hover:rgba(130,201,30,.12);--mantine-color-lime-light-color:var(--mantine-color-lime-6);--mantine-color-lime-outline:var(--mantine-color-lime-6);--mantine-color-lime-outline-hover:rgba(130,201,30,.05);--mantine-color-yellow-text:var(--mantine-color-yellow-filled);--mantine-color-yellow-filled:var(--mantine-color-yellow-6);--mantine-color-yellow-filled-hover:var(--mantine-color-yellow-7);--mantine-color-yellow-light:rgba(250,176,5,.1);--mantine-color-yellow-light-hover:rgba(250,176,5,.12);--mantine-color-yellow-light-color:var(--mantine-color-yellow-6);--mantine-color-yellow-outline:var(--mantine-color-yellow-6);--mantine-color-yellow-outline-hover:rgba(250,176,5,.05);--mantine-color-orange-text:var(--mantine-color-orange-filled);--mantine-color-orange-filled:var(--mantine-color-orange-6);--mantine-color-orange-filled-hover:var(--mantine-color-orange-7);--mantine-color-orange-light:rgba(253,126,20,.1);--mantine-color-orange-light-hover:rgba(253,126,20,.12);--mantine-color-orange-light-color:var(--mantine-color-orange-6);--mantine-color-orange-outline:var(--mantine-color-orange-6);--mantine-color-orange-outline-hover:rgba(253,126,20,.05)}.m_d57069b5{--scrollarea-scrollbar-size:calc(0.75rem*var(--mantine-scale));overflow:hidden;position:relative}.m_c0783ff9{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;height:100%;scrollbar-width:none;width:100%}.m_c0783ff9::-webkit-scrollbar{display:none}[dir=ltr] .m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=y]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=y]){padding-right:var(--scrollarea-scrollbar-size)}[dir=rtl] .m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=y]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=y]){padding-left:var(--scrollarea-scrollbar-size)}[dir=ltr] .m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=y]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=y]){padding-left:0}[dir=rtl] .m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=y]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=y]){padding-right:0}.m_c0783ff9:where([data-scrollbars=xy],[data-scrollbars=x]):where([data-offset-scrollbars=xy],[data-offset-scrollbars=x]){padding-bottom:var(--scrollarea-scrollbar-size)}.m_f8f631dd{display:table;min-width:100%}.m_c44ba933{background-color:transparent;box-sizing:border-box;display:flex;flex-direction:row;padding:calc(var(--scrollarea-scrollbar-size)/5);touch-action:none;transition:background-color .15s ease,opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_c44ba933:hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=light]) .m_c44ba933:hover>.m_d8b5e363{background-color:rgba(0,0,0,.5)}:where([data-mantine-color-scheme=dark]) .m_c44ba933:hover{background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}:where([data-mantine-color-scheme=dark]) .m_c44ba933:hover>.m_d8b5e363{background-color:hsla(0,0%,100%,.5)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_c44ba933:active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=light]) .m_c44ba933:active>.m_d8b5e363{background-color:rgba(0,0,0,.5)}:where([data-mantine-color-scheme=dark]) .m_c44ba933:active{background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}:where([data-mantine-color-scheme=dark]) .m_c44ba933:active>.m_d8b5e363{background-color:hsla(0,0%,100%,.5)}}.m_c44ba933:where([data-hidden],[data-state=hidden]){display:none}[dir=ltr] .m_c44ba933:where([data-orientation=vertical]){right:0}[dir=rtl] .m_c44ba933:where([data-orientation=vertical]){left:0}.m_c44ba933:where([data-orientation=vertical]){bottom:var(--sa-corner-width);top:0;width:var(--scrollarea-scrollbar-size)}[dir=ltr] .m_c44ba933:where([data-orientation=horizontal]){left:0}[dir=rtl] .m_c44ba933:where([data-orientation=horizontal]){right:0}[dir=ltr] .m_c44ba933:where([data-orientation=horizontal]){right:var(--sa-corner-width)}[dir=rtl] .m_c44ba933:where([data-orientation=horizontal]){left:var(--sa-corner-width)}.m_c44ba933:where([data-orientation=horizontal]){bottom:0;flex-direction:column;height:var(--scrollarea-scrollbar-size)}.m_d8b5e363{border-radius:var(--scrollarea-scrollbar-size);flex:1;overflow:hidden;position:relative;transition:background-color .15s ease}.m_d8b5e363:before{content:'""';height:100%;left:50%;min-height:2.75rem;min-height:calc(2.75rem*var(--mantine-scale));min-width:2.75rem;min-width:calc(2.75rem*var(--mantine-scale));position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}:where([data-mantine-color-scheme=light]) .m_d8b5e363{background-color:rgba(0,0,0,.4)}:where([data-mantine-color-scheme=dark]) .m_d8b5e363{background-color:hsla(0,0%,100%,.4)}[dir=ltr] .m_21657268{right:0}[dir=rtl] .m_21657268{left:0}.m_21657268{bottom:0;display:block;opacity:0;position:absolute;transition:opacity .15s ease}:where([data-mantine-color-scheme=light]) .m_21657268{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_21657268{background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}.m_21657268:where([data-hovered]){opacity:1}.m_21657268:where([data-hidden]){display:none}.m_87cf2631{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:inherit;cursor:pointer;font-size:1rem;font-size:var(--mantine-font-size-md);padding:0;text-align:left;text-decoration:none;touch-action:manipulation}:where([dir=rtl]) .m_87cf2631{text-align:right}.m_515a97f8{clip:rect(0 0 0 0);border:0;height:.0625rem;height:calc(.0625rem*var(--mantine-scale));margin:-.0625rem;margin:calc(-.0625rem*var(--mantine-scale));overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:.0625rem;width:calc(.0625rem*var(--mantine-scale))}.m_1b7284a3{--paper-radius:var(--mantine-radius-default);-webkit-tap-highlight-color:transparent;background-color:var(--mantine-color-body);border-radius:var(--paper-radius);box-shadow:var(--paper-shadow);display:block;outline:0;text-decoration:none;touch-action:manipulation}:where([data-mantine-color-scheme=light]) .m_1b7284a3:where([data-with-border]){border:.0625rem solid #dee2e6;border:calc(.0625rem*var(--mantine-scale)) solid var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_1b7284a3:where([data-with-border]){border:.0625rem solid #424242;border:calc(.0625rem*var(--mantine-scale)) solid var(--mantine-color-dark-4)}.m_38a85659{border:1px solid var(--popover-border-color);border-radius:.25rem;border-radius:var(--popover-radius,var(--mantine-radius-default));box-shadow:none;box-shadow:var(--popover-shadow,none);padding:.75rem 1rem;padding:var(--mantine-spacing-sm) var(--mantine-spacing-md);position:absolute}.m_38a85659:focus{outline:none}:where([data-mantine-color-scheme=light]) .m_38a85659{--popover-border-color:var(--mantine-color-gray-2);background-color:#fff;background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_38a85659{--popover-border-color:var(--mantine-color-dark-4);background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}.m_a31dc6c1{background-color:inherit;border:1px solid var(--popover-border-color);z-index:1}.m_5ae2e3c{--loader-size-xs:calc(1.125rem*var(--mantine-scale));--loader-size-sm:calc(1.375rem*var(--mantine-scale));--loader-size-md:calc(2.25rem*var(--mantine-scale));--loader-size-lg:calc(2.75rem*var(--mantine-scale));--loader-size-xl:calc(3.625rem*var(--mantine-scale));--loader-size:var(--loader-size-md);--loader-color:var(--mantine-primary-color-filled)}@keyframes m_5d2b3b9d{0%{opacity:0;transform:scale(.6)}50%,to{transform:scale(1)}}.m_7a2bd4cd{display:flex;gap:calc(var(--loader-size)/5);height:var(--loader-size);position:relative;width:var(--loader-size)}.m_870bb79{animation:m_5d2b3b9d 1.2s cubic-bezier(0,.5,.5,1) infinite;background:var(--loader-color);border-radius:.125rem;border-radius:calc(.125rem*var(--mantine-scale));flex:1}.m_870bb79:first-of-type{animation-delay:-.24s}.m_870bb79:nth-of-type(2){animation-delay:-.12s}.m_870bb79:nth-of-type(3){animation-delay:0}@keyframes m_aac34a1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.6)}}.m_4e3f22d7{align-items:center;display:flex;gap:calc(var(--loader-size)/10);height:var(--loader-size);justify-content:center;position:relative;width:var(--loader-size)}.m_870c4af{animation:m_aac34a1 .8s linear infinite;background:var(--loader-color);border-radius:50%;height:calc(var(--loader-size)/3 - var(--loader-size)/15);width:calc(var(--loader-size)/3 - var(--loader-size)/15)}.m_870c4af:nth-child(2){animation-delay:.4s}@keyframes m_f8e89c4b{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.m_b34414df{display:inline-block}.m_b34414df,.m_b34414df:after{height:var(--loader-size);width:var(--loader-size)}.m_b34414df:after{animation:m_f8e89c4b 1.2s linear infinite;border-color:var(--loader-color) var(--loader-color) var(--loader-color) transparent;border-radius:625rem;border-radius:calc(625rem*var(--mantine-scale));border-style:solid;border-width:calc(var(--loader-size)/8);content:"";display:block}.m_8d3f4000{--ai-size-xs:calc(1.125rem*var(--mantine-scale));--ai-size-sm:calc(1.375rem*var(--mantine-scale));--ai-size-md:calc(1.75rem*var(--mantine-scale));--ai-size-lg:calc(2.125rem*var(--mantine-scale));--ai-size-xl:calc(2.75rem*var(--mantine-scale));--ai-size-input-xs:calc(1.875rem*var(--mantine-scale));--ai-size-input-sm:calc(2.25rem*var(--mantine-scale));--ai-size-input-md:calc(2.625rem*var(--mantine-scale));--ai-size-input-lg:calc(3.125rem*var(--mantine-scale));--ai-size-input-xl:calc(3.75rem*var(--mantine-scale));--ai-size:var(--ai-size-md);--ai-color:var(--mantine-color-white);align-items:center;background:var(--mantine-color-blue-filled);background:var(--ai-bg,var(--mantine-primary-color-filled));border:.0625rem solid transparent;border:var(--ai-bd,calc(.0625rem*var(--mantine-scale)) solid transparent);border-radius:.25rem;border-radius:var(--ai-radius,var(--mantine-radius-default));color:#fff;color:var(--ai-color,var(--mantine-color-white));cursor:pointer;display:inline-flex;height:var(--ai-size);justify-content:center;line-height:1;min-height:var(--ai-size);min-width:var(--ai-size);overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--ai-size)}@media (hover:hover){.m_8d3f4000:hover:where(:not([data-loading]):not(:disabled):not([data-disabled])){background-color:var(--mantine-color-blue-filled-hover);background-color:var(--ai-hover,var(--mantine-primary-color-filled-hover));color:var(--ai-color);color:var(--ai-hover-color,var(--ai-color))}}@media (hover:none){.m_8d3f4000:active:where(:not([data-loading]):not(:disabled):not([data-disabled])){background-color:var(--mantine-color-blue-filled-hover);background-color:var(--ai-hover,var(--mantine-primary-color-filled-hover));color:var(--ai-color);color:var(--ai-hover-color,var(--ai-color))}}.m_8d3f4000[data-loading]{cursor:not-allowed}.m_8d3f4000[data-loading] .m_8d3afb97{opacity:0;transform:translateY(100%)}.m_8d3f4000:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_8d3f4000:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){background-color:#f1f3f5;background-color:var(--mantine-color-gray-1);color:#adb5bd;color:var(--mantine-color-gray-5)}:where([data-mantine-color-scheme=dark]) .m_8d3f4000:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);color:#696969;color:var(--mantine-color-dark-3)}.m_8d3f4000:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])):active{transform:none}.m_302b9fb1{align-items:center;border-radius:.25rem;border-radius:var(--ai-radius,var(--mantine-radius-default));bottom:-.0625rem;bottom:calc(-.0625rem*var(--mantine-scale));display:flex;justify-content:center;left:-.0625rem;left:calc(-.0625rem*var(--mantine-scale));position:absolute;right:-.0625rem;right:calc(-.0625rem*var(--mantine-scale));top:-.0625rem;top:calc(-.0625rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_302b9fb1{background-color:hsla(0,0%,100%,.35)}:where([data-mantine-color-scheme=dark]) .m_302b9fb1{background-color:rgba(0,0,0,.35)}.m_1a0f1b21{--ai-border-width:calc(0.0625rem*var(--mantine-scale));display:flex}.m_1a0f1b21 :where(*):focus{position:relative;z-index:1}.m_1a0f1b21[data-orientation=horizontal]{flex-direction:row}[dir=ltr] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child{border-bottom-right-radius:0}[dir=rtl] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child{border-bottom-left-radius:0}[dir=ltr] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child{border-top-right-radius:0}[dir=rtl] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child{border-top-left-radius:0}[dir=ltr] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child{border-right-width:calc(var(--ai-border-width)/2)}[dir=rtl] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child{border-left-width:calc(var(--ai-border-width)/2)}[dir=ltr] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child{border-bottom-left-radius:0}[dir=rtl] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child{border-bottom-right-radius:0}[dir=ltr] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child{border-top-left-radius:0}[dir=rtl] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child{border-top-right-radius:0}[dir=ltr] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child{border-left-width:calc(var(--ai-border-width)/2)}[dir=rtl] .m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child{border-right-width:calc(var(--ai-border-width)/2)}.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child){border-left-width:calc(var(--ai-border-width)/2);border-radius:0;border-right-width:calc(var(--ai-border-width)/2)}.m_1a0f1b21[data-orientation=vertical]{flex-direction:column}[dir=ltr] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child{border-bottom-left-radius:0}[dir=ltr] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child,[dir=rtl] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child{border-bottom-right-radius:0}[dir=rtl] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child{border-bottom-left-radius:0}.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child{border-bottom-width:calc(var(--ai-border-width)/2)}[dir=ltr] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child{border-top-left-radius:0}[dir=ltr] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child,[dir=rtl] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child{border-top-right-radius:0}[dir=rtl] .m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child{border-top-left-radius:0}.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child{border-top-width:calc(var(--ai-border-width)/2)}.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child){border-bottom-width:calc(var(--ai-border-width)/2);border-radius:0;border-top-width:calc(var(--ai-border-width)/2)}.m_8d3afb97{display:flex;height:100%;transition:transform .15s ease,opacity .1s ease;width:100%}.m_86a44da5,.m_8d3afb97{align-items:center;justify-content:center}.m_86a44da5{--cb-size-xs:calc(1.125rem*var(--mantine-scale));--cb-size-sm:calc(1.375rem*var(--mantine-scale));--cb-size-md:calc(1.75rem*var(--mantine-scale));--cb-size-lg:calc(2.125rem*var(--mantine-scale));--cb-size-xl:calc(2.75rem*var(--mantine-scale));--cb-size:var(--cb-size-md);--cb-icon-size:70%;--cb-radius:var(--mantine-radius-default);border-radius:var(--cb-radius);display:inline-flex;height:var(--cb-size);line-height:1;min-height:var(--cb-size);min-width:var(--cb-size);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--cb-size)}:where([data-mantine-color-scheme=light]) .m_86a44da5{color:#495057;color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_86a44da5{color:#b8b8b8;color:var(--mantine-color-dark-1)}.m_86a44da5:disabled,.m_86a44da5[data-disabled]{cursor:not-allowed;opacity:.6}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_220c80f2:where(:not([data-disabled]):not(:disabled)):hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_220c80f2:where(:not([data-disabled]):not(:disabled)):hover{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_220c80f2:where(:not([data-disabled]):not(:disabled)):active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_220c80f2:where(:not([data-disabled]):not(:disabled)):active{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}}.m_4081bf90{align-items:center;align-items:var(--group-align,center);display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:var(--group-wrap,wrap);gap:1rem;gap:var(--group-gap,var(--mantine-spacing-md));justify-content:flex-start;justify-content:var(--group-justify,flex-start)}.m_4081bf90:where([data-grow])>*{flex-grow:1;max-width:var(--group-child-width)}.m_9814e45f{backdrop-filter:var(--overlay-filter);-webkit-backdrop-filter:var(--overlay-filter);background:rgba(0,0,0,.6);background:var(--overlay-bg,rgba(0,0,0,.6));border-radius:0;border-radius:var(--overlay-radius,0);bottom:0;left:0;position:absolute;right:0;top:0;z-index:var(--overlay-z-index)}.m_9814e45f:where([data-fixed]){position:fixed}.m_9814e45f:where([data-center]){align-items:center;display:flex;justify-content:center}.m_615af6c9{font-size:1rem;font-size:var(--mantine-font-size-md);font-weight:400;line-height:1;margin:0;padding:0}[dir=ltr] .m_b5489c3c{padding-right:calc(var(--mb-padding, var(--mantine-spacing-md)) - .3125rem*var(--mantine-scale))}[dir=rtl] .m_b5489c3c{padding-left:calc(var(--mb-padding, var(--mantine-spacing-md)) - .3125rem*var(--mantine-scale))}[dir=ltr] .m_b5489c3c{padding-right:.6875rem}[dir=rtl] .m_b5489c3c{padding-left:.6875rem}.m_b5489c3c{align-items:center;background-color:var(--mantine-color-body);display:flex;justify-content:space-between;min-height:3.75rem;min-height:calc(3.75rem*var(--mantine-scale));padding:1rem;padding:var(--mb-padding,var(--mantine-spacing-md));position:sticky;top:0;z-index:1000}.m_60c222c7{bottom:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:var(--mb-z-index)}.m_fd1ab0aa{box-shadow:0 .0625rem .1875rem rgba(0,0,0,.05),0 2.25rem 1.75rem -.4375rem rgba(0,0,0,.05),0 1.0625rem 1.0625rem -.4375rem rgba(0,0,0,.04);box-shadow:var(--mb-shadow,var(--mantine-shadow-xl));pointer-events:all}[dir=ltr] .m_606cb269{margin-left:auto}[dir=rtl] .m_606cb269{margin-right:auto}.m_5df29311{padding:1rem;padding:var(--mb-padding,var(--mantine-spacing-md));padding-top:1rem;padding-top:var(--mb-padding,var(--mantine-spacing-md))}.m_5df29311:where(:not(:only-child)){padding-top:0}.m_6c018570{--input-height-xs:calc(1.875rem*var(--mantine-scale));--input-height-sm:calc(2.25rem*var(--mantine-scale));--input-height-md:calc(2.625rem*var(--mantine-scale));--input-height-lg:calc(3.125rem*var(--mantine-scale));--input-height-xl:calc(3.75rem*var(--mantine-scale));--input-padding-y-xs:calc(0.3125rem*var(--mantine-scale));--input-padding-y-sm:calc(0.375rem*var(--mantine-scale));--input-padding-y-md:calc(0.5rem*var(--mantine-scale));--input-padding-y-lg:calc(0.625rem*var(--mantine-scale));--input-padding-y-xl:calc(0.8125rem*var(--mantine-scale));--input-height:var(--input-height-sm);--input-radius:var(--mantine-radius-default);--input-cursor:text;--input-text-align:left;--input-line-height:calc(var(--input-height) - 0.125rem*var(--mantine-scale));--input-padding:calc(var(--input-height)/3);--input-padding-inline-start:var(--input-padding);--input-padding-inline-end:var(--input-padding);--input-placeholder-color:var(--mantine-color-placeholder);--input-color:var(--mantine-color-text);--input-left-section-size:var(--input-left-section-width,calc(var(--input-height) - 0.125rem*var(--mantine-scale)));--input-right-section-size:var(
    --input-right-section-width,calc(var(--input-height) - 0.125rem*var(--mantine-scale))
  );--input-size:var(--input-height);--section-y:calc(0.0625rem*var(--mantine-scale));--left-section-start:calc(0.0625rem*var(--mantine-scale));--left-section-border-radius:var(--input-radius) 0 0 var(--input-radius);--right-section-end:calc(0.0625rem*var(--mantine-scale));--right-section-border-radius:0 var(--input-radius) var(--input-radius) 0;margin-bottom:0;margin-bottom:var(--input-margin-bottom,0);margin-top:0;margin-top:var(--input-margin-top,0);position:relative}.m_6c018570[data-variant=unstyled]{--input-padding:0;--input-padding-y:0;--input-padding-inline-start:0;--input-padding-inline-end:0}.m_6c018570[data-pointer]{--input-cursor:pointer}.m_6c018570[data-multiline]{--input-padding-y-xs:calc(0.28125rem*var(--mantine-scale));--input-padding-y-sm:calc(0.34375rem*var(--mantine-scale));--input-padding-y-md:calc(0.4375rem*var(--mantine-scale));--input-padding-y-lg:calc(0.59375rem*var(--mantine-scale));--input-padding-y-xl:calc(0.8125rem*var(--mantine-scale));--input-size:auto;--input-line-height:var(--mantine-line-height);--input-padding-y:var(--input-padding-y-sm)}.m_6c018570[data-with-left-section]{--input-padding-inline-start:var(--input-left-section-size)}.m_6c018570[data-with-right-section]{--input-padding-inline-end:var(--input-right-section-size)}[data-mantine-color-scheme=light] .m_6c018570{--input-disabled-bg:var(--mantine-color-gray-1);--input-disabled-color:var(--mantine-color-gray-6)}[data-mantine-color-scheme=light] .m_6c018570[data-variant=default]{--input-bd:var(--mantine-color-gray-4);--input-bg:var(--mantine-color-white);--input-bd-focus:var(--mantine-primary-color-filled)}[data-mantine-color-scheme=light] .m_6c018570[data-variant=filled]{--input-bd:transparent;--input-bg:var(--mantine-color-gray-1);--input-bd-focus:var(--mantine-primary-color-filled)}[data-mantine-color-scheme=light] .m_6c018570[data-variant=unstyled]{--input-bd:transparent;--input-bg:transparent;--input-bd-focus:transparent}[data-mantine-color-scheme=dark] .m_6c018570{--input-disabled-bg:var(--mantine-color-dark-6);--input-disabled-color:var(--mantine-color-dark-2)}[data-mantine-color-scheme=dark] .m_6c018570[data-variant=default]{--input-bd:var(--mantine-color-dark-4);--input-bg:var(--mantine-color-dark-6);--input-bd-focus:var(--mantine-primary-color-filled)}[data-mantine-color-scheme=dark] .m_6c018570[data-variant=filled]{--input-bd:transparent;--input-bg:var(--mantine-color-dark-5);--input-bd-focus:var(--mantine-primary-color-filled)}[data-mantine-color-scheme=dark] .m_6c018570[data-variant=unstyled]{--input-bd:transparent;--input-bg:transparent;--input-bd-focus:transparent}[data-mantine-color-scheme] .m_6c018570[data-error]:not([data-variant=unstyled]){--input-bd:var(--mantine-color-error)}[data-mantine-color-scheme] .m_6c018570[data-error]{--input-color:var(--mantine-color-error);--input-placeholder-color:var(--mantine-color-error);--input-section-color:var(--mantine-color-error)}:where([dir=rtl]) .m_6c018570{--input-text-align:right;--left-section-border-radius:0 var(--input-radius) var(--input-radius) 0;--right-section-border-radius:var(--input-radius) 0 0 var(--input-radius)}[dir=ltr] .m_8fb7ebe7{padding-left:var(--input-padding-inline-start)}[dir=rtl] .m_8fb7ebe7{padding-right:var(--input-padding-inline-start)}[dir=ltr] .m_8fb7ebe7{padding-right:var(--input-padding-inline-end)}[dir=rtl] .m_8fb7ebe7{padding-left:var(--input-padding-inline-end)}.m_8fb7ebe7{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--input-bg);border:calc(.0625rem*var(--mantine-scale)) solid var(--input-bd);border-radius:var(--input-radius);color:var(--input-color);cursor:var(--input-cursor);display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-family:var(--input-font-family,var(--mantine-font-family));font-size:.875rem;font-size:var(--input-fz,var(--input-fz,var(--mantine-font-size-sm)));height:var(--input-size);line-height:var(--input-line-height);min-height:var(--input-height);overflow:var(--input-overflow);padding-bottom:0;padding-bottom:var(--input-padding-y,0);padding-top:0;padding-top:var(--input-padding-y,0);resize:none;resize:var(--input-resize,none);text-align:var(--input-text-align);transition:border-color .1s ease;width:100%}.m_8fb7ebe7[data-no-overflow]{--input-overflow:hidden}.m_8fb7ebe7[data-monospace]{--input-font-family:var(--mantine-font-family-monospace);--input-fz:calc(var(--input-fz, var(--mantine-font-size-sm)) - 0.125rem*var(--mantine-scale))}.m_8fb7ebe7:focus,.m_8fb7ebe7[focus-within]{--input-bd:var(--input-bd-focus);outline:none}.m_8fb7ebe7:focus,.m_8fb7ebe7:focus-within{--input-bd:var(--input-bd-focus);outline:none}[data-error] .m_8fb7ebe7:focus,[data-error] .m_8fb7ebe7[focus-within]{--input-bd:var(--mantine-color-error)}[data-error] .m_8fb7ebe7:focus,[data-error] .m_8fb7ebe7:focus-within{--input-bd:var(--mantine-color-error)}.m_8fb7ebe7::-moz-placeholder{color:var(--input-placeholder-color);opacity:1}.m_8fb7ebe7::placeholder{color:var(--input-placeholder-color);opacity:1}.m_8fb7ebe7::-webkit-inner-spin-button,.m_8fb7ebe7::-webkit-outer-spin-button,.m_8fb7ebe7::-webkit-search-cancel-button,.m_8fb7ebe7::-webkit-search-decoration,.m_8fb7ebe7::-webkit-search-results-button,.m_8fb7ebe7::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.m_8fb7ebe7[type=number]{-moz-appearance:textfield}.m_8fb7ebe7:disabled,.m_8fb7ebe7[\:has\(input\:disabled\)],.m_8fb7ebe7[data-disabled]{background-color:var(--input-disabled-bg);color:var(--input-disabled-color);cursor:not-allowed;opacity:.6}.m_8fb7ebe7:has(input:disabled){background-color:var(--input-disabled-bg);color:var(--input-disabled-color);cursor:not-allowed;opacity:.6}[dir=ltr] .m_82577fc2{left:var(--section-start)}[dir=rtl] .m_82577fc2{right:var(--section-start)}[dir=ltr] .m_82577fc2{right:var(--section-end)}[dir=rtl] .m_82577fc2{left:var(--section-end)}.m_82577fc2{align-items:center;border-radius:var(--section-border-radius);bottom:var(--section-y);color:var(--mantine-color-dimmed);color:var(--input-section-color,var(--mantine-color-dimmed));display:flex;justify-content:center;pointer-events:var(--section-pointer-events);position:absolute;top:var(--section-y);width:var(--section-size);z-index:1}.m_82577fc2[data-position=right]{--section-pointer-events:var(--input-right-section-pointer-events);--section-end:var(--right-section-end);--section-size:var(--input-right-section-size);--section-border-radius:var(--right-section-border-radius)}.m_82577fc2[data-position=left]{--section-pointer-events:var(--input-left-section-pointer-events);--section-start:var(--left-section-start);--section-size:var(--input-left-section-size);--section-border-radius:var(--left-section-border-radius)}.m_88bacfd0{color:var(--mantine-color-placeholder);color:var(--input-placeholder-color,var(--mantine-color-placeholder))}[data-error] .m_88bacfd0{--input-placeholder-color:var(--input-color,var(--mantine-color-placeholder))}.m_46b77525{line-height:1.55;line-height:var(--mantine-line-height)}.m_8fdc1311{-webkit-tap-highlight-color:transparent;cursor:default;display:inline-block;font-size:.875rem;font-size:var(--input-label-size,var(--mantine-font-size-sm));font-weight:500;word-break:break-word}.m_78a94662{color:var(--mantine-color-error);color:var(--input-asterisk-color,var(--mantine-color-error))}.m_8f816625,.m_fe47ce59{word-wrap:break-word;display:block;line-height:1.2;margin:0;padding:0}.m_8f816625{color:var(--mantine-color-error);font-size:.75rem;font-size:var(--input-error-size,calc(var(--mantine-font-size-sm) - .125rem*var(--mantine-scale)))}.m_fe47ce59{color:var(--mantine-color-dimmed);font-size:.75rem;font-size:var(--input-description-size,calc(var(--mantine-font-size-sm) - .125rem*var(--mantine-scale)))}.m_8bffd616{display:flex}.m_96b553a6{--transition-duration:150ms;left:0;position:absolute;top:0;transition-duration:0ms;transition-property:transform,width,height;transition-timing-function:ease;z-index:0}.m_96b553a6:where([data-initialized]){transition-duration:var(--transition-duration)}.m_96b553a6:where([data-hidden]){background-color:red;display:none}.m_9bdbb667{--accordion-radius:var(--mantine-radius-default)}.m_df78851f{word-break:break-word}.m_4ba554d4{padding:1rem;padding:var(--mantine-spacing-md);padding-top:.3125rem;padding-top:calc(var(--mantine-spacing-xs)/2)}.m_8fa820a0{margin:0;padding:0}.m_4ba585b8{align-items:center;background-color:transparent;cursor:pointer;display:flex;flex-direction:row-reverse;opacity:1;padding-left:1rem;padding-left:var(--mantine-spacing-md);padding-right:1rem;padding-right:var(--mantine-spacing-md);width:100%}[dir=ltr] .m_4ba585b8:where([data-chevron-position=left]){padding-left:0}[dir=rtl] .m_4ba585b8:where([data-chevron-position=left]){padding-right:0}.m_4ba585b8:where([data-chevron-position=left]){flex-direction:row}:where([data-mantine-color-scheme=light]) .m_4ba585b8{color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_4ba585b8{color:#c9c9c9;color:var(--mantine-color-dark-0)}.m_4ba585b8:where(:disabled,[data-disabled]){cursor:not-allowed;opacity:.4}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_4271d21b:where(:not(:disabled):not([data-disabled])):hover,:where([data-mantine-color-scheme=light]) .m_6939a5e9:where(:not(:disabled):not([data-disabled])):hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_4271d21b:where(:not(:disabled):not([data-disabled])):hover,:where([data-mantine-color-scheme=dark]) .m_6939a5e9:where(:not(:disabled):not([data-disabled])):hover{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_4271d21b:where(:not(:disabled):not([data-disabled])):active,:where([data-mantine-color-scheme=light]) .m_6939a5e9:where(:not(:disabled):not([data-disabled])):active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_4271d21b:where(:not(:disabled):not([data-disabled])):active,:where([data-mantine-color-scheme=dark]) .m_6939a5e9:where(:not(:disabled):not([data-disabled])):active{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}}.m_df3ffa0f{color:inherit;flex:1;font-weight:400;overflow:hidden;padding-bottom:.75rem;padding-bottom:var(--mantine-spacing-sm);padding-top:.75rem;padding-top:var(--mantine-spacing-sm);text-overflow:ellipsis}.m_3f35ae96{align-items:center;display:flex;justify-content:flex-start;min-width:.9375rem;min-width:var(--accordion-chevron-size,calc(.9375rem*var(--mantine-scale)));transform:rotate(0deg);transition:transform .2s ease;transition:transform var(--accordion-transition-duration,.2s) ease;width:.9375rem;width:var(--accordion-chevron-size,calc(.9375rem*var(--mantine-scale)))}.m_3f35ae96:where([data-rotate]){transform:rotate(180deg)}[dir=ltr] .m_3f35ae96:where([data-position=left]){margin-right:var(--mantine-spacing-md)}[dir=rtl] .m_3f35ae96:where([data-position=left]){margin-left:var(--mantine-spacing-md)}[dir=ltr] .m_3f35ae96:where([data-position=left]){margin-left:var(--mantine-spacing-md)}[dir=rtl] .m_3f35ae96:where([data-position=left]){margin-right:var(--mantine-spacing-md)}[dir=ltr] .m_3f35ae96:where([data-position=left]){margin-right:1rem}[dir=rtl] .m_3f35ae96:where([data-position=left]){margin-left:1rem}[dir=ltr] .m_3f35ae96:where([data-position=left]){margin-left:1rem}[dir=rtl] .m_3f35ae96:where([data-position=left]){margin-right:1rem}[dir=ltr] .m_9bd771fe{margin-right:var(--mantine-spacing-sm)}[dir=rtl] .m_9bd771fe{margin-left:var(--mantine-spacing-sm)}[dir=ltr] .m_9bd771fe{margin-right:.75rem}[dir=rtl] .m_9bd771fe{margin-left:.75rem}.m_9bd771fe{align-items:center;display:flex;justify-content:center}[dir=ltr] .m_9bd771fe:where([data-chevron-position=left]){margin-right:0}[dir=rtl] .m_9bd771fe:where([data-chevron-position=left]){margin-left:0}[dir=ltr] .m_9bd771fe:where([data-chevron-position=left]){margin-left:var(--mantine-spacing-lg)}[dir=rtl] .m_9bd771fe:where([data-chevron-position=left]){margin-right:var(--mantine-spacing-lg)}[dir=ltr] .m_9bd771fe:where([data-chevron-position=left]){margin-left:1.25rem}[dir=rtl] .m_9bd771fe:where([data-chevron-position=left]){margin-right:1.25rem}:where([data-mantine-color-scheme=light]) .m_9bd7b098{--item-border-color:var(--mantine-color-gray-3);--item-filled-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_9bd7b098{--item-border-color:var(--mantine-color-dark-4);--item-filled-color:var(--mantine-color-dark-6)}.m_fe19b709{border-bottom:1px solid var(--item-border-color)}.m_1f921b3b{border:1px solid var(--item-border-color);transition:background-color .15s ease}.m_1f921b3b:where([data-active]){background-color:var(--item-filled-color)}[dir=ltr] .m_1f921b3b:first-of-type{border-top-left-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:first-of-type,[dir=rtl] .m_1f921b3b:first-of-type{border-top-right-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:first-of-type>[data-accordion-control],[dir=rtl] .m_1f921b3b:first-of-type{border-top-left-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:first-of-type>[data-accordion-control],[dir=rtl] .m_1f921b3b:first-of-type>[data-accordion-control]{border-top-right-radius:var(--accordion-radius)}[dir=rtl] .m_1f921b3b:first-of-type>[data-accordion-control]{border-top-left-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:last-of-type{border-bottom-left-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:last-of-type,[dir=rtl] .m_1f921b3b:last-of-type{border-bottom-right-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:last-of-type>[data-accordion-control],[dir=rtl] .m_1f921b3b:last-of-type{border-bottom-left-radius:var(--accordion-radius)}[dir=ltr] .m_1f921b3b:last-of-type>[data-accordion-control],[dir=rtl] .m_1f921b3b:last-of-type>[data-accordion-control]{border-bottom-right-radius:var(--accordion-radius)}[dir=rtl] .m_1f921b3b:last-of-type>[data-accordion-control]{border-bottom-left-radius:var(--accordion-radius)}.m_1f921b3b+.m_1f921b3b{border-top:0}.m_2cdf939a{border-radius:var(--accordion-radius)}.m_2cdf939a:where([data-active]){background-color:var(--item-filled-color)}.m_9f59b069{background-color:var(--item-filled-color);border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;border-radius:var(--accordion-radius);transition:background-color .15s ease}.m_9f59b069[data-active]{border-color:var(--item-border-color)}:where([data-mantine-color-scheme=light]) .m_9f59b069[data-active]{background-color:#fff;background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_9f59b069[data-active]{background-color:#242424;background-color:var(--mantine-color-dark-7)}.m_9f59b069+.m_9f59b069{margin-top:1rem;margin-top:var(--mantine-spacing-md)}[dir=ltr] .m_7f854edf{left:var(--affix-left)}[dir=rtl] .m_7f854edf{right:var(--affix-left)}[dir=ltr] .m_7f854edf{right:var(--affix-right)}[dir=rtl] .m_7f854edf{left:var(--affix-right)}.m_7f854edf{bottom:var(--affix-bottom);position:fixed;top:var(--affix-top);z-index:var(--affix-z-index)}.m_66836ed3{--alert-radius:var(--mantine-radius-default);--alert-bg:var(--mantine-primary-color-light);--alert-bd:calc(0.0625rem*var(--mantine-scale)) solid transparent;--alert-color:var(--mantine-primary-color-light-color);background-color:var(--alert-bg);border:var(--alert-bd);border-radius:var(--alert-radius);color:var(--alert-color);overflow:hidden;padding:1rem;padding:var(--mantine-spacing-md) var(--mantine-spacing-md);position:relative}.m_667c2793,.m_a5d60502{display:flex}.m_667c2793{flex:1;flex-direction:column;gap:.625rem;gap:var(--mantine-spacing-xs)}.m_6a03f287{align-items:center;display:flex;font-size:.875rem;font-size:var(--mantine-font-size-sm);font-weight:700;justify-content:space-between}[dir=ltr] .m_6a03f287:where([data-with-close-button]){padding-right:var(--mantine-spacing-md)}[dir=rtl] .m_6a03f287:where([data-with-close-button]){padding-left:var(--mantine-spacing-md)}[dir=ltr] .m_6a03f287:where([data-with-close-button]){padding-right:1rem}[dir=rtl] .m_6a03f287:where([data-with-close-button]){padding-left:1rem}.m_698f4f23{display:block;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .m_667f2a6a{margin-right:var(--mantine-spacing-md)}[dir=rtl] .m_667f2a6a{margin-left:var(--mantine-spacing-md)}[dir=ltr] .m_667f2a6a{margin-right:1rem}[dir=rtl] .m_667f2a6a{margin-left:1rem}.m_667f2a6a{align-items:center;display:flex;height:1.25rem;height:calc(1.25rem*var(--mantine-scale));justify-content:flex-start;line-height:1;margin-top:.0625rem;margin-top:calc(.0625rem*var(--mantine-scale));width:1.25rem;width:calc(1.25rem*var(--mantine-scale))}.m_7fa78076{font-size:.875rem;font-size:var(--mantine-font-size-sm);overflow:hidden;text-overflow:ellipsis}:where([data-mantine-color-scheme=light]) .m_7fa78076{color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_7fa78076{color:#fff;color:var(--mantine-color-white)}.m_7fa78076:where([data-variant=filled]){color:var(--alert-color)}.m_7fa78076:where([data-variant=white]){color:#000;color:var(--mantine-color-black)}.m_87f54839{color:var(--alert-color);height:1.25rem;height:calc(1.25rem*var(--mantine-scale));width:1.25rem;width:calc(1.25rem*var(--mantine-scale))}.m_b6d8b162{-webkit-tap-highlight-color:transparent;color:var(--text-color);font-size:1rem;font-size:var(--text-fz,var(--mantine-font-size-md));font-weight:400;line-height:1.55;line-height:var(--text-lh,var(--mantine-line-height-md));margin:0;padding:0;text-decoration:none}.m_b6d8b162:where([data-truncate]){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m_b6d8b162:where([data-truncate=start]){direction:rtl;text-align:right}:where([dir=rtl]) .m_b6d8b162:where([data-truncate=start]){direction:ltr;text-align:left}.m_b6d8b162:where([data-variant=gradient]){-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;background-image:var(--text-gradient)}.m_b6d8b162:where([data-line-clamp]){-webkit-line-clamp:var(--text-line-clamp);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.m_b6d8b162:where([data-inherit]){font-size:inherit;font-weight:inherit;line-height:inherit}.m_b6d8b162:where([data-inline]){line-height:1}.m_849cf0da{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--mantine-color-anchor);cursor:pointer;display:inline;margin:0;padding:0;text-decoration:none}@media (hover:hover){.m_849cf0da:where([data-underline=hover]):hover{text-decoration:underline}}@media (hover:none){.m_849cf0da:where([data-underline=hover]):active{text-decoration:underline}}.m_849cf0da:where([data-underline=always]){text-decoration:underline}.m_89ab340[data-resizing]{--app-shell-transition-duration:0ms!important}.m_89ab340[data-disabled]{--app-shell-header-offset:0rem!important;--app-shell-navbar-offset:0rem!important}[data-mantine-color-scheme=light] .m_89ab340{--app-shell-border-color:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .m_89ab340{--app-shell-border-color:var(--mantine-color-dark-4)}.m_3840c879,.m_3b16f56b,.m_45252eee,.m_8983817,.m_9cdde9a{transition-duration:var(--app-shell-transition-duration);transition-timing-function:var(--app-shell-transition-timing-function)}.m_45252eee,.m_9cdde9a{background-color:var(--mantine-color-body);display:flex;flex-direction:column;height:100dvh;height:calc(100dvh - var(--app-shell-header-offset, 0rem) - var(--app-shell-footer-offset, 0rem));position:fixed;top:0;top:var(--app-shell-header-offset,0);transition-property:transform,top,height}:where([data-layout=alt]) .m_45252eee,:where([data-layout=alt]) .m_9cdde9a{height:100dvh;top:0}[dir=ltr] .m_45252eee{left:0}[dir=rtl] .m_45252eee{right:0}.m_45252eee{transform:var(--app-shell-navbar-transform);transition-property:transform,top,height;width:var(--app-shell-navbar-width);z-index:var(--app-shell-navbar-z-index)}:where([dir=rtl]) .m_45252eee{transform:var(--app-shell-navbar-transform-rtl)}[dir=ltr] .m_45252eee:where([data-with-border]){border-right:1px solid var(--app-shell-border-color)}[dir=rtl] .m_45252eee:where([data-with-border]){border-left:1px solid var(--app-shell-border-color)}[dir=ltr] .m_9cdde9a{right:0}[dir=rtl] .m_9cdde9a{left:0}.m_9cdde9a{transform:var(--app-shell-aside-transform);width:var(--app-shell-aside-width);z-index:var(--app-shell-aside-z-index)}:where([dir=rtl]) .m_9cdde9a{transform:var(--app-shell-aside-transform-rtl)}[dir=ltr] .m_9cdde9a:where([data-with-border]){border-left:1px solid var(--app-shell-border-color)}[dir=rtl] .m_9cdde9a:where([data-with-border]){border-right:1px solid var(--app-shell-border-color)}[dir=ltr] .m_8983817{padding-left:calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding))}[dir=rtl] .m_8983817{padding-right:calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding))}[dir=ltr] .m_8983817{padding-right:calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding))}[dir=rtl] .m_8983817{padding-left:calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding))}[dir=ltr] .m_8983817{padding-left:calc(var(--app-shell-padding))}[dir=ltr] .m_8983817,[dir=rtl] .m_8983817{padding-right:calc(var(--app-shell-padding))}[dir=rtl] .m_8983817{padding-left:calc(var(--app-shell-padding))}.m_8983817{min-height:100dvh;padding-bottom:calc(var(--app-shell-footer-offset, 0rem) + var(--app-shell-padding));padding-top:calc(var(--app-shell-header-offset, 0rem) + var(--app-shell-padding));transition-property:padding}.m_3840c879,.m_3b16f56b{background-color:var(--mantine-color-body);left:0;position:fixed;right:0;transition-property:transform,left,right}[dir=ltr] :where([data-layout=alt]) .m_3840c879,[dir=ltr] :where([data-layout=alt]) .m_3b16f56b{left:var(--app-shell-navbar-offset,0)}[dir=rtl] :where([data-layout=alt]) .m_3840c879,[dir=rtl] :where([data-layout=alt]) .m_3b16f56b{right:var(--app-shell-navbar-offset,0)}[dir=ltr] :where([data-layout=alt]) .m_3840c879,[dir=ltr] :where([data-layout=alt]) .m_3b16f56b{right:var(--app-shell-aside-offset,0)}[dir=rtl] :where([data-layout=alt]) .m_3840c879,[dir=rtl] :where([data-layout=alt]) .m_3b16f56b{left:var(--app-shell-aside-offset,0)}[dir=ltr] :where([data-layout=alt]) .m_3840c879,[dir=ltr] :where([data-layout=alt]) .m_3b16f56b{left:0}[dir=rtl] :where([data-layout=alt]) .m_3840c879,[dir=rtl] :where([data-layout=alt]) .m_3b16f56b{right:0}[dir=ltr] :where([data-layout=alt]) .m_3840c879,[dir=ltr] :where([data-layout=alt]) .m_3b16f56b{right:0}[dir=rtl] :where([data-layout=alt]) .m_3840c879,[dir=rtl] :where([data-layout=alt]) .m_3b16f56b{left:0}.m_3b16f56b{background-color:var(--mantine-color-body);height:var(--app-shell-header-height);top:0;transform:var(--app-shell-header-transform);z-index:var(--app-shell-header-z-index)}.m_3b16f56b:where([data-with-border]){border-bottom:1px solid var(--app-shell-border-color)}.m_3840c879{bottom:0;height:calc(var(--app-shell-footer-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);transform:var(--app-shell-footer-transform);z-index:var(--app-shell-footer-z-index)}.m_3840c879:where([data-with-border]){border-top:1px solid var(--app-shell-border-color)}.m_6dcfc7c7{flex-grow:0}.m_6dcfc7c7:where([data-grow]){flex-grow:1}.m_71ac47fc{--ar-ratio:1;max-width:100%}.m_71ac47fc>:where(:not(style)){aspect-ratio:var(--ar-ratio);width:100%}.m_71ac47fc>:where(img,video){-o-object-fit:cover;object-fit:cover}.m_88b62a41{--combobox-padding:calc(0.25rem*var(--mantine-scale));padding:var(--combobox-padding)}.m_88b62a41[data-hidden]{display:none}.m_88b62a41,.m_b2821a6e{--combobox-option-padding-xs:calc(0.25rem*var(--mantine-scale)) calc(0.5rem*var(--mantine-scale));--combobox-option-padding-sm:calc(0.375rem*var(--mantine-scale)) calc(0.625rem*var(--mantine-scale));--combobox-option-padding-md:calc(0.5rem*var(--mantine-scale)) calc(0.75rem*var(--mantine-scale));--combobox-option-padding-lg:calc(0.625rem*var(--mantine-scale)) calc(1rem*var(--mantine-scale));--combobox-option-padding-xl:calc(0.875rem*var(--mantine-scale)) calc(1.25rem*var(--mantine-scale));--combobox-option-padding:var(--combobox-option-padding-sm)}.m_92253aa5{background-color:transparent;border-radius:.25rem;border-radius:var(--mantine-radius-default);color:inherit;cursor:pointer;font-size:.875rem;font-size:var(--combobox-option-fz,var(--mantine-font-size-sm));padding:var(--combobox-option-padding);word-break:break-word}.m_92253aa5:where([data-combobox-selected]){background-color:var(--mantine-color-blue-filled);background-color:var(--mantine-primary-color-filled);color:#fff;color:var(--mantine-color-white)}.m_92253aa5:where([data-combobox-disabled]){cursor:not-allowed;opacity:.35}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_92253aa5:hover:where(:not([data-combobox-selected]):not([data-combobox-disabled])){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_92253aa5:hover:where(:not([data-combobox-selected]):not([data-combobox-disabled])){background-color:#242424;background-color:var(--mantine-color-dark-7)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_92253aa5:active:where(:not([data-combobox-selected]):not([data-combobox-disabled])){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_92253aa5:active:where(:not([data-combobox-selected]):not([data-combobox-disabled])){background-color:#242424;background-color:var(--mantine-color-dark-7)}}[dir=ltr] .m_985517d8{border-bottom-left-radius:0}[dir=ltr] .m_985517d8,[dir=rtl] .m_985517d8{border-bottom-right-radius:0}[dir=rtl] .m_985517d8{border-bottom-left-radius:0}.m_985517d8{border-left-width:0;border-right-width:0;border-top-width:0;margin:calc(var(--combobox-padding)*-1) calc(var(--combobox-padding)*-1) var(--combobox-padding);position:relative;width:calc(100% + var(--combobox-padding)*2)}:where([data-mantine-color-scheme=light]) .m_985517d8,:where([data-mantine-color-scheme=light]) .m_985517d8:focus{border-color:#e9ecef;border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_985517d8,:where([data-mantine-color-scheme=dark]) .m_985517d8:focus{border-color:#424242;border-color:var(--mantine-color-dark-4)}:where([data-mantine-color-scheme=light]) .m_985517d8{background-color:#fff;background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_985517d8{background-color:#242424;background-color:var(--mantine-color-dark-7)}.m_2530cd1d{color:var(--mantine-color-dimmed);text-align:center}.m_2530cd1d,.m_82b967cb,.m_858f94bd{font-size:.875rem;font-size:var(--combobox-option-fz,var(--mantine-font-size-sm));padding:var(--combobox-option-padding)}.m_82b967cb,.m_858f94bd{border:0 solid transparent;margin-left:calc(var(--combobox-padding)*-1);margin-right:calc(var(--combobox-padding)*-1)}:where([data-mantine-color-scheme=light]) .m_82b967cb,:where([data-mantine-color-scheme=light]) .m_858f94bd{border-color:#e9ecef;border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_82b967cb,:where([data-mantine-color-scheme=dark]) .m_858f94bd{border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_82b967cb{border-top-width:.0625rem;border-top-width:calc(.0625rem*var(--mantine-scale));margin-bottom:calc(var(--combobox-padding)*-1);margin-top:var(--combobox-padding)}.m_858f94bd{border-bottom-width:.0625rem;border-bottom-width:calc(.0625rem*var(--mantine-scale));margin-bottom:var(--combobox-padding);margin-top:calc(var(--combobox-padding)*-1)}.m_254f3e4f[\:has\(\.m_2bb2e9e5\:only-child\)]{display:none}.m_254f3e4f:has(.m_2bb2e9e5:only-child){display:none}.m_2bb2e9e5{align-items:center;color:var(--mantine-color-dimmed);display:flex;font-size:.74375rem;font-size:calc(var(--combobox-option-fz, var(--mantine-font-size-sm))*.85);font-weight:500;padding:var(--combobox-option-padding);position:relative}[dir=ltr] .m_2bb2e9e5:after{margin-left:var(--mantine-spacing-xs)}[dir=rtl] .m_2bb2e9e5:after{margin-right:var(--mantine-spacing-xs)}[dir=ltr] .m_2bb2e9e5:after{margin-left:.625rem}[dir=rtl] .m_2bb2e9e5:after{margin-right:.625rem}.m_2bb2e9e5:after{content:"";flex:1;height:.0625rem;height:calc(.0625rem*var(--mantine-scale));left:0;right:0}:where([data-mantine-color-scheme=light]) .m_2bb2e9e5:after{background-color:#e9ecef;background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_2bb2e9e5:after{background-color:#424242;background-color:var(--mantine-color-dark-4)}.m_2bb2e9e5:only-child{display:none}.m_2943220b{--combobox-chevron-size-xs:calc(0.875rem*var(--mantine-scale));--combobox-chevron-size-sm:calc(1.125rem*var(--mantine-scale));--combobox-chevron-size-md:calc(1.25rem*var(--mantine-scale));--combobox-chevron-size-lg:calc(1.5rem*var(--mantine-scale));--combobox-chevron-size-xl:calc(1.75rem*var(--mantine-scale));--combobox-chevron-size:var(--combobox-chevron-size-sm);height:var(--combobox-chevron-size);width:var(--combobox-chevron-size)}:where([data-mantine-color-scheme=light]) .m_2943220b{color:#868e96;color:var(--mantine-color-gray-6)}:where([data-mantine-color-scheme=dark]) .m_2943220b{color:#696969;color:var(--mantine-color-dark-3)}.m_2943220b:where([data-error]){color:var(--mantine-color-error)}.m_390b5f4{align-items:center;display:flex;gap:.5rem;gap:calc(.5rem*var(--mantine-scale))}.m_390b5f4:where([data-reverse]){justify-content:space-between}.m_8ee53fc2{height:.8em;min-width:.8em;opacity:.4;width:.8em}:where([data-combobox-selected]) .m_8ee53fc2{opacity:1}.m_5f75b09e{--label-lh-xs:calc(1rem*var(--mantine-scale));--label-lh-sm:calc(1.25rem*var(--mantine-scale));--label-lh-md:calc(1.5rem*var(--mantine-scale));--label-lh-lg:calc(1.875rem*var(--mantine-scale));--label-lh-xl:calc(2.25rem*var(--mantine-scale));--label-lh:var(--label-lh-sm)}.m_5f75b09e[data-label-position=left]{--label-order:1;--label-offset-end:var(--mantine-spacing-sm);--label-offset-start:0}.m_5f75b09e[data-label-position=right]{--label-order:2;--label-offset-end:0;--label-offset-start:var(--mantine-spacing-sm)}.m_5f6e695e{display:flex}.m_d3ea56bb{--label-cursor:var(--mantine-cursor-type);-webkit-tap-highlight-color:transparent;cursor:var(--label-cursor);display:inline-flex;flex-direction:column;font-size:.875rem;font-size:var(--label-fz,var(--mantine-font-size-sm));line-height:var(--label-lh);order:var(--label-order)}.m_d3ea56bb[data-disabled],fieldset:disabled .m_d3ea56bb{--label-cursor:not-allowed}[dir=ltr] .m_8ee546b8{padding-left:var(--label-offset-start)}[dir=rtl] .m_8ee546b8{padding-right:var(--label-offset-start)}[dir=ltr] .m_8ee546b8{padding-right:var(--label-offset-end)}[dir=rtl] .m_8ee546b8{padding-left:var(--label-offset-end)}.m_8ee546b8{color:inherit;cursor:var(--label-cursor)}:where([data-mantine-color-scheme=light]) .m_8ee546b8:where([data-disabled]),:where([data-mantine-color-scheme=light]) fieldset:disabled .m_8ee546b8{color:#adb5bd;color:var(--mantine-color-gray-5)}:where([data-mantine-color-scheme=dark]) .m_8ee546b8:where([data-disabled]),:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_8ee546b8{color:#696969;color:var(--mantine-color-dark-3)}[dir=ltr] .m_328f68c0{padding-left:var(--label-offset-start)}[dir=rtl] .m_328f68c0{padding-right:var(--label-offset-start)}[dir=ltr] .m_328f68c0{padding-right:var(--label-offset-end)}[dir=rtl] .m_328f68c0{padding-left:var(--label-offset-end)}.m_328f68c0{margin-top:.3125rem;margin-top:calc(var(--mantine-spacing-xs)/2)}[dir=ltr] .m_8e8a99cc{padding-left:var(--label-offset-start)}[dir=rtl] .m_8e8a99cc{padding-right:var(--label-offset-start)}[dir=ltr] .m_8e8a99cc{padding-right:var(--label-offset-end)}[dir=rtl] .m_8e8a99cc{padding-left:var(--label-offset-end)}.m_8e8a99cc{margin-top:.3125rem;margin-top:calc(var(--mantine-spacing-xs)/2)}.m_26775b0a{--card-radius:var(--mantine-radius-default);border-radius:var(--card-radius);cursor:pointer;display:block;width:100%}.m_26775b0a :where(*){cursor:inherit}.m_26775b0a:where([data-with-border]){border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent}:where([data-mantine-color-scheme=light]) .m_26775b0a:where([data-with-border]){border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_26775b0a:where([data-with-border]){border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_5e5256ee{--checkbox-size-xs:calc(1rem*var(--mantine-scale));--checkbox-size-sm:calc(1.25rem*var(--mantine-scale));--checkbox-size-md:calc(1.5rem*var(--mantine-scale));--checkbox-size-lg:calc(1.875rem*var(--mantine-scale));--checkbox-size-xl:calc(2.25rem*var(--mantine-scale));--checkbox-size:var(--checkbox-size-sm);--checkbox-color:var(--mantine-primary-color-filled);--checkbox-icon-color:var(--mantine-color-white);-webkit-tap-highlight-color:transparent;align-items:center;border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;border-radius:.25rem;border-radius:var(--checkbox-radius,var(--mantine-radius-default));cursor:default;cursor:var(--mantine-cursor-type);display:flex;height:var(--checkbox-size);justify-content:center;min-height:var(--checkbox-size);min-width:var(--checkbox-size);position:relative;transition:border-color .1s ease,background-color .1s ease;width:var(--checkbox-size)}:where([data-mantine-color-scheme=light]) .m_5e5256ee{background-color:#fff;background-color:var(--mantine-color-white);border-color:#ced4da;border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_5e5256ee{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_5e5256ee[data-checked],.m_5e5256ee[data-indeterminate]{background-color:var(--checkbox-color);border-color:var(--checkbox-color)}.m_5e5256ee[data-checked]>.m_1b1c543a,.m_5e5256ee[data-indeterminate]>.m_1b1c543a{color:var(--checkbox-icon-color);opacity:1;transform:none}.m_5e5256ee[data-disabled]{cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_5e5256ee[data-disabled]{background-color:#e9ecef;background-color:var(--mantine-color-gray-2);border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_5e5256ee[data-disabled]{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#2e2e2e;border-color:var(--mantine-color-dark-6)}[data-mantine-color-scheme=light] .m_5e5256ee[data-disabled][data-checked]>.m_1b1c543a{color:#adb5bd;color:var(--mantine-color-gray-5)}[data-mantine-color-scheme=dark] .m_5e5256ee[data-disabled][data-checked]>.m_1b1c543a{color:#696969;color:var(--mantine-color-dark-3)}.m_76e20374[data-checked]:not([data-disabled]),.m_76e20374[data-indeterminate]:not([data-disabled]){background-color:transparent;border-color:var(--checkbox-color)}.m_76e20374[data-checked]:not([data-disabled])>.m_1b1c543a,.m_76e20374[data-indeterminate]:not([data-disabled])>.m_1b1c543a{color:var(--checkbox-color);opacity:1;transform:none}.m_1b1c543a{color:transparent;display:block;opacity:1;pointer-events:none;transform:translateY(.3125rem) scale(.5);transform:translateY(calc(.3125rem*var(--mantine-scale))) scale(.5);transition:transform .1s ease,opacity .1s ease;width:60%}.m_bf2d988c{--checkbox-size-xs:calc(1rem*var(--mantine-scale));--checkbox-size-sm:calc(1.25rem*var(--mantine-scale));--checkbox-size-md:calc(1.5rem*var(--mantine-scale));--checkbox-size-lg:calc(1.875rem*var(--mantine-scale));--checkbox-size-xl:calc(2.25rem*var(--mantine-scale));--checkbox-size:var(--checkbox-size-sm);--checkbox-color:var(--mantine-primary-color-filled);--checkbox-icon-color:var(--mantine-color-white)}.m_26062bec{height:var(--checkbox-size);order:1;position:relative;width:var(--checkbox-size)}.m_26062bec:where([data-label-position=left]){order:2}.m_26063560{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;border-radius:.25rem;border-radius:var(--checkbox-radius,var(--mantine-radius-default));cursor:default;cursor:var(--mantine-cursor-type);display:block;height:var(--checkbox-size);margin:0;padding:0;transition:border-color .1s ease,background-color .1s ease;width:var(--checkbox-size)}:where([data-mantine-color-scheme=light]) .m_26063560{background-color:#fff;background-color:var(--mantine-color-white);border-color:#ced4da;border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_26063560{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_26063560:where([data-error]){border-color:var(--mantine-color-error)}.m_26063560:checked,.m_26063560[data-indeterminate]{background-color:var(--checkbox-color);border-color:var(--checkbox-color)}.m_26063560:checked+.m_bf295423,.m_26063560[data-indeterminate]+.m_bf295423{opacity:1;transform:none}.m_26063560:disabled{cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_26063560:disabled{background-color:#e9ecef;background-color:var(--mantine-color-gray-2);border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_26063560:disabled{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#2e2e2e;border-color:var(--mantine-color-dark-6)}[data-mantine-color-scheme=light] .m_26063560:disabled+.m_bf295423{color:#adb5bd;color:var(--mantine-color-gray-5)}[data-mantine-color-scheme=dark] .m_26063560:disabled+.m_bf295423{color:#696969;color:var(--mantine-color-dark-3)}.m_215c4542+.m_bf295423{color:var(--checkbox-color)}.m_215c4542:checked:not(:disabled),.m_215c4542[data-indeterminate]:not(:disabled){background-color:transparent;border-color:var(--checkbox-color)}.m_215c4542:checked:not(:disabled)+.m_bf295423,.m_215c4542[data-indeterminate]:not(:disabled)+.m_bf295423{color:var(--checkbox-color);opacity:1;transform:none}.m_bf295423{bottom:0;color:var(--checkbox-icon-color);left:0;margin:auto;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateY(.3125rem) scale(.5);transform:translateY(calc(.3125rem*var(--mantine-scale))) scale(.5);transition:transform .1s ease,opacity .1s ease;width:60%}[dir=ltr] .m_11def92b{padding-left:var(--ag-spacing)}[dir=rtl] .m_11def92b{padding-right:var(--ag-spacing)}.m_11def92b{--ag-spacing:var(--mantine-spacing-sm);--ag-offset:calc(var(--ag-spacing)*-1);display:flex}.m_f85678b6{--avatar-size-xs:calc(1rem*var(--mantine-scale));--avatar-size-sm:calc(1.625rem*var(--mantine-scale));--avatar-size-md:calc(2.375rem*var(--mantine-scale));--avatar-size-lg:calc(3.5rem*var(--mantine-scale));--avatar-size-xl:calc(5.25rem*var(--mantine-scale));--avatar-size:var(--avatar-size-md);--avatar-radius:calc(62.5rem*var(--mantine-scale));--avatar-bg:var(--mantine-color-gray-light);--avatar-bd:calc(0.0625rem*var(--mantine-scale)) solid transparent;--avatar-color:var(--mantine-color-gray-light-color);--avatar-placeholder-fz:calc(var(--avatar-size)/2.5);-webkit-tap-highlight-color:transparent;border-radius:var(--avatar-radius);display:block;height:var(--avatar-size);min-width:var(--avatar-size);overflow:hidden;padding:0;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--avatar-size)}[dir=ltr] .m_f85678b6:where([data-within-group]){margin-left:var(--ag-offset)}[dir=rtl] .m_f85678b6:where([data-within-group]){margin-right:var(--ag-offset)}.m_f85678b6:where([data-within-group]){background:var(--mantine-color-body);border:2px solid var(--mantine-color-body)}.m_11f8ac07{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.m_104cd71f{align-items:center;background:var(--avatar-bg);border:var(--avatar-bd);border-radius:var(--avatar-radius);color:var(--avatar-color);display:flex;font-size:var(--avatar-placeholder-fz);font-weight:700;height:100%;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.m_104cd71f>[data-avatar-placeholder-icon]{height:70%;width:70%}.m_2ce0de02{background-position:50%;background-size:cover;border:0;border-radius:0;border-radius:var(--bi-radius,0);display:block;text-decoration:none;width:100%}.m_347db0ec{--badge-height-xs:calc(1rem*var(--mantine-scale));--badge-height-sm:calc(1.125rem*var(--mantine-scale));--badge-height-md:calc(1.25rem*var(--mantine-scale));--badge-height-lg:calc(1.625rem*var(--mantine-scale));--badge-height-xl:calc(2rem*var(--mantine-scale));--badge-fz-xs:calc(0.5625rem*var(--mantine-scale));--badge-fz-sm:calc(0.625rem*var(--mantine-scale));--badge-fz-md:calc(0.6875rem*var(--mantine-scale));--badge-fz-lg:calc(0.8125rem*var(--mantine-scale));--badge-fz-xl:calc(1rem*var(--mantine-scale));--badge-padding-x-xs:calc(0.375rem*var(--mantine-scale));--badge-padding-x-sm:calc(0.5rem*var(--mantine-scale));--badge-padding-x-md:calc(0.625rem*var(--mantine-scale));--badge-padding-x-lg:calc(0.75rem*var(--mantine-scale));--badge-padding-x-xl:calc(1rem*var(--mantine-scale));--badge-height:var(--badge-height-md);--badge-fz:var(--badge-fz-md);--badge-padding-x:var(--badge-padding-x-md);--badge-radius:calc(62.5rem*var(--mantine-scale));--badge-lh:calc(var(--badge-height) - 0.125rem*var(--mantine-scale));--badge-color:var(--mantine-color-white);--badge-bg:var(--mantine-primary-color-filled);--badge-bd:calc(0.0625rem*var(--mantine-scale)) solid transparent;-webkit-tap-highlight-color:transparent;align-items:center;background:var(--badge-bg);border:var(--badge-bd);border-radius:var(--badge-radius);color:var(--badge-color);cursor:inherit;display:inline-flex;font-size:var(--badge-fz);font-weight:700;height:var(--badge-height);justify-content:center;letter-spacing:.01563rem;letter-spacing:calc(.01563rem*var(--mantine-scale));line-height:var(--badge-lh);overflow:hidden;padding:0 var(--badge-padding-x);text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.m_347db0ec:where([data-block]){display:flex;width:100%}.m_347db0ec:where([data-circle]){padding-left:.125rem;padding-left:calc(.125rem*var(--mantine-scale));padding-right:.125rem;padding-right:calc(.125rem*var(--mantine-scale));width:var(--badge-height)}.m_fbd81e3d{--badge-dot-size:calc(var(--badge-height)/3.4)}:where([data-mantine-color-scheme=light]) .m_fbd81e3d{background-color:#fff;background-color:var(--mantine-color-white);border-color:#ced4da;border-color:var(--mantine-color-gray-4);color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_fbd81e3d{background-color:#3b3b3b;background-color:var(--mantine-color-dark-5);border-color:#3b3b3b;border-color:var(--mantine-color-dark-5);color:#fff;color:var(--mantine-color-white)}[dir=ltr] .m_fbd81e3d:before{margin-right:var(--badge-dot-size)}[dir=rtl] .m_fbd81e3d:before{margin-left:var(--badge-dot-size)}.m_fbd81e3d:before{background-color:var(--badge-dot-color);border-radius:var(--badge-dot-size);content:"";display:block;height:var(--badge-dot-size);width:var(--badge-dot-size)}.m_5add502a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m_91fdda9b{--badge-section-margin:calc(var(--mantine-spacing-xs)/2);align-items:center;display:inline-flex;justify-content:center}[dir=ltr] .m_91fdda9b:where([data-position=left]){margin-right:var(--badge-section-margin)}[dir=rtl] .m_91fdda9b:where([data-position=left]){margin-left:var(--badge-section-margin)}[dir=ltr] .m_91fdda9b:where([data-position=right]){margin-left:var(--badge-section-margin)}[dir=rtl] .m_91fdda9b:where([data-position=right]){margin-right:var(--badge-section-margin)}[dir=ltr] .m_ddec01c0{border-left:var(--blockquote-border)}[dir=rtl] .m_ddec01c0{border-right:var(--blockquote-border)}[dir=ltr] .m_ddec01c0{border-top-right-radius:var(--bq-radius)}[dir=rtl] .m_ddec01c0{border-top-left-radius:var(--bq-radius)}[dir=ltr] .m_ddec01c0{border-bottom-right-radius:var(--bq-radius)}[dir=rtl] .m_ddec01c0{border-bottom-left-radius:var(--bq-radius)}.m_ddec01c0{--blockquote-border:3px solid var(--bq-bd);margin:0;padding:2rem 2.375rem;padding:var(--mantine-spacing-xl) calc(2.375rem*var(--mantine-scale));position:relative}:where([data-mantine-color-scheme=light]) .m_ddec01c0{background-color:var(--bq-bg-light)}:where([data-mantine-color-scheme=dark]) .m_ddec01c0{background-color:var(--bq-bg-dark)}[dir=ltr] .m_dde7bd57{left:var(--blockquote-icon-offset)}[dir=rtl] .m_dde7bd57{right:var(--blockquote-icon-offset)}.m_dde7bd57{--blockquote-icon-offset:calc(var(--bq-icon-size)/-2);align-items:center;background-color:var(--mantine-color-body);border-radius:var(--bq-icon-size);color:var(--bq-bd);display:flex;height:var(--bq-icon-size);justify-content:center;position:absolute;top:var(--blockquote-icon-offset);width:var(--bq-icon-size)}.m_dde51a35{display:block;font-size:85%;margin-top:1rem;margin-top:var(--mantine-spacing-md);opacity:.6}.m_8b3717df{align-items:center;display:flex}.m_f678d540{-webkit-tap-highlight-color:transparent;line-height:1;white-space:nowrap}.m_3b8f2208{align-items:center;display:flex;justify-content:center;line-height:1;margin-left:.625rem;margin-left:var(--bc-separator-margin,var(--mantine-spacing-xs));margin-right:.625rem;margin-right:var(--bc-separator-margin,var(--mantine-spacing-xs))}:where([data-mantine-color-scheme=light]) .m_3b8f2208{color:#495057;color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_3b8f2208{color:#828282;color:var(--mantine-color-dark-2)}.m_fea6bf1a{--burger-size-xs:calc(0.75rem*var(--mantine-scale));--burger-size-sm:calc(1.125rem*var(--mantine-scale));--burger-size-md:calc(1.5rem*var(--mantine-scale));--burger-size-lg:calc(2.125rem*var(--mantine-scale));--burger-size-xl:calc(2.625rem*var(--mantine-scale));--burger-size:var(--burger-size-md);--burger-line-size:calc(var(--burger-size)/12);cursor:pointer;height:calc(var(--burger-size) + .625rem);height:calc(var(--burger-size) + var(--mantine-spacing-xs));padding:.3125rem;padding:calc(var(--mantine-spacing-xs)/2);width:calc(var(--burger-size) + .625rem);width:calc(var(--burger-size) + var(--mantine-spacing-xs))}:where([data-mantine-color-scheme=light]) .m_fea6bf1a{--burger-color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_fea6bf1a{--burger-color:var(--mantine-color-white)}.m_d4fb9cad{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.m_d4fb9cad,.m_d4fb9cad:after,.m_d4fb9cad:before{background-color:var(--burger-color);display:block;height:var(--burger-line-size);outline:.0625rem solid transparent;outline:calc(.0625rem*var(--mantine-scale)) solid transparent;transition-duration:.3s;transition-duration:var(--burger-transition-duration,.3s);transition-property:background-color,transform;transition-timing-function:ease;transition-timing-function:var(--burger-transition-timing-function,ease);width:var(--burger-size)}[dir=ltr] .m_d4fb9cad:after,[dir=ltr] .m_d4fb9cad:before{left:0}[dir=rtl] .m_d4fb9cad:after,[dir=rtl] .m_d4fb9cad:before{right:0}.m_d4fb9cad:after,.m_d4fb9cad:before{content:"";position:absolute}.m_d4fb9cad:before{top:calc(var(--burger-size)/-3)}.m_d4fb9cad:after{top:calc(var(--burger-size)/3)}.m_d4fb9cad[data-opened]{background-color:transparent}.m_d4fb9cad[data-opened]:before{transform:translateY(calc(var(--burger-size)/3)) rotate(45deg)}.m_d4fb9cad[data-opened]:after{transform:translateY(calc(var(--burger-size)/-3)) rotate(-45deg)}.m_77c9d27d{--button-height-xs:calc(1.875rem*var(--mantine-scale));--button-height-sm:calc(2.25rem*var(--mantine-scale));--button-height-md:calc(2.625rem*var(--mantine-scale));--button-height-lg:calc(3.125rem*var(--mantine-scale));--button-height-xl:calc(3.75rem*var(--mantine-scale));--button-height-compact-xs:calc(1.375rem*var(--mantine-scale));--button-height-compact-sm:calc(1.625rem*var(--mantine-scale));--button-height-compact-md:calc(1.875rem*var(--mantine-scale));--button-height-compact-lg:calc(2.125rem*var(--mantine-scale));--button-height-compact-xl:calc(2.5rem*var(--mantine-scale));--button-padding-x-xs:calc(0.875rem*var(--mantine-scale));--button-padding-x-sm:calc(1.125rem*var(--mantine-scale));--button-padding-x-md:calc(1.375rem*var(--mantine-scale));--button-padding-x-lg:calc(1.625rem*var(--mantine-scale));--button-padding-x-xl:calc(2rem*var(--mantine-scale));--button-padding-x-compact-xs:calc(0.4375rem*var(--mantine-scale));--button-padding-x-compact-sm:calc(0.5rem*var(--mantine-scale));--button-padding-x-compact-md:calc(0.625rem*var(--mantine-scale));--button-padding-x-compact-lg:calc(0.75rem*var(--mantine-scale));--button-padding-x-compact-xl:calc(0.875rem*var(--mantine-scale));--button-height:var(--button-height-sm);--button-padding-x:var(--button-padding-x-sm);--button-color:var(--mantine-color-white);background:var(--mantine-color-blue-filled);background:var(--button-bg,var(--mantine-primary-color-filled));border:.0625rem solid transparent;border:var(--button-bd,calc(.0625rem*var(--mantine-scale)) solid transparent);border-radius:.25rem;border-radius:var(--button-radius,var(--mantine-radius-default));color:#fff;color:var(--button-color,var(--mantine-color-white));cursor:pointer;display:inline-block;font-size:.875rem;font-size:var(--button-fz,var(--mantine-font-size-sm));font-weight:600;height:var(--button-height-sm);height:var(--button-height,var(--button-height-sm));line-height:1;overflow:hidden;padding-left:var(--button-padding-x,var(--button-padding-x-sm));padding-right:var(--button-padding-x,var(--button-padding-x-sm));position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:auto}.m_77c9d27d:where([data-block]){display:block;width:100%}[dir=ltr] .m_77c9d27d:where([data-with-left-section]){padding-left:calc(var(--button-padding-x)/1.5)}[dir=rtl] .m_77c9d27d:where([data-with-left-section]){padding-right:calc(var(--button-padding-x)/1.5)}[dir=ltr] .m_77c9d27d:where([data-with-right-section]){padding-right:calc(var(--button-padding-x)/1.5)}[dir=rtl] .m_77c9d27d:where([data-with-right-section]){padding-left:calc(var(--button-padding-x)/1.5)}.m_77c9d27d:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;cursor:not-allowed;transform:none}:where([data-mantine-color-scheme=light]) .m_77c9d27d:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){background:#f1f3f5;background:var(--mantine-color-gray-1);color:#adb5bd;color:var(--mantine-color-gray-5)}:where([data-mantine-color-scheme=dark]) .m_77c9d27d:where(:disabled:not([data-loading]),[data-disabled]:not([data-loading])){background:#2e2e2e;background:var(--mantine-color-dark-6);color:#696969;color:var(--mantine-color-dark-3)}.m_77c9d27d:before{border-radius:.25rem;border-radius:var(--button-radius,var(--mantine-radius-default));bottom:-.0625rem;bottom:calc(-.0625rem*var(--mantine-scale));content:"";filter:blur(12px);left:-.0625rem;left:calc(-.0625rem*var(--mantine-scale));opacity:0;pointer-events:none;position:absolute;right:-.0625rem;right:calc(-.0625rem*var(--mantine-scale));top:-.0625rem;top:calc(-.0625rem*var(--mantine-scale));transform:translateY(-100%);transition:transform .15s ease,opacity .1s ease}:where([data-mantine-color-scheme=light]) .m_77c9d27d:before{background-color:hsla(0,0%,100%,.15)}:where([data-mantine-color-scheme=dark]) .m_77c9d27d:before{background-color:rgba(0,0,0,.15)}.m_77c9d27d:where([data-loading]){cursor:not-allowed;transform:none}.m_77c9d27d:where([data-loading]):before{opacity:1;transform:translateY(0)}.m_77c9d27d:where([data-loading]) .m_80f1301b{opacity:0;transform:translateY(100%)}@media (hover:hover){.m_77c9d27d:hover:where(:not([data-loading]):not(:disabled):not([data-disabled])){background-color:var(--mantine-color-blue-filled-hover);background-color:var(--button-hover,var(--mantine-primary-color-filled-hover));color:var(--button-color);color:var(--button-hover-color,var(--button-color))}}@media (hover:none){.m_77c9d27d:active:where(:not([data-loading]):not(:disabled):not([data-disabled])){background-color:var(--mantine-color-blue-filled-hover);background-color:var(--button-hover,var(--mantine-primary-color-filled-hover));color:var(--button-color);color:var(--button-hover-color,var(--button-color))}}.m_80f1301b{justify-content:center;justify-content:var(--button-justify,center);overflow:visible;transition:transform .15s ease,opacity .1s ease}.m_80f1301b,.m_811560b9{align-items:center;display:flex;height:100%}.m_811560b9{opacity:1;overflow:hidden;white-space:nowrap}.m_811560b9:where([data-loading]){opacity:.2}.m_a74036a{align-items:center;display:flex}[dir=ltr] .m_a74036a:where([data-position=left]){margin-right:var(--mantine-spacing-xs)}[dir=rtl] .m_a74036a:where([data-position=left]){margin-left:var(--mantine-spacing-xs)}[dir=ltr] .m_a74036a:where([data-position=left]){margin-right:.625rem}[dir=rtl] .m_a74036a:where([data-position=left]){margin-left:.625rem}[dir=ltr] .m_a74036a:where([data-position=right]){margin-left:var(--mantine-spacing-xs)}[dir=rtl] .m_a74036a:where([data-position=right]){margin-right:var(--mantine-spacing-xs)}[dir=ltr] .m_a74036a:where([data-position=right]){margin-left:.625rem}[dir=rtl] .m_a74036a:where([data-position=right]){margin-right:.625rem}.m_a25b86ee{left:50%;position:absolute;top:50%}.m_80d6d844{--button-border-width:calc(0.0625rem*var(--mantine-scale));display:flex}.m_80d6d844 :where(*):focus{position:relative;z-index:1}.m_80d6d844[data-orientation=horizontal]{flex-direction:row}[dir=ltr] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child{border-bottom-right-radius:0}[dir=rtl] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child{border-bottom-left-radius:0}[dir=ltr] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child{border-top-right-radius:0}[dir=rtl] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child{border-top-left-radius:0}[dir=ltr] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child{border-right-width:calc(var(--button-border-width)/2)}[dir=rtl] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child{border-left-width:calc(var(--button-border-width)/2)}[dir=ltr] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child{border-bottom-left-radius:0}[dir=rtl] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child{border-bottom-right-radius:0}[dir=ltr] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child{border-top-left-radius:0}[dir=rtl] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child{border-top-right-radius:0}[dir=ltr] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child{border-left-width:calc(var(--button-border-width)/2)}[dir=rtl] .m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child{border-right-width:calc(var(--button-border-width)/2)}.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child){border-left-width:calc(var(--button-border-width)/2);border-radius:0;border-right-width:calc(var(--button-border-width)/2)}.m_80d6d844[data-orientation=vertical]{flex-direction:column}[dir=ltr] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child{border-bottom-left-radius:0}[dir=ltr] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child,[dir=rtl] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child{border-bottom-right-radius:0}[dir=rtl] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child{border-bottom-left-radius:0}.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child{border-bottom-width:calc(var(--button-border-width)/2)}[dir=ltr] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child{border-top-left-radius:0}[dir=ltr] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child,[dir=rtl] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child{border-top-right-radius:0}[dir=rtl] .m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child{border-top-left-radius:0}.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child{border-top-width:calc(var(--button-border-width)/2)}.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child){border-bottom-width:calc(var(--button-border-width)/2);border-radius:0;border-top-width:calc(var(--button-border-width)/2)}.m_e615b15f{--card-padding:var(--mantine-spacing-md);color:var(--mantine-color-text);display:flex;flex-direction:column;overflow:hidden;padding:var(--card-padding);position:relative}:where([data-mantine-color-scheme=light]) .m_e615b15f{background-color:#fff;background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_e615b15f{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}.m_599a2148{display:block;margin-left:calc(var(--card-padding)*-1);margin-right:calc(var(--card-padding)*-1)}.m_599a2148:where(:first-child){border-top:none!important}.m_599a2148:where(:first-child){margin-top:calc(var(--card-padding)*-1)}.m_599a2148:where(:last-child){border-bottom:none!important}.m_599a2148:where(:last-child){margin-bottom:calc(var(--card-padding)*-1)}.m_599a2148:where([data-inherit-padding]){padding-left:var(--card-padding);padding-right:var(--card-padding)}.m_599a2148:where([data-with-border]){border-bottom:.0625rem solid;border-bottom:calc(.0625rem*var(--mantine-scale)) solid;border-top:.0625rem solid;border-top:calc(.0625rem*var(--mantine-scale)) solid}:where([data-mantine-color-scheme=light]) .m_599a2148{border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_599a2148{border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_599a2148+.m_599a2148{border-top:none!important}.m_4451eb3a{align-items:center;display:flex;justify-content:center}.m_4451eb3a:where([data-inline]){display:inline-flex}.m_f59ffda3{--chip-size-xs:calc(1.4375rem*var(--mantine-scale));--chip-size-sm:calc(1.75rem*var(--mantine-scale));--chip-size-md:calc(2rem*var(--mantine-scale));--chip-size-lg:calc(2.25rem*var(--mantine-scale));--chip-size-xl:calc(2.5rem*var(--mantine-scale));--chip-icon-size-xs:calc(0.625rem*var(--mantine-scale));--chip-icon-size-sm:calc(0.75rem*var(--mantine-scale));--chip-icon-size-md:calc(0.875rem*var(--mantine-scale));--chip-icon-size-lg:calc(1rem*var(--mantine-scale));--chip-icon-size-xl:calc(1.125rem*var(--mantine-scale));--chip-padding-xs:calc(1rem*var(--mantine-scale));--chip-padding-sm:calc(1.25rem*var(--mantine-scale));--chip-padding-md:calc(1.5rem*var(--mantine-scale));--chip-padding-lg:calc(1.75rem*var(--mantine-scale));--chip-padding-xl:calc(2rem*var(--mantine-scale));--chip-checked-padding-xs:calc(0.46875rem*var(--mantine-scale));--chip-checked-padding-sm:calc(0.625rem*var(--mantine-scale));--chip-checked-padding-md:calc(0.73125rem*var(--mantine-scale));--chip-checked-padding-lg:calc(0.84375rem*var(--mantine-scale));--chip-checked-padding-xl:calc(0.78125rem*var(--mantine-scale));--chip-spacing-xs:calc(0.625rem*var(--mantine-scale));--chip-spacing-sm:calc(0.75rem*var(--mantine-scale));--chip-spacing-md:calc(1rem*var(--mantine-scale));--chip-spacing-lg:calc(1.25rem*var(--mantine-scale));--chip-spacing-xl:calc(1.375rem*var(--mantine-scale));--chip-size:var(--chip-size-sm);--chip-icon-size:var(--chip-icon-size-sm);--chip-padding:var(--chip-padding-sm);--chip-spacing:var(--chip-spacing-sm);--chip-checked-padding:var(--chip-checked-padding-sm);--chip-bg:var(--mantine-primary-color-filled);--chip-hover:var(--mantine-primary-color-filled-hover);--chip-color:var(--mantine-color-white);--chip-bd:calc(0.0625rem*var(--mantine-scale)) solid transparent}.m_be049a53{-webkit-tap-highlight-color:transparent;align-items:center;border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;border-radius:1000rem;border-radius:var(--chip-radius,1000rem);color:var(--mantine-color-text);cursor:pointer;display:inline-flex;font-size:.875rem;font-size:var(--chip-fz,var(--mantine-font-size-sm));height:var(--chip-size);line-height:calc(var(--chip-size) - .125rem);line-height:calc(var(--chip-size) - .125rem*var(--mantine-scale));padding-left:var(--chip-padding);padding-right:var(--chip-padding);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.m_be049a53:where([data-checked]){padding:var(--chip-checked-padding)}.m_be049a53:where([data-disabled]){cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_be049a53:where([data-disabled]){background-color:#e9ecef;background-color:var(--mantine-color-gray-2);color:#adb5bd;color:var(--mantine-color-gray-5)}:where([data-mantine-color-scheme=dark]) .m_be049a53:where([data-disabled]){background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);color:#696969;color:var(--mantine-color-dark-3)}:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]){background-color:#fff;background-color:var(--mantine-color-white);border:1px solid #dee2e6;border:1px solid var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]){background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border:1px solid #424242;border:1px solid var(--mantine-color-dark-4)}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]):hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]):hover{background-color:#3b3b3b;background-color:var(--mantine-color-dark-5)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]):active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]):active{background-color:#3b3b3b;background-color:var(--mantine-color-dark-5)}}.m_3904c1af:not([data-disabled]):where([data-checked]){--chip-icon-color:var(--chip-color);border:var(--chip-bd)}@media (hover:hover){.m_3904c1af:not([data-disabled]):where([data-checked]):hover{background-color:var(--chip-hover)}}@media (hover:none){.m_3904c1af:not([data-disabled]):where([data-checked]):active{background-color:var(--chip-hover)}}.m_f7e165c3:not([data-disabled]),.m_fa109255:not([data-disabled]){border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;color:var(--mantine-color-text)}:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]),:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]){background-color:#f1f3f5;background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]),:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]){background-color:#3b3b3b;background-color:var(--mantine-color-dark-5)}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]):hover,:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]):hover{background-color:#e9ecef;background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]):hover,:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]):hover{background-color:#424242;background-color:var(--mantine-color-dark-4)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]):active,:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]):active{background-color:#e9ecef;background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]):active,:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]):active{background-color:#424242;background-color:var(--mantine-color-dark-4)}}.m_f7e165c3:not([data-disabled]):where([data-checked]),.m_fa109255:not([data-disabled]):where([data-checked]){--chip-icon-color:var(--chip-color);background-color:var(--chip-bg);color:var(--chip-color)}@media (hover:hover){.m_f7e165c3:not([data-disabled]):where([data-checked]):hover,.m_fa109255:not([data-disabled]):where([data-checked]):hover{background-color:var(--chip-hover)}}@media (hover:none){.m_f7e165c3:not([data-disabled]):where([data-checked]):active,.m_fa109255:not([data-disabled]):where([data-checked]):active{background-color:var(--chip-hover)}}.m_9ac86df9{align-items:center;display:flex;max-width:calc(var(--chip-icon-size) + var(--chip-spacing)/1.5);overflow:hidden;width:calc(var(--chip-icon-size) + var(--chip-spacing)/1.5)}.m_9ac86df9,.m_d6d72580{height:var(--chip-icon-size)}.m_d6d72580{color:inherit;color:var(--chip-icon-color,inherit);display:block;width:var(--chip-icon-size)}.m_bde07329{height:0;margin:0;opacity:0;padding:0;width:0}.m_bde07329.focus-visible+.m_be049a53{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_bde07329:focus-visible+.m_be049a53{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_b183c0a2{border-radius:.25rem;border-radius:var(--mantine-radius-sm);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--mantine-font-family-monospace);font-size:.75rem;font-size:var(--mantine-font-size-xs);line-height:1.55;line-height:var(--mantine-line-height);margin:0;overflow:auto;padding:2px .3125rem;padding:2px calc(var(--mantine-spacing-xs)/2)}:where([data-mantine-color-scheme=light]) .m_b183c0a2{background-color:#f1f3f5;background-color:var(--code-bg,var(--mantine-color-gray-1));color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_b183c0a2{background-color:#3b3b3b;background-color:var(--code-bg,var(--mantine-color-dark-5));color:#fff;color:var(--mantine-color-white)}.m_b183c0a2[data-block]{padding:.625rem;padding:var(--mantine-spacing-xs)}.m_de3d2490{--cs-size:calc(1.75rem*var(--mantine-scale));--cs-radius:calc(62.5rem*var(--mantine-scale));-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:var(--cs-radius);color:inherit;display:block;height:var(--cs-size);line-height:1;min-height:var(--cs-size);min-width:var(--cs-size);position:relative;text-decoration:none;width:var(--cs-size)}[data-mantine-color-scheme=light] .m_de3d2490{--alpha-overlay-color:var(--mantine-color-gray-3);--alpha-overlay-bg:var(--mantine-color-white)}[data-mantine-color-scheme=dark] .m_de3d2490{--alpha-overlay-color:var(--mantine-color-dark-4);--alpha-overlay-bg:var(--mantine-color-dark-7)}.m_862f3d1b,.m_98ae7f22{border-radius:var(--cs-radius);bottom:0;left:0;position:absolute;right:0;top:0}.m_98ae7f22{box-shadow:inset 0 0 0 .0625rem rgba(0,0,0,.1),inset 0 0 .25rem rgba(0,0,0,.15);box-shadow:rgba(0,0,0,.1) 0 0 0 calc(.0625rem*var(--mantine-scale)) inset,rgba(0,0,0,.15) 0 0 calc(.25rem*var(--mantine-scale)) inset;z-index:1}.m_95709ac0{background-image:linear-gradient(45deg,var(--alpha-overlay-color) 25%,transparent 25%),linear-gradient(-45deg,var(--alpha-overlay-color) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--alpha-overlay-color) 75%),linear-gradient(-45deg,var(--alpha-overlay-bg) 75%,var(--alpha-overlay-color) 75%);background-position:0 0,0 .25rem,.25rem -.25rem,-.25rem 0;background-position:0 0,0 calc(.25rem*var(--mantine-scale)),calc(.25rem*var(--mantine-scale)) calc(-.25rem*var(--mantine-scale)),calc(-.25rem*var(--mantine-scale)) 0;background-size:.5rem .5rem;background-size:calc(.5rem*var(--mantine-scale)) calc(.5rem*var(--mantine-scale))}.m_93e74e3,.m_95709ac0{border-radius:var(--cs-radius);bottom:0;left:0;position:absolute;right:0;top:0}.m_93e74e3{align-items:center;display:flex;justify-content:center;z-index:2}.m_fee9c77{--cp-width-xs:calc(11.25rem*var(--mantine-scale));--cp-width-sm:calc(12.5rem*var(--mantine-scale));--cp-width-md:calc(15rem*var(--mantine-scale));--cp-width-lg:calc(17.5rem*var(--mantine-scale));--cp-width-xl:calc(20rem*var(--mantine-scale));--cp-preview-size-xs:calc(1.625rem*var(--mantine-scale));--cp-preview-size-sm:calc(2.125rem*var(--mantine-scale));--cp-preview-size-md:calc(2.625rem*var(--mantine-scale));--cp-preview-size-lg:calc(3.125rem*var(--mantine-scale));--cp-preview-size-xl:calc(3.375rem*var(--mantine-scale));--cp-thumb-size-xs:calc(0.5rem*var(--mantine-scale));--cp-thumb-size-sm:calc(0.75rem*var(--mantine-scale));--cp-thumb-size-md:calc(1rem*var(--mantine-scale));--cp-thumb-size-lg:calc(1.25rem*var(--mantine-scale));--cp-thumb-size-xl:calc(1.375rem*var(--mantine-scale));--cp-saturation-height-xs:calc(6.25rem*var(--mantine-scale));--cp-saturation-height-sm:calc(6.875rem*var(--mantine-scale));--cp-saturation-height-md:calc(7.5rem*var(--mantine-scale));--cp-saturation-height-lg:calc(8.75rem*var(--mantine-scale));--cp-saturation-height-xl:calc(10rem*var(--mantine-scale));--cp-preview-size:var(--cp-preview-size-sm);--cp-thumb-size:var(--cp-thumb-size-sm);--cp-saturation-height:var(--cp-saturation-height-sm);--cp-width:var(--cp-width-sm);--cp-body-spacing:var(--mantine-spacing-sm);padding:.0625rem;padding:calc(.0625rem*var(--mantine-scale));width:var(--cp-width)}.m_fee9c77:where([data-full-width]){width:100%}.m_9dddfbac{height:var(--cp-preview-size);width:var(--cp-preview-size)}.m_bffecc3e{display:flex;padding-top:calc(var(--cp-body-spacing)/2)}.m_3283bb96{flex:1}[dir=ltr] .m_3283bb96:not(:only-child){margin-right:var(--mantine-spacing-xs)}[dir=rtl] .m_3283bb96:not(:only-child){margin-left:var(--mantine-spacing-xs)}[dir=ltr] .m_3283bb96:not(:only-child){margin-right:.625rem}[dir=rtl] .m_3283bb96:not(:only-child){margin-left:.625rem}.m_40d572ba{border:2px solid #fff;border:2px solid var(--mantine-color-white);border-radius:var(--cp-thumb-size);box-shadow:0 0 1px rgba(0,0,0,.6);height:var(--cp-thumb-size);left:calc(var(--thumb-x-offset) - var(--cp-thumb-size)/2);overflow:hidden;position:absolute;top:calc(var(--thumb-y-offset) - var(--cp-thumb-size)/2);width:var(--cp-thumb-size)}.m_d8ee6fd8{cursor:pointer;flex:0 0 calc(var(--cp-swatch-size) - 0.25rem);flex:0 0 calc(var(--cp-swatch-size) - 0.25rem*var(--mantine-scale));height:auto!important;margin:.125rem;margin:calc(.125rem*var(--mantine-scale));min-height:0!important;min-width:0!important;padding-bottom:calc(var(--cp-swatch-size) - .25rem*var(--mantine-scale));width:auto!important}.m_5711e686{display:flex;flex-wrap:wrap;margin-left:-.125rem;margin-left:calc(-.125rem*var(--mantine-scale));margin-right:-.125rem;margin-right:calc(-.125rem*var(--mantine-scale));margin-top:.3125rem;margin-top:calc(.3125rem*var(--mantine-scale))}.m_202a296e{--cp-thumb-size-xs:calc(0.5rem*var(--mantine-scale));--cp-thumb-size-sm:calc(0.75rem*var(--mantine-scale));--cp-thumb-size-md:calc(1rem*var(--mantine-scale));--cp-thumb-size-lg:calc(1.25rem*var(--mantine-scale));--cp-thumb-size-xl:calc(1.375rem*var(--mantine-scale));-webkit-tap-highlight-color:transparent;border-radius:.25rem;border-radius:var(--mantine-radius-sm);height:var(--cp-saturation-height);margin:calc(var(--cp-thumb-size)/2);position:relative}.m_202a296e:where([data-focus-ring=auto]):focus.focus-visible .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_202a296e:where([data-focus-ring=auto]):focus:focus-visible .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_202a296e:where([data-focus-ring=always]):focus .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_11b3db02{border-radius:.25rem;border-radius:var(--mantine-radius-sm);bottom:calc(var(--cp-thumb-size)*-1/2 - .0625rem);bottom:calc(var(--cp-thumb-size)*-1/2 - .0625rem*var(--mantine-scale));left:calc(var(--cp-thumb-size)*-1/2 - .0625rem);left:calc(var(--cp-thumb-size)*-1/2 - .0625rem*var(--mantine-scale));position:absolute;right:calc(var(--cp-thumb-size)*-1/2 - .0625rem);right:calc(var(--cp-thumb-size)*-1/2 - .0625rem*var(--mantine-scale));top:calc(var(--cp-thumb-size)*-1/2 - .0625rem);top:calc(var(--cp-thumb-size)*-1/2 - .0625rem*var(--mantine-scale))}.m_d856d47d{--cp-thumb-size-xs:calc(0.5rem*var(--mantine-scale));--cp-thumb-size-sm:calc(0.75rem*var(--mantine-scale));--cp-thumb-size-md:calc(1rem*var(--mantine-scale));--cp-thumb-size-lg:calc(1.25rem*var(--mantine-scale));--cp-thumb-size-xl:calc(1.375rem*var(--mantine-scale));--cp-thumb-size:var(--cp-thumb-size,calc(0.75rem*var(--mantine-scale)));height:calc(var(--cp-thumb-size) + .125rem);height:calc(var(--cp-thumb-size) + .125rem*var(--mantine-scale));margin-left:calc(var(--cp-thumb-size)/2);margin-right:calc(var(--cp-thumb-size)/2);outline:none;position:relative}.m_d856d47d+.m_d856d47d{margin-top:.375rem;margin-top:calc(.375rem*var(--mantine-scale))}.m_d856d47d:where([data-focus-ring=auto]):focus.focus-visible .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_d856d47d:where([data-focus-ring=auto]):focus:focus-visible .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}.m_d856d47d:where([data-focus-ring=always]):focus .m_40d572ba{outline:2px solid var(--mantine-color-blue-filled)}:where([data-mantine-color-scheme=light]) .m_d856d47d{--slider-checkers:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_d856d47d{--slider-checkers:var(--mantine-color-dark-4)}.m_8f327113{border-radius:10000rem;bottom:0;left:calc(var(--cp-thumb-size)*-1/2 - .0625rem);left:calc(var(--cp-thumb-size)*-1/2 - .0625rem*var(--mantine-scale));position:absolute;right:calc(var(--cp-thumb-size)*-1/2 - .0625rem);right:calc(var(--cp-thumb-size)*-1/2 - .0625rem*var(--mantine-scale));top:0}.m_b077c2bc{--ci-eye-dropper-icon-size-xs:calc(0.875rem*var(--mantine-scale));--ci-eye-dropper-icon-size-sm:calc(1rem*var(--mantine-scale));--ci-eye-dropper-icon-size-md:calc(1.125rem*var(--mantine-scale));--ci-eye-dropper-icon-size-lg:calc(1.25rem*var(--mantine-scale));--ci-eye-dropper-icon-size-xl:calc(1.375rem*var(--mantine-scale));--ci-eye-dropper-icon-size:var(--ci-eye-dropper-icon-size-sm)}.m_c5ccdcab{--ci-preview-size-xs:calc(1rem*var(--mantine-scale));--ci-preview-size-sm:calc(1.125rem*var(--mantine-scale));--ci-preview-size-md:calc(1.375rem*var(--mantine-scale));--ci-preview-size-lg:calc(1.75rem*var(--mantine-scale));--ci-preview-size-xl:calc(2.25rem*var(--mantine-scale));--ci-preview-size:var(--ci-preview-size-sm)}.m_5ece2cd7{padding:.5rem;padding:calc(.5rem*var(--mantine-scale))}.m_7485cace{--container-size-xs:calc(33.75rem*var(--mantine-scale));--container-size-sm:calc(45rem*var(--mantine-scale));--container-size-md:calc(60rem*var(--mantine-scale));--container-size-lg:calc(71.25rem*var(--mantine-scale));--container-size-xl:calc(82.5rem*var(--mantine-scale));--container-size:var(--container-size-md);margin-left:auto;margin-right:auto;max-width:var(--container-size);padding-left:1rem;padding-left:var(--mantine-spacing-md);padding-right:1rem;padding-right:var(--mantine-spacing-md)}.m_7485cace:where([data-fluid]){max-width:100%}.m_e2125a27{--dialog-size-xs:calc(10rem*var(--mantine-scale));--dialog-size-sm:calc(12.5rem*var(--mantine-scale));--dialog-size-md:calc(21.25rem*var(--mantine-scale));--dialog-size-lg:calc(25rem*var(--mantine-scale));--dialog-size-xl:calc(31.25rem*var(--mantine-scale));--dialog-size:var(--dialog-size-md);max-width:calc(100vw - 4rem);max-width:calc(100vw - var(--mantine-spacing-xl)*2);min-height:3.125rem;min-height:calc(3.125rem*var(--mantine-scale));position:relative;width:var(--dialog-size)}[dir=ltr] .m_5abab665{right:calc(var(--mantine-spacing-md)/2)}[dir=rtl] .m_5abab665{left:calc(var(--mantine-spacing-md)/2)}[dir=ltr] .m_5abab665{right:.5rem}[dir=rtl] .m_5abab665{left:.5rem}.m_5abab665{position:absolute;top:.5rem;top:calc(var(--mantine-spacing-md)/2)}.m_3eebeb36{--divider-size-xs:calc(0.0625rem*var(--mantine-scale));--divider-size-sm:calc(0.125rem*var(--mantine-scale));--divider-size-md:calc(0.1875rem*var(--mantine-scale));--divider-size-lg:calc(0.25rem*var(--mantine-scale));--divider-size-xl:calc(0.3125rem*var(--mantine-scale));--divider-size:var(--divider-size-xs)}:where([data-mantine-color-scheme=light]) .m_3eebeb36{--divider-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_3eebeb36{--divider-color:var(--mantine-color-dark-4)}.m_3eebeb36:where([data-orientation=horizontal]){border-top:var(--divider-size) var(--divider-border-style,solid) var(--divider-color)}[dir=ltr] .m_3eebeb36:where([data-orientation=vertical]){border-left:var(--divider-size) var(--divider-border-style,solid) var(--divider-color)}[dir=rtl] .m_3eebeb36:where([data-orientation=vertical]){border-right:var(--divider-size) var(--divider-border-style,solid) var(--divider-color)}[dir=ltr] .m_3eebeb36:where([data-orientation=vertical]){border-left:var(--divider-size) solid var(--divider-color)}[dir=rtl] .m_3eebeb36:where([data-orientation=vertical]){border-right:var(--divider-size) solid var(--divider-color)}.m_3eebeb36:where([data-orientation=vertical]){align-self:stretch;height:auto}.m_3eebeb36:where([data-with-label]){border:0}.m_9e365f20{align-items:center;color:var(--mantine-color-dimmed);display:flex;font-size:.75rem;font-size:var(--mantine-font-size-xs);white-space:nowrap}.m_9e365f20:where([data-position=left]):before{display:none}.m_9e365f20:where([data-position=right]):after{display:none}[dir=ltr] .m_9e365f20:before{margin-right:var(--mantine-spacing-xs)}[dir=rtl] .m_9e365f20:before{margin-left:var(--mantine-spacing-xs)}[dir=ltr] .m_9e365f20:before{margin-right:.625rem}[dir=rtl] .m_9e365f20:before{margin-left:.625rem}.m_9e365f20:before{border-top:var(--divider-size) var(--divider-border-style,solid) var(--divider-color);content:"";flex:1;height:.0625rem;height:calc(.0625rem*var(--mantine-scale))}[dir=ltr] .m_9e365f20:after{margin-left:var(--mantine-spacing-xs)}[dir=rtl] .m_9e365f20:after{margin-right:var(--mantine-spacing-xs)}[dir=ltr] .m_9e365f20:after{margin-left:.625rem}[dir=rtl] .m_9e365f20:after{margin-right:.625rem}.m_9e365f20:after{border-top:var(--divider-size) var(--divider-border-style,solid) var(--divider-color);content:"";flex:1;height:.0625rem;height:calc(.0625rem*var(--mantine-scale))}.m_f11b401e{--drawer-size-xs:calc(20rem*var(--mantine-scale));--drawer-size-sm:calc(23.75rem*var(--mantine-scale));--drawer-size-md:calc(27.5rem*var(--mantine-scale));--drawer-size-lg:calc(38.75rem*var(--mantine-scale));--drawer-size-xl:calc(48.75rem*var(--mantine-scale));--drawer-size:var(--drawer-size-md);--drawer-offset:0rem}.m_5a7c2c9{z-index:1000}.m_b8a05bbd{flex:0 0 var(--drawer-size);flex:var(--drawer-flex,0 0 var(--drawer-size));height:calc(100% - var(--drawer-offset)*2);height:var(--drawer-height,calc(100% - var(--drawer-offset)*2));margin:var(--drawer-offset);max-height:100%;max-width:100%;overflow-y:auto}.m_31cd769a{align-items:flex-start;align-items:var(--drawer-align,flex-start);display:flex;justify-content:flex-start;justify-content:var(--drawer-justify,flex-start)}.m_e9408a47{border-radius:.25rem;border-radius:var(--fieldset-radius,var(--mantine-radius-default));min-width:auto;padding:1.25rem;padding:var(--mantine-spacing-lg);padding-top:.625rem;padding-top:var(--mantine-spacing-xs)}.m_84c9523a{border:.0625rem solid;border:calc(.0625rem*var(--mantine-scale)) solid}:where([data-mantine-color-scheme=light]) .m_84c9523a{background-color:#fff;background-color:var(--mantine-color-white);border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_84c9523a{background-color:#242424;background-color:var(--mantine-color-dark-7);border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_ef274e49{border:.0625rem solid;border:calc(.0625rem*var(--mantine-scale)) solid}:where([data-mantine-color-scheme=light]) .m_ef274e49{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0);border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_ef274e49{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_eda993d3{border:0;border-radius:0;padding:0}.m_90794832{font-size:.875rem;font-size:var(--mantine-font-size-sm)}.m_74ca27fe{margin-bottom:.75rem;margin-bottom:var(--mantine-spacing-sm);padding:0}.m_410352e9{--grid-overflow:visible;--grid-margin:calc(var(--grid-gutter)/-2);--grid-col-padding:calc(var(--grid-gutter)/2);overflow:var(--grid-overflow)}.m_dee7bd2f{align-items:var(--grid-align);display:flex;flex-wrap:wrap;justify-content:var(--grid-justify);margin:var(--grid-margin);width:calc(100% + var(--grid-gutter))}[dir=ltr] .m_96bdd299{margin-left:var(--col-offset)}[dir=rtl] .m_96bdd299{margin-right:var(--col-offset)}.m_96bdd299{--col-flex-grow:0;--col-offset:0rem;flex-basis:var(--col-flex-basis);flex-grow:var(--col-flex-grow);flex-shrink:0;max-width:var(--col-max-width);order:var(--col-order);padding:var(--grid-col-padding);width:var(--col-width)}.m_bcb3f3c2{color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=light]) .m_bcb3f3c2{background-color:var(--mark-bg-light)}:where([data-mantine-color-scheme=dark]) .m_bcb3f3c2{background-color:var(--mark-bg-dark)}.m_9e117634{border-radius:0;border-radius:var(--image-radius,0);display:block;flex:0;-o-object-fit:cover;object-fit:cover;-o-object-fit:var(--image-object-fit,cover);object-fit:var(--image-object-fit,cover);width:100%}@keyframes m_885901b1{0%{opacity:.6;transform:scale(0)}to{opacity:0;transform:scale(2.8)}}.m_e5262200{--indicator-size:calc(0.625rem*var(--mantine-scale));--indicator-color:var(--mantine-primary-color-filled);display:block;position:relative}.m_e5262200:where([data-inline]){display:inline-block}.m_760d1fb1{align-items:center;bottom:var(--indicator-bottom);color:#fff;color:var(--indicator-text-color,var(--mantine-color-white));display:flex;font-size:.75rem;font-size:var(--mantine-font-size-xs);height:var(--indicator-size);justify-content:center;left:var(--indicator-left);min-width:var(--indicator-size);right:var(--indicator-right);top:var(--indicator-top);transform:translate(var(--indicator-translate-x),var(--indicator-translate-y));white-space:nowrap;z-index:200;z-index:var(--indicator-z-index,200)}.m_760d1fb1,.m_760d1fb1:before{background-color:var(--indicator-color);border-radius:1000rem;border-radius:var(--indicator-radius,1000rem);position:absolute}.m_760d1fb1:before{bottom:0;content:"";left:0;right:0;top:0;z-index:-1}.m_760d1fb1:where([data-with-label]){padding-left:.3125rem;padding-left:calc(var(--mantine-spacing-xs)/2);padding-right:.3125rem;padding-right:calc(var(--mantine-spacing-xs)/2)}.m_760d1fb1:where([data-with-border]){border:2px solid var(--mantine-color-body)}.m_760d1fb1[data-processing]:before{animation:m_885901b1 1s linear infinite}.m_dc6f14e2{--kbd-fz-xs:calc(0.625rem*var(--mantine-scale));--kbd-fz-sm:calc(0.75rem*var(--mantine-scale));--kbd-fz-md:calc(0.875rem*var(--mantine-scale));--kbd-fz-lg:calc(1rem*var(--mantine-scale));--kbd-fz-xl:calc(1.25rem*var(--mantine-scale));--kbd-fz:var(--kbd-fz-sm);--kbd-padding-xs:calc(0.125rem*var(--mantine-scale)) calc(0.25rem*var(--mantine-scale));--kbd-padding-sm:calc(0.1875rem*var(--mantine-scale)) calc(0.3125rem*var(--mantine-scale));--kbd-padding-md:calc(0.25rem*var(--mantine-scale)) calc(0.4375rem*var(--mantine-scale));--kbd-padding-lg:calc(0.3125rem*var(--mantine-scale)) calc(0.5625rem*var(--mantine-scale));--kbd-padding-xl:calc(0.5rem*var(--mantine-scale)) calc(0.875rem*var(--mantine-scale));--kbd-padding:var(--kbd-padding-sm);border:.0625rem solid;border:calc(.0625rem*var(--mantine-scale)) solid;border-bottom-width:.1875rem;border-bottom-width:calc(.1875rem*var(--mantine-scale));border-radius:.25rem;border-radius:var(--mantine-radius-sm);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--mantine-font-family-monospace);font-size:var(--kbd-fz);font-weight:700;line-height:1.55;line-height:var(--mantine-line-height);padding:var(--kbd-padding);unicode-bidi:embed}:where([data-mantine-color-scheme=light]) .m_dc6f14e2{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0);border-color:#dee2e6;border-color:var(--mantine-color-gray-3);color:#495057;color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_dc6f14e2{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4);color:#c9c9c9;color:var(--mantine-color-dark-0)}.m_abbac491{--list-fz:var(--mantine-font-size-md);--list-lh:var(--mantine-line-height-md);font-size:var(--list-fz);line-height:var(--list-lh);list-style-position:inside;margin:0;padding:0}[dir=ltr] .m_abbac491:where([data-with-padding]){padding-left:var(--mantine-spacing-md)}[dir=rtl] .m_abbac491:where([data-with-padding]){padding-right:var(--mantine-spacing-md)}[dir=ltr] .m_abbac491:where([data-with-padding]){padding-left:1rem}[dir=rtl] .m_abbac491:where([data-with-padding]){padding-right:1rem}.m_abb6bec2{line-height:var(--list-lh);white-space:nowrap}.m_abb6bec2:where([data-with-icon]){list-style:none}.m_abb6bec2:where([data-with-icon]) .m_75cd9f71{--li-direction:row;--li-align:center}.m_abb6bec2:where(:not(:first-of-type)){margin-top:0;margin-top:var(--list-spacing,0)}.m_abb6bec2:where([data-centered]){line-height:1}.m_75cd9f71{align-items:flex-start;align-items:var(--li-align,flex-start);display:inline-flex;flex-direction:column;flex-direction:var(--li-direction,column);white-space:normal}[dir=ltr] .m_60f83e5b{margin-right:var(--mantine-spacing-sm)}[dir=rtl] .m_60f83e5b{margin-left:var(--mantine-spacing-sm)}[dir=ltr] .m_60f83e5b{margin-right:.75rem}[dir=rtl] .m_60f83e5b{margin-left:.75rem}.m_60f83e5b{display:inline-block;vertical-align:middle}.m_6e45937b{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:var(--lo-z-index)}.m_e8eb006c{position:relative;z-index:calc(var(--lo-z-index) + 1)}.m_df587f17{z-index:var(--lo-z-index)}.m_dc9b7c9f{padding:.25rem;padding:calc(.25rem*var(--mantine-scale))}.m_9bfac126{color:var(--mantine-color-dimmed);cursor:default;font-size:.75rem;font-size:var(--mantine-font-size-xs);font-weight:500;padding:.3125rem .75rem;padding:calc(var(--mantine-spacing-xs)/2) var(--mantine-spacing-sm)}.m_efdf90cb{border-top:.0625rem solid;border-top:calc(.0625rem*var(--mantine-scale)) solid;margin-bottom:.25rem;margin-bottom:calc(.25rem*var(--mantine-scale));margin-top:.25rem;margin-top:calc(.25rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_efdf90cb{border-color:#e9ecef;border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_efdf90cb{border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_99ac2aa1{align-items:center;border-radius:.25rem;border-radius:var(--popover-radius,var(--mantine-radius-default));color:var(--mantine-color-text);color:var(--menu-item-color,var(--mantine-color-text));display:flex;font-size:.875rem;font-size:var(--mantine-font-size-sm);padding:.41667rem .75rem;padding:calc(var(--mantine-spacing-xs)/1.5) var(--mantine-spacing-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.m_99ac2aa1:where([data-disabled],:disabled){color:var(--mantine-color-dimmed);opacity:.6;pointer-events:none}:where([data-mantine-color-scheme=light]) .m_99ac2aa1:where([data-hovered]){background-color:#f1f3f5;background-color:var(--menu-item-hover,var(--mantine-color-gray-1))}:where([data-mantine-color-scheme=dark]) .m_99ac2aa1:where([data-hovered]){background-color:#424242;background-color:var(--menu-item-hover,var(--mantine-color-dark-4))}.m_5476e0d3{flex:1}.m_8b75e504{align-items:center;display:flex;justify-content:center}[dir=ltr] .m_8b75e504:where([data-position=left]){margin-right:var(--mantine-spacing-xs)}[dir=rtl] .m_8b75e504:where([data-position=left]){margin-left:var(--mantine-spacing-xs)}[dir=ltr] .m_8b75e504:where([data-position=left]){margin-right:.625rem}[dir=rtl] .m_8b75e504:where([data-position=left]){margin-left:.625rem}[dir=ltr] .m_8b75e504:where([data-position=right]){margin-left:var(--mantine-spacing-xs)}[dir=rtl] .m_8b75e504:where([data-position=right]){margin-right:var(--mantine-spacing-xs)}[dir=ltr] .m_8b75e504:where([data-position=right]){margin-left:.625rem}[dir=rtl] .m_8b75e504:where([data-position=right]){margin-right:.625rem}.m_9df02822{--modal-size-xs:calc(20rem*var(--mantine-scale));--modal-size-sm:calc(23.75rem*var(--mantine-scale));--modal-size-md:calc(27.5rem*var(--mantine-scale));--modal-size-lg:calc(38.75rem*var(--mantine-scale));--modal-size-xl:calc(48.75rem*var(--mantine-scale));--modal-size:var(--modal-size-md);--modal-y-offset:5dvh;--modal-x-offset:5vw}.m_9df02822[data-full-screen]{--modal-border-radius:0!important}.m_9df02822[data-full-screen] .m_54c44539{--modal-content-flex:0 0 100%;--modal-content-max-height:auto;--modal-content-height:100dvh}.m_9df02822[data-full-screen] .m_1f958f16{--modal-inner-y-offset:0;--modal-inner-x-offset:0}.m_9df02822[data-centered] .m_1f958f16{--modal-inner-align:center}[dir=ltr] .m_d0e2b9cd{border-top-left-radius:var(--modal-radius,var(--mantine-radius-default))}[dir=ltr] .m_d0e2b9cd,[dir=rtl] .m_d0e2b9cd{border-top-right-radius:var(--modal-radius,var(--mantine-radius-default))}[dir=rtl] .m_d0e2b9cd{border-top-left-radius:var(--modal-radius,var(--mantine-radius-default))}[dir=ltr] .m_d0e2b9cd{border-top-left-radius:.25rem}[dir=ltr] .m_d0e2b9cd,[dir=rtl] .m_d0e2b9cd{border-top-right-radius:.25rem}[dir=rtl] .m_d0e2b9cd{border-top-left-radius:.25rem}.m_54c44539{flex:0 0 var(--modal-size);flex:var(--modal-content-flex,0 0 var(--modal-size));height:auto;height:var(--modal-content-height,auto);max-height:calc(100dvh - var(--modal-y-offset)*2);max-height:var(--modal-content-max-height,calc(100dvh - var(--modal-y-offset)*2));max-width:100%;overflow-y:auto}.m_54c44539[data-full-screen]{border-radius:0}.m_1f958f16{align-items:flex-start;align-items:var(--modal-inner-align,flex-start);display:flex;justify-content:center;padding:var(--modal-inner-y-offset,var(--modal-y-offset)) var(--modal-inner-x-offset,var(--modal-x-offset))}.m_7cda1cd6{--pill-fz-xs:calc(0.625rem*var(--mantine-scale));--pill-fz-sm:calc(0.75rem*var(--mantine-scale));--pill-fz-md:calc(0.875rem*var(--mantine-scale));--pill-fz-lg:calc(1rem*var(--mantine-scale));--pill-fz-xl:calc(1.125rem*var(--mantine-scale));--pill-height-xs:calc(1.125rem*var(--mantine-scale));--pill-height-sm:calc(1.375rem*var(--mantine-scale));--pill-height-md:calc(1.5625rem*var(--mantine-scale));--pill-height-lg:calc(1.75rem*var(--mantine-scale));--pill-height-xl:calc(2rem*var(--mantine-scale));--pill-fz:var(--pill-fz-sm);--pill-height:var(--pill-height-sm);align-items:center;border-radius:1000rem;border-radius:var(--pill-radius,1000rem);display:inline-flex;flex:0;font-size:var(--pill-fz);height:var(--pill-height);line-height:1;max-width:100%;padding-left:.8em;padding-right:.8em;-moz-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap}:where([data-mantine-color-scheme=dark]) .m_7cda1cd6{background-color:#242424;background-color:var(--mantine-color-dark-7);color:#c9c9c9;color:var(--mantine-color-dark-0)}:where([data-mantine-color-scheme=light]) .m_7cda1cd6{color:#000;color:var(--mantine-color-black)}[dir=ltr] .m_7cda1cd6:where([data-with-remove][\:not-has\(button\:disabled\)]){padding-right:0}[dir=ltr] .m_7cda1cd6:where([data-with-remove]:not(:has(button:disabled))){padding-right:0}[dir=rtl] .m_7cda1cd6:where([data-with-remove][\:not-has\(button\:disabled\)]){padding-left:0}[dir=rtl] .m_7cda1cd6:where([data-with-remove]:not(:has(button:disabled))){padding-left:0}.m_7cda1cd6:where([data-disabled],[\%20\:has\(button\:disabled\)]){cursor:not-allowed}.m_7cda1cd6:where([data-disabled],:has(button:disabled)){cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_44da308b{background-color:#f1f3f5;background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=light]) .m_44da308b:where([data-disabled],[\%20\:has\(button\:disabled\)]){background-color:#dee2e6;background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=light]) .m_44da308b:where([data-disabled],:has(button:disabled)){background-color:#dee2e6;background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=light]) .m_e3a01f8{background-color:#fff;background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=light]) .m_e3a01f8:where([data-disabled],[\%20\:has\(button\:disabled\)]){background-color:#dee2e6;background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=light]) .m_e3a01f8:where([data-disabled],:has(button:disabled)){background-color:#dee2e6;background-color:var(--mantine-color-gray-3)}.m_1e0e6180{cursor:inherit;height:100%;line-height:var(--pill-height);overflow:hidden;text-overflow:ellipsis}[dir=ltr] .m_ae386778{padding-left:.1em}[dir=rtl] .m_ae386778{padding-right:.1em}[dir=ltr] .m_ae386778{padding-right:.3em}[dir=rtl] .m_ae386778{padding-left:.3em}.m_ae386778{border-radius:0;color:inherit;flex:0;font-size:inherit;height:100%;min-height:0;min-height:auto;min-width:2em;width:auto}.m_7cda1cd6[data-disabled]>.m_ae386778,.m_ae386778:disabled{background-color:transparent;cursor:not-allowed;display:none;min-width:.8em;padding:0;width:.8em}.m_7cda1cd6[data-disabled]>.m_ae386778>svg,.m_ae386778:disabled>svg{display:none}.m_ae386778>svg{pointer-events:none}.m_1dcfd90b{--pg-gap-xs:calc(0.375rem*var(--mantine-scale));--pg-gap-sm:calc(0.5rem*var(--mantine-scale));--pg-gap-md:calc(0.625rem*var(--mantine-scale));--pg-gap-lg:calc(0.75rem*var(--mantine-scale));--pg-gap-xl:calc(0.75rem*var(--mantine-scale));--pg-gap:var(--pg-gap-sm);align-items:center;display:flex;flex-wrap:wrap;gap:var(--pg-gap)}.m_45c4369d{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:inherit;flex:1;font-size:inherit;height:1.6em;min-width:6.25rem;min-width:calc(6.25rem*var(--mantine-scale));padding:0}.m_45c4369d::-moz-placeholder{color:var(--input-placeholder-color);opacity:1}.m_45c4369d::placeholder{color:var(--input-placeholder-color);opacity:1}.m_45c4369d:where([data-type=hidden],[data-type=auto]){height:.0625rem;height:calc(.0625rem*var(--mantine-scale));left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:.0625rem;width:calc(.0625rem*var(--mantine-scale))}.m_45c4369d:focus{outline:none}.m_45c4369d:where([data-type=auto]:focus){height:1.6em;opacity:1;position:static;visibility:visible}.m_45c4369d:where([data-pointer]:not([data-disabled]):not(:disabled)){cursor:pointer}.m_45c4369d:where([data-disabled],:disabled){cursor:not-allowed}.m_f0824112{--nl-bg:var(--mantine-primary-color-light);--nl-hover:var(--mantine-primary-color-light-hover);--nl-color:var(--mantine-primary-color-light-color);align-items:center;display:flex;padding:8px .75rem;padding:8px var(--mantine-spacing-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_f0824112:hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_f0824112:hover{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_f0824112:active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_f0824112:active{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}}.m_f0824112:where([data-disabled]){opacity:.4;pointer-events:none}.m_f0824112:where([data-active],[aria-current=page]){background-color:var(--nl-bg);color:var(--nl-color)}@media (hover:hover){.m_f0824112:where([data-active],[aria-current=page]):hover{background-color:var(--nl-hover)}}@media (hover:none){.m_f0824112:where([data-active],[aria-current=page]):active{background-color:var(--nl-hover)}}.m_f0824112:where([data-active],[aria-current=page]) .m_57492dcc{--description-opacity:0.9;--description-color:var(--nl-color)}.m_690090b5{align-items:center;display:flex;justify-content:center;transition:transform .15s ease}.m_690090b5>svg{display:block}[dir=ltr] .m_690090b5:where([data-position=left]){margin-right:var(--mantine-spacing-sm)}[dir=rtl] .m_690090b5:where([data-position=left]){margin-left:var(--mantine-spacing-sm)}[dir=ltr] .m_690090b5:where([data-position=left]){margin-right:.75rem}[dir=rtl] .m_690090b5:where([data-position=left]){margin-left:.75rem}[dir=ltr] .m_690090b5:where([data-position=right]){margin-left:var(--mantine-spacing-sm)}[dir=rtl] .m_690090b5:where([data-position=right]){margin-right:var(--mantine-spacing-sm)}[dir=ltr] .m_690090b5:where([data-position=right]){margin-left:.75rem}[dir=rtl] .m_690090b5:where([data-position=right]){margin-right:.75rem}.m_690090b5:where([data-rotate]){transform:rotate(90deg)}.m_1f6ac4c4{font-size:.875rem;font-size:var(--mantine-font-size-sm)}.m_f07af9d2{flex:1;overflow:hidden;text-overflow:ellipsis}.m_f07af9d2:where([data-no-wrap]){white-space:nowrap}.m_57492dcc{color:var(--mantine-color-dimmed);color:var(--description-color,var(--mantine-color-dimmed));display:block;font-size:.75rem;font-size:var(--mantine-font-size-xs);opacity:1;opacity:var(--description-opacity,1);overflow:hidden;text-overflow:ellipsis}:where([data-no-wrap]) .m_57492dcc{white-space:nowrap}[dir=ltr] .m_e17b862f{padding-left:var(--nl-offset,var(--mantine-spacing-lg))}[dir=rtl] .m_e17b862f{padding-right:var(--nl-offset,var(--mantine-spacing-lg))}[dir=ltr] .m_e17b862f{padding-left:1.25rem}[dir=rtl] .m_e17b862f{padding-right:1.25rem}.m_1fd8a00b{transform:rotate(-90deg)}[dir=ltr] .m_a513464{padding-left:calc(1.375rem*var(--mantine-scale))}[dir=rtl] .m_a513464{padding-right:calc(1.375rem*var(--mantine-scale))}[dir=ltr] .m_a513464{padding-right:var(--mantine-spacing-xs)}[dir=rtl] .m_a513464{padding-left:var(--mantine-spacing-xs)}[dir=ltr] .m_a513464{padding-left:1.375rem}[dir=rtl] .m_a513464{padding-right:1.375rem}[dir=ltr] .m_a513464{padding-right:.625rem}[dir=rtl] .m_a513464{padding-left:.625rem}.m_a513464{--notification-radius:var(--mantine-radius-default);--notification-color:var(--mantine-primary-color-filled);align-items:center;border-radius:var(--notification-radius);box-shadow:0 .0625rem .1875rem rgba(0,0,0,.05),0 1.75rem 1.4375rem -.4375rem rgba(0,0,0,.05),0 .75rem .75rem -.4375rem rgba(0,0,0,.04);box-shadow:var(--mantine-shadow-lg);box-sizing:border-box;display:flex;overflow:hidden;padding-bottom:.625rem;padding-bottom:var(--mantine-spacing-xs);padding-top:.625rem;padding-top:var(--mantine-spacing-xs);position:relative}[dir=ltr] .m_a513464:before{left:calc(.25rem*var(--mantine-scale))}[dir=rtl] .m_a513464:before{right:calc(.25rem*var(--mantine-scale))}[dir=ltr] .m_a513464:before{left:.25rem}[dir=rtl] .m_a513464:before{right:.25rem}.m_a513464:before{background-color:var(--notification-color);border-radius:var(--notification-radius);bottom:var(--notification-radius);content:"";display:block;position:absolute;top:var(--notification-radius);width:.375rem;width:calc(.375rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_a513464{background-color:#fff;background-color:var(--mantine-color-white)}:where([data-mantine-color-scheme=dark]) .m_a513464{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6)}[dir=ltr] .m_a513464:where([data-with-icon]){padding-left:var(--mantine-spacing-xs)}[dir=rtl] .m_a513464:where([data-with-icon]){padding-right:var(--mantine-spacing-xs)}[dir=ltr] .m_a513464:where([data-with-icon]){padding-left:.625rem}[dir=rtl] .m_a513464:where([data-with-icon]){padding-right:.625rem}.m_a513464:where([data-with-icon]):before{display:none}:where([data-mantine-color-scheme=light]) .m_a513464:where([data-with-border]){border:1px solid #dee2e6;border:1px solid var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_a513464:where([data-with-border]){border:1px solid #424242;border:1px solid var(--mantine-color-dark-4)}[dir=ltr] .m_a4ceffb{margin-right:var(--mantine-spacing-md)}[dir=rtl] .m_a4ceffb{margin-left:var(--mantine-spacing-md)}[dir=ltr] .m_a4ceffb{margin-right:1rem}[dir=rtl] .m_a4ceffb{margin-left:1rem}.m_a4ceffb{align-items:center;background-color:var(--notification-color);border-radius:1.75rem;border-radius:calc(1.75rem*var(--mantine-scale));box-sizing:border-box;color:#fff;color:var(--mantine-color-white);display:flex;height:1.75rem;height:calc(1.75rem*var(--mantine-scale));justify-content:center;width:1.75rem;width:calc(1.75rem*var(--mantine-scale))}[dir=ltr] .m_b0920b15{margin-right:var(--mantine-spacing-md)}[dir=rtl] .m_b0920b15{margin-left:var(--mantine-spacing-md)}[dir=ltr] .m_b0920b15{margin-right:1rem}[dir=rtl] .m_b0920b15{margin-left:1rem}[dir=ltr] .m_a49ed24{margin-right:var(--mantine-spacing-xs)}[dir=rtl] .m_a49ed24{margin-left:var(--mantine-spacing-xs)}[dir=ltr] .m_a49ed24{margin-right:.625rem}[dir=rtl] .m_a49ed24{margin-left:.625rem}.m_a49ed24{flex:1;overflow:hidden}.m_3feedf16{font-size:.875rem;font-size:var(--mantine-font-size-sm);font-weight:500;line-height:1.45;line-height:var(--mantine-line-height-sm);margin-bottom:.125rem;margin-bottom:calc(.125rem*var(--mantine-scale));overflow:hidden;text-overflow:ellipsis}:where([data-mantine-color-scheme=light]) .m_3feedf16{color:#212529;color:var(--mantine-color-gray-9)}:where([data-mantine-color-scheme=dark]) .m_3feedf16{color:#fff;color:var(--mantine-color-white)}.m_3d733a3a{font-size:.875rem;font-size:var(--mantine-font-size-sm);line-height:1.45;line-height:var(--mantine-line-height-sm);overflow:hidden;text-overflow:ellipsis}:where([data-mantine-color-scheme=light]) .m_3d733a3a{color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_3d733a3a{color:#c9c9c9;color:var(--mantine-color-dark-0)}:where([data-mantine-color-scheme=light]) .m_3d733a3a:where([data-with-title]){color:#868e96;color:var(--mantine-color-gray-6)}:where([data-mantine-color-scheme=dark]) .m_3d733a3a:where([data-with-title]){color:#828282;color:var(--mantine-color-dark-2)}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_919a4d88:hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_919a4d88:hover{background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_919a4d88:active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_919a4d88:active{background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}}.m_e2f5cd4e{--ni-right-section-width-xs:calc(1.0625rem*var(--mantine-scale));--ni-right-section-width-sm:calc(1.5rem*var(--mantine-scale));--ni-right-section-width-md:calc(1.6875rem*var(--mantine-scale));--ni-right-section-width-lg:calc(1.9375rem*var(--mantine-scale));--ni-right-section-width-xl:calc(2.125rem*var(--mantine-scale))}[dir=ltr] .m_95e17d22{margin-left:auto}[dir=rtl] .m_95e17d22{margin-right:auto}.m_95e17d22{--ni-chevron-size-xs:calc(0.625rem*var(--mantine-scale));--ni-chevron-size-sm:calc(0.875rem*var(--mantine-scale));--ni-chevron-size-md:calc(1rem*var(--mantine-scale));--ni-chevron-size-lg:calc(1.125rem*var(--mantine-scale));--ni-chevron-size-xl:calc(1.25rem*var(--mantine-scale));--ni-chevron-size:var(--ni-chevron-size-sm);display:flex;flex-direction:column;height:calc(var(--input-height) - .125rem);height:calc(var(--input-height) - .125rem*var(--mantine-scale));max-width:calc(var(--ni-chevron-size)*1.7);width:100%}[dir=ltr] .m_80b4b171{border-left:var(--control-border)}[dir=rtl] .m_80b4b171{border-right:var(--control-border)}.m_80b4b171{--control-border:1px solid var(--input-bd);--control-radius:calc(var(--input-radius) - 0.0625rem*var(--mantine-scale));align-items:center;background-color:transparent;color:var(--mantine-color-text);cursor:pointer;display:flex;flex:0 0 50%;height:calc(var(--input-height)/2 - .0625rem);height:calc(var(--input-height)/2 - .0625rem*var(--mantine-scale));justify-content:center;padding:0;width:100%}.m_80b4b171:where(:disabled){background-color:transparent;cursor:not-allowed;opacity:.6}:where([data-mantine-color-scheme=light]) .m_80b4b171:where(:disabled){color:#ced4da;color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_80b4b171:where(:disabled){color:#696969;color:var(--mantine-color-dark-3)}.m_e2f5cd4e[data-error] :where(.m_80b4b171){color:var(--mantine-color-error)}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_80b4b171:hover{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_80b4b171:hover{background-color:#424242;background-color:var(--mantine-color-dark-4)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_80b4b171:active{background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_80b4b171:active{background-color:#424242;background-color:var(--mantine-color-dark-4)}}[dir=ltr] .m_80b4b171:where(:first-of-type){border-top-right-radius:var(--control-radius)}[dir=rtl] .m_80b4b171:where(:first-of-type){border-top-left-radius:var(--control-radius)}.m_80b4b171:where(:first-of-type){border-radius:0}[dir=ltr] .m_80b4b171:last-of-type{border-bottom-right-radius:var(--control-radius)}[dir=rtl] .m_80b4b171:last-of-type{border-bottom-left-radius:var(--control-radius)}.m_80b4b171:last-of-type{border-radius:0;border-top:1 solid var(--input-bd)}.m_4addd315{--pagination-control-size-xs:calc(1.375rem*var(--mantine-scale));--pagination-control-size-sm:calc(1.625rem*var(--mantine-scale));--pagination-control-size-md:calc(2rem*var(--mantine-scale));--pagination-control-size-lg:calc(2.375rem*var(--mantine-scale));--pagination-control-size-xl:calc(2.75rem*var(--mantine-scale));--pagination-control-size:var(--pagination-control-size-md);--pagination-control-fz:var(--mantine-font-size-md);--pagination-active-bg:var(--mantine-primary-color-filled)}.m_326d024a{align-items:center;border:.0625rem solid;border:calc(.0625rem*var(--mantine-scale)) solid;border-radius:.25rem;border-radius:var(--pagination-control-radius,var(--mantine-radius-default));color:var(--mantine-color-text);cursor:pointer;display:flex;font-size:var(--pagination-control-fz);height:var(--pagination-control-size);justify-content:center;line-height:1;min-width:var(--pagination-control-size)}.m_326d024a:where([data-with-padding]){padding:calc(var(--pagination-control-size)/4)}.m_326d024a:where(:disabled,[data-disabled]){cursor:not-allowed;opacity:.4}:where([data-mantine-color-scheme=light]) .m_326d024a{background-color:#fff;background-color:var(--mantine-color-white);border-color:#ced4da;border-color:var(--mantine-color-gray-4)}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_326d024a:hover:where(:not(:disabled):not([data-disabled])){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_326d024a:active:where(:not(:disabled):not([data-disabled])){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}}:where([data-mantine-color-scheme=dark]) .m_326d024a{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4)}@media (hover:hover){:where([data-mantine-color-scheme=dark]) .m_326d024a:hover:where(:not(:disabled):not([data-disabled])){background-color:#3b3b3b;background-color:var(--mantine-color-dark-5)}}@media (hover:none){:where([data-mantine-color-scheme=dark]) .m_326d024a:active:where(:not(:disabled):not([data-disabled])){background-color:#3b3b3b;background-color:var(--mantine-color-dark-5)}}.m_326d024a:where([data-active]){background-color:var(--pagination-active-bg);border-color:var(--pagination-active-bg);color:#fff;color:var(--pagination-active-color,var(--mantine-color-white))}@media (hover:hover){.m_326d024a:where([data-active]):hover{background-color:var(--pagination-active-bg)}}@media (hover:none){.m_326d024a:where([data-active]):active{background-color:var(--pagination-active-bg)}}.m_4ad7767d{align-items:center;display:flex;height:var(--pagination-control-size);justify-content:center;min-width:var(--pagination-control-size);pointer-events:none}.m_f61ca620{--psi-button-size-xs:calc(1.375rem*var(--mantine-scale));--psi-button-size-sm:calc(1.625rem*var(--mantine-scale));--psi-button-size-md:calc(1.75rem*var(--mantine-scale));--psi-button-size-lg:calc(2rem*var(--mantine-scale));--psi-button-size-xl:calc(2.5rem*var(--mantine-scale));--psi-icon-size-xs:calc(0.75rem*var(--mantine-scale));--psi-icon-size-sm:calc(0.9375rem*var(--mantine-scale));--psi-icon-size-md:calc(1.0625rem*var(--mantine-scale));--psi-icon-size-lg:calc(1.1875rem*var(--mantine-scale));--psi-icon-size-xl:calc(1.3125rem*var(--mantine-scale));--psi-button-size:var(--psi-button-size-sm);--psi-icon-size:var(--psi-icon-size-sm)}.m_ccf8da4c{overflow:hidden;position:relative}[dir=ltr] .m_f2d85dd2{padding-right:var(--input-padding-inline-end)}[dir=rtl] .m_f2d85dd2{padding-left:var(--input-padding-inline-end)}[dir=ltr] .m_f2d85dd2{padding-left:var(--input-padding-inline-start)}[dir=rtl] .m_f2d85dd2{padding-right:var(--input-padding-inline-start)}.m_f2d85dd2{background-color:transparent;border:0;bottom:0;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-family:var(--mantine-font-family);font-size:inherit;height:100%;left:0;line-height:1.55;line-height:var(--mantine-line-height);outline:0;position:absolute;right:0;top:0;width:100%}.m_ccf8da4c[data-disabled] .m_f2d85dd2,.m_f2d85dd2:disabled{cursor:not-allowed}.m_f2d85dd2::-moz-placeholder{color:var(--input-placeholder-color);opacity:1}.m_f2d85dd2::placeholder{color:var(--input-placeholder-color);opacity:1}.m_f2d85dd2::-ms-reveal{display:none}.m_b1072d44{height:var(--psi-button-size);min-height:var(--psi-button-size);min-width:var(--psi-button-size);width:var(--psi-button-size)}.m_b1072d44:disabled{display:none}.m_f1cb205a{--pin-input-size-xs:calc(1.875rem*var(--mantine-scale));--pin-input-size-sm:calc(2.25rem*var(--mantine-scale));--pin-input-size-md:calc(2.625rem*var(--mantine-scale));--pin-input-size-lg:calc(3.125rem*var(--mantine-scale));--pin-input-size-xl:calc(3.75rem*var(--mantine-scale));--pin-input-size:var(--pin-input-size-sm)}.m_cb288ead{height:var(--pin-input-size);width:var(--pin-input-size)}@keyframes m_81a374bd{0%{background-position:0 0}to{background-position:2.5rem 0;background-position:calc(2.5rem*var(--mantine-scale)) 0}}.m_db6d6462{--progress-radius:var(--mantine-radius-default);--progress-size:var(--progress-size-md);--progress-size-xs:calc(0.1875rem*var(--mantine-scale));--progress-size-sm:calc(0.3125rem*var(--mantine-scale));--progress-size-md:calc(0.5rem*var(--mantine-scale));--progress-size-lg:calc(0.75rem*var(--mantine-scale));--progress-size-xl:calc(1rem*var(--mantine-scale));border-radius:var(--progress-radius);display:flex;height:var(--progress-size);overflow:hidden;position:relative}:where([data-mantine-color-scheme=light]) .m_db6d6462{background-color:#e9ecef;background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_db6d6462{background-color:#424242;background-color:var(--mantine-color-dark-4)}.m_2242eb65{align-items:center;background-color:var(--progress-section-color);background-size:1.25rem 1.25rem;background-size:calc(1.25rem*var(--mantine-scale)) calc(1.25rem*var(--mantine-scale));display:flex;height:100%;justify-content:center;overflow:hidden;transition:width .1s ease;transition:width var(--progress-transition-duration,.1s) ease;width:var(--progress-section-width)}.m_2242eb65:where([data-striped]){background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.m_2242eb65:where([data-animated]){animation:m_81a374bd 1s linear infinite}[dir=ltr] .m_2242eb65:where(:last-of-type){border-top-right-radius:var(--progress-radius)}[dir=rtl] .m_2242eb65:where(:last-of-type){border-top-left-radius:var(--progress-radius)}[dir=ltr] .m_2242eb65:where(:last-of-type){border-bottom-right-radius:var(--progress-radius)}[dir=rtl] .m_2242eb65:where(:last-of-type){border-bottom-left-radius:var(--progress-radius)}.m_2242eb65:where(:last-of-type){border-radius:0}[dir=ltr] .m_2242eb65:where(:first-of-type){border-top-left-radius:var(--progress-radius)}[dir=rtl] .m_2242eb65:where(:first-of-type){border-top-right-radius:var(--progress-radius)}[dir=ltr] .m_2242eb65:where(:first-of-type){border-bottom-left-radius:var(--progress-radius)}[dir=rtl] .m_2242eb65:where(:first-of-type){border-bottom-right-radius:var(--progress-radius)}.m_2242eb65:where(:first-of-type){border-radius:0}.m_91e40b74{color:#fff;color:var(--progress-label-color,var(--mantine-color-white));font-size:min(calc(var(--progress-size)*.65),1.125rem);font-size:min(calc(var(--progress-size)*.65),calc(1.125rem*var(--mantine-scale)));font-weight:700;line-height:1;overflow:hidden;padding-left:.25rem;padding-left:calc(.25rem*var(--mantine-scale));padding-right:.25rem;padding-right:calc(.25rem*var(--mantine-scale));text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.m_9dc8ae12{--card-radius:var(--mantine-radius-default);border-radius:var(--card-radius);cursor:pointer;display:block;width:100%}.m_9dc8ae12 :where(*){cursor:inherit}.m_9dc8ae12:where([data-with-border]){border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent}:where([data-mantine-color-scheme=light]) .m_9dc8ae12:where([data-with-border]){border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_9dc8ae12:where([data-with-border]){border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_717d7ff6{--radio-size-xs:calc(1rem*var(--mantine-scale));--radio-size-sm:calc(1.25rem*var(--mantine-scale));--radio-size-md:calc(1.5rem*var(--mantine-scale));--radio-size-lg:calc(1.875rem*var(--mantine-scale));--radio-size-xl:calc(2.25rem*var(--mantine-scale));--radio-icon-size-xs:calc(0.375rem*var(--mantine-scale));--radio-icon-size-sm:calc(0.5rem*var(--mantine-scale));--radio-icon-size-md:calc(0.625rem*var(--mantine-scale));--radio-icon-size-lg:calc(0.875rem*var(--mantine-scale));--radio-icon-size-xl:calc(1rem*var(--mantine-scale));--radio-icon-size:var(--radio-icon-size-sm);--radio-size:var(--radio-size-sm);--radio-color:var(--mantine-primary-color-filled);--radio-icon-color:var(--mantine-color-white);-webkit-tap-highlight-color:transparent;align-items:center;border:.0625rem solid transparent;border:calc(.0625rem*var(--mantine-scale)) solid transparent;border-radius:10000px;border-radius:var(--radio-radius,10000px);cursor:default;cursor:var(--mantine-cursor-type);display:flex;height:var(--radio-size);justify-content:center;min-height:var(--radio-size);min-width:var(--radio-size);position:relative;transition:border-color .1s ease,background-color .1s ease;width:var(--radio-size)}:where([data-mantine-color-scheme=light]) .m_717d7ff6{background-color:#fff;background-color:var(--mantine-color-white);border-color:#ced4da;border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_717d7ff6{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_717d7ff6[data-checked],.m_717d7ff6[data-indeterminate]{background-color:var(--radio-color);border-color:var(--radio-color)}.m_717d7ff6[data-checked]>.m_3e4da632,.m_717d7ff6[data-indeterminate]>.m_3e4da632{color:var(--radio-icon-color);opacity:1;transform:none}.m_717d7ff6[data-disabled]{cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_717d7ff6[data-disabled]{background-color:#e9ecef;background-color:var(--mantine-color-gray-2);border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_717d7ff6[data-disabled]{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#2e2e2e;border-color:var(--mantine-color-dark-6)}[data-mantine-color-scheme=light] .m_717d7ff6[data-disabled][data-checked]>.m_3e4da632{color:#adb5bd;color:var(--mantine-color-gray-5)}[data-mantine-color-scheme=dark] .m_717d7ff6[data-disabled][data-checked]>.m_3e4da632{color:#696969;color:var(--mantine-color-dark-3)}.m_2980836c[data-checked]:not([data-disabled]),.m_2980836c[data-indeterminate]:not([data-disabled]){background-color:transparent;border-color:var(--radio-color)}.m_2980836c[data-checked]:not([data-disabled])>.m_3e4da632,.m_2980836c[data-indeterminate]:not([data-disabled])>.m_3e4da632{color:var(--radio-color);opacity:1;transform:none}.m_3e4da632{color:transparent;display:block;height:var(--radio-icon-size);opacity:1;pointer-events:none;transform:translateY(.3125rem) scale(.5);transform:translateY(calc(.3125rem*var(--mantine-scale))) scale(.5);transition:transform .1s ease,opacity .1s ease;width:var(--radio-icon-size)}.m_f3f1af94{--radio-size-xs:calc(1rem*var(--mantine-scale));--radio-size-sm:calc(1.25rem*var(--mantine-scale));--radio-size-md:calc(1.5rem*var(--mantine-scale));--radio-size-lg:calc(1.875rem*var(--mantine-scale));--radio-size-xl:calc(2.25rem*var(--mantine-scale));--radio-size:var(--radio-size-sm);--radio-icon-size-xs:calc(0.375rem*var(--mantine-scale));--radio-icon-size-sm:calc(0.5rem*var(--mantine-scale));--radio-icon-size-md:calc(0.625rem*var(--mantine-scale));--radio-icon-size-lg:calc(0.875rem*var(--mantine-scale));--radio-icon-size-xl:calc(1rem*var(--mantine-scale));--radio-icon-size:var(--radio-icon-size-sm);--radio-icon-color:var(--mantine-color-white)}.m_89c4f5e4{height:var(--radio-size);order:1;position:relative;width:var(--radio-size)}.m_89c4f5e4:where([data-label-position=left]){order:2}.m_f3ed6b2b{color:var(--radio-icon-color);height:var(--radio-icon-size);left:calc(50% - var(--radio-icon-size)/2);opacity:0;opacity:var(--radio-icon-opacity,0);pointer-events:none;position:absolute;top:calc(50% - var(--radio-icon-size)/2);transform:scale(.2) translateY(.625rem);transform:var(--radio-icon-transform,scale(.2) translateY(calc(.625rem*var(--mantine-scale))));transition:opacity .1s ease,transform .2s ease;width:var(--radio-icon-size)}.m_8a3dbb89{-webkit-tap-highlight-color:transparent;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid;border:calc(.0625rem*var(--mantine-scale)) solid;border-radius:var(--radio-size);border-radius:var(--radio-radius,var(--radio-size));cursor:default;cursor:var(--mantine-cursor-type);display:flex;height:var(--radio-size);justify-content:center;margin:0;position:relative;transition-duration:.1s;transition-property:background-color,border-color;transition-timing-function:ease;width:var(--radio-size)}:where([data-mantine-color-scheme=light]) .m_8a3dbb89{background-color:#fff;background-color:var(--mantine-color-white);border-color:#ced4da;border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_8a3dbb89{background-color:#2e2e2e;background-color:var(--mantine-color-dark-6);border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_8a3dbb89:checked{background-color:var(--mantine-color-blue-filled);background-color:var(--radio-color,var(--mantine-primary-color-filled));border-color:var(--radio-color,var(--mantine-primary-color-filled))}.m_8a3dbb89:checked+.m_f3ed6b2b{--radio-icon-opacity:1;--radio-icon-transform:scale(1)}.m_8a3dbb89:disabled{cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_8a3dbb89:disabled{background-color:#f1f3f5;background-color:var(--mantine-color-gray-1);border-color:#e9ecef;border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=light]) .m_8a3dbb89:disabled+.m_f3ed6b2b{--radio-icon-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_8a3dbb89:disabled{background-color:#3b3b3b;background-color:var(--mantine-color-dark-5);border-color:#424242;border-color:var(--mantine-color-dark-4)}:where([data-mantine-color-scheme=dark]) .m_8a3dbb89:disabled+.m_f3ed6b2b{--radio-icon-color:var(--mantine-color-dark-7)}.m_8a3dbb89:where([data-error]){border-color:var(--mantine-color-error)}.m_1bfe9d39+.m_f3ed6b2b{--radio-icon-color:var(--radio-color)}.m_1bfe9d39:checked:not(:disabled){background-color:transparent;border-color:var(--radio-color)}.m_1bfe9d39:checked:not(:disabled)+.m_f3ed6b2b{--radio-icon-color:var(--radio-color);--radio-icon-opacity:1;--radio-icon-transform:none}.m_f8d312f2{--rating-size-xs:calc(0.875rem*var(--mantine-scale));--rating-size-sm:calc(1.125rem*var(--mantine-scale));--rating-size-md:calc(1.25rem*var(--mantine-scale));--rating-size-lg:calc(1.75rem*var(--mantine-scale));--rating-size-xl:calc(2rem*var(--mantine-scale));display:flex;width:-moz-max-content;width:max-content}.m_f8d312f2:where([\:has\(input\:disabled\)]){pointer-events:none}.m_f8d312f2:where(:has(input:disabled)){pointer-events:none}.m_61734bb7{position:relative;transition:transform .1s ease}.m_61734bb7:where([data-active]){transform:scale(1.1);z-index:1}.m_5662a89a{display:block;height:var(--rating-size);width:var(--rating-size)}:where([data-mantine-color-scheme=light]) .m_5662a89a{fill:#dee2e6;fill:var(--mantine-color-gray-3);stroke:#dee2e6;stroke:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_5662a89a{fill:#696969;fill:var(--mantine-color-dark-3);stroke:#696969;stroke:var(--mantine-color-dark-3)}.m_5662a89a:where([data-filled]){fill:var(--rating-color);stroke:var(--rating-color)}.m_211007ba{-webkit-tap-highlight-color:transparent;height:0;opacity:0;overflow:hidden;position:absolute;white-space:nowrap;width:0}.m_211007ba.focus-visible+label{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_211007ba:focus-visible+label{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_21342ee4{-webkit-tap-highlight-color:transparent;cursor:pointer;display:block;left:0;position:absolute;top:0;z-index:0;z-index:var(--rating-item-z-index,0)}.m_21342ee4:where([data-read-only]){cursor:default}.m_21342ee4:where(:last-of-type){position:relative}.m_fae05d6a{clip-path:var(--rating-symbol-clip-path)}.m_1b3c8819{--tooltip-radius:var(--mantine-radius-default);border-radius:var(--tooltip-radius);font-size:.875rem;font-size:var(--mantine-font-size-sm);padding:.3125rem .625rem;padding:calc(var(--mantine-spacing-xs)/2) var(--mantine-spacing-xs);pointer-events:none;position:absolute;white-space:nowrap}:where([data-mantine-color-scheme=light]) .m_1b3c8819{background-color:#212529;background-color:var(--tooltip-bg,var(--mantine-color-gray-9));color:#fff;color:var(--tooltip-color,var(--mantine-color-white))}:where([data-mantine-color-scheme=dark]) .m_1b3c8819{background-color:#e9ecef;background-color:var(--tooltip-bg,var(--mantine-color-gray-2));color:#000;color:var(--tooltip-color,var(--mantine-color-black))}.m_1b3c8819:where([data-multiline]){white-space:normal}.m_f898399f{background-color:inherit;border:0;z-index:1}.m_b32e4812{position:relative}.m_b32e4812,.m_d43b5134{height:var(--rp-size);min-height:var(--rp-size);min-width:var(--rp-size);width:var(--rp-size)}.m_d43b5134{transform:rotate(-90deg)}.m_b1ca1fbf{stroke:var(--rp-curve-root-color);stroke:var(--curve-color,var(--rp-curve-root-color))}[data-mantine-color-scheme=light] .m_b1ca1fbf{--rp-curve-root-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .m_b1ca1fbf{--rp-curve-root-color:var(--mantine-color-dark-4)}.m_b23f9dc4{left:var(--rp-label-offset);position:absolute;right:var(--rp-label-offset);top:50%;transform:translateY(-50%)}.m_cf365364{--sc-padding-xs:calc(0.1875rem*var(--mantine-scale)) calc(0.375rem*var(--mantine-scale));--sc-padding-sm:calc(0.3125rem*var(--mantine-scale)) calc(0.625rem*var(--mantine-scale));--sc-padding-md:calc(0.4375rem*var(--mantine-scale)) calc(0.875rem*var(--mantine-scale));--sc-padding-lg:calc(0.5625rem*var(--mantine-scale)) calc(1rem*var(--mantine-scale));--sc-padding-xl:calc(0.75rem*var(--mantine-scale)) calc(1.25rem*var(--mantine-scale));--sc-transition-duration:200ms;--sc-padding:var(--sc-padding-sm);--sc-transition-timing-function:ease;--sc-font-size:var(--mantine-font-size-sm);border-radius:.25rem;border-radius:var(--sc-radius,var(--mantine-radius-default));display:inline-flex;flex-direction:row;overflow:hidden;padding:.25rem;padding:calc(.25rem*var(--mantine-scale));position:relative;width:auto}.m_cf365364:where([data-full-width]){display:flex}.m_cf365364:where([data-orientation=vertical]){display:flex;flex-direction:column;width:-moz-max-content;width:max-content}.m_cf365364:where([data-orientation=vertical]):where([data-full-width]){width:auto}:where([data-mantine-color-scheme=light]) .m_cf365364{background-color:#f1f3f5;background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=dark]) .m_cf365364{background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}.m_9e182ccd{border-radius:.25rem;border-radius:var(--sc-radius,var(--mantine-radius-default));display:block;position:absolute;z-index:1}:where([data-mantine-color-scheme=light]) .m_9e182ccd{background-color:#fff;background-color:var(--sc-color,var(--mantine-color-white));box-shadow:none;box-shadow:var(--sc-shadow,none)}:where([data-mantine-color-scheme=dark]) .m_9e182ccd{background-color:#3b3b3b;background-color:var(--sc-color,var(--mantine-color-dark-5));box-shadow:none}.m_1738fcb2{-webkit-tap-highlight-color:transparent;border-radius:.25rem;border-radius:var(--sc-radius,var(--mantine-radius-default));cursor:pointer;display:block;font-size:var(--sc-font-size);font-weight:500;outline:none;outline:var(--segmented-control-outline,none);overflow:hidden;padding:var(--sc-padding);text-align:center;text-overflow:ellipsis;transition:color var(--sc-transition-duration) var(--sc-transition-timing-function);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}:where([data-mantine-color-scheme=light]) .m_1738fcb2{color:#495057;color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2{color:#b8b8b8;color:var(--mantine-color-dark-1)}.m_1738fcb2:where([data-read-only]){cursor:default}.m_1738fcb2:where([data-disabled]),fieldset:disabled .m_1738fcb2{cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-disabled]),:where([data-mantine-color-scheme=light]) fieldset:disabled .m_1738fcb2{color:#adb5bd;color:var(--mantine-color-gray-5)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-disabled]),:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_1738fcb2{color:#696969;color:var(--mantine-color-dark-3)}:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-active]){color:#000;color:var(--sc-label-color,var(--mantine-color-black))}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-active]){color:#fff;color:var(--sc-label-color,var(--mantine-color-white))}.m_cf365364:where([data-initialized]) .m_1738fcb2:where([data-active]):before{display:none}.m_1738fcb2:where([data-active]):before{border-radius:.25rem;border-radius:var(--sc-radius,var(--mantine-radius-default));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-active]):before{background-color:#fff;background-color:var(--sc-color,var(--mantine-color-white));box-shadow:none;box-shadow:var(--sc-shadow,none)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-active]):before{background-color:#3b3b3b;background-color:var(--sc-color,var(--mantine-color-dark-5));box-shadow:none}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_1738fcb2:where(:not([data-disabled]):not([data-active]):not([data-read-only])):hover{color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where(:not([data-disabled]):not([data-active]):not([data-read-only])):hover{color:#fff;color:var(--mantine-color-white)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_1738fcb2:where(:not([data-disabled]):not([data-active]):not([data-read-only])):active{color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where(:not([data-disabled]):not([data-active]):not([data-read-only])):active{color:#fff;color:var(--mantine-color-white)}}@media (hover:hover){:where([data-mantine-color-scheme=light]) fieldset:disabled .m_1738fcb2:hover{color:#adb5bd!important;color:var(--mantine-color-gray-5)!important}:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_1738fcb2:hover{color:#696969!important;color:var(--mantine-color-dark-3)!important}}@media (hover:none){:where([data-mantine-color-scheme=light]) fieldset:disabled .m_1738fcb2:active{color:#adb5bd!important;color:var(--mantine-color-gray-5)!important}:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_1738fcb2:active{color:#696969!important;color:var(--mantine-color-dark-3)!important}}.m_1714d588{height:0;opacity:0;overflow:hidden;position:absolute;white-space:nowrap;width:0}.m_1714d588[data-focus-ring=auto]:focus.focus-visible+.m_1738fcb2{--segmented-control-outline:2px solid var(--mantine-primary-color-filled)}.m_1714d588[data-focus-ring=auto]:focus:focus-visible+.m_1738fcb2{--segmented-control-outline:2px solid var(--mantine-primary-color-filled)}.m_1714d588[data-focus-ring=always]:focus+.m_1738fcb2{--segmented-control-outline:2px solid var(--mantine-primary-color-filled)}.m_69686b9b{flex:1;position:relative;transition:border-color var(--sc-transition-duration) var(--sc-transition-timing-function);z-index:2}[dir=ltr] .m_cf365364[data-with-items-borders] :where(.m_69686b9b):before{left:0}[dir=rtl] .m_cf365364[data-with-items-borders] :where(.m_69686b9b):before{right:0}.m_cf365364[data-with-items-borders] :where(.m_69686b9b):before{background-color:var(--separator-color);bottom:0;content:"";position:absolute;top:0;transition:background-color var(--sc-transition-duration) var(--sc-transition-timing-function);width:.0625rem;width:calc(.0625rem*var(--mantine-scale))}.m_69686b9b[data-orientation=vertical]:before{bottom:auto;height:.0625rem;height:calc(.0625rem*var(--mantine-scale));left:0;right:0;top:0;width:auto}:where([data-mantine-color-scheme=light]) .m_69686b9b{--separator-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_69686b9b{--separator-color:var(--mantine-color-dark-4)}.m_69686b9b:first-of-type:before,[data-mantine-color-scheme] .m_69686b9b[data-active]+.m_69686b9b:before,[data-mantine-color-scheme] .m_69686b9b[data-active]:before{--separator-color:transparent}.m_78882f40{position:relative;z-index:2}.m_925c2d2c{container:simple-grid/inline-size}.m_2415a157{grid-gap:var(--sg-spacing-y) var(--sg-spacing-x);display:grid;gap:var(--sg-spacing-y) var(--sg-spacing-x);grid-template-columns:repeat(var(--sg-cols),minmax(0,1fr))}@keyframes m_299c329c{0%,to{opacity:.4}50%{opacity:1}}.m_18320242{border-radius:.25rem;border-radius:var(--skeleton-radius,var(--mantine-radius-default));height:auto;height:var(--skeleton-height,auto);position:relative;transform:translateZ(0);-webkit-transform:translateZ(0);width:100%;width:var(--skeleton-width,100%)}.m_18320242:where([data-animate]):after{animation:m_299c329c 1.5s linear infinite}.m_18320242:where([data-visible]){overflow:hidden}.m_18320242:where([data-visible]):before{background-color:var(--mantine-color-body);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}.m_18320242:where([data-visible]):after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:11}:where([data-mantine-color-scheme=light]) .m_18320242:where([data-visible]):after{background-color:#dee2e6;background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_18320242:where([data-visible]):after{background-color:#424242;background-color:var(--mantine-color-dark-4)}.m_dd36362e{--slider-size-xs:calc(0.25rem*var(--mantine-scale));--slider-size-sm:calc(0.375rem*var(--mantine-scale));--slider-size-md:calc(0.5rem*var(--mantine-scale));--slider-size-lg:calc(0.625rem*var(--mantine-scale));--slider-size-xl:calc(0.75rem*var(--mantine-scale));--slider-size:var(--slider-size-md);--slider-radius:calc(62.5rem*var(--mantine-scale));--slider-color:var(--mantine-primary-color-filled);-webkit-tap-highlight-color:transparent;align-items:center;display:flex;flex-direction:column;height:calc(var(--slider-size)*2);outline:none;padding-left:var(--slider-size);padding-right:var(--slider-size);position:relative;touch-action:none}[data-mantine-color-scheme=light] .m_dd36362e{--slider-track-bg:var(--mantine-color-gray-2);--slider-track-disabled-bg:var(--mantine-color-gray-4)}[data-mantine-color-scheme=dark] .m_dd36362e{--slider-track-bg:var(--mantine-color-dark-4);--slider-track-disabled-bg:var(--mantine-color-dark-3)}.m_c9357328{border-radius:.25rem;border-radius:var(--mantine-radius-sm);color:#fff;color:var(--mantine-color-white);font-size:.75rem;font-size:var(--mantine-font-size-xs);padding:.3125rem;padding:calc(var(--mantine-spacing-xs)/2);pointer-events:none;position:absolute;top:-2.25rem;top:calc(-2.25rem*var(--mantine-scale));touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}:where([data-mantine-color-scheme=light]) .m_c9357328{background-color:#212529;background-color:var(--mantine-color-gray-9)}:where([data-mantine-color-scheme=dark]) .m_c9357328{background-color:#424242;background-color:var(--mantine-color-dark-4)}.m_c9a9a60a{align-items:center;border:.25rem solid;border:calc(.25rem*var(--mantine-scale)) solid;border-radius:var(--slider-radius);color:var(--slider-color);cursor:pointer;display:flex;height:var(--slider-thumb-size);justify-content:center;left:var(--slider-thumb-offset);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale));position:absolute;top:50%;touch-action:none;transform:translate(-50%,-50%);transition:box-shadow .1s ease,transform .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--slider-thumb-size);z-index:3}:where([dir=rtl]) .m_c9a9a60a{left:auto;right:calc(var(--slider-thumb-offset) - var(--slider-thumb-size))}.m_c9a9a60a:where([data-disabled]),fieldset:disabled .m_c9a9a60a{display:none}.m_c9a9a60a:where([data-dragging]){box-shadow:0 .0625rem .1875rem rgba(0,0,0,.05),0 .625rem .9375rem -.3125rem rgba(0,0,0,.05),0 .4375rem .4375rem -.3125rem rgba(0,0,0,.04);box-shadow:var(--mantine-shadow-sm);transform:translate(-50%,-50%) scale(1.05)}:where([data-mantine-color-scheme=light]) .m_c9a9a60a{background-color:#fff;background-color:var(--mantine-color-white);border-color:var(--slider-color)}:where([data-mantine-color-scheme=dark]) .m_c9a9a60a{background-color:var(--slider-color);border-color:#fff;border-color:var(--mantine-color-white)}.m_a8645c2{align-items:center;cursor:pointer;display:flex;height:calc(var(--slider-size)*2);width:100%}.m_a8645c2:where([data-disabled]),fieldset:disabled .m_a8645c2{cursor:not-allowed}.m_c9ade57f{height:var(--slider-size);position:relative;width:100%}.m_c9ade57f:where([data-inverted]:not([data-disabled])){--track-bg:var(--slider-color)}.m_c9ade57f:where([data-inverted][data-disabled]),fieldset:disabled .m_c9ade57f:where([data-inverted]){--track-bg:var(--slider-track-disabled-bg)}.m_c9ade57f:before{background-color:var(--slider-track-bg);background-color:var(--track-bg,var(--slider-track-bg));border-radius:var(--slider-radius);bottom:0;content:"";left:calc(var(--slider-size)*-1);position:absolute;right:calc(var(--slider-size)*-1);top:0;z-index:0}[dir=ltr] .m_38aeed47{left:var(--slider-bar-offset)}[dir=rtl] .m_38aeed47{right:var(--slider-bar-offset)}.m_38aeed47{background-color:var(--slider-color);border-radius:var(--slider-radius);bottom:0;position:absolute;top:0;width:var(--slider-bar-width);z-index:1}.m_38aeed47:where([data-inverted]){background-color:var(--slider-track-bg)}:where([data-mantine-color-scheme=light]) .m_38aeed47:where([data-disabled]:not([data-inverted])),:where([data-mantine-color-scheme=light]) fieldset:disabled .m_38aeed47:where(:not([data-inverted])){background-color:#ced4da;background-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_38aeed47:where([data-disabled]:not([data-inverted])),:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_38aeed47:where(:not([data-inverted])){background-color:#696969;background-color:var(--mantine-color-dark-3)}[dir=ltr] .m_b7b0423a{left:calc(var(--mark-offset) - var(--slider-size)/2)}[dir=rtl] .m_b7b0423a{right:calc(var(--mark-offset) - var(--slider-size)/2)}.m_b7b0423a{height:0;pointer-events:none;position:absolute;top:0;z-index:2}.m_dd33bc19{background-color:#fff;background-color:var(--mantine-color-white);border:.125rem solid;border:calc(.125rem*var(--mantine-scale)) solid;border-radius:62.5rem;border-radius:calc(62.5rem*var(--mantine-scale));height:var(--slider-size);pointer-events:none;transform:translateX((calc(var(--slider-size)/-2)));width:var(--slider-size)}:where([data-mantine-color-scheme=light]) .m_dd33bc19{border-color:#e9ecef;border-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_dd33bc19{border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_dd33bc19:where([data-filled]){border-color:var(--slider-color)}:where([data-mantine-color-scheme=light]) .m_dd33bc19:where([data-filled]):where([data-disabled]){border-color:#ced4da;border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_dd33bc19:where([data-filled]):where([data-disabled]){border-color:#696969;border-color:var(--mantine-color-dark-3)}.m_68c77a5b{cursor:pointer;font-size:.875rem;font-size:var(--mantine-font-size-sm);transform:translate(calc(-50% + var(--slider-size)/2),.3125rem);transform:translate(calc(-50% + var(--slider-size)/2),calc(var(--mantine-spacing-xs)/2));-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}:where([data-mantine-color-scheme=light]) .m_68c77a5b{color:#868e96;color:var(--mantine-color-gray-6)}:where([data-mantine-color-scheme=dark]) .m_68c77a5b{color:#828282;color:var(--mantine-color-dark-2)}.m_559cce2d{position:relative}.m_559cce2d:where([data-has-spoiler]){margin-bottom:1.5rem;margin-bottom:calc(1.5rem*var(--mantine-scale))}.m_b912df4e{display:flex;flex-direction:column;overflow:hidden;transition:max-height .2s ease;transition:max-height var(--spoiler-transition-duration,.2s) ease}[dir=ltr] .m_b9131032{left:0}[dir=rtl] .m_b9131032{right:0}.m_b9131032{height:1.5rem;height:calc(1.5rem*var(--mantine-scale));position:absolute;top:100%}.m_6d731127{align-items:stretch;align-items:var(--stack-align,stretch);display:flex;flex-direction:column;gap:1rem;gap:var(--stack-gap,var(--mantine-spacing-md));justify-content:flex-start;justify-content:var(--stack-justify,flex-start)}.m_cbb4ea7e{--stepper-icon-size-xs:calc(2.125rem*var(--mantine-scale));--stepper-icon-size-sm:calc(2.25rem*var(--mantine-scale));--stepper-icon-size-md:calc(2.625rem*var(--mantine-scale));--stepper-icon-size-lg:calc(3rem*var(--mantine-scale));--stepper-icon-size-xl:calc(3.25rem*var(--mantine-scale));--stepper-icon-size:var(--stepper-icon-size-md);--stepper-color:var(--mantine-primary-color-filled);--stepper-content-padding:var(--mantine-spacing-md);--stepper-spacing:var(--mantine-spacing-md);--stepper-radius:calc(62.5rem*var(--mantine-scale));--stepper-fz:var(--mantine-font-size-md)}.m_aaf89d0b{align-items:center;display:flex;flex-wrap:nowrap}.m_aaf89d0b:where([data-wrap]){flex-wrap:wrap;gap:1rem 0;gap:var(--mantine-spacing-md) 0}.m_aaf89d0b:where([data-orientation=vertical]){flex-direction:column}.m_aaf89d0b:where([data-orientation=vertical]):where([data-icon-position=left]){align-items:flex-start}.m_aaf89d0b:where([data-orientation=vertical]):where([data-icon-position=right]){align-items:flex-end}.m_aaf89d0b:where([data-orientation=horizontal]){flex-direction:row}.m_2a371ac9{--separator-offset:calc(var(--stepper-icon-size)/2 - 0.0625rem*var(--mantine-scale));flex:1;transition:background-color .15s ease}:where([data-mantine-color-scheme=light]) .m_2a371ac9{background-color:#e9ecef;background-color:var(--mantine-color-gray-2)}:where([data-mantine-color-scheme=dark]) .m_2a371ac9{background-color:#828282;background-color:var(--mantine-color-dark-2)}.m_2a371ac9:where([data-active]){background-color:var(--stepper-color)}.m_2a371ac9:where([data-orientation=horizontal]){height:.125rem;height:calc(.125rem*var(--mantine-scale));margin-left:1rem;margin-left:var(--mantine-spacing-md);margin-right:1rem;margin-right:var(--mantine-spacing-md)}.m_2a371ac9:where([data-orientation=vertical]){margin-bottom:.5rem;margin-bottom:calc(var(--mantine-spacing-xs) - .125rem*var(--mantine-scale));margin-top:.3125rem;margin-top:calc(var(--mantine-spacing-xs)/2);width:.125rem;width:calc(.125rem*var(--mantine-scale))}[dir=ltr] .m_2a371ac9:where([data-orientation=vertical]):where([data-icon-position=left]){margin-left:var(--separator-offset)}[dir=rtl] .m_2a371ac9:where([data-orientation=vertical]):where([data-icon-position=left]){margin-right:var(--separator-offset)}[dir=ltr] .m_2a371ac9:where([data-orientation=vertical]):where([data-icon-position=right]){margin-right:var(--separator-offset)}[dir=rtl] .m_2a371ac9:where([data-orientation=vertical]):where([data-icon-position=right]){margin-left:var(--separator-offset)}.m_78da155d{padding-top:var(--stepper-content-padding)}.m_cbb57068{--step-color:var(--stepper-color);cursor:default;display:flex}.m_cbb57068:where([data-allow-click]){cursor:pointer}.m_cbb57068:where([data-icon-position=left]){flex-direction:row}.m_cbb57068:where([data-icon-position=right]){flex-direction:row-reverse}.m_f56b1e2c{align-items:center}.m_833edb7e{--separator-spacing:calc(var(--mantine-spacing-xs)/2);justify-content:flex-start;margin-top:var(--separator-spacing);min-height:calc(var(--stepper-icon-size) + 2rem + var(--separator-spacing));min-height:calc(var(--stepper-icon-size) + var(--mantine-spacing-xl) + var(--separator-spacing));overflow:hidden}.m_833edb7e:where(:first-of-type){margin-top:0}.m_833edb7e:where(:last-of-type) .m_6496b3f3{display:none}.m_818e70b{position:relative}[dir=ltr] .m_6496b3f3{left:calc(var(--stepper-icon-size)/2)}[dir=rtl] .m_6496b3f3{right:calc(var(--stepper-icon-size)/2)}[dir=ltr] .m_6496b3f3{border-left:calc(.125rem*var(--mantine-scale)) solid}[dir=rtl] .m_6496b3f3{border-right:calc(.125rem*var(--mantine-scale)) solid}[dir=ltr] .m_6496b3f3{border-left:.125rem solid}[dir=rtl] .m_6496b3f3{border-right:.125rem solid}.m_6496b3f3{height:100vh;position:absolute;top:calc(var(--stepper-icon-size) + var(--separator-spacing))}:where([data-mantine-color-scheme=light]) .m_6496b3f3{border-color:#f1f3f5;border-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=dark]) .m_6496b3f3{border-color:#3b3b3b;border-color:var(--mantine-color-dark-5)}.m_6496b3f3:where([data-active]){border-color:var(--stepper-color)}.m_1959ad01{align-items:center;border:.125rem solid;border:calc(.125rem*var(--mantine-scale)) solid;border-radius:var(--stepper-radius);display:flex;font-size:var(--stepper-fz);font-weight:700;height:var(--stepper-icon-size);justify-content:center;min-height:var(--stepper-icon-size);min-width:var(--stepper-icon-size);position:relative;transition:background-color .15s ease,border-color .15s ease;width:var(--stepper-icon-size)}:where([data-mantine-color-scheme=light]) .m_1959ad01{background-color:#f1f3f5;background-color:var(--mantine-color-gray-1);border-color:#f1f3f5;border-color:var(--mantine-color-gray-1);color:#495057;color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_1959ad01{background-color:#3b3b3b;background-color:var(--mantine-color-dark-5);border-color:#3b3b3b;border-color:var(--mantine-color-dark-5);color:#b8b8b8;color:var(--mantine-color-dark-1)}.m_1959ad01:where([data-progress]){border-color:var(--step-color)}.m_1959ad01:where([data-completed]){background-color:var(--step-color);border-color:var(--step-color);color:#fff;color:var(--stepper-icon-color,var(--mantine-color-white))}.m_a79331dc{align-items:center;bottom:0;color:#fff;color:var(--stepper-icon-color,var(--mantine-color-white));display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.m_1956aa2a{display:flex;flex-direction:column}[dir=ltr] .m_1956aa2a:where([data-icon-position=left]){margin-left:var(--mantine-spacing-sm)}[dir=rtl] .m_1956aa2a:where([data-icon-position=left]){margin-right:var(--mantine-spacing-sm)}[dir=ltr] .m_1956aa2a:where([data-icon-position=left]){margin-left:.75rem}[dir=rtl] .m_1956aa2a:where([data-icon-position=left]){margin-right:.75rem}[dir=ltr] .m_1956aa2a:where([data-icon-position=right]){margin-right:var(--mantine-spacing-sm)}[dir=rtl] .m_1956aa2a:where([data-icon-position=right]){margin-left:var(--mantine-spacing-sm)}[dir=ltr] .m_1956aa2a:where([data-icon-position=right]){margin-right:.75rem}[dir=rtl] .m_1956aa2a:where([data-icon-position=right]){margin-left:.75rem}.m_1956aa2a:where([data-icon-position=right]){text-align:right}:where([dir=rtl]) .m_1956aa2a:where([data-icon-position=right]){text-align:left}.m_12051f6c{font-size:var(--stepper-fz);font-weight:500;line-height:1}.m_164eea74{color:var(--mantine-color-dimmed);font-size:calc(var(--stepper-fz) - .125rem);font-size:calc(var(--stepper-fz) - .125rem*var(--mantine-scale));line-height:1;margin-bottom:calc(var(--stepper-spacing)/3);margin-top:calc(var(--stepper-spacing)/3)}.m_5f93f3bb{--switch-height-xs:calc(1rem*var(--mantine-scale));--switch-height-sm:calc(1.25rem*var(--mantine-scale));--switch-height-md:calc(1.5rem*var(--mantine-scale));--switch-height-lg:calc(1.875rem*var(--mantine-scale));--switch-height-xl:calc(2.25rem*var(--mantine-scale));--switch-width-xs:calc(2rem*var(--mantine-scale));--switch-width-sm:calc(2.375rem*var(--mantine-scale));--switch-width-md:calc(2.875rem*var(--mantine-scale));--switch-width-lg:calc(3.5rem*var(--mantine-scale));--switch-width-xl:calc(4.5rem*var(--mantine-scale));--switch-thumb-size-xs:calc(0.75rem*var(--mantine-scale));--switch-thumb-size-sm:calc(0.875rem*var(--mantine-scale));--switch-thumb-size-md:calc(1.125rem*var(--mantine-scale));--switch-thumb-size-lg:calc(1.375rem*var(--mantine-scale));--switch-thumb-size-xl:calc(1.75rem*var(--mantine-scale));--switch-label-font-size-xs:calc(0.3125rem*var(--mantine-scale));--switch-label-font-size-sm:calc(0.375rem*var(--mantine-scale));--switch-label-font-size-md:calc(0.4375rem*var(--mantine-scale));--switch-label-font-size-lg:calc(0.5625rem*var(--mantine-scale));--switch-label-font-size-xl:calc(0.6875rem*var(--mantine-scale));--switch-track-label-padding-xs:calc(0.0625rem*var(--mantine-scale));--switch-track-label-padding-sm:calc(0.125rem*var(--mantine-scale));--switch-track-label-padding-md:calc(0.125rem*var(--mantine-scale));--switch-track-label-padding-lg:calc(0.1875rem*var(--mantine-scale));--switch-track-label-padding-xl:calc(0.1875rem*var(--mantine-scale));--switch-height:var(--switch-height-sm);--switch-width:var(--switch-width-sm);--switch-thumb-size:var(--switch-thumb-size-sm);--switch-label-font-size:var(--switch-label-font-size-sm);--switch-track-label-padding:var(--switch-track-label-padding-sm);--switch-radius:calc(62.5rem*var(--mantine-scale));--switch-color:var(--mantine-primary-color-filled);position:relative}.m_926b4011{height:0;opacity:0;padding:0;position:absolute;white-space:nowrap;width:0}.m_926b4011,.m_9307d992{margin:0;overflow:hidden}.m_9307d992{-webkit-tap-highlight-color:transparent;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--switch-bg);border:1px solid var(--switch-bd);border-radius:var(--switch-radius);color:var(--switch-text-color);cursor:default;cursor:var(--switch-cursor,var(--mantine-cursor-type));display:flex;font-size:var(--switch-label-font-size);font-weight:600;height:var(--switch-height);line-height:0;min-width:var(--switch-width);order:1;order:var(--switch-order,1);position:relative;transition:background-color .15s ease,border-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.m_926b4011.focus-visible+.m_9307d992{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_926b4011:focus-visible+.m_9307d992{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_926b4011:checked+.m_9307d992{--switch-bg:var(--switch-color);--switch-bd:var(--switch-color);--switch-text-color:var(--mantine-color-white)}.m_926b4011:disabled+.m_9307d992,.m_926b4011[data-disabled]+.m_9307d992{--switch-bg:var(--switch-disabled-color);--switch-bd:var(--switch-disabled-color);--switch-cursor:not-allowed}[data-mantine-color-scheme=light] .m_9307d992{--switch-bg:var(--mantine-color-gray-2);--switch-bd:var(--mantine-color-gray-3);--switch-text-color:var(--mantine-color-gray-6);--switch-disabled-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .m_9307d992{--switch-bg:var(--mantine-color-dark-6);--switch-bd:var(--mantine-color-dark-4);--switch-text-color:var(--mantine-color-dark-1);--switch-disabled-color:var(--mantine-color-dark-4)}.m_9307d992[data-error]{--switch-bd:var(--mantine-color-error)}.m_9307d992[data-label-position=left]{--switch-order:2}[dir=ltr] .m_93039a1d{left:var(--switch-thumb-start,var(--switch-track-label-padding))}[dir=rtl] .m_93039a1d{right:var(--switch-thumb-start,var(--switch-track-label-padding))}[dir=ltr] .m_93039a1d{transition:left .15s ease}[dir=rtl] .m_93039a1d{transition:right .15s ease}[dir=ltr] .m_93039a1d{left:var(--switch-track-label-padding)}[dir=rtl] .m_93039a1d{right:var(--switch-track-label-padding)}.m_93039a1d{background-color:#fff;background-color:var(--switch-thumb-bg,var(--mantine-color-white));border:1px solid var(--switch-thumb-bd);border-radius:var(--switch-radius);display:flex;height:var(--switch-thumb-size);position:absolute;width:var(--switch-thumb-size);z-index:1}.m_93039a1d>*{margin:auto}.m_926b4011:checked+*>.m_93039a1d{--switch-thumb-start:calc(100% - var(--switch-thumb-size) - var(--switch-track-label-padding));--switch-thumb-bd:var(--mantine-color-white)}.m_926b4011:disabled+*>.m_93039a1d,.m_926b4011[data-disabled]+*>.m_93039a1d{--switch-thumb-bd:var(--switch-thumb-bg-disabled);--switch-thumb-bg:var(--switch-thumb-bg-disabled)}[data-mantine-color-scheme=light] .m_93039a1d{--switch-thumb-bd:var(--mantine-color-gray-3);--switch-thumb-bg-disabled:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_93039a1d{--switch-thumb-bd:var(--mantine-color-white);--switch-thumb-bg-disabled:var(--mantine-color-dark-3)}[dir=ltr] .m_8277e082{margin-left:calc(var(--switch-thumb-size) + var(--switch-track-label-padding))}[dir=rtl] .m_8277e082{margin-right:calc(var(--switch-thumb-size) + var(--switch-track-label-padding))}.m_8277e082{align-content:center;display:grid;height:100%;justify-content:center;min-width:calc(var(--switch-width) - var(--switch-thumb-size));padding-left:var(--switch-track-label-padding);padding-right:var(--switch-track-label-padding);place-content:center;transition:margin .15s ease}[dir=ltr] .m_926b4011:checked+*>.m_8277e082{margin-right:calc(var(--switch-thumb-size) + var(--switch-track-label-padding))}[dir=rtl] .m_926b4011:checked+*>.m_8277e082{margin-left:calc(var(--switch-thumb-size) + var(--switch-track-label-padding))}[dir=ltr] .m_926b4011:checked+*>.m_8277e082{margin-left:0}[dir=rtl] .m_926b4011:checked+*>.m_8277e082{margin-right:0}.m_b23fa0ef{border:none;border-collapse:collapse;caption-side:bottom;caption-side:var(--table-caption-side,bottom);font-size:.875rem;font-size:var(--mantine-font-size-sm);line-height:1.55;line-height:var(--mantine-line-height);table-layout:auto;table-layout:var(--table-layout,auto);width:100%}:where([data-mantine-color-scheme=light]) .m_b23fa0ef{--table-hover-color:var(--mantine-color-gray-1);--table-striped-color:var(--mantine-color-gray-0);--table-border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_b23fa0ef{--table-hover-color:var(--mantine-color-dark-5);--table-striped-color:var(--mantine-color-dark-6);--table-border-color:var(--mantine-color-dark-4)}.m_b23fa0ef:where([data-with-table-border]){border:calc(.0625rem*var(--mantine-scale)) solid var(--table-border-color)}.m_4e7aa4f3{text-align:left}:where([dir=rtl]) .m_4e7aa4f3{text-align:right}.m_4e7aa4fd{background-color:transparent;border-bottom:none}@media (hover:hover){.m_4e7aa4fd:hover:where([data-hover]){background-color:var(--tr-hover-bg)}}@media (hover:none){.m_4e7aa4fd:active:where([data-hover]){background-color:var(--tr-hover-bg)}}.m_4e7aa4fd:where([data-with-row-border]){border-bottom:calc(.0625rem*var(--mantine-scale)) solid var(--table-border-color)}.m_4e7aa4ef,.m_4e7aa4f3{padding:var(--table-vertical-spacing) var(--table-horizontal-spacing,var(--mantine-spacing-xs))}[dir=ltr] .m_4e7aa4ef:where([data-with-column-border]:not(:last-child)),[dir=ltr] .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)){border-right:calc(.0625rem*var(--mantine-scale)) solid var(--table-border-color)}[dir=rtl] .m_4e7aa4ef:where([data-with-column-border]:not(:last-child)),[dir=rtl] .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)){border-left:calc(.0625rem*var(--mantine-scale)) solid var(--table-border-color)}[dir=ltr] .m_4e7aa4ef:where([data-with-column-border]:not(:last-child)),[dir=ltr] .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)){border-right:.0625rem solid var(--table-border-color)}[dir=rtl] .m_4e7aa4ef:where([data-with-column-border]:not(:last-child)),[dir=rtl] .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)){border-left:.0625rem solid var(--table-border-color)}.m_b2404537 :where(tr):where([data-with-row-border]:last-of-type){border-bottom:none}.m_b2404537 :where(tr):where([data-striped=odd]:nth-of-type(odd)){background-color:var(--table-striped-color)}.m_b2404537 :where(tr):where([data-striped=even]:nth-of-type(2n)){background-color:var(--table-striped-color)}.m_b2404537 :where(tr)[data-hover]{--tr-hover-bg:var(--table-highlight-on-hover-color,var(--table-hover-color))}.m_b242d975{top:0;top:var(--table-sticky-header-offset,0);z-index:1}.m_b242d975:where([data-sticky]){background-color:var(--mantine-color-body);position:sticky}.m_9e5a3ac7{color:var(--mantine-color-dimmed)}.m_9e5a3ac7:where([data-side=top]){margin-bottom:.625rem;margin-bottom:var(--mantine-spacing-xs)}.m_9e5a3ac7:where([data-side=bottom]){margin-top:.625rem;margin-top:var(--mantine-spacing-xs)}.m_a100c15{overflow-x:var(--table-overflow)}.m_62259741{min-width:var(--table-min-width)}.m_89d60db1{--tab-justify:flex-start;--tabs-list-direction:row;--tabs-panel-grow:unset;--tabs-display:block;--tabs-flex-direction:row;--tabs-list-border-width:0;--tabs-list-border-size:0 0 var(--tabs-list-border-width) 0;--tabs-list-gap:unset;--tabs-list-line-bottom:0;--tabs-list-line-top:unset;--tabs-list-line-start:0;--tabs-list-line-end:0;--tab-radius:var(--tabs-radius) var(--tabs-radius) 0 0;--tab-border-width:0 0 var(--tabs-list-border-width) 0;display:var(--tabs-display);flex-direction:var(--tabs-flex-direction)}.m_89d60db1[data-inverted]{--tabs-list-line-bottom:unset;--tabs-list-line-top:0;--tab-radius:0 0 var(--tabs-radius) var(--tabs-radius);--tab-border-width:var(--tabs-list-border-width) 0 0 0}.m_89d60db1[data-inverted] .m_576c9d4:before{bottom:auto;top:0}.m_89d60db1[data-orientation=vertical]{--tabs-list-line-start:unset;--tabs-list-line-end:0;--tabs-list-line-top:0;--tabs-list-line-bottom:0;--tabs-list-border-size:0 var(--tabs-list-border-width) 0 0;--tab-border-width:0 var(--tabs-list-border-width) 0 0;--tab-radius:var(--tabs-radius) 0 0 var(--tabs-radius);--tabs-list-direction:column;--tabs-panel-grow:1;--tabs-display:flex}[dir=rtl] .m_89d60db1[data-orientation=vertical]{--tabs-list-border-size:0 0 0 var(--tabs-list-border-width);--tab-border-width:0 0 0 var(--tabs-list-border-width);--tab-radius:0 var(--tabs-radius) var(--tabs-radius) 0}.m_89d60db1[data-orientation=vertical][data-placement=right]{--tabs-flex-direction:row-reverse;--tabs-list-line-start:0;--tabs-list-line-end:unset;--tabs-list-border-size:0 0 0 var(--tabs-list-border-width);--tab-border-width:0 0 0 var(--tabs-list-border-width);--tab-radius:0 var(--tabs-radius) var(--tabs-radius) 0}[dir=rtl] .m_89d60db1[data-orientation=vertical][data-placement=right]{--tabs-list-border-size:0 var(--tabs-list-border-width) 0 0;--tab-border-width:0 var(--tabs-list-border-width) 0 0;--tab-radius:var(--tabs-radius) 0 0 var(--tabs-radius)}[data-mantine-color-scheme=light] .m_89d60db1{--tab-border-color:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .m_89d60db1{--tab-border-color:var(--mantine-color-dark-4)}.m_89d60db1[data-orientation=horizontal]{--tab-justify:center}.m_89d60db1[data-variant=default]{--tabs-list-border-width:calc(0.125rem*var(--mantine-scale))}[data-mantine-color-scheme=light] .m_89d60db1[data-variant=default]{--tab-hover-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_89d60db1[data-variant=default]{--tab-hover-color:var(--mantine-color-dark-6)}.m_89d60db1[data-variant=outline]{--tabs-list-border-width:calc(0.0625rem*var(--mantine-scale))}.m_89d60db1[data-variant=pills]{--tabs-list-gap:calc(var(--mantine-spacing-sm)/2)}[data-mantine-color-scheme=light] .m_89d60db1[data-variant=pills]{--tab-hover-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_89d60db1[data-variant=pills]{--tab-hover-color:var(--mantine-color-dark-6)}.m_89d33d6d{--tab-grow:unset;display:flex;flex-direction:var(--tabs-list-direction);flex-wrap:wrap;gap:var(--tabs-list-gap);justify-content:flex-start;justify-content:var(--tabs-justify,flex-start)}.m_89d33d6d[data-grow]{--tab-grow:1}.m_b0c91715{flex-grow:var(--tabs-panel-grow)}.m_4ec4dce6{align-items:center;display:flex;flex-grow:var(--tab-grow);font-size:.875rem;font-size:var(--mantine-font-size-sm);justify-content:var(--tab-justify);line-height:1;padding:.625rem 1rem;padding:var(--mantine-spacing-xs) var(--mantine-spacing-md);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;z-index:0}.m_4ec4dce6:disabled,.m_4ec4dce6[data-disabled]{cursor:not-allowed;opacity:.5}.m_4ec4dce6:focus{z-index:1}.m_fc420b1f{align-items:center;display:flex;justify-content:center;margin-left:0;margin-left:var(--tab-section-margin-left,0);margin-right:0;margin-right:var(--tab-section-margin-right,0)}.m_fc420b1f[data-position=left]:not(:only-child){--tab-section-margin-right:var(--mantine-spacing-xs)}[dir=rtl] .m_fc420b1f[data-position=left]:not(:only-child){--tab-section-margin-right:0rem;--tab-section-margin-left:var(--mantine-spacing-xs)}.m_fc420b1f[data-position=right]:not(:only-child){--tab-section-margin-left:var(--mantine-spacing-xs)}[dir=rtl] .m_fc420b1f[data-position=right]:not(:only-child){--tab-section-margin-left:0rem;--tab-section-margin-right:var(--mantine-spacing-xs)}.m_576c9d4{position:relative}[dir=ltr] .m_576c9d4:before{left:var(--tabs-list-line-start)}[dir=rtl] .m_576c9d4:before{right:var(--tabs-list-line-start)}[dir=ltr] .m_576c9d4:before{right:var(--tabs-list-line-end)}[dir=rtl] .m_576c9d4:before{left:var(--tabs-list-line-end)}.m_576c9d4:before{border-color:var(--tab-border-color);border-style:solid;border-width:var(--tabs-list-border-size);bottom:var(--tabs-list-line-bottom);content:"";position:absolute;top:var(--tabs-list-line-top)}.m_539e827b{--tab-bg:transparent;background-color:var(--tab-bg);border-color:transparent;border-radius:var(--tab-radius);border-style:solid;border-width:var(--tab-border-width)}.m_539e827b:where([data-active]){border-color:var(--tabs-color)}@media (hover:hover){.m_539e827b:hover{--tab-bg:var(--tab-hover-color)}.m_539e827b:hover:where(:not([data-active])){border-color:var(--tab-border-color)}}@media (hover:none){.m_539e827b:active{--tab-bg:var(--tab-hover-color)}.m_539e827b:active:where(:not([data-active])){border-color:var(--tab-border-color)}}@media (hover:hover){.m_539e827b:disabled:hover,.m_539e827b[data-disabled]:hover{--tab-bg:transparent}}@media (hover:none){.m_539e827b:disabled:active,.m_539e827b[data-disabled]:active{--tab-bg:transparent}}.m_6772fbd5{position:relative}[dir=ltr] .m_6772fbd5:before{left:var(--tabs-list-line-start)}[dir=rtl] .m_6772fbd5:before{right:var(--tabs-list-line-start)}[dir=ltr] .m_6772fbd5:before{right:var(--tabs-list-line-end)}[dir=rtl] .m_6772fbd5:before{left:var(--tabs-list-line-end)}.m_6772fbd5:before{border-color:var(--tab-border-color);border-style:solid;border-width:var(--tabs-list-border-size);bottom:var(--tabs-list-line-bottom);content:"";position:absolute;top:var(--tabs-list-line-top)}.m_b59ab47c{--tab-border-bottom-color:transparent;--tab-border-top-color:transparent;--tab-border-inline-end-color:transparent;--tab-border-inline-start-color:transparent;border:.0625rem solid transparent;border-bottom:calc(.0625rem*var(--mantine-scale)) solid var(--tab-border-bottom-color);border-left:calc(.0625rem*var(--mantine-scale)) solid transparent;border-radius:var(--tab-radius);border-right:calc(.0625rem*var(--mantine-scale)) solid transparent;border-top:calc(.0625rem*var(--mantine-scale)) solid var(--tab-border-top-color);position:relative}.m_b59ab47c:where([data-active]):before{background-color:var(--tab-border-color);bottom:-.0625rem;bottom:var(--tab-before-bottom,calc(-.0625rem*var(--mantine-scale)));content:"";height:.0625rem;height:calc(.0625rem*var(--mantine-scale));left:-.0625rem;left:var(--tab-before-left,calc(-.0625rem*var(--mantine-scale)));position:absolute;right:auto;right:var(--tab-before-right,auto);top:auto;top:var(--tab-before-top,auto);width:.0625rem;width:calc(.0625rem*var(--mantine-scale))}.m_b59ab47c:where([data-active]):after{background-color:var(--tab-border-color);bottom:-.0625rem;bottom:var(--tab-after-bottom,calc(-.0625rem*var(--mantine-scale)));content:"";height:.0625rem;height:calc(.0625rem*var(--mantine-scale));left:auto;left:var(--tab-after-left,auto);position:absolute;right:-.0625rem;right:var(--tab-after-right,calc(-.0625rem*var(--mantine-scale)));top:auto;top:var(--tab-after-top,auto);width:.0625rem;width:calc(.0625rem*var(--mantine-scale))}[dir=ltr] .m_b59ab47c:where([data-active]){border-left-color:var(--tab-border-inline-start-color)}[dir=rtl] .m_b59ab47c:where([data-active]){border-right-color:var(--tab-border-inline-start-color)}[dir=ltr] .m_b59ab47c:where([data-active]){border-right-color:var(--tab-border-inline-end-color)}[dir=rtl] .m_b59ab47c:where([data-active]){border-left-color:var(--tab-border-inline-end-color)}.m_b59ab47c:where([data-active]){--tab-border-top-color:var(--tab-border-color);--tab-border-inline-start-color:var(--tab-border-color);--tab-border-inline-end-color:var(--tab-border-color);--tab-border-bottom-color:var(--mantine-color-body);border-bottom-color:var(--tab-border-bottom-color);border-top-color:var(--tab-border-top-color)}.m_b59ab47c:where([data-active])[data-inverted]{--tab-border-bottom-color:var(--tab-border-color);--tab-border-top-color:var(--mantine-color-body);--tab-before-bottom:auto;--tab-before-top:calc(-0.0625rem*var(--mantine-scale));--tab-after-bottom:auto;--tab-after-top:calc(-0.0625rem*var(--mantine-scale))}.m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=left]{--tab-border-inline-end-color:var(--mantine-color-body);--tab-border-inline-start-color:var(--tab-border-color);--tab-border-bottom-color:var(--tab-border-color);--tab-before-right:calc(-0.0625rem*var(--mantine-scale));--tab-before-left:auto;--tab-before-bottom:auto;--tab-before-top:calc(-0.0625rem*var(--mantine-scale));--tab-after-left:auto;--tab-after-right:calc(-0.0625rem*var(--mantine-scale))}[dir=rtl] .m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=left]{--tab-before-right:auto;--tab-before-left:calc(-0.0625rem*var(--mantine-scale));--tab-after-left:calc(-0.0625rem*var(--mantine-scale));--tab-after-right:auto}.m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=right]{--tab-border-inline-start-color:var(--mantine-color-body);--tab-border-inline-end-color:var(--tab-border-color);--tab-border-bottom-color:var(--tab-border-color);--tab-before-left:calc(-0.0625rem*var(--mantine-scale));--tab-before-right:auto;--tab-before-bottom:auto;--tab-before-top:calc(-0.0625rem*var(--mantine-scale));--tab-after-right:auto;--tab-after-left:calc(-0.0625rem*var(--mantine-scale))}[dir=rtl] .m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=right]{--tab-before-left:auto;--tab-before-right:calc(-0.0625rem*var(--mantine-scale));--tab-after-right:calc(-0.0625rem*var(--mantine-scale));--tab-after-left:auto}.m_c3381914{--tab-bg:transparent;--tab-color:inherit;background-color:var(--tab-bg);border-radius:var(--tabs-radius);color:var(--tab-color)}@media (hover:hover){.m_c3381914:not([data-disabled]):hover{--tab-bg:var(--tab-hover-color)}}@media (hover:none){.m_c3381914:not([data-disabled]):active{--tab-bg:var(--tab-hover-color)}}.m_c3381914[data-active][data-active]{--tab-bg:var(--tabs-color);--tab-color:var(--tabs-text-color,var(--mantine-color-white))}@media (hover:hover){.m_c3381914[data-active][data-active]:hover{--tab-bg:var(--tabs-color)}}@media (hover:none){.m_c3381914[data-active][data-active]:active{--tab-bg:var(--tabs-color)}}.m_7341320d{--ti-size-xs:calc(1.125rem*var(--mantine-scale));--ti-size-sm:calc(1.375rem*var(--mantine-scale));--ti-size-md:calc(1.75rem*var(--mantine-scale));--ti-size-lg:calc(2.125rem*var(--mantine-scale));--ti-size-xl:calc(2.75rem*var(--mantine-scale));--ti-size:var(--ti-size-md);align-items:center;background:var(--mantine-color-blue-filled);background:var(--ti-bg,var(--mantine-primary-color-filled));border:1px solid transparent;border:var(--ti-bd,1px solid transparent);border-radius:.25rem;border-radius:var(--ti-radius,var(--mantine-radius-default));color:#fff;color:var(--ti-color,var(--mantine-color-white));display:inline-flex;height:var(--ti-size);justify-content:center;line-height:1;min-height:var(--ti-size);min-width:var(--ti-size);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--ti-size)}.m_43657ece{--offset:calc(var(--tl-bullet-size)/2 + var(--tl-line-width)/2);--tl-bullet-size:calc(1.25rem*var(--mantine-scale));--tl-line-width:calc(0.25rem*var(--mantine-scale));--tl-radius:calc(62.5rem*var(--mantine-scale));--tl-color:var(--mantine-primary-color-filled)}[dir=ltr] .m_43657ece:where([data-align=left]){padding-left:var(--offset)}[dir=rtl] .m_43657ece:where([data-align=left]){padding-right:var(--offset)}[dir=ltr] .m_43657ece:where([data-align=right]){padding-right:var(--offset)}[dir=rtl] .m_43657ece:where([data-align=right]){padding-left:var(--offset)}.m_2ebe8099{font-weight:500;line-height:1;margin-bottom:.3125rem;margin-bottom:calc(var(--mantine-spacing-xs)/2)}.m_436178ff{--item-border:var(--tl-line-width) var(--tli-border-style,solid) var(--item-border-color);color:var(--mantine-color-text);position:relative}[dir=ltr] .m_436178ff:before{border-left:var(--item-border)}[dir=rtl] .m_436178ff:before{border-right:var(--item-border)}.m_436178ff:before{bottom:-2rem;bottom:calc(var(--mantine-spacing-xl)*-1);content:"";display:none;display:var(--timeline-line-display,none);left:0;left:var(--timeline-line-left,0);pointer-events:none;position:absolute;right:0;right:var(--timeline-line-right,0);top:0}.m_43657ece[data-align=left] .m_436178ff:before{--timeline-line-left:calc(var(--tl-line-width)*-1);--timeline-line-right:auto}.m_43657ece[data-align=right] .m_436178ff:before,[dir=rtl] .m_43657ece[data-align=left] .m_436178ff:before{--timeline-line-left:auto;--timeline-line-right:calc(var(--tl-line-width)*-1)}[dir=rtl] .m_43657ece[data-align=right] .m_436178ff:before{--timeline-line-left:calc(var(--tl-line-width)*-1);--timeline-line-right:auto}[dir=ltr] .m_43657ece:where([data-align=left]) .m_436178ff{padding-left:var(--offset)}[dir=rtl] .m_43657ece:where([data-align=left]) .m_436178ff{padding-right:var(--offset)}.m_43657ece:where([data-align=left]) .m_436178ff{text-align:left}[dir=ltr] .m_43657ece:where([data-align=right]) .m_436178ff{padding-right:var(--offset)}[dir=rtl] .m_43657ece:where([data-align=right]) .m_436178ff{padding-left:var(--offset)}.m_43657ece:where([data-align=right]) .m_436178ff{text-align:right}:where([data-mantine-color-scheme=light]) .m_436178ff{--item-border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_436178ff{--item-border-color:var(--mantine-color-dark-4)}.m_436178ff:where([data-line-active]):before{border-color:var(--tli-color,var(--tl-color))}.m_436178ff:where(:not(:last-of-type)){--timeline-line-display:block}.m_436178ff:where(:not(:first-of-type)){margin-top:2rem;margin-top:var(--mantine-spacing-xl)}.m_8affcee1{align-items:center;background-color:var(--mantine-color-body);border:var(--tl-line-width) solid;border-radius:var(--tl-radius);border-radius:var(--tli-radius,var(--tl-radius));color:var(--mantine-color-text);display:flex;height:var(--tl-bullet-size);justify-content:center;position:absolute;top:0;width:var(--tl-bullet-size)}:where([data-mantine-color-scheme=light]) .m_8affcee1{border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_8affcee1{border-color:#424242;border-color:var(--mantine-color-dark-4)}.m_43657ece:where([data-align=left]) .m_8affcee1{left:calc(var(--tl-bullet-size)/2*-1 + var(--tl-line-width)/2*-1);right:auto}:where([dir=rtl]) .m_43657ece:where([data-align=left]) .m_8affcee1{left:auto;right:calc(var(--tl-bullet-size)/2*-1 + var(--tl-line-width)/2*-1)}.m_43657ece:where([data-align=right]) .m_8affcee1{left:auto;right:calc(var(--tl-bullet-size)/2*-1 + var(--tl-line-width)/2*-1)}:where([dir=rtl]) .m_43657ece:where([data-align=right]) .m_8affcee1{left:calc(var(--tl-bullet-size)/2*-1 + var(--tl-line-width)/2*-1);right:auto}.m_8affcee1:where([data-with-child]){border-width:var(--tl-line-width)}:where([data-mantine-color-scheme=light]) .m_8affcee1:where([data-with-child]){background-color:#dee2e6;background-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_8affcee1:where([data-with-child]){background-color:#424242;background-color:var(--mantine-color-dark-4)}.m_8affcee1:where([data-active]){background-color:#fff;background-color:var(--mantine-color-white);border-color:var(--tli-color,var(--tl-color));color:#fff;color:var(--tl-icon-color,var(--mantine-color-white))}.m_8affcee1:where([data-active]):where([data-with-child]){background-color:var(--tl-color);background-color:var(--tli-color,var(--tl-color));color:#fff;color:var(--tl-icon-color,var(--mantine-color-white))}[dir=ltr] .m_43657ece:where([data-align=left]) .m_540e8f41{padding-left:var(--offset)}[dir=rtl] .m_43657ece:where([data-align=left]) .m_540e8f41{padding-right:var(--offset)}.m_43657ece:where([data-align=left]) .m_540e8f41{text-align:left}:where([dir=rtl]) .m_43657ece:where([data-align=left]) .m_540e8f41{text-align:right}[dir=ltr] .m_43657ece:where([data-align=right]) .m_540e8f41{padding-right:var(--offset)}[dir=rtl] .m_43657ece:where([data-align=right]) .m_540e8f41{padding-left:var(--offset)}.m_43657ece:where([data-align=right]) .m_540e8f41{text-align:right}:where([dir=rtl]) .m_43657ece:where([data-align=right]) .m_540e8f41{text-align:left}.m_8a5d1357{text-wrap:var(--mantine-heading-text-wrap);text-wrap:var(--title-text-wrap,var(--mantine-heading-text-wrap));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-family:var(--mantine-font-family-headings);font-size:var(--title-fz);font-weight:var(--title-fw);line-height:var(--title-lh);margin:0}.m_8a5d1357:where([data-line-clamp]){-webkit-line-clamp:var(--title-line-clamp);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.m_f698e191{--level-offset:var(--mantine-spacing-lg);-webkit-user-select:none;-moz-user-select:none;user-select:none}.m_75f3ecf,.m_f6970eb1,.m_f698e191{margin:0;padding:0}.m_f6970eb1{cursor:pointer;list-style:none;outline:0}.m_f6970eb1.focus-visible>.m_dc283425{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}.m_f6970eb1:focus-visible>.m_dc283425{outline:2px solid var(--mantine-color-blue-filled);outline:2px solid var(--mantine-primary-color-filled);outline-offset:.125rem;outline-offset:calc(.125rem*var(--mantine-scale))}[dir=ltr] .m_dc283425{padding-left:var(--label-offset)}[dir=rtl] .m_dc283425{padding-right:var(--label-offset)}:where([data-mantine-color-scheme=light]) .m_dc283425:where([data-selected]){background-color:#f1f3f5;background-color:var(--mantine-color-gray-1)}:where([data-mantine-color-scheme=dark]) .m_dc283425:where([data-selected]){background-color:#3b3b3b;background-color:var(--mantine-color-dark-5)}.m_d6493fad :first-child{margin-top:0}.m_d6493fad :last-child{margin-bottom:0}.m_d6493fad :where(h1,h2,h3,h4,h5,h6){text-wrap:var(--mantine-heading-text-wrap);margin-bottom:.625rem;margin-bottom:var(--mantine-spacing-xs)}.m_d6493fad :where(h1){font-size:2.125rem;font-size:var(--mantine-h1-font-size);font-weight:700;font-weight:var(--mantine-h1-font-weight);line-height:1.3;line-height:var(--mantine-h1-line-height);margin-top:3rem;margin-top:calc(var(--mantine-spacing-xl)*1.5)}.m_d6493fad :where(h2){font-size:1.625rem;font-size:var(--mantine-h2-font-size);font-weight:700;font-weight:var(--mantine-h2-font-weight);line-height:1.35;line-height:var(--mantine-h2-line-height);margin-top:2rem;margin-top:var(--mantine-spacing-xl)}.m_d6493fad :where(h3){font-size:1.375rem;font-size:var(--mantine-h3-font-size);font-weight:700;font-weight:var(--mantine-h3-font-weight);line-height:1.4;line-height:var(--mantine-h3-line-height);margin-top:1.6rem;margin-top:calc(var(--mantine-spacing-xl)*.8)}.m_d6493fad :where(h4){font-size:1.125rem;font-size:var(--mantine-h4-font-size);font-weight:700;font-weight:var(--mantine-h4-font-weight);line-height:1.45;line-height:var(--mantine-h4-line-height);margin-top:1.6rem;margin-top:calc(var(--mantine-spacing-xl)*.8)}.m_d6493fad :where(h5){font-size:1rem;font-size:var(--mantine-h5-font-size);font-weight:700;font-weight:var(--mantine-h5-font-weight);line-height:1.5;line-height:var(--mantine-h5-line-height);margin-top:1rem;margin-top:calc(var(--mantine-spacing-xl)*.5)}.m_d6493fad :where(h6){font-size:.875rem;font-size:var(--mantine-h6-font-size);font-weight:700;font-weight:var(--mantine-h6-font-weight);line-height:1.5;line-height:var(--mantine-h6-line-height);margin-top:1rem;margin-top:calc(var(--mantine-spacing-xl)*.5)}.m_d6493fad :where(img){margin-bottom:.625rem;margin-bottom:var(--mantine-spacing-xs);max-width:100%}.m_d6493fad :where(p){margin-bottom:1.25rem;margin-bottom:var(--mantine-spacing-lg);margin-top:0}:where([data-mantine-color-scheme=light]) .m_d6493fad :where(mark){background-color:#ffec99;background-color:var(--mantine-color-yellow-2);color:inherit}:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(mark){background-color:#fcc419;background-color:var(--mantine-color-yellow-5);color:#000;color:var(--mantine-color-black)}.m_d6493fad :where(a){color:var(--mantine-color-anchor);text-decoration:none}@media (hover:hover){.m_d6493fad :where(a):hover{text-decoration:underline}}@media (hover:none){.m_d6493fad :where(a):active{text-decoration:underline}}.m_d6493fad :where(hr){border:0;border-top:.0625rem solid;border-top:calc(.0625rem*var(--mantine-scale)) solid;margin-bottom:1rem;margin-bottom:var(--mantine-spacing-md);margin-top:1rem;margin-top:var(--mantine-spacing-md)}:where([data-mantine-color-scheme=light]) .m_d6493fad :where(hr){border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(hr){border-color:#696969;border-color:var(--mantine-color-dark-3)}.m_d6493fad :where(pre){border-radius:.25rem;border-radius:var(--mantine-radius-sm);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--mantine-font-family-monospace);font-size:.75rem;font-size:var(--mantine-font-size-xs);line-height:1.55;line-height:var(--mantine-line-height);margin:1rem 0 0;margin-bottom:1rem;margin-bottom:var(--mantine-spacing-md);margin-top:var(--mantine-spacing-md);overflow-x:auto;padding:.625rem;padding:var(--mantine-spacing-xs)}:where([data-mantine-color-scheme=light]) .m_d6493fad :where(pre){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(pre){background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}.m_d6493fad :where(pre) :where(code){background-color:transparent;border:0;border-radius:0;color:inherit;padding:0}.m_d6493fad :where(kbd){--kbd-fz:calc(0.75rem*var(--mantine-scale));--kbd-padding:calc(0.1875rem*var(--mantine-scale)) calc(0.3125rem*var(--mantine-scale));border:.0625rem solid;border:calc(.0625rem*var(--mantine-scale)) solid;border-bottom-width:.1875rem;border-bottom-width:calc(.1875rem*var(--mantine-scale));border-radius:.25rem;border-radius:var(--mantine-radius-sm);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--mantine-font-family-monospace);font-size:var(--kbd-fz);font-weight:700;line-height:1.55;line-height:var(--mantine-line-height);padding:var(--kbd-padding)}:where([data-mantine-color-scheme=light]) .m_d6493fad :where(kbd){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0);border-color:#dee2e6;border-color:var(--mantine-color-gray-3);color:#495057;color:var(--mantine-color-gray-7)}:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(kbd){background-color:#3b3b3b;background-color:var(--mantine-color-dark-5);border-color:#696969;border-color:var(--mantine-color-dark-3);color:#c9c9c9;color:var(--mantine-color-dark-0)}.m_d6493fad :where(code){border-radius:.25rem;border-radius:var(--mantine-radius-sm);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--mantine-font-family-monospace);font-size:.75rem;font-size:var(--mantine-font-size-xs);line-height:1.55;line-height:var(--mantine-line-height);padding:.0625rem .3125rem;padding:calc(.0625rem*var(--mantine-scale)) calc(.3125rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_d6493fad :where(code){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0);color:#000;color:var(--mantine-color-black)}:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(code){background-color:#3b3b3b;background-color:var(--mantine-color-dark-5);color:#fff;color:var(--mantine-color-white)}[dir=ltr] .m_d6493fad :where(ul,ol):not([data-type=taskList]){padding-left:calc(2.375rem*var(--mantine-scale))}[dir=rtl] .m_d6493fad :where(ul,ol):not([data-type=taskList]){padding-right:calc(2.375rem*var(--mantine-scale))}[dir=ltr] .m_d6493fad :where(ul,ol):not([data-type=taskList]){padding-left:2.375rem}[dir=rtl] .m_d6493fad :where(ul,ol):not([data-type=taskList]){padding-right:2.375rem}.m_d6493fad :where(ul,ol):not([data-type=taskList]){margin-bottom:1rem;margin-bottom:var(--mantine-spacing-md)}.m_d6493fad :where(ul,ol):not([data-type=taskList]) :where(li){margin-bottom:.625rem;margin-bottom:var(--mantine-spacing-xs)}.m_d6493fad :where(table){border-collapse:collapse;caption-side:bottom;margin-bottom:1rem;margin-bottom:var(--mantine-spacing-md);width:100%}.m_d6493fad :where(table) :where(caption){color:#868e96;color:var(--mantine-color-gray-6);font-size:.875rem;font-size:var(--mantine-font-size-sm);margin-top:.625rem;margin-top:var(--mantine-spacing-xs)}.m_d6493fad :where(table) :where(th){color:#495057;color:var(--mantine-color-gray-7);font-size:.875rem;font-size:var(--mantine-font-size-sm);font-weight:700;padding:.625rem .75rem;padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);text-align:left}.m_d6493fad :where(table) :where(thead th){border-bottom:.0625rem solid;border-bottom:calc(.0625rem*var(--mantine-scale)) solid;border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}.m_d6493fad :where(table) :where(tfoot th){border-top:.0625rem solid;border-top:calc(.0625rem*var(--mantine-scale)) solid;border-color:#dee2e6;border-color:var(--mantine-color-gray-3)}.m_d6493fad :where(table) :where(td){border-bottom:.0625rem solid;border-bottom:calc(.0625rem*var(--mantine-scale)) solid;border-color:#dee2e6;border-color:var(--mantine-color-gray-3);font-size:.875rem;font-size:var(--mantine-font-size-sm);padding:.625rem .75rem;padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm)}.m_d6493fad :where(table) :where(tr:last-of-type td){border-bottom:0}.m_d6493fad :where(blockquote){border-radius:.25rem;border-radius:var(--mantine-radius-sm);font-size:1.125rem;font-size:var(--mantine-font-size-lg);line-height:1.55;line-height:var(--mantine-line-height);margin:1rem 0;margin:var(--mantine-spacing-md) 0;padding:1rem 1.25rem;padding:var(--mantine-spacing-md) var(--mantine-spacing-lg)}:where([data-mantine-color-scheme=light]) .m_d6493fad :where(blockquote){background-color:#f8f9fa;background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(blockquote){background-color:#1f1f1f;background-color:var(--mantine-color-dark-8)}.m_dd3f7539{border:calc(.0625rem*var(--mantine-scale)) solid;border-radius:var(--mantine-radius-default);position:relative}:where([data-mantine-color-scheme=light]) .m_dd3f7539{border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_dd3f7539{border-color:var(--mantine-color-dark-4)}.m_d37966d9{margin:0;padding:0}.m_d37966d9 li>p{margin:0}.m_d37966d9 ol li,.m_d37966d9 ul li{margin-top:calc(.125rem*var(--mantine-scale))}.m_d37966d9 p{margin-bottom:calc(.4375rem*var(--mantine-scale))}.m_d37966d9 h1,.m_d37966d9 h2,.m_d37966d9 h3,.m_d37966d9 h4,.m_d37966d9 h5,.m_d37966d9 h6,.m_d37966d9 p{margin-top:0}.m_c2204cc2{background-color:var(--mantine-color-body);border-radius:var(--mantine-radius-default)}.m_c2204cc2 .ProseMirror{outline:0;padding:var(--mantine-spacing-md)}.m_c2204cc2 .ProseMirror>:last-child{margin-bottom:0}.m_c2204cc2 .ProseMirror p.is-editor-empty:first-of-type:before{color:var(--mantine-color-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.m_c2204cc2 pre{border-radius:var(--mantine-radius-default);font-family:var(--mantine-font-family-monospace);padding:var(--mantine-spacing-sm) var(--mantine-spacing-md)}:where([data-mantine-color-scheme=light]) .m_c2204cc2 pre{--code-color-comment:var(--mantine-color-gray-5);--code-color-var:var(--mantine-color-red-7);--code-color-number:var(--mantine-color-blue-7);--code-color-title:var(--mantine-color-pink-7);--code-color-keyword:var(--mantine-color-violet-7);background-color:var(--mantine-color-gray-0);color:var(--mantine-color-gray-9)}:where([data-mantine-color-scheme=dark]) .m_c2204cc2 pre{--code-color-comment:var(--mantine-color-dark-2);--code-color-var:var(--mantine-color-red-5);--code-color-number:var(--mantine-color-cyan-5);--code-color-title:var(--mantine-color-yellow-5);--code-color-keyword:var(--mantine-color-violet-3);background-color:var(--mantine-color-dark-8);color:var(--mantine-color-dark-1)}.m_c2204cc2 pre code{background:none!important;color:inherit;font-size:var(--mantine-font-size-sm);padding:0}.m_c2204cc2 pre .hljs-comment,.m_c2204cc2 pre .hljs-quote{color:var(--code-color-comment)}.m_c2204cc2 pre .hljs-attribute,.m_c2204cc2 pre .hljs-link,.m_c2204cc2 pre .hljs-name,.m_c2204cc2 pre .hljs-regexp,.m_c2204cc2 pre .hljs-selector-class,.m_c2204cc2 pre .hljs-selector-id,.m_c2204cc2 pre .hljs-tag,.m_c2204cc2 pre .hljs-template-variable,.m_c2204cc2 pre .hljs-variable{color:var(--code-color-var)}.m_c2204cc2 pre .hljs-built_in,.m_c2204cc2 pre .hljs-builtin-name,.m_c2204cc2 pre .hljs-literal,.m_c2204cc2 pre .hljs-meta,.m_c2204cc2 pre .hljs-number,.m_c2204cc2 pre .hljs-params,.m_c2204cc2 pre .hljs-type{color:var(--code-color-number)}.m_c2204cc2 pre .hljs-bullet,.m_c2204cc2 pre .hljs-string,.m_c2204cc2 pre .hljs-symbol{color:var(--code-color-var)}.m_c2204cc2 pre .hljs-section,.m_c2204cc2 pre .hljs-title{color:var(--code-color-title)}.m_c2204cc2 pre .hljs-keyword,.m_c2204cc2 pre .hljs-selector-tag{color:var(--code-color-keyword)}.m_c2204cc2 pre .hljs-emphasis{font-style:italic}.m_c2204cc2 pre .hljs-strong{font-weight:700}.m_8a991b4f{background-color:var(--mantine-color-body)}.m_c2207da6{align-items:center;border:calc(.0625rem*var(--mantine-scale)) solid;border-radius:var(--mantine-radius-default);cursor:default;display:flex;height:calc(1.625rem*var(--mantine-scale));justify-content:center;min-width:calc(1.625rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_c2207da6{background-color:var(--mantine-color-white);border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_c2207da6{background-color:var(--mantine-color-dark-6);border-color:var(--mantine-color-dark-4)}.m_c2207da6:where([data-disabled]){cursor:not-allowed}:where([data-mantine-color-scheme=light]) .m_c2207da6:where([data-disabled]){background-color:var(--mantine-color-gray-1);color:var(--mantine-color-gray-5)}:where([data-mantine-color-scheme=dark]) .m_c2207da6:where([data-disabled]){background-color:var(--mantine-color-dark-5);color:var(--mantine-color-dark-3)}.m_c2207da6:where([data-interactive]){cursor:pointer}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_c2207da6:where([data-interactive]):hover{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_c2207da6:where([data-interactive]):hover{background-color:var(--mantine-color-dark-5)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_c2207da6:where([data-interactive]):active{background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_c2207da6:where([data-interactive]):active{background-color:var(--mantine-color-dark-5)}}.m_c2207da6:where([data-active]){background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-light-color)}@media (hover:hover){.m_c2207da6:where([data-active]):hover{background-color:var(--mantine-primary-color-light-hover)}}@media (hover:none){.m_c2207da6:where([data-active]):active{background-color:var(--mantine-primary-color-light-hover)}}.m_2ab47ef2{background-color:var(--mantine-color-body);display:flex}.m_2ab47ef2 [data-rich-text-editor-control]{border-radius:0}[dir=ltr] .m_2ab47ef2 [data-rich-text-editor-control]:not(:last-of-type){border-right-width:0}[dir=rtl] .m_2ab47ef2 [data-rich-text-editor-control]:not(:last-of-type){border-left-width:0}[dir=ltr] .m_2ab47ef2 [data-rich-text-editor-control]:last-of-type{border-top-right-radius:var(--mantine-radius-default)}[dir=rtl] .m_2ab47ef2 [data-rich-text-editor-control]:last-of-type{border-top-left-radius:var(--mantine-radius-default)}[dir=ltr] .m_2ab47ef2 [data-rich-text-editor-control]:last-of-type{border-bottom-right-radius:var(--mantine-radius-default)}[dir=rtl] .m_2ab47ef2 [data-rich-text-editor-control]:last-of-type{border-bottom-left-radius:var(--mantine-radius-default)}[dir=ltr] .m_2ab47ef2 [data-rich-text-editor-control]:first-of-type{border-top-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_2ab47ef2 [data-rich-text-editor-control]:first-of-type{border-top-right-radius:var(--mantine-radius-default)}[dir=ltr] .m_2ab47ef2 [data-rich-text-editor-control]:first-of-type{border-bottom-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_2ab47ef2 [data-rich-text-editor-control]:first-of-type{border-bottom-right-radius:var(--mantine-radius-default)}.m_b67b711e{display:flex}[dir=ltr] .m_296cf94c{border-top-right-radius:0}[dir=rtl] .m_296cf94c{border-top-left-radius:0}[dir=ltr] .m_296cf94c{border-bottom-right-radius:0}[dir=rtl] .m_296cf94c{border-bottom-left-radius:0}[dir=ltr] .m_296cf94c{border-right:0}[dir=rtl] .m_296cf94c{border-left:0}.m_cfef614{align-items:center;border:calc(.0625rem*var(--mantine-scale)) solid;border-radius:var(--mantine-radius-default);color:var(--mantine-color-text);display:flex;height:calc(1.5rem*var(--mantine-scale));justify-content:center;width:calc(1.5rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_cfef614{background-color:var(--mantine-color-white);border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_cfef614{background-color:var(--mantine-color-dark-7);border-color:var(--mantine-color-dark-4)}.m_cfef614:where([data-active]){background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-filled)}@media (hover:hover){.m_cfef614:where([data-active]):hover{background-color:var(--mantine-primary-color-light-hover)}}@media (hover:none){.m_cfef614:where([data-active]):active{background-color:var(--mantine-primary-color-light-hover)}}[dir=ltr] .m_3b28e7bb{border-top-left-radius:0}[dir=rtl] .m_3b28e7bb{border-top-right-radius:0}[dir=ltr] .m_3b28e7bb{border-bottom-left-radius:0}[dir=rtl] .m_3b28e7bb{border-bottom-right-radius:0}[dir=ltr] .m_4574a3c4{border-top-right-radius:var(--mantine-radius-default)}[dir=ltr] .m_4574a3c4,[dir=rtl] .m_4574a3c4{border-top-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_4574a3c4{border-top-right-radius:var(--mantine-radius-default)}.m_4574a3c4{align-items:center;background-color:var(--mantine-color-body);border-bottom:calc(.0625rem*var(--mantine-scale)) solid;display:flex;flex-wrap:wrap;gap:var(--mantine-spacing-sm);padding:var(--mantine-spacing-xs) var(--mantine-spacing-md);top:0;top:var(--rte-sticky-offset,0);z-index:1}:where([data-mantine-color-scheme=light]) .m_4574a3c4{border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_4574a3c4{border-color:var(--mantine-color-dark-4)}.m_4574a3c4:where([data-sticky]){position:sticky}[dir=ltr] .m_8b44009a{padding-left:0}[dir=rtl] .m_8b44009a{padding-right:0}.m_8b44009a{list-style-type:none;padding:0}.m_8b44009a :where(li){display:flex;margin:0;padding:0}.m_8b44009a :where(ul){margin-top:calc(.3125rem*var(--mantine-scale))}.m_8b44009a p{margin:0;padding:0}.m_8b44009a :where(label){display:inline-block}.m_8b44009a :where(input){-webkit-appearance:none;-moz-appearance:none;appearance:none;border:calc(.0625rem*var(--mantine-scale)) solid;border-radius:var(--mantine-radius-default);cursor:pointer;height:calc(1.125rem*var(--mantine-scale));position:relative;vertical-align:middle;width:calc(1.125rem*var(--mantine-scale))}:where([data-mantine-color-scheme=light]) .m_8b44009a :where(input){background-color:var(--mantine-color-white);border-color:var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_8b44009a :where(input){background-color:var(--mantine-color-dark-6);border-color:var(--mantine-color-dark-4)}.m_8b44009a :where(input):checked{background-color:var(--mantine-primary-color-filled);border-color:var(--mantine-primary-color-filled)}.m_8b44009a :where(input):checked:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMCA3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNCA0LjU4NiAxLjcwNyAyLjI5M0ExIDEgMCAxIDAgLjI5MyAzLjcwN2wzIDNhLjk5Ny45OTcgMCAwIDAgMS40MTQgMGw1LTVBMSAxIDAgMSAwIDguMjkzLjI5M0w0IDQuNTg2eiIvPjwvc3ZnPg==");background-position:50%;background-repeat:no-repeat;background-size:calc(.625rem*var(--mantine-scale));bottom:0;content:"";left:0;position:absolute;right:0;top:0}[dir=ltr] .m_8b44009a :where(li>label){margin-right:var(--mantine-spacing-sm)}[dir=rtl] .m_8b44009a :where(li>label){margin-left:var(--mantine-spacing-sm)}.m_468e7eda{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-bottom:0;padding-top:0}.m_468e7eda::-webkit-calendar-picker-indicator,.m_468e7eda::-webkit-clear-button{display:none}.m_468e7eda::-webkit-datetime-edit-hour-field,.m_468e7eda::-webkit-datetime-edit-minute-field,.m_468e7eda::-webkit-datetime-edit-second-field{display:inline;max-height:calc(1.875rem*var(--mantine-scale));padding-top:0}.m_468e7eda::-webkit-datetime-edit-hour-field:focus,.m_468e7eda::-webkit-datetime-edit-minute-field:focus,.m_468e7eda::-webkit-datetime-edit-second-field:focus{background-color:var(--mantine-primary-color-filled);color:var(--mantine-color-white)}.m_396ce5cb{--day-size-xs:calc(1.875rem*var(--mantine-scale));--day-size-sm:calc(2.25rem*var(--mantine-scale));--day-size-md:calc(2.625rem*var(--mantine-scale));--day-size-lg:calc(3rem*var(--mantine-scale));--day-size-xl:calc(3.375rem*var(--mantine-scale));--day-size:var(--day-size-sm);align-items:center;background-color:transparent;border-radius:var(--mantine-radius-default);color:var(--mantine-color-text);cursor:pointer;display:inline-flex;font-size:calc(var(--day-size)/2.8);height:var(--day-size-sm);height:var(--day-size,var(--day-size-sm));justify-content:center;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--day-size-sm);width:var(--day-size,var(--day-size-sm))}@media (hover:hover){[data-mantine-color-scheme=light] .m_396ce5cb:hover:where(:not([data-static]):not([data-disabled]):not([data-selected]):not([data-in-range])){background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_396ce5cb:hover:where(:not([data-static]):not([data-disabled]):not([data-selected]):not([data-in-range])){background-color:var(--mantine-color-dark-5)}}@media (hover:none){[data-mantine-color-scheme=light] .m_396ce5cb:active:where(:not([data-static]):not([data-disabled]):not([data-selected]):not([data-in-range])){background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_396ce5cb:active:where(:not([data-static]):not([data-disabled]):not([data-selected]):not([data-in-range])){background-color:var(--mantine-color-dark-5)}}.m_396ce5cb:where([data-static]){cursor:default;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.m_396ce5cb:where([data-weekend]){color:var(--mantine-color-red-6)}.m_396ce5cb:where([data-outside]){color:var(--mantine-color-dimmed);opacity:.5}.m_396ce5cb:where(:disabled,[data-disabled]){color:var(--mantine-color-dimmed);cursor:not-allowed;opacity:.5}.m_396ce5cb:where([data-hidden]){display:none}:where([data-mantine-color-scheme=light]) .m_396ce5cb:where([data-today][data-highlight-today]:not([data-selected]):not([data-in-range])){border:1px solid var(--mantine-color-gray-4)}:where([data-mantine-color-scheme=dark]) .m_396ce5cb:where([data-today][data-highlight-today]:not([data-selected]):not([data-in-range])){border:1px solid var(--mantine-color-dark-4)}.m_396ce5cb:where([data-in-range]){background-color:var(--mantine-primary-color-light-hover);border-radius:0}@media (hover:hover){.m_396ce5cb:where([data-in-range]):hover:where(:not([data-disabled]):not([data-static])){background-color:var(--mantine-primary-color-light)}}@media (hover:none){.m_396ce5cb:where([data-in-range]):active:where(:not([data-disabled]):not([data-static])){background-color:var(--mantine-primary-color-light)}}[dir=ltr] .m_396ce5cb:where([data-first-in-range]){border-top-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_396ce5cb:where([data-first-in-range]){border-top-right-radius:var(--mantine-radius-default)}[dir=ltr] .m_396ce5cb:where([data-first-in-range]){border-bottom-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_396ce5cb:where([data-first-in-range]){border-bottom-right-radius:var(--mantine-radius-default)}.m_396ce5cb:where([data-first-in-range]){border-radius:0}[dir=ltr] .m_396ce5cb:where([data-last-in-range]){border-bottom-right-radius:var(--mantine-radius-default)}[dir=rtl] .m_396ce5cb:where([data-last-in-range]){border-bottom-left-radius:var(--mantine-radius-default)}[dir=ltr] .m_396ce5cb:where([data-last-in-range]){border-top-right-radius:var(--mantine-radius-default)}[dir=rtl] .m_396ce5cb:where([data-last-in-range]){border-top-left-radius:var(--mantine-radius-default)}.m_396ce5cb:where([data-last-in-range]){border-radius:0}.m_396ce5cb:where([data-last-in-range][data-first-in-range]){border-radius:var(--mantine-radius-default)}.m_396ce5cb:where([data-selected]){background-color:var(--mantine-primary-color-filled);color:var(--mantine-primary-color-contrast)}@media (hover:hover){.m_396ce5cb:where([data-selected]):hover:where(:not([data-disabled]):not([data-static])){background-color:var(--mantine-primary-color-filled-hover)}}@media (hover:none){.m_396ce5cb:where([data-selected]):active:where(:not([data-disabled]):not([data-static])){background-color:var(--mantine-primary-color-filled-hover)}}.m_18a3eca{color:var(--mantine-color-dimmed);font-size:var(--mantine-font-size-sm);font-size:var(--wr-fz,var(--mantine-font-size-sm));font-weight:400;padding-bottom:calc(var(--wr-spacing, var(--mantine-spacing-sm))/2);text-transform:capitalize}.m_cc9820d3{border-collapse:collapse;table-layout:fixed}.m_8f457cd5{padding:0}.m_8f457cd5:where([data-with-spacing]){padding:calc(.03125rem*var(--mantine-scale))}.m_dc6a3c71{--dpc-size-xs:calc(1.875rem*var(--mantine-scale));--dpc-size-sm:calc(2.25rem*var(--mantine-scale));--dpc-size-md:calc(2.625rem*var(--mantine-scale));--dpc-size-lg:calc(3rem*var(--mantine-scale));--dpc-size-xl:calc(3.375rem*var(--mantine-scale));--dpc-size:var(--dpc-size-sm);align-items:center;background-color:transparent;border-radius:var(--mantine-radius-default);color:var(--mantine-color-text);cursor:pointer;display:flex;font-size:var(--mantine-font-size-sm);font-size:var(--dpc-fz,var(--mantine-font-size-sm));height:var(--dpc-size);justify-content:center;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:calc((var(--dpc-size)*7)/3 + .09375rem*var(--mantine-scale))}@media (hover:hover){:where([data-mantine-color-scheme=light]) .m_dc6a3c71:hover:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_dc6a3c71:hover:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-dark-5)}}@media (hover:none){:where([data-mantine-color-scheme=light]) .m_dc6a3c71:active:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-gray-0)}:where([data-mantine-color-scheme=dark]) .m_dc6a3c71:active:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-dark-5)}}.m_dc6a3c71:where(:disabled,[data-disabled]){color:var(--mantine-color-dimmed);cursor:not-allowed;opacity:.5}.m_dc6a3c71:where([data-selected]){background-color:var(--mantine-primary-color-filled);color:var(--mantine-color-white);color:var(--mantine-primary-color-contrast,var(--mantine-color-white))}@media (hover:hover){.m_dc6a3c71:where([data-selected]):hover{background-color:var(--mantine-primary-color-filled-hover)}}@media (hover:none){.m_dc6a3c71:where([data-selected]):active{background-color:var(--mantine-primary-color-filled-hover)}}.m_dc6a3c71:where([data-in-range]){background-color:var(--mantine-primary-color-light-hover);border-radius:0}@media (hover:hover){.m_dc6a3c71:where([data-in-range]):hover{background-color:var(--mantine-primary-color-light)}}@media (hover:none){.m_dc6a3c71:where([data-in-range]):active{background-color:var(--mantine-primary-color-light)}}[dir=ltr] .m_dc6a3c71:where([data-first-in-range]){border-top-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_dc6a3c71:where([data-first-in-range]){border-top-right-radius:var(--mantine-radius-default)}[dir=ltr] .m_dc6a3c71:where([data-first-in-range]){border-bottom-left-radius:var(--mantine-radius-default)}[dir=rtl] .m_dc6a3c71:where([data-first-in-range]){border-bottom-right-radius:var(--mantine-radius-default)}.m_dc6a3c71:where([data-first-in-range]){border-radius:0}[dir=ltr] .m_dc6a3c71:where([data-last-in-range]){border-bottom-right-radius:var(--mantine-radius-default)}[dir=rtl] .m_dc6a3c71:where([data-last-in-range]){border-bottom-left-radius:var(--mantine-radius-default)}[dir=ltr] .m_dc6a3c71:where([data-last-in-range]){border-top-right-radius:var(--mantine-radius-default)}[dir=rtl] .m_dc6a3c71:where([data-last-in-range]){border-top-left-radius:var(--mantine-radius-default)}.m_dc6a3c71:where([data-last-in-range]){border-radius:0}.m_dc6a3c71:where([data-first-in-range][data-last-in-range]){border-radius:var(--mantine-radius-default)}.m_9206547b{border-collapse:collapse;border-width:0}.m_c5a19c7d{padding:0}.m_c5a19c7d:where([data-with-spacing]){padding:calc(.03125rem*var(--mantine-scale))}.m_2a6c32d{border-collapse:collapse;border-width:0;cursor:pointer}.m_fe27622f{padding:0}.m_fe27622f:where([data-with-spacing]){padding:calc(.03125rem*var(--mantine-scale))}.m_730a79ed{--dch-control-size-xs:calc(1.875rem*var(--mantine-scale));--dch-control-size-sm:calc(2.25rem*var(--mantine-scale));--dch-control-size-md:calc(2.625rem*var(--mantine-scale));--dch-control-size-lg:calc(3rem*var(--mantine-scale));--dch-control-size-xl:calc(3.375rem*var(--mantine-scale));--dch-control-size:var(--dch-control-size-sm);display:flex;margin-bottom:var(--mantine-spacing-xs);max-width:calc(var(--dch-control-size)*7 + .4375rem*var(--mantine-scale))}.m_2351eeb0,.m_f6645d97{align-items:center;border-radius:var(--mantine-radius-default);cursor:pointer;display:flex;height:var(--dch-control-size);justify-content:center;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){[data-mantine-color-scheme=light] .m_2351eeb0:hover:where(:not([data-disabled]):not(:disabled)),[data-mantine-color-scheme=light] .m_f6645d97:hover:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_2351eeb0:hover:where(:not([data-disabled]):not(:disabled)),[data-mantine-color-scheme=dark] .m_f6645d97:hover:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-dark-5)}}@media (hover:none){[data-mantine-color-scheme=light] .m_2351eeb0:active:where(:not([data-disabled]):not(:disabled)),[data-mantine-color-scheme=light] .m_f6645d97:active:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .m_2351eeb0:active:where(:not([data-disabled]):not(:disabled)),[data-mantine-color-scheme=dark] .m_f6645d97:active:where(:not([data-disabled]):not(:disabled)){background-color:var(--mantine-color-dark-5)}}.m_2351eeb0:where(:disabled,[data-disabled]),.m_f6645d97:where(:disabled,[data-disabled]){cursor:not-allowed;opacity:.2}.m_2351eeb0{width:var(--dch-control-size)}.m_f6645d97{flex:1;font-size:var(--mantine-font-size-sm);font-size:var(--dch-fz,var(--mantine-font-size-sm));font-weight:500;text-transform:capitalize}.m_367dc749{height:60%;width:60%}.m_367dc749:where([data-direction=next]){transform:rotate(270deg)}:where([dir=rtl]) .m_367dc749:where([data-direction=next]){transform:rotate(90deg)}.m_367dc749:where([data-direction=previous]){transform:rotate(90deg)}:where([dir=rtl]) .m_367dc749:where([data-direction=previous]){transform:rotate(270deg)}.m_30b26e33{display:flex;gap:var(--mantine-spacing-md)}.m_6fa5e2aa{cursor:pointer;line-height:inherit}.m_6fa5e2aa:where([data-read-only]){cursor:default}.m_208d2562{align-items:stretch;display:flex;margin-top:var(--mantine-spacing-md)}[dir=ltr] .m_62ee059{margin-right:var(--mantine-spacing-md)}[dir=rtl] .m_62ee059{margin-left:var(--mantine-spacing-md)}.m_62ee059{flex:1}
/*# sourceMappingURL=vendor.39e62ed11966c2a32121.css.map*/