@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";.alert{border-radius:0 2px 2px 0;box-shadow:0 1px 4px #0003;box-sizing:border-box;display:grid;gap:4px 20px;grid-template-areas:"title close" "description close";grid-template-columns:1fr 16px;grid-template-rows:max-content max-content;padding:16px;position:relative;width:400px;z-index:10}.alert:before{border-radius:8px 0 0 8px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:2px}.alert__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px;grid-area:title}.alert__description{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;grid-area:description}.alert__type-icon{grid-area:icon}.alert__close-icon{align-self:start;color:#000c;cursor:pointer;height:16px;width:16px}.alert_icon{align-items:center;grid-template-areas:"icon title close" "icon description close";grid-template-columns:20px 1fr 16px;grid-template-rows:max-content max-content}.alert_error{background:#fdf6f6}.alert_error:before{background:#d95151}.alert_error .alert__title,.alert_error .alert__type-icon{color:#d95151}.alert_info{background:#f5f8fc}.alert_info:before{background:#3179bc}.alert_info .alert__title,.alert_info .alert__type-icon{color:#3179bc}.alert_success{background:#edfaed}.alert_success:before{background:#4fb653}.alert_success .alert__title,.alert_success .alert__type-icon{color:#4fb653}.alert_warning{background:#f3f9f4}.alert_warning:before{background:#67b378}.alert_warning .alert__title,.alert_warning .alert__type-icon{color:#67b378}.alert-block{display:grid;gap:12px;max-height:calc(100vh - 32px);overflow:auto;padding-right:20px;position:absolute;right:0;top:16px;z-index:1100}@media print{.alert-block{display:none}}.loader{align-items:center;box-sizing:border-box;display:flex;flex:1;justify-content:center;max-width:100vw;padding:10px;width:100%}.loader_position_right{height:100%;justify-content:flex-end;padding:0;position:absolute;z-index:20}.loader_position_right .loader__spinner{height:100%;width:auto}.loader_position_left{justify-content:flex-start}.loader_position_overlay{background-color:#00000005;height:100%;left:0;padding:0 0 10vh;position:absolute;top:0;width:100%;z-index:20}.loader_position_fixed{background-color:#00000005;inset:0;padding:0 0 10vh;position:fixed;z-index:20}.loader__spinner{height:50px;width:50px}.loader_size_small{padding:0}.loader_size_small .loader__spinner{height:20px;width:20px}.external-link{outline:none;color:inherit;text-decoration:none}.external-link:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.external-link:focus:not(:focus-visible){box-shadow:none}.external-link:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.external-link_decorated{text-decoration:underline}.external-link_printable{cursor:default;pointer-events:none}.external-link_with-hover:hover{text-decoration:underline}.image-with-fallback{height:auto;width:100%}.image-with-fallback_cover{object-fit:cover}.image-with-fallback_contain{object-fit:contain}.image-with-fallback__fallback{align-content:center;background-color:#00000008;display:grid;gap:12px;height:100%;justify-items:center;width:100%}.image-with-fallback__fallback-icon{color:#0003;height:48px;width:48px}.image-with-fallback__fallback-text{color:#0003;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;max-width:120px;text-align:center}.icon-button{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;background:transparent;border-radius:4px;color:#000c;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.icon-button:enabled{cursor:pointer}.icon-button:disabled{cursor:default}.icon-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.icon-button:focus:not(:focus-visible){box-shadow:none}.icon-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.icon-button svg{height:20px;transition:color .15s;width:20px}.icon-button_disabled{color:#c4c4c4;cursor:default;pointer-events:none}.icon-button_disabled:not(.icon-button_halo,.icon-button_plain){background-color:#f2f2f2}@media not print{.icon-button_halo{height:32px;position:relative;width:32px}.icon-button_halo:not(.icon-button_disabled){color:var(--color-theme-accent)}.icon-button_halo:after,.icon-button_halo:before{background-color:var(--color-theme-accent);border-radius:50%;content:"";height:0;left:50%;opacity:.05;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all ease-in-out .15s;width:0}.icon-button_halo:hover:after{height:32px;width:32px}.icon-button_halo:active:before{height:32px;width:32px}}.icon-button_plain{height:20px;width:20px}.icon-button_square,.icon-button_circle{height:32px;transition:background-color .15s;width:32px}.icon-button_square svg,.icon-button_circle svg{height:16px;width:16px}.icon-button_square.icon-button_dark:not(.icon-button_disabled),.icon-button_circle.icon-button_dark:not(.icon-button_disabled),.icon-button_ghost.icon-button_dark:not(.icon-button_disabled){background-color:#3b3b3b;color:#fff}.icon-button_square.icon-button_dark:not(.icon-button_disabled):hover,.icon-button_circle.icon-button_dark:not(.icon-button_disabled):hover,.icon-button_ghost.icon-button_dark:not(.icon-button_disabled):hover{background-color:#626262}.icon-button_square.icon-button_dark:not(.icon-button_disabled):active,.icon-button_circle.icon-button_dark:not(.icon-button_disabled):active,.icon-button_ghost.icon-button_dark:not(.icon-button_disabled):active{background-color:#767676}.icon-button_square.icon-button_light:not(.icon-button_disabled),.icon-button_circle.icon-button_light:not(.icon-button_disabled),.icon-button_ghost.icon-button_light:not(.icon-button_disabled){background-color:rgba(var(--color-theme-assist-rgb),.08)}.icon-button_square.icon-button_light:not(.icon-button_disabled):hover,.icon-button_circle.icon-button_light:not(.icon-button_disabled):hover,.icon-button_ghost.icon-button_light:not(.icon-button_disabled):hover{background-color:rgba(var(--color-theme-assist-rgb),.16)}.icon-button_square.icon-button_light:not(.icon-button_disabled):active,.icon-button_circle.icon-button_light:not(.icon-button_disabled):active,.icon-button_ghost.icon-button_light:not(.icon-button_disabled):active{background-color:rgba(var(--color-theme-assist-rgb),.2)}.icon-button_filled:not(.icon-button_disabled){background-color:var(--color-theme-accent);color:#fff;overflow:hidden;position:relative}.icon-button_filled:not(.icon-button_disabled):after{background-color:transparent;content:"";inset:0;pointer-events:none;position:absolute;transition:background-color .15s}.icon-button_filled:not(.icon-button_disabled):hover:after{background-color:#fff3}.icon-button_filled:not(.icon-button_disabled):active:after{background-color:#ffffff4d}.icon-button_square,.icon-button_ghost,.icon-button_filled{border-radius:8px}.icon-button_circle{border-radius:50%}.icon-button_size_oversize{height:52px;width:52px}.icon-button_size_normal{height:40px;width:40px}.icon-button_size_normal svg{height:16px;width:16px}.icon-button_size_flattened{height:32px;width:32px}.icon-button_size_flattened svg{height:16px;width:16px}.icon-button_size_mini{height:28px;width:28px}.icon-button_size_mini svg{height:16px;width:16px}.attachment{margin:0;padding:0;border-radius:8px;height:fit-content;overflow:hidden;position:relative}.attachment_thumb{height:64px;overflow:initial;padding:2px;width:64px}.attachment_thumb .attachment__img{height:64px;width:64px}.attachment_thumb-without-overflow{overflow:hidden}.attachment_thumb-document{width:152px}.attachment_loading{height:322px;width:322px}.attachment__loader{padding:0}.attachment__button{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;border-radius:8px;position:relative}.attachment__button:enabled{cursor:pointer}.attachment__button:disabled{cursor:default}.attachment__button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.attachment__button:focus:not(:focus-visible){box-shadow:none}.attachment__button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.attachment__img{border-radius:8px;display:grid}.attachment__button:not(:focus-visible) .attachment__img_selected{outline:solid 2px var(--color-theme-assist)}.attachment__document{background-color:rgba(var(--color-theme-assist-rgb),.1);border-radius:8px;box-sizing:border-box;display:grid;gap:8px;justify-items:center;padding:12px;width:152px}.attachment__document_printable{cursor:default;pointer-events:none}.attachment__document-icon{color:var(--color-theme-assist);height:20px;width:20px}.attachment__document-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;line-height:12px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:128px}.attachment__icon-button{position:absolute}.attachment__icon-button_cancel{height:20px;right:-10px;top:-10px;width:20px}.attachment__icon-button_cancel svg{height:12px;width:12px}.attachment__icon-button_delete{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;background-color:#ffffffe6;border-radius:4px;bottom:16px;box-shadow:0 -1px 4px #0000000a,0 2px 4px #00000029;color:#000c;display:grid;height:28px;justify-content:center;right:16px;width:28px}.attachment__icon-button_delete:enabled{cursor:pointer}.attachment__icon-button_delete:disabled{cursor:default}.attachment__icon-button_delete:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.attachment__icon-button_delete:focus:not(:focus-visible){box-shadow:none}.attachment__icon-button_delete:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.attachment__icon-button_delete svg{height:20px;width:20px}.attachment-status-label{color:#fff;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:10px;font-weight:500;line-height:1.2;letter-spacing:.24px;line-height:16px;border-radius:0 8px;bottom:0;height:16px;left:0;padding:4px;position:absolute;text-align:center;width:16px}.attachment-status-label_qa{background-color:#7b67cc}.attachment-status-label_ft{background-color:#00bd79}.tooltip{animation:.15s ease-in-out forwards fadeIn;background-color:#666;border-radius:8px;box-sizing:border-box;padding:8px 12px;position:fixed;white-space:nowrap;z-index:10000}.tooltip__text{color:#ffffffe6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;margin:0}.tooltip_light{background-color:#f6f6f6}.tooltip_light .tooltip__text{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.tooltip_bottom{transform:translate(-50%,8px)}.tooltip_bottom:before{left:50%;top:-5px;transform:translate(-50%) rotate(90deg)}.tooltip_top{transform:translate(-50%,calc(-100% - 8px))}.tooltip_top:before{bottom:-5px;left:50%;transform:translate(-50%) rotate(-90deg)}.tooltip_left{transform:translate(calc(-100% - 8px),-50%)}.tooltip_left:before{right:-5px;top:50%;transform:translateY(-50%) rotate(180deg)}.tooltip_right{transform:translate(8px,-50%)}.tooltip_right:before{left:-5px;top:50%;transform:translateY(-50%)}.tooltip_with-tail:before{background:#666;clip-path:polygon(50% 0,50% 50%,50% 100%,0 50%);content:"";display:block;height:12px;position:absolute;width:12px}.tooltip_unmounting{animation:.15s ease-in-out forwards fadeOut}.text-error{color:#f9919a;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;bottom:-20px;display:block;line-height:160%;position:absolute;right:0;text-align:right}.text-error_input-error{color:#d95151;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;bottom:-17px}.date-picker-icon{border-radius:0}.date-picker-icon:disabled .date-picker-icon__check-icon{opacity:1}.date-picker-icon .date-picker-icon__check-icon{color:var(--color-theme-assist)}.date-picker-icon_invalid{color:#d95151}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:#0000001a}.numInputWrapper span:active{background:#0003}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:#0000000d}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:#0000000d}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#0000000d}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.input-date-picker{position:relative}.label{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;background:#fff;left:7px;padding:0 4px;position:absolute;top:-10px;transition:top .15s,padding .15s,font-size .15s,left .15s}.label_mini.label_placeholder{font-size:13px;left:8px;letter-spacing:.25px;line-height:20px}.label_placeholder{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;left:12px;padding:0;pointer-events:none;top:50%;transform:translateY(-50%)}.label_invalid{color:#d95151}.label_disabled{background:transparent;color:#0003}.label_hidden{display:none}.add-button .add-button__button{background-color:rgba(var(--color-theme-assist-rgb),.08)}.add-button .add-button__button:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.add-button .add-button__button:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.add-button_flattened{width:100%}.add-button_flattened .add-button__button{border-radius:16px}.add-button_oversize .add-button__button svg{height:20px;width:20px}.checkbox{box-sizing:border-box;position:relative}.checkbox__input{height:0;left:0;margin:0;opacity:0;position:absolute;top:0;width:0}.checkbox__texts{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;align-items:center;display:grid;gap:6px;grid-template-columns:1fr}.checkbox__label{align-items:center;box-sizing:border-box;cursor:pointer;display:grid;gap:12px;text-align:left;width:100%}.checkbox__icon-wrapper{box-sizing:border-box;display:flex;height:24px;padding:2px;width:24px}.checkbox__square-icon{background:#fff;border:1px solid rgba(0,0,0,.3);border-radius:4px;box-sizing:border-box;height:20px;position:relative;transition:all ease-in-out .15s;width:20px}.checkbox__square-icon:after,.checkbox__square-icon:before{background:#0000000a;border-radius:50%;content:"";display:block;height:0;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all ease-in-out .15s;width:0;z-index:-1}.checkbox__check-icon{border:none;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox_with-content .checkbox__label{grid-template-columns:24px 1fr}.checkbox.checkbox_checked .checkbox__check-icon{background:transparent;border-bottom:1px solid rgba(0,0,0,.8);border-left:1px solid rgba(0,0,0,.8);height:5px;transform:translate(-50%,-50%) rotate(-45deg) translate(1px,-1px);width:10px}.checkbox.checkbox_semi .checkbox__check-icon{background:transparent;border-radius:1px;box-sizing:border-box;height:8px;transform:translate(-50%,-50%);width:8px}.checkbox.checkbox_semi.checkbox_checked .checkbox__check-icon{background:#000c;border:1px solid rgba(0,0,0,.8)}.checkbox_error:not(.checkbox_disabled) .checkbox__texts{color:#d72323}.checkbox_error:not(.checkbox_disabled) .checkbox__square-icon{border-color:#f9919a}.checkbox_error:not(.checkbox_disabled) .checkbox__square-icon:after,.checkbox_error:not(.checkbox_disabled) .checkbox__square-icon:before{background:#d723230f}.checkbox_error:not(.checkbox_disabled).checkbox_checked .checkbox__check-icon{border-color:#d72323}.checkbox_error:not(.checkbox_disabled).checkbox_semi.checkbox_checked .checkbox__check-icon{background-color:#d72323;border-color:#d72323}.checkbox_disabled .checkbox__texts{color:#0003}.checkbox_disabled .checkbox__label{cursor:default}.checkbox_disabled .checkbox__square-icon{background:#f2f2f2;border-color:#f2f2f2}.checkbox_disabled.checkbox_checked .checkbox__check-icon{border-bottom:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(0,0,0,.2)}.checkbox_disabled.checkbox_semi.checkbox_checked .checkbox__check-icon{background:#c4c4c4;border:1px solid #c4c4c4}@media not print{.checkbox:not(.checkbox_disabled) .checkbox__label:hover .checkbox__square-icon{border-color:#00000080}.checkbox:not(.checkbox_disabled) .checkbox__label:hover .checkbox__square-icon:before{height:40px;width:40px}.checkbox:not(.checkbox_disabled) .checkbox__label:active .checkbox__square-icon{border-color:#00000080}.checkbox:not(.checkbox_disabled) .checkbox__label:active .checkbox__square-icon:after{height:40px;width:40px}.checkbox__input:focus-visible+.checkbox__texts .checkbox__square-icon{border-color:#0000004d}.checkbox__input:focus-visible+.checkbox__texts .checkbox__square-icon:before{background-color:#fff;border:2px solid #35cdfd;border-radius:5px;height:22px;opacity:1;width:22px;z-index:-1}.checkbox__input:focus-visible+.checkbox__texts:hover .checkbox__square-icon{border-color:#0000004d}.checkbox__input:focus-visible+.checkbox__texts:hover .checkbox__square-icon:before{height:22px;width:22px}.checkbox_error:not(.checkbox_disabled) .checkbox__label:active .checkbox__square-icon,.checkbox_error:not(.checkbox_disabled) .checkbox__label:hover .checkbox__square-icon{border-color:#d72323}.checkbox_error:not(.checkbox_disabled) .checkbox__input:focus-visible+.checkbox__texts .checkbox__square-icon{border-color:#d72323}}.select-search{align-items:start;background-color:#fff;box-sizing:border-box;display:grid;gap:var(--input-regular-gap);grid-template-columns:1fr 20px;height:56px;padding:16px;position:sticky;top:0;z-index:10}.select-search:before{background-color:#c2c2c2;bottom:8px;content:"";height:1px;left:50%;position:absolute;transform:translate(-50%);transition:background-color .15s ease-in-out;width:calc(100% - 32px)}.select-search .select-search__icon_search{color:#0000004d;transition:color .15s ease-in-out}.select-search .select-search__icon_clear{height:12px;width:12px}.select-search:hover .select-search__icon_search{color:#00000080}.select-search:hover:before{background-color:#00000080}.select-search__input{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;border:none;line-height:20px;outline:none;padding:0;width:100%}.select-search__input::placeholder{color:#00000080}.select-dropdown{background-color:#fff;border-radius:8px;box-shadow:0 -1px 4px #0000000a,0 2px 4px #00000029;left:0;overflow:hidden;position:absolute;width:100%;z-index:999}.select-dropdown_top{bottom:calc(var(--input-regular-min-height) + 12px)}.select-dropdown_top.select-dropdown_flattened{bottom:calc(var(--input-flattened-min-height) + 12px)}.select-dropdown_top.select-dropdown_mini{bottom:calc(var(--input-mini-min-height) + 12px)}.select-dropdown_bottom{top:calc(var(--input-regular-min-height) + 4px)}.select-dropdown_bottom.select-dropdown_flattened{top:calc(var(--input-flattened-min-height) + 4px)}.select-dropdown_bottom.select-dropdown_mini{top:calc(var(--input-mini-min-height) + 4px)}.select-dropdown_search .select-dropdown__wrapper{max-height:216px}.select-dropdown_add-new{padding-bottom:64px}.select-dropdown_add-new.select-dropdown_search .select-dropdown__wrapper{max-height:300px}.select-dropdown_add-new .select-dropdown__wrapper{padding-bottom:0}.select-dropdown__wrapper{max-height:228px;overflow:auto;padding-bottom:8px}.select-dropdown_oversize .select-dropdown__wrapper{padding-bottom:10px;padding-top:8px}.select-dropdown__container{display:grid}.select-dropdown__header{background-color:#fff;display:grid;gap:12px;grid-auto-flow:column;padding:12px 16px;z-index:1}.select-dropdown__item{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;background-color:#fff;border:0;cursor:pointer;margin:0;min-height:40px;outline:none;padding:12px 16px;text-align:start;word-break:break-word}.select-dropdown__clear{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;outline:none;align-items:center;display:grid;gap:6px;grid-auto-flow:column;text-decoration:underline}.select-dropdown__clear:enabled{cursor:pointer}.select-dropdown__clear:disabled{cursor:default}.select-dropdown__clear:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.select-dropdown__clear:focus:not(:focus-visible){box-shadow:none}.select-dropdown__clear:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.select-dropdown__clear svg{height:16px;width:16px}.select-dropdown__clear:hover{background-color:#f7f7f7}.select-dropdown__item_active:not(.select-dropdown__item_checkbox){cursor:default}.select-dropdown__item_active{color:var(--color-theme-accent);font-weight:500;background:#f2f2f2}.select-dropdown__item:hover{background:#f7f7f7}.select-dropdown__item:focus-within{box-shadow:inset 0 0 0 1px #35cdfd}.select-dropdown__utility-label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px}.select-dropdown__utility-label_selected{color:var(--color-theme-accent)}.select-dropdown__item_empty{padding-bottom:20px;padding-top:20px}.select-dropdown__item_checkbox{padding:0}.select-dropdown__item_checkbox .checkbox__label{padding:12px 16px}.select-dropdown__item_checkbox .checkbox__label-text{font-size:13px}.select-dropdown__action{background-color:#fff;bottom:0;box-sizing:border-box;padding:12px 16px;position:absolute;width:100%}.select-dropdown__item-label{color:var(--color-theme-accent);font-weight:500}.select{position:relative;width:100%}.select_required .select__label:after{color:#d95151;content:" *"}.select__button{align-content:center;background-color:var(--input-bg-color);border:var(--input-border-width) solid var(--input-border-color);border-radius:var(--input-regular-border-radius);box-sizing:border-box;color:var(--input-text-color);cursor:pointer;display:grid;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:var(--input-regular-font-size);font-style:normal;font-weight:var(--input-font-weight);gap:var(--input-regular-gap);grid-template-columns:1fr 20px;height:var(--input-regular-min-height);letter-spacing:var(--input-regular-letter-spacing);line-height:var(--input-regular-line-height);outline:none;overflow:hidden;padding:0 var(--input-regular-padding-end) 0 var(--input-regular-padding-start);text-align:start;text-overflow:ellipsis;text-transform:var(--input-text-transform);transition:border-color .15s ease-in-out;white-space:nowrap;width:100%}.select__button_invalid{border-color:var(--input-invalid-border-color)}.select__button_invalid .label,.select__button_invalid .select__value,.select__button_invalid .select__icon{color:var(--input-invalid-text-color)}.select_flattened .select__button{align-items:center;border-radius:var(--input-flattened-border-radius);font-size:var(--input-flattened-font-size);gap:var(--input-flattened-gap);height:var(--input-flattened-min-height);letter-spacing:var(--input-flattened-letter-spacing);line-height:var(--input-flattened-line-height);padding-left:var(--input-flattened-padding-start);padding-right:var(--input-flattened-padding-end)}.select_mini .select__button{align-items:center;border-radius:var(--input-mini-border-radius);font-size:var(--input-mini-font-size);gap:var(--input-mini-gap);height:var(--input-mini-min-height);letter-spacing:var(--input-mini-letter-spacing);line-height:var(--input-mini-line-height);padding-left:var(--input-mini-padding-start);padding-right:var(--input-mini-padding-end)}.select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select .select__icon_arrow{transition:transform ease-in-out .15s}.select_open .select__icon_arrow{transform:rotate(180deg)}.select:hover:not(.select_disabled) .select__button{border-color:#00000080}.select:hover:not(.select_disabled) .select__button_invalid{border-color:#d95151}.select:focus-within:not(.select_disabled) .select__button{border-color:transparent;box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.select_disabled{pointer-events:none}.select_disabled .select__button{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);cursor:default}.select_disabled .select__icon{color:var(--input-disabled-icon-color)}.select_disabled .select__value{color:var(--input-disabled-text-color)}.select_disabled .select__label{background:transparent;color:var(--input-disabled-label-text-color)}.popup-catalog-cart{align-content:start;box-sizing:border-box;display:grid;gap:16px;height:calc(var(--vh, 1vh) * 100 - 712px + 592px);overflow:auto;padding:24px}@media(min-height:712px){.popup-catalog-cart{height:592px}}.popup-catalog-cart_empty{align-content:center}.popup-catalog-cart__title{margin:0;padding:0 24px 0 0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:28px;line-height:32px}.popup-catalog-cart__section{align-content:start;display:grid;gap:16px}.popup-catalog-cart__section-title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.popup-catalog-cart__list-wrapper{list-style:none;margin:0;padding:0;display:grid;gap:12px}.popup-catalog-cart__list-item{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr 56px 56px 28px;word-break:break-word}.popup-catalog-cart__delete-button{height:28px;width:28px}.popup-catalog-cart__empty-cart{display:grid;gap:16px}.popup-catalog-cart__empty-cart-title{margin:0;padding:0;color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px;text-align:center}.popup-catalog-cart__empty-cart-subtitle{margin:0;color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;text-align:center}.popup-catalog-filters{display:grid;gap:16px;padding:24px 24px 16px}.popup-catalog-filters .popup-catalog-filters__tab-button{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;border:1px solid #c4c4c4;width:100%}.popup-catalog-filters .popup-catalog-filters__tab-button.popup-catalog-filters__tab-button_active{color:var(--color-theme-accent);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px;background-color:rgba(var(--color-theme-assist-rgb),.12);border:none}.popup-catalog-filters__tabs-list{list-style:none;margin:0;padding:0;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.popup-catalog-filters__tab{margin:0;padding:0}.popup-catalog-filters__search-icon{color:#000c}.button-with-message{position:relative}.button-with-message__message{color:#ffffffe6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:600;line-height:1.2;letter-spacing:.48px;line-height:20px;align-items:center;background-color:#666;border-radius:8px;display:grid;gap:10px;grid-auto-flow:column;letter-spacing:.25px;padding:8px 12px;position:absolute;right:calc(100% + 9px);top:50%;transform:translateY(-50%);z-index:1}.button-with-message__message:before{background:#666;clip-path:polygon(50% 0,50% 100%,100% 50%);content:"";display:block;height:10px;position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:10px}.button-with-message__icon{color:#fffc;height:16px;width:16px}.button-with-message__button_assigned:not(.icon-button_disabled){background-color:var(--color-theme-assist)}.table-multidata{display:grid}.table-multidata__main-text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;align-items:center;box-sizing:border-box;display:flex;word-break:break-word}.table-multidata__caption{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;align-items:center;display:grid;min-height:20px}.table-multidata_fade .table-multidata__main-text{color:#0000004d}.table-col{box-sizing:border-box;padding:6px 8px}.table-col_no-padding{padding:0}.table-col_with-status-button .table-col__wrapper{justify-items:center;margin:-4px}.table-col__wrapper{align-items:center;box-sizing:border-box;display:grid}.table-col__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;word-break:break-word}.table-col_medium .table-col__text{font-weight:500}.table-col_bold .table-col__text{font-weight:700}.table-col_fade .table-col__text{color:#0000004d}.table-col_line-through .table-col__text{text-decoration:line-through}.table-col_caption{grid-column:1/-1}.table-col_confirmation-tasks{padding:8px 0}.table-row{align-items:center;background-color:#fff;box-sizing:border-box;display:grid;padding:0 32px;position:relative;transition:background-color .15s;width:100%}@media(max-width:1420px){.table-row{padding:0 16px}}.table-row:nth-child(odd):not(.table-row_selected,.table-row_goods,.table-row_services-and-products,.table-row_services-and-products-print,.table-row_bundles-services-and-products,.table-row_subscription-plan,.table-row_subscription-payments,.table-row_work-order-bundles-services-and-products,.table-row_work-order-bundles-services-and-products-print,.table-row_payments,.table-row_payments-print,.table-row_tasks,.table-row_confirmation-tasks){background-color:#00000005}.table-row:focus{outline:none}.table-row_clickable:not(.table-row_tasks){cursor:pointer}.table-row_clickable:not(.table-row_tasks):not(.table-row_selected){background-color:#fff}.table-row_clickable:not(.table-row_tasks):not(.table-row_selected):nth-child(2n){background-color:#fff}.table-row_clickable:not(.table-row_tasks):not(.table-row_selected):hover,.table-row_clickable:not(.table-row_tasks):not(.table-row_selected):focus-visible{background-color:#f6f6f6}.table-row_accounts,.table-row_accounts-with-chat{gap:20px;padding:16px 32px}.table-row_accounts .table-col,.table-row_accounts-with-chat .table-col{padding:0}.table-row_accounts{grid-template-columns:repeat(3,1fr) repeat(3,120px) 32px}.table-row_accounts-with-chat{grid-template-columns:repeat(3,1fr) repeat(3,120px) 84px}.table-row_goods{gap:20px;grid-template-columns:1fr 48px 80px 48px 28px;padding:8px 0}.table-row_goods .table-col{padding:0}.table-row_goods .table-col .table-col__text{text-align:center}.table-row_bundles,.table-row_products,.table-row_services{border-top:2px solid transparent;gap:14px;padding-bottom:20px;padding-top:18px;position:initial}.table-row_bundles:last-of-type,.table-row_products:last-of-type,.table-row_services:last-of-type{border-bottom:2px solid transparent;padding-bottom:18px}.table-row_bundles.table-row_selected,.table-row_products.table-row_selected,.table-row_services.table-row_selected{background-color:#35cdfd14;border-color:#35cdfd}.table-row_bundles.table-row_selected:hover,.table-row_bundles.table-row_selected:focus,.table-row_products.table-row_selected:hover,.table-row_products.table-row_selected:focus,.table-row_services.table-row_selected:hover,.table-row_services.table-row_selected:focus{background-color:#35cdfd29}.table-row_bundles.table-row_selected+.table-row,.table-row_products.table-row_selected+.table-row,.table-row_services.table-row_selected+.table-row{border-top:2px solid #35cdfd}.table-row_bundles.table-row_archived .table-col__text,.table-row_products.table-row_archived .table-col__text,.table-row_services.table-row_archived .table-col__text{color:#0000004d}.table-row_bundles .table-col,.table-row_products .table-col,.table-row_services .table-col{padding:0}.table-row_bundles .table-col__wrapper,.table-row_products .table-col__wrapper,.table-row_services .table-col__wrapper{gap:14px;grid-auto-flow:column;justify-content:start}.table-row_bundles{grid-template-columns:1fr repeat(3,minmax(120px,.2fr)) 106px}.table-row_products{grid-template-columns:1fr repeat(3,minmax(120px,.2fr)) 106px 32px}.table-row_products.table-row_active{padding-bottom:16px;padding-top:14px}.table-row_products:last-of-type{padding-bottom:14px}.table-row_services{grid-template-columns:1fr repeat(3,minmax(120px,.2fr)) 106px 32px}.table-row_services.table-row_active{padding-bottom:16px;padding-top:14px}.table-row_services:last-of-type{padding-bottom:14px}.table-row_orders{gap:16px;grid-template-columns:minmax(80px,.8fr) repeat(2,minmax(100px,1.2fr)) repeat(2,minmax(100px,1.08fr)) repeat(3,minmax(63.33px,.78fr)) 180px;padding-bottom:20px;padding-top:20px}@media(max-width:1420px){.table-row_orders{gap:12px}}.table-row_orders .table-col{padding:0}.table-row_regions,.table-row_categories,.table-row_cemeteries{padding-bottom:16px;padding-top:16px}.table-row_regions:first-of-type,.table-row_categories:first-of-type,.table-row_cemeteries:first-of-type{padding-bottom:24px;padding-top:24px}.table-row_regions .table-col,.table-row_categories .table-col,.table-row_cemeteries .table-col{padding:0}.table-row_regions.table-row_inactive .table-col__text,.table-row_categories.table-row_inactive .table-col__text,.table-row_cemeteries.table-row_inactive .table-col__text{color:#0006}.table-row_regions,.table-row_categories{gap:16px;grid-template-columns:1fr minmax(72px,.07fr) minmax(132px,.1fr)}.table-row_cemeteries{gap:16px;grid-template-columns:1.63fr 1.3fr .95fr minmax(140px,1.11fr) 72px 132px}.table-row_services-and-products,.table-row_services-and-products-print,.table-row_bundles-services-and-products,.table-row_subscription-plan,.table-row_subscription-payments,.table-row_work-order-bundles-services-and-products,.table-row_work-order-bundles-services-and-products-print,.table-row_payments,.table-row_payments-print{gap:12px;padding:8px 0}.table-row_services-and-products .table-col,.table-row_services-and-products-print .table-col,.table-row_bundles-services-and-products .table-col,.table-row_subscription-plan .table-col,.table-row_subscription-payments .table-col,.table-row_work-order-bundles-services-and-products .table-col,.table-row_work-order-bundles-services-and-products-print .table-col,.table-row_payments .table-col,.table-row_payments-print .table-col{padding:0}.table-row_services-and-products{grid-template-columns:1fr repeat(2,60px) 100px 28px}.table-row_services-and-products-print{grid-template-columns:1fr repeat(2,60px) 100px}.table-row_bundles-services-and-products,.table-row_subscription-plan{grid-template-columns:60px 1fr 60px}.table-row_subscription-payments{grid-template-columns:repeat(3,1fr) 106px}.table-row_work-order-bundles-services-and-products{grid-template-columns:60px 1fr repeat(2,60px) 28px}.table-row_work-order-bundles-services-and-products-print{grid-template-columns:60px 1fr repeat(2,60px)}.table-row_payments{grid-template-columns:repeat(3,134px) 108px 106px}.table-row_payments-print{gap:24px;grid-template-columns:repeat(3,162px) 106px;padding:12px 0}.table-row_popup-catalog{gap:16px;grid-template-columns:80px 1fr 80px 32px;padding:12px 24px}.table-row_popup-catalog:nth-child(odd):not(.table-row_selected){background-color:#fff}.table-row_popup-catalog:first-child{padding-top:20px}.table-row_popup-catalog:last-child{padding-bottom:20px}.table-row_popup-catalog .table-col{padding:0}.table-row_popup-catalog>:not(.table-col_bold) .table-col__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.table-row_tasks{gap:12px;grid-template-columns:56px 1fr 56px 56px 28px;padding:14px}.table-row_tasks .table-col{padding:0}.table-row_work-orders,.table-row_work-orders-archive{gap:16px;padding:16px 32px}.table-row_work-orders{border-top:2px solid transparent;grid-template-columns:24px 120px 1.5fr 96px 1.25fr 1.25fr minmax(162px,2fr) 244px;padding-top:14px}.table-row_work-orders:last-of-type{border-bottom:2px solid transparent;padding-bottom:14px}.table-row_work-orders.table-row_selected{background-color:#35cdfd14;border-color:#35cdfd}.table-row_work-orders.table-row_selected:hover,.table-row_work-orders.table-row_selected:focus{background-color:#35cdfd29}.table-row_work-orders.table-row_selected+.table-row{border-top:2px solid #35cdfd}.table-row_work-orders-archive{grid-template-columns:120px 1.2fr 96px 1fr 1fr minmax(202px,2fr) 244px}.table-row__loader{position:absolute}.table-row_payments-list{gap:16px;grid-template-columns:minmax(84px,.8fr) repeat(3,minmax(100px,1.2fr)) minmax(90px,.8fr) repeat(2,minmax(70px,.7fr)) 140px 48px;padding:16px 32px}.table-row_payments-list .table-col{padding:0}.table-row_payments-list .table-col:last-of-type .table-col__wrapper{justify-content:center}.table-row-category{padding-bottom:5px}.table-row-category__name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.table-stub{display:grid;gap:40px;justify-items:center;padding-bottom:10vh}.table-stub__icon{color:#c2c2c2}.table-stub__info{display:grid;gap:16px;padding-bottom:8px;text-align:center}.table-stub__title{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px}.table-stub__text{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.table-stub__button{min-width:200px}.table-body{display:grid}.table-body_tasks{gap:8px}.table-body_empty{align-items:center;height:100%;justify-content:center}.table-body__stub>td{display:block;width:100%}.table-body_services-and-products .table-row-category:not(:first-child),.table-body_services-and-products-print .table-row-category:not(:first-child),.table-body_bundles-services-and-products .table-row-category:not(:first-child),.table-body_subscription-plan .table-row-category:not(:first-child),.table-body_subscription-payments .table-row-category:not(:first-child),.table-body_work-order-bundles-services-and-products .table-row-category:not(:first-child),.table-body_work-order-bundles-services-and-products-print .table-row-category:not(:first-child){padding-top:16px}.header-button{background:none;border:0;font:inherit;line-height:normal;margin:0;outline:none;padding:0;text-align:unset;text-decoration:none;border-radius:4px;height:24px;position:relative;transition:all .15s;width:52px}.header-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.header-button:focus:not(:focus-visible){box-shadow:none}.header-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.header-button:enabled{cursor:pointer}.header-button:disabled{cursor:default}.header-button:hover{background-color:#f7f7f7}.header-button:hover .header-button__label{border-bottom-color:transparent;color:#000c}.header-button__label{border-bottom:1px dashed #b2b2b2;color:#b2b2b2;display:inline-block;height:16px;transition:all .15s}.header-button_arrow{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.24px;line-height:16px;background-color:#f7f7f7}.header-button_arrow:hover{background-color:#f6f6f6}.header-button_arrow .header-button__label{border-bottom:0;box-sizing:border-box;color:#000c;display:block;padding:0 10px 0 2px}.header-button__arrow-icon{color:#00000080;display:grid;height:12px;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:12px}.header-button__arrow-icon_sort-asc{transform:translateY(-50%) rotate(180deg)}.table-header{background-color:#fff;border-radius:4px;box-sizing:border-box;break-inside:auto;position:sticky;top:0;z-index:14}.table-header_accounts .table-header__row,.table-header_accounts-with-chat .table-header__row{gap:20px;padding:12px 32px}.table-header_accounts .table-header__row{grid-template-columns:repeat(3,1fr) repeat(3,120px) 32px}.table-header_accounts-with-chat .table-header__row{grid-template-columns:repeat(3,1fr) repeat(3,120px) 84px}.table-header_goods .table-header__row{gap:20px;grid-template-columns:1fr 48px 80px 48px 28px;padding:8px 0}.table-header_goods .table-header__col:nth-child(n+3){text-align:center}.table-header_regions .table-header__row,.table-header_categories .table-header__row{gap:16px;grid-template-columns:1fr minmax(72px,.07fr) minmax(132px,.1fr);padding:12px 32px}@media(max-width:1420px){.table-header_regions .table-header__row,.table-header_categories .table-header__row{padding:12px 16px}}.table-header_regions .table-header__col:nth-last-child(-n+2),.table-header_categories .table-header__col:nth-last-child(-n+2){text-align:center}.table-header_cemeteries .table-header__row{gap:16px;grid-template-columns:1.63fr 1.3fr .95fr minmax(140px,1.11fr) 72px 132px;padding:12px 32px}@media(max-width:1420px){.table-header_cemeteries .table-header__row{padding:12px 16px}}.table-header_bundles .table-header__row,.table-header_products .table-header__row,.table-header_services .table-header__row{gap:14px;padding:12px 32px}@media(max-width:1420px){.table-header_bundles .table-header__row,.table-header_products .table-header__row,.table-header_services .table-header__row{padding:12px 16px}}.table-header_bundles .table-header__row{grid-template-columns:1fr repeat(3,minmax(120px,.2fr)) 106px}.table-header_products .table-header__row,.table-header_services .table-header__row{grid-template-columns:1fr repeat(3,minmax(120px,.2fr)) 106px 32px}.table-header_orders .table-header__row{gap:16px;grid-template-columns:minmax(80px,.8fr) repeat(2,minmax(100px,1.2fr)) repeat(2,minmax(100px,1.08fr)) repeat(3,minmax(63.33px,.78fr)) 180px;padding:12px 32px}@media(max-width:1420px){.table-header_orders .table-header__row{gap:12px;padding:12px 16px}}.table-header_services-and-products .table-header__row,.table-header_services-and-products-print .table-header__row,.table-header_bundles-services-and-products .table-header__row,.table-header_subscription-plan .table-header__row,.table-header_subscription-payments .table-header__row,.table-header_work-order-bundles-services-and-products .table-header__row,.table-header_work-order-bundles-services-and-products-print .table-header__row,.table-header_payments .table-header__row,.table-header_payments-print .table-header__row{gap:12px;padding-bottom:16px}.table-header_services-and-products .table-header__row{grid-template-columns:1fr repeat(2,60px) 100px 28px}.table-header_services-and-products-print .table-header__row{grid-template-columns:1fr repeat(2,60px) 100px}.table-header_bundles-services-and-products .table-header__row,.table-header_subscription-plan .table-header__row{grid-template-columns:60px 1fr 60px}.table-header_subscription-payments .table-header__row{grid-template-columns:repeat(3,1fr) 106px}.table-header_subscription-payments .table-header__col:last-child{text-align:center}.table-header_work-order-bundles-services-and-products .table-header__row{grid-template-columns:60px 1fr repeat(2,60px) 28px}.table-header_work-order-bundles-services-and-products-print .table-header__row{grid-template-columns:60px 1fr repeat(2,60px)}.table-header_payments .table-header__row,.table-header_payments-print .table-header__row{grid-template-columns:repeat(3,134px) 108px 106px}.table-header_payments .table-header__col:last-child,.table-header_payments-print .table-header__col:last-child{text-align:center}.table-header_payments-print .table-header__row{gap:24px;grid-template-columns:repeat(3,162px) 106px}.table-header_popup-catalog .table-header__row{border-bottom:1px solid rgba(0,0,0,.1);gap:16px;grid-template-columns:80px 1fr 80px 32px;padding:0 24px 11px}.table-header_work-orders .table-header__row,.table-header_work-orders-archive .table-header__row{gap:16px;padding:12px 32px}.table-header_work-orders .table-header__row{grid-template-columns:24px 120px 1.5fr 96px 1.25fr 1.25fr minmax(162px,2fr) 244px}.table-header_work-orders-archive .table-header__row{grid-template-columns:120px 1.2fr 96px 1fr 1fr minmax(202px,2fr) 244px}.table-header_tasks .table-header__row{border-bottom:1px solid rgba(0,0,0,.1);gap:12px;grid-template-columns:56px 1fr 56px 56px 28px;padding:0 16px 11px}.table-header_confirmation-tasks{background-color:inherit;border-bottom:1px solid rgba(0,0,0,.1);position:relative}.table-header_confirmation-tasks .table-header__row{column-gap:16px;grid-template-columns:60px 1fr 60px 60px;padding-bottom:10px}.table-header_confirmation-tasks .table-header__col:nth-last-child(-n+2){justify-self:end}.table-header__row{align-items:center;box-sizing:border-box;display:grid}.table-header__col{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;padding:0}.table-header_payments-list .table-header__row{gap:16px;grid-template-columns:minmax(84px,.8fr) repeat(3,minmax(100px,1.2fr)) minmax(90px,.8fr) repeat(2,minmax(70px,.7fr)) 140px 48px;padding:12px 32px}.table-header_payments-list .table-header__col:nth-last-of-type(2){text-align:center}.table{border-collapse:collapse;box-sizing:border-box;height:100%;margin:0;padding:0;width:100%}@media print{.table{height:auto}}.popup-catalog-table{height:calc(var(--vh, 1vh) * 100 - 712px + 444px);overflow:auto}@media(min-height:712px){.popup-catalog-table{height:444px}}.popup-notes{background-color:#00000008;border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box;display:grid;gap:24px;grid-template-rows:1fr max-content;padding:24px 0 24px 24px;width:100%}.popup-notes__section{align-content:start;display:grid;gap:16px}.popup-notes__title{margin:0;padding:0 24px 0 0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:28px}.popup-notes__notes{align-content:start;display:grid;gap:12px;height:calc(var(--vh, 1vh) * 100 - 712px + 500px);overflow:auto;padding-right:24px}@media(min-height:712px){.popup-notes__notes{height:500px}}.popup-notes__note{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;word-break:break-word}.popup-notes__crm-total-wrapper{padding-right:24px}.popup-notes__total{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;border-top:1px solid rgba(0,0,0,.1);display:grid;gap:8px;grid-template-columns:max-content max-content;line-height:40px;padding-top:23px}.popup-notes__price{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;line-height:40px}.popup-total-price{box-shadow:0 -4px 8px #00000014;box-sizing:border-box;display:flex;justify-content:space-between;padding:24px;width:100%;z-index:1}.popup-total-price__wrapper{display:grid;gap:20px;grid-auto-flow:column}.popup-total-price__text-wrapper{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;display:grid;gap:8px;grid-template-columns:max-content max-content;line-height:40px}.popup-total-price__price{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;line-height:40px}.popup-total-price__cart-button{height:40px;width:40px}.thumb-item{border-radius:4px;height:90px;margin:0;overflow:hidden;padding:0;width:90px}@media print,(min-width:801px){.thumb-item{height:120px;width:120px}}.thumb-item__button{background:none;border:none;cursor:pointer;height:100%;margin:0;opacity:.5;outline:none;padding:0;position:relative;transition:opacity .15s,transform .15s;width:100%}.thumb-item__button:hover:not(.thumb-item__button_active),.thumb-item__button:focus:not(.thumb-item__button_active){opacity:.7}@media print,(min-width:801px){.thumb-item__button{opacity:.3}}.thumb-item__button_active{cursor:unset;opacity:1}.thumb-item__image{height:100%;object-fit:cover;width:100%}.thumbs{box-sizing:border-box;max-width:100vw;overflow:hidden;position:relative}@media(min-width:1024px){.thumbs{height:516px;max-height:80vh;position:absolute;top:50%;transform:translateY(-50%)}html[dir=ltr] .thumbs{left:32px}html[dir=rtl] .thumbs{right:32px}}@media(max-height:480px)and (max-width:1023px){.thumbs{display:none}}.thumbs__wrapper{align-content:center;box-sizing:border-box;display:grid;gap:12px;grid-auto-flow:column;height:100%;justify-content:start;list-style:none;margin:0;overflow:auto;transition:transform .15s;width:100%}html[dir=ltr] .thumbs__wrapper{padding:0 0 0 16px}html[dir=rtl] .thumbs__wrapper{padding:0 16px 0 0}.thumbs__wrapper:after{content:"";display:block;height:100%;width:16px}html[dir=ltr] .thumbs__wrapper:after{margin-left:-12px}html[dir=rtl] .thumbs__wrapper:after{margin-right:-12px}@media print,(min-width:801px){html[dir=ltr] .thumbs__wrapper{padding-left:100px}html[dir=rtl] .thumbs__wrapper{padding-right:100px}.thumbs__wrapper:after{width:100px}}@media(min-width:1024px){.thumbs__wrapper{align-content:start;grid-auto-flow:row}html[dir=ltr] .thumbs__wrapper,html[dir=rtl] .thumbs__wrapper{padding:0}.thumbs__wrapper:after{display:none}}.thumbs__wrapper_centered_horizontal{justify-content:center}@media(min-width:1024px){.thumbs__wrapper_centered_vertical{align-content:center}}.arrow-button{outline:none;background:none;border:none;cursor:pointer;margin:0;padding:0;transition:all .15s ease-in}.arrow-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.arrow-button:focus:not(:focus-visible){box-shadow:none}.arrow-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.arrow-button__icon{color:#b9b9b9;display:block;height:40px;width:40px}.arrow-button_previous{transform:rotate(-180deg)}.image-viewer{align-content:start;display:grid;gap:16px}@media print,(min-width:801px){.image-viewer{gap:32px}}@media(min-width:1024px){.image-viewer{height:100%;width:100%}}.image-viewer_thumbnail-view{gap:initial}@media(min-width:1024px){.image-viewer_thumbnail-view .image-viewer__images{padding:0}}.image-viewer_thumbnail-view .image-viewer__images-list{border-radius:8px}.image-viewer_thumbnail-view .image-viewer__images-list_mobile{gap:initial}.image-viewer_thumbnail-view .image-viewer__images-list_mobile .image-viewer__images-item{max-width:initial;width:240px}.image-viewer_thumbnail-view .image-viewer__images-item{height:240px;max-height:initial;max-width:initial;position:relative;width:240px}.image-viewer_thumbnail-view .image-viewer__images-button{background-color:#f6f6f6;border-radius:16px;display:block;padding:4px;position:absolute;top:50%;z-index:10}html[dir=ltr] .image-viewer_thumbnail-view .image-viewer__images-button.arrow-button_next{right:-16px;transform:translateY(-50%)}html[dir=rtl] .image-viewer_thumbnail-view .image-viewer__images-button.arrow-button_next{left:-16px;transform:translateY(-50%) rotate(180deg)}html[dir=ltr] .image-viewer_thumbnail-view .image-viewer__images-button.arrow-button_previous{left:-16px;transform:translateY(-50%) rotate(-180deg)}html[dir=rtl] .image-viewer_thumbnail-view .image-viewer__images-button.arrow-button_previous{right:-16px;transform:translateY(-50%)}.image-viewer_thumbnail-view .image-viewer__images-button .arrow-button__icon{color:#3b3b3b;height:24px;width:24px}@media print,(min-width:801px){.image-viewer_thumbnail-view .image-viewer__images-button{display:none}}.image-viewer__images{align-items:center;box-sizing:border-box;display:grid;grid-auto-flow:column}@media(min-width:1024px){.image-viewer__images{display:flex;height:100%;justify-content:center;padding:0 276px;position:relative;width:100%}}.image-viewer__images-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;grid-auto-flow:column;overflow:auto}html[dir=ltr] .image-viewer__images-list{padding:0 0 0 16px}html[dir=rtl] .image-viewer__images-list{padding:0 16px 0 0}.image-viewer__images-list:after{content:"";display:block;height:100%;width:16px}html[dir=ltr] .image-viewer__images-list:after{margin-left:-8px}html[dir=rtl] .image-viewer__images-list:after{margin-right:-8px}@media(min-width:1024px){html[dir=ltr] .image-viewer__images-list{padding-left:100px}html[dir=rtl] .image-viewer__images-list{padding-right:100px}.image-viewer__images-list:after{width:100px}html[dir=ltr] .image-viewer__images-list:after{margin-left:-28px}html[dir=rtl] .image-viewer__images-list:after{margin-right:-28px}}@media(min-width:1024px){.image-viewer__images-list{align-items:center;height:100%;justify-content:center;padding:0;width:100%}html[dir=ltr] .image-viewer__images-list,html[dir=rtl] .image-viewer__images-list{padding:0}.image-viewer__images-list:after{display:none}}.image-viewer__images-list_mobile{gap:100px;overflow:hidden}.image-viewer__images .image-viewer__images-list_mobile.image-viewer__images-list{padding:0 16px}.image-viewer__images-list_mobile .image-viewer__images-item{max-width:none;width:calc(100vw - 32px)}.image-viewer__images-item{margin:0;padding:0;align-items:center;display:flex;height:calc((100vw - 32px)*1.34);justify-content:center;max-height:calc(var(--vh, 1vh) * 100 - 90px - 90px - 16px - 16px);max-width:calc((var(--vh, 1vh) * 100 - 90px - 90px - 16px - 16px) * .74);overflow:hidden;position:relative;width:calc(100vw - 32px)}@media(max-height:480px)and (max-width:1023px){.image-viewer__images-item{max-height:calc(var(--vh, 1vh) * 100 - 100px - 32px);max-width:calc((var(--vh, 1vh) * 100 - 100px - 32px) * .74)}}@media(max-height:480px)and (max-width:800px){.image-viewer__images-item{max-height:calc(var(--vh, 1vh) * 100 - 90px - 16px);max-width:calc((var(--vh, 1vh) * 100 - 90px - 16px) * .74)}}@media print,(min-width:801px){.image-viewer__images-item{height:calc((100vw - 200px)*1.34);max-height:calc(var(--vh, 1vh) * 100 - 120px - 100px - 32px - 32px);max-width:calc((var(--vh, 1vh) * 100 - 120px - 100px - 32px - 32px) * .74);width:calc(100vw - 200px)}}@media(min-width:1024px){.image-viewer__images-item{height:100%;max-height:calc(var(--vh, 1vh) * 100 - 120px - 50px);max-width:calc((var(--vh, 1vh) * 100 - 120px - 50px) * .74);width:100%}}.image-viewer__images-button{display:none}@media(min-width:1024px){.image-viewer__images-button{display:block}html[dir=ltr] .image-viewer__images-button.arrow-button_next{right:196px;transform:translateY(-50%)}html[dir=rtl] .image-viewer__images-button.arrow-button_next{left:196px;transform:translateY(-50%) rotate(180deg)}html[dir=ltr] .image-viewer__images-button.arrow-button_previous{left:196px;transform:translateY(-50%) rotate(-180deg)}html[dir=rtl] .image-viewer__images-button.arrow-button_previous{right:196px;transform:translateY(-50%)}}@media(min-width:1024px){.image-viewer__images-item_hidden-desktop{display:none}}.image-viewer__rotate-buttons{align-items:center;background:#0006;border-radius:4px;bottom:16px;box-shadow:0 -1px 4px #0000000a,0 2px 4px #00000029;display:flex;justify-content:space-between;position:absolute;right:16px;width:68px}.image-viewer__rotate-button{background-color:transparent}.image-viewer__divider{background-color:#7f7f7f;height:12px;width:1px}.image-viewer__rotate-icon{color:#b9b9b9}.image-viewer__rotate-icon_right{transform:scaleX(-1)}.image-viewer__image{transition:transform .18s ease}.radiobox{position:relative}.radiobox__input{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.radiobox__label{align-items:center;cursor:pointer;display:grid;gap:8px;grid-auto-flow:column;justify-content:start}.radiobox__label_element{gap:16px}.radiobox__label-text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.radiobox__label-icon{box-sizing:border-box;display:flex;height:24px;padding:2px;position:relative;width:24px}.radiobox__label-icon-wrapper{background-color:#fff;border:1px solid rgba(0,0,0,.3);border-radius:50%;box-sizing:border-box;height:20px;position:relative;transition:border-color .15s ease-in-out;width:20px}.radiobox__label-icon-wrapper:after{background-color:#000c;border-radius:50%;content:"";height:8px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity ease-out .15s;width:8px;z-index:2}.radiobox_checked .radiobox__label-icon-wrapper:after{opacity:1}.radiobox_disabled .radiobox__label{cursor:default}.radiobox_disabled .radiobox__label-icon-wrapper{background-color:#f2f2f2;border-color:#f2f2f2}.radiobox_disabled .radiobox__label-icon-wrapper:after{background-color:#c4c4c4}.radiobox_disabled .radiobox__label-icon:after,.radiobox_disabled .radiobox__label-icon:before{display:none}.radiobox_error:not(.radiobox_disabled) .radiobox__label-icon-wrapper{border-color:#f9919a}.radiobox_error:not(.radiobox_disabled) .radiobox__label-icon-wrapper:after,.radiobox_error:not(.radiobox_disabled) .radiobox__label-icon-wrapper:before{background-color:#d72323}.radiobox_error:not(.radiobox_disabled) .radiobox__label-text{color:#d72323}@media not print{.radiobox__label-icon{position:relative}.radiobox__label-icon:after,.radiobox__label-icon:before{background-color:#000c;border-radius:50%;content:"";height:0;left:50%;opacity:.04;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all ease-in-out .15s;width:0;z-index:-1}.radiobox__label-icon:hover:after{height:40px;width:40px}.radiobox__label-icon:active:before{height:40px;width:40px}.radiobox__input:focus-visible+.radiobox__label .radiobox__label-icon:after{background-color:#fff;border:2px solid #35cdfd;height:22px;opacity:1;width:22px;z-index:-1}.radiobox_checked .radiobox__input:focus-visible+.radiobox__label .radiobox__label-icon:after{height:22px;width:22px}.radiobox__label:hover:not(.radiobox_disabled) .radiobox__label-icon:after{height:40px;width:40px}.radiobox__label:active:not(.radiobox_disabled) .radiobox__label-icon:before{height:40px;width:40px}.radiobox:hover:not(.radiobox_disabled) .radiobox__label-icon-wrapper{border-color:#00000080}.radiobox__input:focus-visible+.radiobox__label .radiobox__label-icon-wrapper{border-color:#0000004d}.radiobox_error:not(.radiobox_disabled) .radiobox__label:hover .radiobox__label-icon:after{background-color:#d72323}.radiobox_error:not(.radiobox_disabled) .radiobox__label:hover .radiobox__label-icon-wrapper{border-color:#d72323}.radiobox_error:not(.radiobox_disabled) .radiobox__label:active .radiobox__label-icon:before{background-color:#d72323}.radiobox_error:not(.radiobox_disabled) .radiobox__label:active .radiobox__label-icon-wrapper{border-color:#d72323}.radiobox_error:not(.radiobox_disabled) .radiobox__input:focus-visible+.radiobox__label .radiobox__label-icon-wrapper{border-color:#f9919a}.radiobox_error:not(.radiobox_disabled) .radiobox__input:focus-visible+.radiobox__label:hover .radiobox__label-icon-wrapper{border-color:#f9919a}.radiobox_error:not(.radiobox_disabled) .radiobox__input:focus-visible+.radiobox__label:hover .radiobox__label-icon:after{background-color:#fff}}.copy-to-clipboard-button{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;border-radius:50%;color:#fff}.copy-to-clipboard-button:enabled{cursor:pointer}.copy-to-clipboard-button:disabled{cursor:default}.copy-to-clipboard-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.copy-to-clipboard-button:focus:not(:focus-visible){box-shadow:none}.copy-to-clipboard-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.share-button{align-items:center;display:grid;gap:12px;justify-items:center}.share-button__icon{border-radius:50%;cursor:pointer;display:grid;height:64px;overflow:hidden;place-items:center;width:64px}.share-button__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;white-space:nowrap}.popup{align-items:flex-end;box-sizing:border-box;display:flex;height:calc(var(--vh, 1vh) * 100);justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:1100}@media print,(min-width:801px){.popup{align-items:center;animation:.15s forwards fadeIn;background-color:#00000073;opacity:0}}.popup__shadow{animation:fadeIn .2s ease-out forwards;background-color:#00000073;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}@media print,(min-width:801px){.popup__shadow{display:none}}.popup__shadow_dragging{animation-fill-mode:unset}.popup__shadow_fade-in{opacity:1;transition:opacity .1s}.popup__shadow_fade-out{opacity:0;transition:opacity .1s}.popup__wrapper{align-content:start;animation:showFromBottom .2s ease-out forwards;background-color:#fff;border-radius:8px 8px 0 0;box-shadow:0 4px 8px #00000029;box-sizing:border-box;display:grid;gap:24px;justify-items:center;min-height:auto;overflow:auto;padding:12px 16px 32px;width:100%}@media screen and (max-width:800px){.popup__wrapper{transform:translateY(100%)}.popup__wrapper:before{background-color:#e3e3e3;border-radius:2px;content:"";cursor:grab;display:block;height:4px;width:32px}}@media print,(min-width:801px){.popup__wrapper{animation:.15s forwards fadeIn;border-radius:4px;box-shadow:0 3px 8px #0000001f;gap:20px;padding:20px;width:320px}}.popup__wrapper_dragging{animation-fill-mode:unset}.popup__wrapper_dragged-to-top{transform:translateY(0);transition:transform .1s}.popup__wrapper_dragged-to-bottom{transform:translateY(100%);transition:transform .1s}.popup__header{display:grid;gap:12px;width:100%}.popup__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;margin:0 auto;text-align:center}.popup__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;margin:0;text-align:center}.popup__textarea{height:160px;width:100%}.popup__buttons{display:grid;gap:16px;grid-template-columns:1fr 1fr;width:100%}@media print,(min-width:801px){.popup__buttons{gap:20px}}.popup__buttons .popup__button{max-width:unset}.popup__button{justify-self:center;max-width:194px;width:100%}@media screen and (max-width:800px){.popup_hiding .popup__shadow{animation:fadeOut .2s ease-out both}.popup_hiding .popup__wrapper{animation:hideToBottom .2s ease-out both}}@media print,(min-width:801px){.popup_hiding,.popup_hiding .popup__wrapper{animation:.15s both fadeOut}}.popup_catalog-items .popup__wrapper{box-shadow:0 4px 8px #00000029;gap:0;grid-template-columns:276px 1fr;height:calc(var(--vh, 1vh) * 100 - 32px);overflow:visible;padding:0;position:relative;width:1024px}@media(min-height:712px){.popup_catalog-items .popup__wrapper{height:680px}}.popup_catalog-items .popup__catalog-items-wrapper{display:grid;grid-template-rows:max-content 1fr max-content;width:100%}.popup_catalog-items .popup__catalog-items-wrapper_cart{grid-template-rows:1fr max-content}.popup_catalog-items .popup__close-button{box-shadow:0 3px 8px #0000001f;position:absolute;right:-16px;top:-16px}.popup_confirm .popup__wrapper{padding:24px;width:320px}.popup_confirm .popup__title{color:#000000e6}.popup_order-confirm .popup__wrapper,.popup_order-confirm .popup__buttons{gap:20px}.popup_create-team .popup__wrapper{overflow:visible;width:400px}.popup_warn .popup__button{width:134px}.popup_share .popup__wrapper{width:100%}@media print,(min-width:801px){.popup_share .popup__wrapper{border-radius:8px;gap:40px;padding:40px;width:340px}}.popup_share .popup__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:19px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px}.popup_create-payment .popup__wrapper{overflow:visible}@media print,(min-width:801px){.popup_create-payment .popup__wrapper{gap:32px;padding:32px;width:464px}}@media print,(min-width:801px){.popup_create-payment .popup__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px}}.popup_create-payment .popup__main{display:grid;gap:24px;width:100%}@media print,(min-width:801px){.popup_create-payment .popup__main{gap:20px}}.popup_create-payment .popup__inputs{display:grid;gap:24px}@media print,(min-width:801px){.popup_create-payment .popup__inputs{gap:32px}}.popup_create-report .popup__wrapper{gap:32px;padding:24px;width:447px}.popup_create-report .popup__image-wrapper{margin:auto;position:relative}.popup_create-report .popup__check-wrapper{background-color:var(--color-theme-assist);border-radius:50%;display:none;height:20px;pointer-events:none;position:absolute;right:6px;top:7px;width:20px}.popup_create-report .popup__check-wrapper_active{align-items:center;display:flex;justify-content:center}.popup_create-report .popup__check-icon{color:#fff;height:12px;text-align:center;width:12px}.popup_create-report .popup__content{list-style:none;margin:0;padding:0;display:grid;gap:12px;grid-auto-rows:68px;grid-template-columns:repeat(5,68px);max-height:308px;overflow:hidden auto;width:100%}.popup_create-report .popup__copy{align-items:center;display:grid;gap:16px;justify-content:center}.popup_create-report .popup__copy-image-wrapper{background-color:#3b3b3b;border-radius:32px;height:64px;margin:0 auto;width:64px}.popup_create-report .popup__copy-image-wrapper:hover{background-color:#626262}.popup_create-report .popup__copy-image{color:#fff;height:32px;width:32px}.popup_create-report .popup__copy-text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;color:#3b3b3b}.popup_create-report .popup__close-button{padding:10px 12px;width:160px}@media print,(min-width:801px){.popup_record-payment .popup__wrapper{gap:32px;padding:32px;width:512px}}@media print,(min-width:801px){.popup_record-payment .popup__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px}}.popup_record-payment .popup__main{display:grid;gap:24px;width:100%}@media print,(min-width:801px){.popup_record-payment .popup__main{gap:20px}}.popup_record-payment .popup__content{display:grid;gap:24px;width:100%}@media print,(min-width:801px){.popup_record-payment .popup__content{gap:32px}}.popup_record-payment .popup__method{display:grid;gap:12px}.popup_record-payment .popup__method-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px}.popup_record-payment .popup__method-list{display:grid;gap:16px 12px;grid-auto-flow:column;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}@media print,(min-width:801px){.popup_record-payment .popup__method-list{gap:24px 22px;grid-template-columns:unset;grid-template-rows:unset}}.popup__close-button.icon-button{outline:none;background-color:#0000004d;border-radius:50%;color:#c4c4c4;height:44px;width:44px}.popup__close-button.icon-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.popup__close-button.icon-button:focus:not(:focus-visible){box-shadow:none}.popup__close-button.icon-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.popup_gallery .popup__wrapper{align-content:start;background:#3b3b3b;border-radius:0;box-sizing:border-box;display:grid;gap:16px;height:100%;justify-items:center;padding:90px 0 16px;position:relative;width:100%}@media(min-width:1024px){.popup_gallery .popup__wrapper{align-content:center;padding:50px 0}}.popup_gallery .popup__wrapper:before{display:none}.popup_gallery .popup__close-button{position:absolute;top:20px;z-index:999}html[dir=ltr] .popup_gallery .popup__close-button{left:16px}html[dir=rtl] .popup_gallery .popup__close-button{right:16px}.popup_gallery .popup__close-button svg{height:24px;width:24px}@media(min-width:1024px){.popup_gallery .popup__close-button{top:32px}html[dir=ltr] .popup_gallery .popup__close-button{left:calc(100% - 80px)}html[dir=rtl] .popup_gallery .popup__close-button{right:calc(100% - 80px)}.popup_gallery .popup__close-button.icon-button{color:#f7f7f7;height:48px;width:48px}}.popup_assign-contractor .popup__wrapper{overflow:visible;padding:24px;width:480px}.popup_assign-contractor .popup__content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.popup_assign-contractor .popup__title{color:#000000e6}@media(min-width:1024px){.popup_gallery .popup__close-button.icon-button{left:auto;right:32px;top:32px}}.config-error{align-content:center;box-sizing:border-box;display:grid;justify-content:center;min-height:100vh;padding-bottom:80px}.config-error__error{color:#d95151;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px;margin:0}.config-error__error-list{color:#d95151;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.config-error__error-list-item{margin:0;padding:0;color:#f9919a;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;line-height:30px;list-style-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20fill='none'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M10%2018.333a8.333%208.333%200%201%200%200-16.666%208.333%208.333%200%200%200%200%2016.666'/%3e%3cpath%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'%20d='M10%206.667V10m0%203.333h.008'/%3e%3c/svg%3e");list-style-position:inside}.config-error__error-list-item::marker{line-height:0}.config-error__error-text{line-height:20px;vertical-align:top}.footer{background-color:#fff;border-top:1px solid #e5e5e5;box-sizing:border-box;display:grid;gap:32px;margin:0 auto;max-width:1044px;padding:23px 16px 24px;width:100%}.footer_with-app-links .footer__nav{grid-row:2}.footer__logo{display:grid;justify-self:start}.footer__logo_en{gap:20px}.footer__logo-img{height:32px;width:194px}.footer__logo-img_en{width:183px}.footer__logo-icon{height:32px;width:fit-content}.footer__logo-description{margin:0;color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.footer__nav{display:grid;gap:24px;grid-row:1;justify-content:space-between}.footer__links{display:flex;flex-wrap:wrap;margin-left:-12px;margin-top:-12px}.footer__links>.footer__link{margin-left:12px;margin-top:12px}.footer__link{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;color:var(--color-theme-accent);opacity:.8;transition:opacity .15s}.footer__link:hover{opacity:1}.footer__social{display:grid;gap:16px;grid-auto-flow:column;grid-row:1;justify-content:start}.footer__social-link{color:var(--color-theme-accent);opacity:.8;transition:opacity .15s}.footer__social-link:hover{opacity:1}.footer__social-icon{display:block;height:40px;width:40px}.footer__app-links-wrapper{display:grid;gap:16px;grid-template-columns:120px 134px}html[dir=ltr] .footer__app-links-wrapper{grid-template-columns:134px 134px}.footer__app-links-description{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;grid-column:1/-1}.footer__app-link,.footer__app-icon{height:40px}.footer__app-icon_apple{width:120px}html[dir=ltr] .footer__app-icon_apple,.footer__app-icon_google{width:134px}@media(min-width:940px){.footer{align-items:center;border-top:0;grid-auto-flow:column;justify-content:space-between;padding:40px 32px}.footer__nav{grid-auto-flow:column;grid-column:1/3}.footer__links{padding:8px 0;margin-left:-24px;margin-top:-24px}.footer__links>.footer__link{margin-left:24px;margin-top:24px}.footer__logo_no-app-links{align-items:center;column-gap:32px;grid-column:1/3;grid-row:2;grid-template-columns:auto auto;justify-content:center;width:100%}.footer__logo_en{gap:32px}.footer__social{grid-column:2}.footer__app-links-wrapper{align-items:end;grid-row:2/3}.footer_with-app-links .footer__logo{grid-column:2/3;grid-row:2;justify-self:end}.footer_with-app-links .footer__logo_en{gap:16px}.footer_with-app-links .footer__logo_en .footer__logo-icon{justify-self:end}.footer_with-app-links .footer__nav{grid-row:1}}.language-button{background:none;border:0;font:inherit;line-height:normal;margin:0;outline:none;padding:0;text-align:unset;text-decoration:none;border-radius:50%;height:32px;position:relative;transition:background-color .15s;width:32px}.language-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.language-button:focus:not(:focus-visible){box-shadow:none}.language-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.language-button:enabled{cursor:pointer}.language-button:disabled{cursor:default}.language-button:after{background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:50%;content:"";height:20px;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@media(any-pointer:fine){.language-button:hover:not(.language-button_active){background-color:#f6f6f6}}@media print,(min-width:801px){.language-button{border-radius:18px;height:36px;padding:6px 12px;width:72px}.language-button:after{left:12px;transform:translateY(-50%)}}.language-button__text{color:#0000004d;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;box-sizing:border-box;display:none}@media print,(min-width:801px){.language-button__text{display:block;padding-left:28px}}.language-button_active{background-color:#f6f6f6}.language-button_active:after{opacity:1}.language-button_active .language-button__text{color:#000c}.language-button_english:after{background-image:url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='20'%3E%3Cpath fill='%23fff' d='M0 0h26v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h26V0H0Z' fill='%232E42A5'/%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h26V0H0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cmask id='c' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='20'%3E%3Cpath fill='%23fff' d='M0 0h26v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath d='m-2.895 18.571 5.721 2.482L26.13 2.698 29.148-.99l-6.118-.83-9.505 7.91-7.65 5.33-8.77 7.151Z' fill='%23fff'/%3E%3Cpath d='m-2.112 20.31 2.915 1.44L28.064-1.332h-4.093L-2.112 20.31Z' fill='%23F50100'/%3E%3Cpath d='m28.895 18.571-5.721 2.482L-.13 2.698-3.148-.99l6.119-.83 9.505 7.91 7.65 5.33 8.77 7.151Z' fill='%23fff'/%3E%3Cpath d='m28.7 19.82-2.915 1.44-11.608-9.884-3.441-1.104L-3.438-.977H.655L14.82 10.005l3.763 1.324L28.7 19.82Z' fill='%23F50100'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.07-1.667H9.93v8.334H-1.602v6.666H9.931v8.334h6.139v-8.334h11.578V6.667H16.07v-8.334Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.07-1.667H9.93v8.334H-1.602v6.666H9.931v8.334h6.139v-8.334h11.578V6.667H16.07v-8.334Z' fill='%23F50100'/%3E%3Cpath d='M9.93-1.667v-1h-1v1h1Zm6.14 0h1v-1h-1v1ZM9.93 6.667v1h1v-1h-1Zm-11.533 0v-1h-1v1h1Zm0 6.666h-1v1h1v-1Zm11.534 0h1v-1h-1v1Zm0 8.334h-1v1h1v-1Zm6.139 0v1h1v-1h-1Zm0-8.334v-1h-1v1h1Zm11.578 0v1h1v-1h-1Zm0-6.666h1v-1h-1v1Zm-11.578 0h-1v1h1v-1ZM9.93-.667h6.14v-2H9.93v2Zm1 7.334v-8.334h-2v8.334h2Zm-12.533 1H9.931v-2H-1.603v2Zm1 5.666V6.667h-2v6.666h2Zm10.534-1H-1.603v2H9.931v-2Zm1 9.334v-8.334h-2v8.334h2Zm5.139-1H9.93v2h6.14v-2Zm-1-7.334v8.334h2v-8.334h-2Zm12.578-1H16.07v2h11.578v-2Zm-1-5.666v6.666h2V6.667h-2Zm-10.578 1h11.578v-2H16.07v2Zm-1-9.334v8.334h2v-8.334h-2Z' fill='%23fff' mask='url(%23d)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.language-button_hebrew:after{background-image:url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='20'%3E%3Cpath fill='%23fff' d='M0 0h26v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h26V0H0Z' fill='%23F7FCFF'/%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h26V0H0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill-rule='evenodd' clip-rule='evenodd' fill='%233D58DB'%3E%3Cpath d='M0 3.333v2.972h26V3.333H0ZM0 13.623v3.044h26v-3.044H0Z'/%3E%3Cpath d='M9.247 12.449h7.62l-3.773-6.684-3.847 6.684Zm6.07-.917h-4.504l2.274-3.95 2.23 3.95Z'/%3E%3Cpath d='M9.012 7.438h7.791l-3.693 6.705-4.098-6.705Zm6.26.916h-4.645l2.443 3.997 2.202-3.997Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.language-toggler{direction:ltr;display:grid;gap:4px;grid-auto-flow:column}@media print,(min-width:801px){.language-toggler{gap:8px}}.payment-header{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:12px 100px;position:relative}@media print,(min-width:801px){.payment-header{padding:32px 200px 12px}}.payment-header__toggler{position:absolute;right:16px;top:20px}@media print,(min-width:801px){.payment-header__toggler{right:32px;top:28px}}.payment-header__logo{display:block;height:48px;width:auto}.payment-layout{display:grid;grid-template-rows:1fr auto;min-height:calc(var(--vh, 1vh) * 100)}.payment-layout__wrapper{display:grid;grid-template-rows:auto 1fr}.payment-layout__content{display:grid}.login-page{background:url(/main-bg/authorization-bg.jpg) no-repeat left top/cover;display:grid;grid-template-columns:480px;justify-content:end;position:relative}.login-page_hebrew{background-image:url(/main-bg/authorization-bg-hebrew.jpg)}.login-page__container{background-color:#fff;height:100vh;overflow:auto}.login-page__content{align-content:start;box-sizing:border-box;display:grid;gap:60px;padding:86px 40px 40px;width:100%}.login-page__info-container{display:grid;gap:32px;position:relative}.login-page__logo{justify-self:center}.login-page__text-wrapper{align-items:center;display:grid;gap:4px;justify-items:center}.login-page__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px}.login-page__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.not-found-page{align-content:center;box-sizing:border-box;display:grid;flex-grow:1;gap:48px;padding:calc(var(--vh, 1vh) * 13.6) 16px 16px}@media print,(min-width:801px){.not-found-page{align-content:center;padding:40px 32px 84px}}.not-found-page__container{display:grid;gap:40px;justify-items:center}.not-found-page__icon{color:#c2c2c2}.not-found-page__info{display:grid;gap:48px;justify-items:center;max-width:400px}.not-found-page__text-wrapper{display:grid;gap:16px;justify-items:center}.not-found-page__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px;text-align:center}.not-found-page__subtitle{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;text-align:center}.not-found-page__button{width:200px}.meshulam-form__frame{border:1px solid #e5e5e5;border-radius:8px;box-sizing:border-box;height:calc((100vw - 32px)*1.4);width:calc(100vw - 32px)}@media(min-width:584px){.meshulam-form__frame{height:770px;width:550px}}@media print,(min-width:801px){.meshulam-form__frame{height:728px;width:520px}}.payment-logos{display:grid;gap:24px;grid-auto-flow:row;justify-content:center;padding:0 18px}@media print,(min-width:801px){.payment-logos{gap:12px;grid-auto-flow:column;justify-content:space-between;padding-left:60px;padding-right:60px}}.payment-logos__cards{list-style:none;margin:0;padding:0;display:grid;gap:16px;grid-auto-flow:column}.payment-logos__card{margin:0;padding:0}.payment-logos__card-logo{display:block;height:24px;margin:auto;width:auto}.stripe-form{display:grid;gap:28px}@media print,(min-width:801px){.stripe-form{gap:40px}}.stripe-form__card{display:grid;gap:24px}@media print,(min-width:801px){.stripe-form__card{gap:32px}}.stripe-form__card-form{display:grid;grid-template-areas:"card card" "exp cvc";position:relative}.stripe-form__input{border:1px solid #c2c2c2;box-sizing:border-box;padding:18px 12px}.stripe-form__input_card{border-radius:8px 8px 0 0;grid-area:card}.stripe-form__input_expiry{border-width:0 1px 1px;grid-area:exp}html[dir=ltr] .stripe-form__input_expiry{border-radius:0 0 0 8px}html[dir=rtl] .stripe-form__input_expiry{border-radius:0 0 8px}.stripe-form__input_cvc{grid-area:cvc}html[dir=ltr] .stripe-form__input_cvc{border-radius:0 0 8px;border-width:0 1px 1px 0}html[dir=rtl] .stripe-form__input_cvc{border-radius:0 0 0 8px;border-width:0 0 1px 1px}.stripe-form__address-form{display:grid;grid-row-gap:24px}.stripe-form__address-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.stripe-form__address-inputs{display:grid;grid-template-areas:"country" "post" "email";row-gap:24px}@media print,(min-width:801px){.stripe-form__address-inputs{grid-template-areas:"country post" "email email";justify-content:space-between}}.stripe-form__country{grid-area:country}@media print,(min-width:801px){.stripe-form__country{width:320px}}.stripe-form__post{grid-area:post}@media print,(min-width:801px){.stripe-form__post{width:180px}}.stripe-form__email{grid-area:email}.stripe-form__buttons{display:grid;gap:20px;margin:0 auto;width:100%}.stripe-form__buttons .stripe-form__button-back{grid-row:2}.stripe-form__buttons .stripe-form__button-submit{grid-row:1}@media print,(min-width:801px){.stripe-form__buttons{grid-template-columns:1fr 1fr}.stripe-form__buttons .stripe-form__button-back,.stripe-form__buttons .stripe-form__button-submit{grid-row:auto}}.payment-form{align-content:start;display:grid;gap:28px;position:relative}@media print,(min-width:801px){.payment-form{gap:40px}}.payment-form__container{display:grid;gap:28px}.payment-form__wrapper{display:grid}.payment-form__loader{padding:0;z-index:100}.payment-receipt{border:1px solid #e5e5e5;border-radius:8px;box-sizing:border-box;display:grid;gap:20px;min-width:328px;padding:19px 15px}@media print,(min-width:801px){.payment-receipt{padding:27px}}.payment-receipt__block{display:grid;gap:20px;padding-bottom:20px}.payment-receipt__block:last-of-type{padding-bottom:0}.payment-receipt__block_with-border{border-bottom:1px dashed #e5e5e5;padding-bottom:19px}.payment-receipt__title{margin:0;padding:0;color:#000c;font-family:Roboto Mono,Open Sans,monospace;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px;letter-spacing:.1px}@media print,(min-width:801px){.payment-receipt__title{font-size:20px}}.payment-receipt__content{display:grid;gap:12px}@media print,(min-width:801px){.payment-receipt__content{gap:8px}}@media print,(min-width:801px){.payment-receipt__content_products{gap:12px}}@media print,(min-width:801px){.payment-receipt__content_total{gap:6px}}.payment-receipt__info{align-items:center;display:grid;gap:20px;grid-auto-flow:column;justify-content:space-between}.payment-receipt__info_row{gap:2px;grid-auto-flow:initial}@media print,(min-width:801px){.payment-receipt__info_row{gap:20px;grid-auto-flow:column}}.payment-receipt__product{display:grid;gap:12px;grid-auto-flow:column;justify-content:start}.payment-receipt__product-amount,.payment-receipt__product-name{color:#000c;font-family:Roboto Mono,Open Sans,monospace;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;letter-spacing:.1px}.payment-receipt__product-amount:after{content:"x";padding-left:9px}html[dir=rtl] .payment-receipt__product-amount:after{content:none}html[dir=rtl] .payment-receipt__product-amount:before{content:"x";padding-right:9px}.payment-receipt__name{color:#00000080;font-family:Roboto Mono,Open Sans,monospace;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;letter-spacing:.1px}.payment-receipt__value{color:#000c;font-family:Roboto Mono,Open Sans,monospace;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;letter-spacing:.1px}.payment-receipt__value_total{font-weight:700}@media print,(min-width:801px){.payment-receipt__value_total{font-weight:500}}.payment-page{align-content:start;display:grid;gap:28px;justify-self:center;padding:28px 16px 48px}@media print,(min-width:801px){.payment-page{gap:40px;padding:40px 0;width:520px}}.payment-page_stripe{padding:28px 16px 36px;width:328px}@media print,(min-width:801px){.payment-page_stripe{padding-bottom:56px;width:520px}}.payment-page__heading{display:grid;gap:8px}.payment-page__title{display:grid;gap:8px;justify-items:center}@media print,(min-width:801px){.payment-page__title{align-items:center;grid-auto-flow:column;justify-content:space-between;min-height:48px}}.payment-page__name{margin:0;padding:0;color:#000000e6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px;word-break:break-word}@media print,(min-width:801px){.payment-page__name{color:#000000e6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:40px}}.payment-page__share-button{height:32px;width:32px}@media print,(min-width:801px){.payment-page__share-button{height:40px;width:40px}}.payment-page__subtitle{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;text-align:center}@media print,(min-width:801px){.payment-page__subtitle{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:19px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:28px;text-align:start}}.payment-page__paid{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;background-color:#f7f7f7;border-radius:8px;padding:14px 12px;text-align:center}.payment-page__actions{display:grid;gap:20px}@media print,(min-width:801px){.payment-page__actions{grid-template-columns:1fr 1fr}}.payment-page__actions.payment-page__actions_single{grid-template-columns:1fr}.payment-status-page{align-content:start;display:grid;flex-grow:1;gap:48px;justify-items:center;padding:calc(var(--vh, 1vh) * 13.6) 16px 16px}@media print,(min-width:801px){.payment-status-page{align-content:center;padding:40px 32px 84px}}.payment-status-page__info{align-content:start;box-sizing:border-box;display:grid;gap:16px;justify-items:center;padding-top:140px;position:relative}.payment-status-page__info:after{background-position:center;background-repeat:no-repeat;background-size:cover;content:"";height:100px;left:50%;position:absolute;top:0;transform:translate(-50%);width:100px}.payment-status-page__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px}.payment-status-page__text{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.payment-status-page__button{width:200px}.payment-status-page_successful .payment-status-page__info:after{background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23C2C2C2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M34.375 53.125 43.75 62.5l21.875-21.875'/%3E%3Cpath d='M50 87.5c20.71 0 37.5-16.79 37.5-37.5S70.71 12.5 50 12.5 12.5 29.29 12.5 50 29.29 87.5 50 87.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v100H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.payment-status-page_failed .payment-status-page__info:after{background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23D95151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m62.5 37.5-25 25M37.5 37.5l25 25M50 87.5c20.71 0 37.5-16.79 37.5-37.5S70.71 12.5 50 12.5 12.5 29.29 12.5 50 29.29 87.5 50 87.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v100H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.navbar-item{margin:0;padding:0}.navbar-item__link{color:inherit;text-decoration:none;outline:none;align-items:center;border-radius:8px;color:#fff;cursor:pointer;display:grid;height:36px;justify-items:center;transition:background-color .15s;width:36px}.navbar-item__link:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.navbar-item__link:focus:not(:focus-visible){box-shadow:none}.navbar-item__link:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.navbar-item__link:hover:not(.navbar-item__link_active){background-color:#ffffff1a}.navbar-item__link_active{background-color:#fff3;cursor:auto}.navbar-item__link_active:hover{background-color:#fff3}.navbar-item__button{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;border-radius:8px;color:#fff;cursor:pointer;display:grid;height:36px;justify-items:center;transition:background-color .15s;width:36px}.navbar-item__button:enabled{cursor:pointer}.navbar-item__button:disabled{cursor:default}.navbar-item__button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.navbar-item__button:focus:not(:focus-visible){box-shadow:none}.navbar-item__button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.navbar-item__button:hover:not(:disabled){background-color:#ffffff1a}.navbar{background-color:var(--color-theme-accent);display:grid;gap:24px;grid-area:navbar;grid-template-rows:max-content 1fr max-content;justify-items:center;margin:0;padding:20px 0 24px}.navbar__logo{align-items:center;color:#f7f7f7;display:grid;height:36px;justify-items:center;width:36px}.navbar__menu{list-style:none;margin:0;padding:0;align-content:start;display:grid;gap:20px}.navbar__menu_bottom{padding-top:20px;position:relative}.navbar__menu_bottom:before{background-color:#fff3;content:"";height:1px;left:50%;position:absolute;transform:translate(-50%);width:20px}.chat-message.str-chat__message.str-chat__message--me{column-gap:var(--str-chat__spacing-2);grid-template-areas:"message-reminder ." "message avatar" "replies ." "translation-notice ." "custom-metadata ." "metadata .";grid-template-columns:1fr auto}.chat-message.str-chat__message.str-chat__message--me>.str-chat__message-sender-avatar{display:flex}.str-chat{box-sizing:border-box;font-family:var(--str-chat__font-family)}.str-chat *{box-sizing:border-box}.str-chat .ngxp__container,.str-chat .float-ui-container{z-index:1;padding:0!important;box-shadow:none!important;border-color:#0000!important;max-width:100vw}.str-chat .ngxp__container .ngxp__arrow,.str-chat .float-ui-container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{display:flex;justify-content:center;align-items:center}.stream-chat__paginated-list{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;max-height:100%;min-height:0;gap:var(--str-chat__spacing-2)}.stream-chat__paginated-list .str-chat__loading-indicator{margin:auto}.stream-chat__paginated-list .str-chat__load-more-button__button{margin-inline:auto}stream-paginated-list{height:100%;max-height:100%}stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}:root{--str-chat__theme-version: 2}.str-chat{--str-chat__spacing-px: 1px;--str-chat__spacing-0_5: .125rem;--str-chat__spacing-1: .25rem;--str-chat__spacing-1_5: .375rem;--str-chat__spacing-2: .5rem;--str-chat__spacing-2_5: .625rem;--str-chat__spacing-3: .75rem;--str-chat__spacing-3_5: .875rem;--str-chat__spacing-4: 1rem;--str-chat__spacing-5: 1.25rem;--str-chat__spacing-6: 1.5rem;--str-chat__spacing-7: 1.75rem;--str-chat__spacing-8: 2rem;--str-chat__spacing-9: 2.25rem;--str-chat__spacing-10: 2.5rem;--str-chat__spacing-11: 2.75rem;--str-chat__spacing-12: 3rem;--str-chat__spacing-14: 3.5rem;--str-chat__spacing-16: 4rem}.str-chat{--str-chat__image-fallback-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=);--str-chat__winning-poll-option-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS44MzMzIDQuMTY2NjdIMTQuMTY2N1YyLjVINS44MzMzM1Y0LjE2NjY3SDQuMTY2NjdDMy4yNSA0LjE2NjY3IDIuNSA0LjkxNjY3IDIuNSA1LjgzMzMzVjYuNjY2NjdDMi41IDguNzkxNjcgNC4xIDEwLjUyNSA2LjE1ODMzIDEwLjc4MzNDNi42ODMzMyAxMi4wMzMzIDcuODA4MzMgMTIuOTc1IDkuMTY2NjcgMTMuMjVWMTUuODMzM0g1LjgzMzMzVjE3LjVIMTQuMTY2N1YxNS44MzMzSDEwLjgzMzNWMTMuMjVDMTIuMTkxNyAxMi45NzUgMTMuMzE2NyAxMi4wMzMzIDEzLjg0MTcgMTAuNzgzM0MxNS45IDEwLjUyNSAxNy41IDguNzkxNjcgMTcuNSA2LjY2NjY3VjUuODMzMzNDMTcuNSA0LjkxNjY3IDE2Ljc1IDQuMTY2NjcgMTUuODMzMyA0LjE2NjY3Wk00LjE2NjY3IDYuNjY2NjdWNS44MzMzM0g1LjgzMzMzVjkuMDE2NjdDNC44NjY2NyA4LjY2NjY3IDQuMTY2NjcgNy43NSA0LjE2NjY3IDYuNjY2NjdaTTEwIDExLjY2NjdDOC42MjUgMTEuNjY2NyA3LjUgMTAuNTQxNyA3LjUgOS4xNjY2N1Y0LjE2NjY3SDEyLjVWOS4xNjY2N0MxMi41IDEwLjU0MTcgMTEuMzc1IDExLjY2NjcgMTAgMTEuNjY2N1pNMTUuODMzMyA2LjY2NjY3QzE1LjgzMzMgNy43NSAxNS4xMzMzIDguNjY2NjcgMTQuMTY2NyA5LjAxNjY3VjUuODMzMzNIMTUuODMzM1Y2LjY2NjY3WiIgZmlsbD0iIzVFNjc2RSIvPgo8L3N2Zz4K);--str-chat__arrow-left-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc5MTUgNy4wMDUxSDMuNjIxNDhMOC41MDE0OCAyLjEyNTFDOC44OTE0OCAxLjczNTEgOC44OTE0OCAxLjA5NTEgOC41MDE0OCAwLjcwNTA5OEM4LjExMTQ4IDAuMzE1MDk4IDcuNDgxNDggMC4zMTUwOTggNy4wOTE0OCAwLjcwNTA5OEwwLjUwMTQ4NCA3LjI5NTFDMC4xMTE0ODQgNy42ODUxIDAuMTExNDg0IDguMzE1MSAwLjUwMTQ4NCA4LjcwNTFMNy4wOTE0OCAxNS4yOTUxQzcuNDgxNDggMTUuNjg1MSA4LjExMTQ4IDE1LjY4NTEgOC41MDE0OCAxNS4yOTUxQzguODkxNDggMTQuOTA1MSA4Ljg5MTQ4IDE0LjI3NTEgOC41MDE0OCAxMy44ODUxTDMuNjIxNDggOS4wMDUxSDE0Ljc5MTVDMTUuMzQxNSA5LjAwNTEgMTUuNzkxNSA4LjU1NTEgMTUuNzkxNSA4LjAwNTFDMTUuNzkxNSA3LjQ1NTEgMTUuMzQxNSA3LjAwNTEgMTQuNzkxNSA3LjAwNTFaIiBmaWxsPSIjMDgwNzA3Ii8+Cjwvc3ZnPgo=);--str-chat__close-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI5OTcgMC43MDk5NzFDMTIuOTA5NyAwLjMxOTk3MSAxMi4yNzk3IDAuMzE5OTcxIDExLjg4OTcgMC43MDk5NzFMNi45OTk3MyA1LjU4OTk3TDIuMTA5NzMgMC42OTk5NzFDMS43MTk3MyAwLjMwOTk3MSAxLjA4OTczIDAuMzA5OTcxIDAuNjk5NzI3IDAuNjk5OTcxQzAuMzA5NzI3IDEuMDg5OTcgMC4zMDk3MjcgMS43MTk5NyAwLjY5OTcyNyAyLjEwOTk3TDUuNTg5NzMgNi45OTk5N0wwLjY5OTcyNyAxMS44OUMwLjMwOTcyNyAxMi4yOCAwLjMwOTcyNyAxMi45MSAwLjY5OTcyNyAxMy4zQzEuMDg5NzMgMTMuNjkgMS43MTk3MyAxMy42OSAyLjEwOTczIDEzLjNMNi45OTk3MyA4LjQwOTk3TDExLjg4OTcgMTMuM0MxMi4yNzk3IDEzLjY5IDEyLjkwOTcgMTMuNjkgMTMuMjk5NyAxMy4zQzEzLjY4OTcgMTIuOTEgMTMuNjg5NyAxMi4yOCAxMy4yOTk3IDExLjg5TDguNDA5NzMgNi45OTk5N0wxMy4yOTk3IDIuMTA5OTdDMTMuNjc5NyAxLjcyOTk3IDEzLjY3OTcgMS4wODk5NyAxMy4yOTk3IDAuNzA5OTcxWiIgZmlsbD0iIzA4MDcwNyIvPgo8L3N2Zz4K);--str-chat__add-attachment-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMzMyIDcuMzMzMDdMMTIuNjY2NiA3LjMzMzA3TDEyLjY2NjYgMTIuNjY2NEw3LjMzMzI0IDEyLjY2NjRMNy4zMzMyNCAxNS4zMzMxTDEyLjY2NjYgMTUuMzMzMUwxMi42NjY2IDIwLjY2NjRMMTUuMzMzMiAyMC42NjY0TDE1LjMzMzIgMTUuMzMzMUwyMC42NjY2IDE1LjMzMzFMMjAuNjY2NiAxMi42NjY0TDE1LjMzMzIgMTIuNjY2NEwxNS4zMzMyIDcuMzMzMDdaTTEzLjk5OTkgMC42NjY0MDRDNi42Mzk5MSAwLjY2NjQwNCAwLjY2NjU3NiA2LjYzOTc0IDAuNjY2NTc3IDEzLjk5OTdDMC42NjY1NzYgMjEuMzU5NyA2LjYzOTkxIDI3LjMzMzEgMTMuOTk5OSAyNy4zMzMxQzIxLjM1OTkgMjcuMzMzMSAyNy4zMzMyIDIxLjM1OTcgMjcuMzMzMiAxMy45OTk3QzI3LjMzMzIgNi42Mzk3NCAyMS4zNTk5IDAuNjY2NDA0IDEzLjk5OTkgMC42NjY0MDRaTTEzLjk5OTkgMjQuNjY2NEM4LjExOTkxIDI0LjY2NjQgMy4zMzMyNCAxOS44Nzk3IDMuMzMzMjUgMTMuOTk5N0MzLjMzMzI0IDguMTE5NzQgOC4xMTk5MSAzLjMzMzA3IDEzLjk5OTkgMy4zMzMwN0MxOS44Nzk5IDMuMzMzMDcgMjQuNjY2NiA4LjExOTc0IDI0LjY2NjYgMTMuOTk5N0MyNC42NjY2IDE5Ljg3OTcgMTkuODc5OSAyNC42NjY0IDEzLjk5OTkgMjQuNjY2NFoiLz4KPC9zdmc+Cg==);--str-chat__folder-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAySDEwTDggMEgyQzAuOSAwIDAuMDA5OTk5OTkgMC45IDAuMDA5OTk5OTkgMkwwIDE0QzAgMTUuMSAwLjkgMTYgMiAxNkgxOEMxOS4xIDE2IDIwIDE1LjEgMjAgMTRWNEMyMCAyLjkgMTkuMSAyIDE4IDJaTTE4IDE0SDJWNEgxOFYxNFoiIC8+Cjwvc3ZnPgo=);--str-chat__poll-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNiAwSDJDMC45IDAgMCAwLjkgMCAyVjE2QzAgMTcuMSAwLjkgMTggMiAxOEgxNkMxNy4xIDE4IDE4IDE3LjEgMTggMTZWMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTE2IDE2SDJWMkgxNlYxNlpNNCA3SDZWMTRINFY3Wk04IDRIMTBWMTRIOFY0Wk0xMiAxMEgxNFYxNEgxMlYxMFoiLz4KPC9zdmc+);--str-chat__handle-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgNiIgZmlsbD0iY3VycmVuQ29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTYgMEgwVjJIMTZWMFpNMCA2SDE2VjRIMFY2WiIvPgo8L3N2Zz4K);--str-chat__circle-stop-icon: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSI0IDQgMjggMjgiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQ1NTEgMjcuMjQ0MUMyMi42MzA5IDI3LjI0NDEgMjcuNzQ0MSAyMi4xMTk4IDI3Ljc0NDEgMTUuOTU1MUMyNy43NDQxIDkuNzc5MyAyMi42MTk4IDQuNjY2MDIgMTYuNDQ0IDQuNjY2MDJDMTAuMjc5MyA0LjY2NjAyIDUuMTY2MDIgOS43NzkzIDUuMTY2MDIgMTUuOTU1MUM1LjE2NjAyIDIyLjExOTggMTAuMjkwNCAyNy4yNDQxIDE2LjQ1NTEgMjcuMjQ0MVpNMTYuNDU1MSAyNS4zNjI2QzExLjIzMTEgMjUuMzYyNiA3LjA1ODU5IDIxLjE3OSA3LjA1ODU5IDE1Ljk1NTFDNy4wNTg1OSAxMC43MzExIDExLjIyMDEgNi41NDc1MyAxNi40NDQgNi41NDc1M0MyMS42NjggNi41NDc1MyAyNS44NTE2IDEwLjczMTEgMjUuODYyNiAxNS45NTUxQzI1Ljg3MzcgMjEuMTc5IDIxLjY3OSAyNS4zNjI2IDE2LjQ1NTEgMjUuMzYyNlpNMTMuNTIyMSAxOS45ODM3SDE5LjM2NTlDMjAuMDYzMiAxOS45ODM3IDIwLjQ3MjcgMTkuNTc0MiAyMC40NzI3IDE4Ljg5OTFWMTMuMDExMUMyMC40NzI3IDEyLjMyNDkgMjAuMDYzMiAxMS45MjY0IDE5LjM2NTkgMTEuOTI2NEgxMy41MjIxQzEyLjgzNTkgMTEuOTI2NCAxMi40MTU0IDEyLjMyNDkgMTIuNDE1NCAxMy4wMTExVjE4Ljg5OTFDMTIuNDE1NCAxOS41NzQyIDEyLjgzNTkgMTkuOTgzNyAxMy41MjIxIDE5Ljk4MzdaIiBmaWxsPSIjMDA1ZmZmIi8+Cjwvc3ZnPg==);--str-chat__magnifier-glass-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjEgMjEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOSAwQzEzLjk2OCAwIDE4IDQuMDMyIDE4IDlDMTggMTMuOTY4IDEzLjk2OCAxOCA5IDE4QzQuMDMyIDE4IDAgMTMuOTY4IDAgOUMwIDQuMDMyIDQuMDMyIDAgOSAwWk05IDE2QzEyLjg2NyAxNiAxNiAxMi44NjcgMTYgOUMxNiA1LjEzMiAxMi44NjcgMiA5IDJDNS4xMzIgMiAyIDUuMTMyIDIgOUMyIDEyLjg2NyA1LjEzMiAxNiA5IDE2Wk0yMC4zMTQgMTguODk5TDE3LjQ4NSAxNi4wNzFMMTYuMDcxIDE3LjQ4NUwxOC44OTkgMjAuMzE0TDIwLjMxNCAxOC44OTlaIi8+Cjwvc3ZnPgo=);--str-chat__clear-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwQzAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEMxNS41MjI4IDAgMjAgNC40NzcxNSAyMCAxMEMyMCAxNS41MjI4IDE1LjUyMjggMjAgMTAgMjBDNC40NzcxNSAyMCAwIDE1LjUyMjggMCAxMFpNMTAgMkM1LjU4MTcyIDIgMiA1LjU4MTcyIDIgMTBDMiAxNC40MTgzIDUuNTgxNzIgMTggMTAgMThDMTQuNDE4MyAxOCAxOCAxNC40MTgzIDE4IDEwQzE4IDUuNTgxNzIgMTQuNDE4MyAyIDEwIDJaTTEzLjUzNTggNi40NjQ0NkMxMy4xNDUzIDYuMDczOTQgMTIuNTEyMSA2LjA3Mzk0IDEyLjEyMTYgNi40NjQ0NkwxMC4wMDAzIDguNTg1NzhMNy44Nzg5OCA2LjQ2NDQ2QzcuNDg4NDYgNi4wNzM5NCA2Ljg1NTI5IDYuMDczOTQgNi40NjQ3NyA2LjQ2NDQ2QzYuMDc0MjQgNi44NTQ5OSA2LjA3NDI0IDcuNDg4MTUgNi40NjQ3NyA3Ljg3ODY4TDguNTg2MDkgMTBMNi40NjQ3NyAxMi4xMjEzQzYuMDc0MjQgMTIuNTExOCA2LjA3NDI0IDEzLjE0NSA2LjQ2NDc3IDEzLjUzNTVDNi44NTUyOSAxMy45MjYxIDcuNDg4NDYgMTMuOTI2MSA3Ljg3ODk4IDEzLjUzNTVMMTAuMDAwMyAxMS40MTQyTDEyLjEyMTYgMTMuNTM1NUMxMi41MTIxIDEzLjkyNjEgMTMuMTQ1MyAxMy45MjYxIDEzLjUzNTggMTMuNTM1NUMxMy45MjY0IDEzLjE0NSAxMy45MjY0IDEyLjUxMTggMTMuNTM1OCAxMi4xMjEzTDExLjQxNDUgMTBMMTMuNTM1OCA3Ljg3ODY4QzEzLjkyNjQgNy40ODgxNSAxMy45MjY0IDYuODU0OTkgMTMuNTM1OCA2LjQ2NDQ2WiIvPgo8L3N2Zz4K)}@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-CVCe0Jge.eot);src:url(/assets/stream-chat-icons-CVCe0Jge.eot#iefix) format("embedded-opentype"),url(/assets/stream-chat-icons-BLRMizsT.woff) format("woff2"),url(/assets/stream-chat-icons-BLRMizsT.woff) format("woff"),url(/assets/stream-chat-icons-C_tSEO3S.ttf) format("truetype"),url(/assets/stream-chat-icons-DWRBO47D.svg#stream-chat-icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-DWRBO47D.svg#stream-chat-icons) format("svg")}}.str-chat{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 32)}.str-chat .str-chat__avatar--autocomplete-item,.str-chat .stream-chat__avatar--autocomplete-item{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--channel-header,.str-chat .stream-chat__avatar--channel-header{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 40)}.str-chat .str-chat__avatar--channel-preview,.str-chat .stream-chat__avatar--channel-preview{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 49)}.str-chat .str-chat__avatar--quoted-message-sender,.str-chat .stream-chat__avatar--quoted-message-sender{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat .str-chat__avatar--reaction,.str-chat .stream-chat__avatar--reaction{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--message-status,.str-chat .stream-chat__avatar--message-status{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat .str-chat__avatar--poll-vote-author{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat__avatar{position:relative;display:flex;align-items:center;justify-content:center;height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size)}.str-chat__avatar.str-chat__avatar--one-letter,.str-chat__avatar.stream-chat__avatar--one-letter{font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-width: calc(var(--str-chat__avatar-size) * .33);--str-chat-icon-height: calc(var(--str-chat__avatar-size) * .33)}.str-chat__avatar.str-chat__avatar--multiple-letters,.str-chat__avatar.stream-chat__avatar--multiple-letters{font-size:calc(var(--str-chat__avatar-size)*.3)}.str-chat__avatar .str-chat__avatar-image{height:100%;width:100%;object-fit:cover}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{position:absolute;width:calc(var(--str-chat__spacing-px)*12);height:calc(var(--str-chat__spacing-px)*12);inset-inline-end:3%;inset-block-start:2%}.str-chat__loading-channels-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__avatar-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size);overflow:hidden}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(1){grid-area:1/1/3/2}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(2){grid-area:1/2/2/3}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(3){grid-area:2/2/3/3}.str-chat__avatar-group .str-chat__avatar{height:100%;line-height:100%;width:100%;min-width:100%}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback,.str-chat__avatar-group .str-chat__avatar img{border-radius:0}.str-chat__avatar-group .str-chat__avatar.str-chat__avatar--single .str-chat__avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback{font-size:calc(var(--str-chat__avatar-size)*.33)}.str-chat{--str-chat__attachment-margin: var(--str-chat__spacing-0_5);--str-chat__gif-height: calc(var(--str-chat__spacing-px) * 200);--str-chat__voice-recording-amplitude-bar-width: 2px;--str-chat__voice-recording-amplitude-bar-gap-width: var(--str-chat__spacing-px)}.str-chat__attachment-list{--str-chat__attachment-max-width: calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) );--str-chat__video-height: var(--str-chat__attachment-max-width);--str-chat__scraped-image-height: calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91));--str-chat__scraped-video-height: calc(var(--str-chat__attachment-max-width) * .5625 );display:flex;flex-direction:column;align-items:stretch;min-width:0}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--header{position:relative}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link{padding-bottom:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-image-height)}.str-chat__attachment-list .str-chat__message-attachment-card--header img{object-fit:cover;max-height:100%;max-width:100%;width:100%;height:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;max-height:100%;max-width:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .str-chat__video-angular,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .str-chat__video-angular{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery{margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;grid-template-columns:50% 50%;overflow:hidden;width:fit-content;gap:var(--str-chat__spacing-0_5);max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{padding:0;margin:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:top left;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{position:relative;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__spacing-6)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6))}.str-chat__attachment-list .str-chat__message-attachment-unsupported{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*30)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__spacing-0_5);min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*34)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px)*120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;grid-column-gap:var(--str-chat__spacing-5);padding-top:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{line-height:calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:calc(var(--str-chat__spacing-px)*5);flex:1;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;height:inherit}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{display:grid;grid-template-columns:36px auto 55px;align-items:center;justify-content:center;gap:calc(var(--str-chat__spacing-px)*9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-voice-recording-widget--first-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1_5);height:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__error-message{display:flex;align-items:center;justify-content:flex-start;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{justify-self:center}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:calc(var(--str-chat__spacing-px)*45);width:calc(var(--str-chat__spacing-px)*45)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget stream-voice-recording-wavebar{flex:1}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:var(--str-chat__voice-recording-amplitude-bar-width);min-width:var(--str-chat__voice-recording-amplitude-bar-width);height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{min-width:0;max-width:var(--str-chat__attachment-max-width);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{display:flex;align-items:center;column-gap:var(--str-chat__spacing-3_5)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{cursor:pointer;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__attachment-list .str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16)}.str-chat__attachment-list .str-chat__attachment-type-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37)}.str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36);cursor:pointer}.str-chat__message-attachment-audio-widget--play-button svg{width:var(--str-chat__spacing-3)}.str-chat__quoted-message-preview{--str-chat__attachment-margin: 0px}.str-chat__quoted-message-preview *{cursor:pointer!important}.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget{display:flex;justify-content:space-between}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-audio-widget--play-button,.str-chat__quoted-message-preview .str-chat__message-attachment-file--item-download{display:none}.str-chat__message .str-chat__quoted-message-preview .str-chat__message-attachment-file--item{padding:0}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{position:relative;flex:1;width:120px;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;gap:var(--str-chat__spacing-px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list-angular-host{min-width:0}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video{width:100%}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a{display:block;width:100%;height:100%;position:relative}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a .str-chat__message-attachment-card--video-play,.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a stream-icon-placeholder{position:absolute;top:50%;left:0;right:0;margin:auto;transform:translateY(-50%);width:calc(var(--str-chat__spacing-px)*36);height:calc(var(--str-chat__spacing-px)*36)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a img{cursor:pointer}.str-chat__attachment-preview-list{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 18);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{overflow-y:hidden;overflow-x:auto;width:100%;max-width:100%;display:flex;align-items:center;justify-content:flex-start;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{object-fit:cover;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);word-break:break-all;overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{display:flex;justify-content:flex-start;align-items:center;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*200);position:relative;padding:0 var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37);--str-chat-icon-width: auto;display:flex;align-items:center;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg{height:calc(var(--str-chat__spacing-px)*37);width:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);line-height:calc(var(--str-chat__spacing-px)*13)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download svg{width:calc(var(--str-chat__spacing-px)*16);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);position:absolute;top:calc(var(--str-chat__spacing-px)*2);inset-inline-end:calc(var(--str-chat__spacing-px)*2);cursor:pointer;z-index:1}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;inset-inline-start:0;cursor:pointer;z-index:0}.str-chat__attachment-preview-list-angular-host{width:100%;max-width:100%}.str-chat__message-textarea-angular-host{position:relative}.str-chat__message-textarea-angular-host mention-list{width:100%}.str-chat__message-textarea-angular-host .mention-menu{padding:var(--str-chat__spacing-2) 0!important;margin:0!important;max-width:100%}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{position:absolute;bottom:calc(100% + var(--str-chat__spacing-2_5));width:100%;padding:var(--str-chat__spacing-2) 0}.str-chat__suggestion-list-container .str-chat__suggestion-list{overflow-y:auto;max-height:calc(var(--str-chat__spacing-px)*320);display:flex;flex-direction:column;list-style:none;padding:unset;margin:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react{overflow-y:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{width:100%}.str-chat__slash-command{padding:var(--str-chat__spacing-2_5)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{margin-inline-start:var(--str-chat__spacing-2)}.str-chat__user-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;display:flex;align-items:center;width:100%}.str-chat__emoji-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:flex;align-items:center;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{bottom:0;display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:3.25rem;padding-inline:1rem}.str-chat__audio_recorder,stream-voice-recorder-wavebar{display:flex;align-items:center;justify-content:center;gap:.375rem}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button{--str-chat-icon-height: 28px}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-height: 24px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer,stream-voice-recorder-wavebar .str-chat__recording-timer{display:flex;align-items:center;width:3rem}.str-chat__audio_recorder .str-chat__recording-timer--hours,stream-voice-recorder-wavebar .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track-container{padding-block:.5rem;overflow-x:auto;height:fit-content}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{flex:1;display:flex;align-items:center;justify-content:flex-end;width:100%}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;height:2rem;margin-inline:1rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{width:120px}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box{overflow-x:hidden}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-voice-recording-widget--first-row{display:none}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state .str-chat__message-attachment__voice-recording-widget__timer{min-width:3rem;align-self:center}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{display:none}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download,.str-chat__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download{position:absolute;top:.5rem;right:1rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{height:100%;display:flex;flex-direction:column;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{height:100%;display:flex;flex-direction:column;width:100%;min-width:0}.str-chat__empty-channel{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__loading-channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-name{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*170)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-info{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list{height:100%;padding:0 var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-4) 0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{display:flex;flex-direction:column;width:100%;row-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{display:flex;width:100%;column-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{display:flex;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{width:100%;height:calc(var(--str-chat__spacing-px)*36)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36)}.str-chat__channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__channel-header .str-chat__channel-header-end p{margin:0}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-info{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty-v1{display:none}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__spacing-2) 0}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__channel-list .stream-chat__paginated-list{gap:0}.str-chat__channel-list-react{overflow:hidden}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{overflow:hidden;padding-bottom:var(--str-chat__spacing-2_5)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react .str-chat__channel-list-messenger-react__main{overflow-y:auto}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main{display:flex;flex-direction:column}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main stream-paginated-list{min-height:0}.str-chat__channel-preview-container{position:relative}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons{position:absolute;right:var(--str-chat__spacing-2);bottom:var(--str-chat__spacing-3);display:flex;flex-direction:row;align-items:center;gap:1px}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-height: 13px;cursor:pointer;padding-block:2px;padding-inline:4px}.str-chat__channel-preview{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start;cursor:pointer}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%;overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{display:flex;column-gap:var(--str-chat__spacing-1);align-items:stretch}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{display:flex;align-items:center;padding:0 var(--str-chat__spacing-2)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--name{width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;display:flex;column-gap:var(--str-chat__spacing-1);align-items:center}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;margin:0;max-width:calc(100% - 40px)}.str-chat__channel-preview-loading{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview-loading .str-chat__loading-channels-username{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__channel-preview-loading .str-chat__loading-channels-status{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__channel-search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__channel-search.str-chat__channel-search--active.str-chat__channel-search--inline,.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);height:65px}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-2_5);min-width:0}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{display:inline-flex;padding:0 var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{background:none;border:none;cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button:disabled{cursor:default}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper input{flex:1;min-width:0}.str-chat__channel-search .str-chat__channel-search-container-searching,.str-chat__channel-search .str-chat__channel-search-results-header{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{position:absolute;left:0;right:0;top:65px;height:400px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg{height:calc(var(--str-chat__spacing-px)*90 + var(--str-chat__spacing-20));width:calc(var(--str-chat__spacing-px)*90);padding:var(--str-chat__spacing-10) 0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{background:none;border:none;display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .channel-search__result-text,.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__cta-button{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6);cursor:pointer}.str-chat__circle-fab{width:calc(var(--str-chat__spacing-px)*42);height:calc(var(--str-chat__spacing-px)*42);padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__dialog-overlay{inset:0;overflow:hidden;position:absolute;height:var(--str-chat__dialog-overlay-height);width:100%;z-index:2}.str-chat__dialog{width:100%}.str-chat__dialog .str-chat__dialog__body{padding:2rem 1rem;overflow-y:auto}.str-chat__dialog .str-chat__dialog__body .str-chat__dialog__title{margin-bottom:1rem}.str-chat__dialog .str-chat__dialog__controls{display:flex;justify-content:flex-end;gap:1.25rem;padding:2.25rem 1.25rem 0}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:none;border:none}.str-chat__prompt-dialog input[type=text]{width:100%;padding:.625rem 1rem}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{display:flex;align-items:center;width:100%;padding:.5rem .75rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-icon{height:1rem;width:1rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-text{padding-inline:.675rem}.str-chat__drag-and-drop-container__item{display:flex;width:100%;padding-block:.25rem}.str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;z-index:5}.str-chat__dropzone-container p{margin:unset}.str-chat__edit-message-form{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-5);width:100%;height:100%;min-height:0;min-width:0;max-width:100%;max-height:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{display:flex;align-items:center;justify-content:flex-end}.str-chat__edit-message-form .str-chat__edit-message-form-options button{cursor:pointer;margin:0}.str-chat-angular__edit-message-form .str-chat__message-input-angular-host{max-height:100%;min-height:0;display:flex;min-width:0;max-width:100%}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width:768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__dialog__field{display:flex;flex-direction:column;gap:.5rem}.str-chat__dialog__field .str-chat__form-field-error{margin-left:.5rem}.str-chat__image-carousel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;min-width:0;max-width:100%;max-height:100%;height:100%}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 30);padding:var(--str-chat__spacing-2_5);border:none;cursor:pointer;background:#0000}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;min-height:0;max-height:100%;min-width:0;max-width:100%;height:100%;width:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:80%;width:80%}@media only screen and (max-device-width:768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:100%;width:100%}}[dir=rtl] .str-chat__image-carousel-stepper svg{transform:scaleX(-1)}.str-chat{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);--str-chat-icon-width: auto}.str-chat__icon{display:flex;font-family:stream-chat-icons;font-style:normal;font-weight:400;font-size:var(--str-chat-icon-height);line-height:var(--str-chat-icon-height);height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url(data:image/svg+xml;base64,PHN2ZwogIGRhdGEtdGVzdGlkPSJ1bnNwZWNpZmllZC1maWxldHlwZSIKICB3aWR0aD0iMzQiCiAgaGVpZ2h0PSI0MCIKICB2aWV3Qm94PSIwIDAgMzQgNDAiCiAgZmlsbD0ibm9uZSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCj4KICA8cGF0aAogICAgZD0iTTAgM0MwIDEuMzQzMTUgMS4zNDMxNSAwIDMgMEgyM0wzNCAxMVYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjNaIgogICAgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIKICAvPgogIDxwYXRoIGQ9Ik0zNCAxMUwyNiAxMUMyNC4zNDMxIDExIDIzIDkuNjU2ODUgMjMgOFYwTDM0IDExWiIgZmlsbD0iI0RCREJEQiIgLz4KICA8cGF0aAogICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTggMTNIMjNWMTVIOFYxM1oiCiAgICBmaWxsPSIjQ0ZDRkNGIgogIC8+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik04IDE3SDE4VjE5SDhWMTdaIgogICAgZmlsbD0iI0NGQ0ZDRiIKICAvPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOCAyMUgyM1YyM0g4VjIxWiIKICAgIGZpbGw9IiNDRkNGQ0YiCiAgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICBpZD0icGFpbnQwX2xpbmVhciIKICAgICAgeDE9IjAiCiAgICAgIHkxPSIwIgogICAgICB4Mj0iMCIKICAgICAgeTI9IjQwIgogICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgID4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RCREJEQiIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=)}.str-chat__icon--audio-file{content:url(data:image/svg+xml;base64,PHN2ZwogIGNsYXNzPSJyZnUtZmlsZS1hdWRpbyIKICBmaWxsPSJub25lIgogIHZpZXdCb3g9IjAgMCAzNCA0MCIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIyMCIKICB3aWR0aD0iMjAiCj4KICA8cGF0aAogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTE3LjcxNjggMzMuMTcyQzE4LjIzNDggMzMuMTcyIDE4LjQyMzggMzMuNjU1IDE4LjQyMzggMzQuMThDMTguNDIzOCAzNC42NDIgMTguMjk3OCAzNS4xOTUgMTcuNzE2OCAzNS4xOTVDMTcuMTcwOCAzNS4xOTUgMTYuOTg4OCAzNC42NDIgMTYuOTg4OCAzNC4xNDVDMTYuOTg4OCAzMy42ODMgMTcuMTcwOCAzMy4xNzIgMTcuNzE2OCAzMy4xNzJaTTE5LjU3MTggMzEuMDAySDE4LjM4MThWMzIuNzU4OUgxOC4zNjc4QzE4LjEyMjggMzIuNDMgMTcuNzc5OCAzMi4yNjIgMTcuMzMxOCAzMi4yNjJDMTYuMzAyOCAzMi4yNjIgMTUuNzk4OCAzMy4xNTggMTUuNzk4OCAzNC4xMDNDMTUuNzk4OCAzNS4xMjUgMTYuMjgxOCAzNi4xMDQ5IDE3LjQyMjggMzYuMTA0OUMxNy44NDI4IDM2LjEwNDkgMTguMTkyOCAzNS45MjMgMTguNDIzOCAzNS41OEgxOC40Mzc4VjM2SDE5LjU3MThWMzEuMDAyWk0xMi43MDk1IDM0LjE4NzJDMTIuNzA5NSAzMy43MjUyIDEyLjg3NzUgMzMuMTcyMiAxMy40MzA1IDMzLjE3MjJDMTMuOTgzNSAzMy4xNzIyIDE0LjE1ODUgMzMuNzI1MiAxNC4xNTg1IDM0LjE4NzJDMTQuMTU4NSAzNC42NDkyIDEzLjk4MzUgMzUuMTk1MiAxMy40MzA1IDM1LjE5NTJDMTIuODc3NSAzNS4xOTUyIDEyLjcwOTUgMzQuNjQ5MiAxMi43MDk1IDM0LjE4NzJaTTExLjUxOTUgMzQuMTg3MkMxMS41MTk1IDM1LjI3OTIgMTIuMzAzNSAzNi4xMDUyIDEzLjQzMDUgMzYuMTA1MkMxNC41NTc1IDM2LjEwNTIgMTUuMzQ4NSAzNS4yNzkyIDE1LjM0ODUgMzQuMTg3MkMxNS4zNDg1IDMzLjA5NTIgMTQuNTU3NSAzMi4yNjIyIDEzLjQzMDUgMzIuMjYyMkMxMi4zMDM1IDMyLjI2MjIgMTEuNTE5NSAzMy4wOTUyIDExLjUxOTUgMzQuMTg3MlpNMjEuODM5IDMyLjM2NzFIMjIuNTc0VjMzLjEzNzFIMjEuODM5VjM0Ljc4OTFDMjEuODM5IDM1LjA3NjEgMjIuMDA3IDM1LjEzOTEgMjIuMjY2IDM1LjEzOTFDMjIuMzE0MiAzNS4xMzkxIDIyLjM2NCAzNS4xMzU3IDIyLjQxNDcgMzUuMTMyM0MyMi40NjcyIDM1LjEyODcgMjIuNTIwNiAzNS4xMjUxIDIyLjU3NCAzNS4xMjUxVjM2LjAwMDFDMjIuNDgxIDM2LjAwMzEgMjIuMzg4IDM2LjAwOTkgMjIuMjk1IDM2LjAxNjhDMjIuMTcxIDM2LjAyNTkgMjIuMDQ3IDM2LjAzNTEgMjEuOTIzIDM2LjAzNTFDMjAuOTA4IDM2LjAzNTEgMjAuNjQ5IDM1Ljc0MTEgMjAuNjQ5IDM0Ljc1NDFWMzMuMTM3MUgyMC4wNDdWMzIuMzY3MUgyMC42NDlWMzEuMjY4MUgyMS44MzlWMzIuMzY3MVoiCiAgICBmaWxsPSJ3aGl0ZSIKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBkPSJNMCAyOEgzNFYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjI4WiIKICAgIGZpbGw9IiMyNzI3QjAiCiAgPjwvcGF0aD4KICA8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDIzTDM0IDExVjI4SDBWM1oiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICA8cGF0aAogICAgZD0iTTM0IDExTDI2IDExQzI0LjM0MzEgMTEgMjMgOS42NTY4NSAyMyA4VjBMMzQgMTFaIgogICAgZmlsbD0iI0RCREJEQiIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOC44NzkxMiAyMS45NDFIMTIuMjk4TDE2Ljk1MjEgMjQuNzQ5M0MxNy4wMzA3IDI0LjgxMzggMTcuMTI5MyAyNC44NDkgMTcuMjMxMSAyNC44NDlDMTcuNDczOCAyNC44NDg4IDE3LjY3MDUgMjQuNjUxOSAxNy42NzAzIDI0LjQwOTJWMTIuNDM5OUMxNy42NzA0IDEyLjMzODEgMTcuNjM1MiAxMi4yMzk2IDE3LjU3MDcgMTIuMTYwOUMxNy40MTY4IDExLjk3MzIgMTcuMTM5OCAxMS45NDU3IDE2Ljk1MjEgMTIuMDk5NkwxMi4yOTggMTQuOTA4SDguODc5MTJDOC4zOTM2IDE0LjkwOCA4IDE1LjMwMTYgOCAxNS43ODcxVjIxLjA2MTlDOCAyMS41NDc0IDguMzkzNiAyMS45NDEgOC44NzkxMiAyMS45NDFaTTEyLjkyNTggMTYuNjY2NEwxNS45MTIyIDE1LjIyMjRWMjEuNjI2OEwxMi45MjU4IDIwLjE4MjlIOS43NTgzVjE2LjY2NjRIMTIuOTI1OFpNMTkuODUxMSAxNi4zNTE3QzE5LjQ3NCAxNi40MDkyIDE5LjIzOTcgMTYuNjYzNyAxOS4zMjgzIDE2LjkxOTFMMTkuMzI2MiAxNi45MkMxOS41Mjk1IDE3LjQ5OTUgMTkuNjMwNSAxOC4wOTggMTkuNjI4NCAxOC42OTUzQzE5LjYzMDUgMTkuMjk3NSAxOS41MjM3IDE5LjkwMTQgMTkuMzE5NiAyMC40OTA5QzE5LjIyOSAyMC43NDYyIDE5LjQ2ODIgMjAuOTk5NiAxOS44NDc0IDIxLjA2QzE5LjkwMDggMjEuMDY4MyAxOS45NTQyIDIxLjA3MiAyMC4wMDc2IDIxLjA3MkMyMC4zMjU5IDIxLjA3MiAyMC42MTU2IDIwLjkyMzQgMjAuNjkyMiAyMC43MDU3QzIwLjkxOTQgMjAuMDQ1MSAyMS4wMzM3IDE5LjM3IDIxLjAzNzQgMTguNjk1M0MyMS4wMzQ5IDE4LjAyNTEgMjAuOTIxMSAxNy4zNTc1IDIwLjY5NTUgMTYuNzAzNUMyMC42MDUzIDE2LjQ0NzcgMjAuMjI5IDE2LjI5MDggMTkuODUxMSAxNi4zNTE3Wk0yMi4xNjA1IDE0LjYwMjhDMjIuNTI1MiAxNC41MTYzIDIyLjkyNTkgMTQuNjQ1NCAyMy4wNTUgMTQuODkzOEMyMy42ODkxIDE2LjExNTcgMjQgMTcuNDA0MiAyNCAxOC42OTIzQzI0LjAwMDQgMTkuOTg5NSAyMy42Nzk2IDIxLjI4MzkgMjMuMDUyMSAyMi41MTUzQzIyLjk1MDMgMjIuNzEyMyAyMi42NzYzIDIyLjgzNDQgMjIuMzgyOCAyMi44MzQ0QzIyLjMwNzEgMjIuODM0NCAyMi4yMzAxIDIyLjgyNjEgMjIuMTU0MyAyMi44MDkyQzIxLjc4NjMgMjIuNzI1MSAyMS41OTE0IDIyLjQ1MzYgMjEuNzE4NSAyMi4yMDc3QzIyLjI5ODggMjEuMDc2MSAyMi41OTIyIDE5Ljg4MzYgMjIuNTkzMSAxOC42OTE5QzIyLjU5MzEgMTcuNTA1NiAyMi4zMDU0IDE2LjMyMjIgMjEuNzI3NiAxNS4yMDI1QzIxLjYwMDEgMTQuOTU2MyAyMS43OTUgMTQuNjg2IDIyLjE2MDUgMTQuNjAyOFoiCiAgICBmaWxsPSIjMjcyN0IwIgogICAgZmlsbC1ydWxlPSJldmVub2RkIgogID48L3BhdGg+Cjwvc3ZnPg==)}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__icon--mic:before{content:""}.str-chat__icon--bin:before{content:""}.str-chat__infinite-scroll-paginator{overflow-y:auto;overflow-x:hidden}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem}.str-chat__link-preview-card{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:1rem}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:calc(var(--str-chat__spacing-px)*250);padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{display:flex;align-items:center}.str-chat__link-preview-card .str-chat__link-preview-card__content{width:100%;min-width:0;flex:1;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{background:none;border:none;cursor:pointer}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content{display:flex;flex-direction:column;gap:.25rem}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{height:calc(var(--str-chat__spacing-px)*12);width:100%}.str-chat{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}stream-loading-indicator{display:flex;align-items:center;justify-content:center}stream-loading-indicator .str-chat__loading-indicator{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__loading-indicator-placeholder{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat{--str-chat__message-options-button-size: calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width: calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width: calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width: calc( var(--str-chat__spacing-px) * 200 );--str-chat__quoted-message-inside-message-input-max-height: calc( var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50) );--str-chat__quoted-message-line-clamp: 5}.str-chat__message{--str-chat-message-options-size: calc(3 * var(--str-chat__message-options-button-size))}.str-chat__message.str-chat__message-without-touch-support{--str-chat-message-options-size: calc(1 * var(--str-chat__message-options-button-size))}.str-chat__message .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-options{--str-chat-icon-height: calc(var(--str-chat__message-options-button-size) * .7)}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-max-width)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{pointer-events:none;max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-text-value{overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--str-chat__quoted-message-line-clamp);line-clamp:var(--str-chat__quoted-message-line-clamp);-webkit-box-orient:vertical}.str-chat__message,.str-chat__quoted-message-preview{display:grid;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.str-chat__message .str-chat__message-reminder,.str-chat__quoted-message-preview .str-chat__message-reminder{grid-area:message-reminder;padding-block:.5rem .125rem;margin:0}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{grid-template-areas:". message-reminder" "avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;justify-items:flex-start}.str-chat__message.str-chat__message--me,.str-chat__quoted-message-preview.str-chat__message--me{grid-template-areas:"message-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--deleted,.str-chat__quoted-message-preview.str-chat__message--deleted,.str-chat__message.str-chat__message--blocked,.str-chat__quoted-message-preview.str-chat__message--blocked{grid-template-areas:"message"}.str-chat__message.str-chat__message--system,.str-chat__quoted-message-preview.str-chat__message--system{grid-template-areas:"message";grid-template-columns:auto}.str-chat__message .str-chat__message-sender-avatar,.str-chat__quoted-message-preview .str-chat__message-sender-avatar{grid-area:avatar;align-self:end}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;column-gap:var(--str-chat__spacing-2);position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:var(--str-chat-message-options-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button{display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;position:relative;min-width:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner{grid-template-areas:"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;padding:var(--str-chat__spacing-1) 0;margin:0}.str-chat__message .str-chat__custom-message-metadata,.str-chat__quoted-message-preview .str-chat__custom-message-metadata{grid-area:custom-metadata;margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata,.str-chat__quoted-message-preview .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--str-chat__spacing-1);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-name,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-name{overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before{content:"•";margin-right:var(--str-chat__spacing-1)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp{--str-chat__message-edited-timestamp-height: 1rem;flex-basis:100%}.str-chat__message.str-chat__message--me .str-chat__message-metadata,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:right}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5);position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper button{cursor:pointer;padding:0}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message--blocked-inner,.str-chat__quoted-message-preview .str-chat__message--blocked-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--blocked-inner p,.str-chat__quoted-message-preview .str-chat__message--blocked-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);display:flex;column-gap:var(--str-chat__spacing-1);min-width:0;width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{white-space:pre-line;margin:0}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{display:block;position:absolute;bottom:0;inset-inline-end:calc(-1*calc(var(--str-chat__spacing-px) * 18)/2)}.str-chat__message.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon svg{width:calc(var(--str-chat__spacing-px)*18);height:calc(var(--str-chat__spacing-px)*18)}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}@supports not selector(:has(a,b)){.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options{display:flex}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover{margin-inline-end:0}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover{margin-inline-start:0}.str-chat__message-inner .str-chat__message-options.str-chat__message-options--active{display:flex}.str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message-inner .str-chat__message-actions-open.str-chat__message-options{display:flex}.str-chat__message-inner:focus-within .str-chat__message-options{display:flex}.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)){margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message--me .str-chat__message-inner{margin-inline-start:var(--str-chat-message-options-size)}.str-chat__li--middle .str-chat__message,.str-chat__li--top .str-chat__message{margin-block-end:var(--str-chat__spacing-0_5)}.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li--middle .str-chat__message>.str-chat__message-sender-avatar,.str-chat__li--top .str-chat__message>.str-chat__message-sender-avatar{visibility:hidden}.str-chat__li--bottom .str-chat__message,.str-chat__li--single .str-chat__message{margin-block-end:var(--str-chat__spacing-2)}.str-chat__date-separator{display:flex;padding:var(--str-chat__spacing-8);align-items:center}.str-chat__date-separator-line{flex:1;height:var(--str-chat__spacing-px)}.str-chat__date-separator>*:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{width:100%;text-align:center}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{flex-direction:column;align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-basis:min-content}.str-chat__message-input .str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-inside-message-input-max-width)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{max-height:var(--str-chat__quoted-message-inside-message-input-max-height)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text{max-height:100%;min-height:0}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem}.str-chat__unread-messages-notification{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);position:absolute;top:.75rem;z-index:2;display:flex;align-items:center;overflow:clip}.str-chat__unread-messages-notification button{padding-block:.5rem;height:100%;width:100%;white-space:nowrap}.str-chat__unread-messages-notification button:first-of-type{padding-inline:.75rem .375rem}.str-chat__unread-messages-notification button:last-of-type{padding-inline:.375rem .75rem}.str-chat__unread-messages-notification button:last-of-type svg{width:.875rem}.str-chat-angular__message-bubble{transform:translateZ(0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{transform:none}.str-chat__message-edited-timestamp{overflow:hidden;transition:height .1s}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height, 1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-with-touch-support .str-chat__message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__attachments-container,.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__message-text-inner{pointer-events:none}.str-chat__message-with-touch-support .str-chat__message-inner{margin-inline:0}.str-chat__message-with-touch-support .str-chat__message-options{display:none}.str-chat__message-with-touch-support .stream-chat-angular__image-modal-host{-webkit-touch-callout:default}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-width:10rem}.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);margin:0;cursor:pointer;width:100%;text-align:start}.str-chat__message-bounce-prompt{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-9)}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input .str-chat__quoted-message-preview-header{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{width:100%;text-align:center}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{display:flex;align-items:center;justify-content:center;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-height:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{width:100%;min-height:0;max-height:100%;display:flex;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea{width:100%;display:flex;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);font-size:calc(var(--str-chat__spacing-px)*27);align-self:end}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container{z-index:5}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container .str-chat__emoji-picker-container{display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__message-textarea-angular-host{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__stop-ai-generation-button{width:calc(var(--str-chat__spacing-px)*30);height:calc(var(--str-chat__spacing-px)*28);cursor:pointer}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);min-width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{width:calc(var(--str-chat__spacing-px)*32);height:calc(var(--str-chat__spacing-px)*32)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);min-width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__start-recording-audio-button svg{height:calc(var(--str-chat__spacing-px)*25)}.str-chat__message-input .str-chat__message-input-cooldown{display:flex;align-items:center;justify-content:center;margin-inline-start:var(--str-chat__spacing-2);margin-block:calc(var(--str-chat__spacing-2)/2);min-width:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2));min-height:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2))}.str-chat__message-input .str-chat__message-input-not-allowed{align-self:center;padding:var(--str-chat__spacing-3)}.str-chat__message-input .str-chat__quoted-message-preview{padding:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-poll-preview__name{white-space:nowrap;overflow-y:visible;overflow-x:clip;text-overflow:ellipsis;overflow-x:hidden}.str-chat__message-input .str-chat__recording-permission-denied-notification{position:absolute;left:.5rem;max-width:100%;bottom:100%;padding:1rem;margin-inline:.5rem;z-index:2}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{display:flex;justify-content:flex-end}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{height:100%;max-height:100%;min-height:0;flex-grow:initial}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat__attachment-selector-actions-menu button,.str-chat__attachment-selector button{background:none;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{padding:.25rem .5rem;cursor:pointer}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{height:26px;width:26px}.str-chat__file-input{display:none}.str-chat__attachment-selector-actions-menu{min-width:300px;padding-block:.5rem}.str-chat__send-to-channel-checkbox__container{width:100%;display:flex;padding:.5rem .75rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{display:flex;align-items:center}.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{height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width:100%;height:100%;max-height:100%}.str-chat__list .str-chat__message-list-scroll{padding:0 var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__list .str-chat__message-list-scroll{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4);margin-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{position:absolute;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);left:50%;transform:translate(-50%) translateY(-100%)}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__virtual-list{overflow-x:hidden;overflow-y:auto;position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__virtual-list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{margin-block-end:0!important}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding-block-end:var(--str-chat__spacing-0_5)}.str-chat__message-reactions-container{display:flex}.str-chat__message-reactions-container .str-chat__message-reactions{overflow-y:hidden;overflow-x:auto;scrollbar-width:none;list-style:none;display:flex;margin-block-start:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);width:fit-content;padding:0;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-1_5);position:relative;cursor:pointer;flex-shrink:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*13);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width:768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__message-reactions-details{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);max-height:100%;height:100%;min-height:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{max-width:100%;width:100%;min-width:0;overflow-x:auto;gap:var(--str-chat__spacing-4);display:flex;align-items:center;flex-shrink:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{display:flex;align-items:center;padding:var(--str-chat__spacing-1) 0;flex-shrink:0;cursor:pointer}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type .str-chat__message-reaction-emoji--with-fallback{width:18px;line-height:18px}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big{--str-chat__stream-emoji-size: 1em;align-self:center;font-size:2rem}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big.str-chat__message-reaction-emoji--with-fallback{line-height:2rem}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users{display:flex;flex-direction:column;gap:var(--str-chat__spacing-3);max-height:100%;overflow-y:auto;min-height:30vh}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;justify-content:flex-end;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{margin:var(--str-chat__spacing-2);position:static;justify-content:flex-start}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{max-width:100%;overflow-y:hidden;overflow-x:auto;scrollbar-width:none;padding:0}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{flex-shrink:0}.str-chat__message-reaction-selector .str-chat__message-reactions-options{list-style:none;display:flex;margin-block-end:var(--str-chat__spacing-0_5);width:fit-content;column-gap:var(--str-chat__spacing-1);padding:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*20);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-last-user,.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-list-item__count{display:none}.str-chat__message--me .str-chat__message-reaction-selector{inset-inline-end:0}.str-chat__message--other .str-chat__message-reaction-selector{inset-inline-start:0}.str-chat-react__message-reaction-selector{position:static;inset-block-end:unset}.str-chat-react__message-reaction-selector ul{margin:0}.str-chat__message--me .str-chat-react__message-reaction-selector,.str-chat__message--other .str-chat-react__message-reaction-selector{inset-inline-start:unset}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;width:100%;height:100%;z-index:100}.str-chat__modal--open .str-chat__modal-header{display:flex;align-items:center;width:100%;padding:1.25rem 1rem}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button,.str-chat__modal--open .str-chat__modal-header .str-chat__modal__close-button{padding:1rem;background-size:.875rem;background-repeat:no-repeat;background-position:center}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-image:var(--str-chat__arrow-left-icon)}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat;height:.875rem;width:.875rem}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__title{flex:1}.str-chat__modal--open button.str-chat__modal__close-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);margin:var(--str-chat__spacing-2);cursor:pointer}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 28);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute;inset-block-start:0;inset-inline-end:0;cursor:pointer}.str-chat__modal--open .str-chat__modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%;max-height:80%;min-width:0;min-height:0}.str-chat__modal--close{display:none}.str-chat__message-notification{display:block;position:absolute;align-self:center;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px)*10);z-index:100}.str-chat__list-notifications{position:relative}.str-chat__list-notifications{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);width:auto}.str-chat__notification{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-4)}.str-chat-react__notification{z-index:101}.str-chat__poll{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .675rem;max-width:270px;font:var(--str-chat__body-text)}.str-chat__poll button{background:none;border:none;cursor:pointer}.str-chat__poll .str-chat__checkmark{grid-column:1/2;grid-row:1/2;margin-right:.125rem;height:1rem;width:1rem}.str-chat__poll .str-chat__checkmark--checked{height:calc(1rem + 1px);width:calc(1rem + 1px);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:11px 10px}.str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__body-medium-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{font:var(--str-chat__caption-text)}.str-chat__poll .str-chat__poll-actions{display:flex;flex-direction:column;align-items:center}.str-chat__poll .str-chat__poll-actions .str-chat__poll-action{padding:.675rem;font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-option-list--full .str-chat__amount-bar,.str-chat__modal__poll-results .str-chat__amount-bar{display:none}.str-chat__poll-option{cursor:pointer}.str-chat__poll-option.str-chat__poll-option--full-vote-list{cursor:default;height:100%;padding:0}.str-chat__poll-option .str-chat__poll-option-data{flex:1;display:flex;align-items:flex-start;font:var(--str-chat__body-text);gap:.125rem}.str-chat__poll-option .str-chat__poll-option-data p{margin:0;flex:1}.str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-voters{--str-chat__avatar-size: 1.175rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option{display:flex;flex-direction:row;padding:1rem .75rem}.str-chat__poll-option-list--full .str-chat__poll-option:nth-of-type(1){padding-top:1rem;border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{padding-bottom:1rem;border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full){display:flex;flex-direction:column;gap:1.5rem;padding-block:1rem .5rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:.125rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option-data{grid-column:2/3;grid-row:1/2}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-column:2/3;grid-row:2/3;height:.25rem;width:100%;margin-top:.25rem}.str-chat__modal__poll-results .str-chat__poll-option{display:flex;flex-direction:column}.str-chat__poll-actions .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{padding:0 0 .5rem;overflow:hidden;max-width:400px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error{height:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results{display:flex;flex-direction:column;width:100%;height:100%;min-height:400px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:40px}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__title{padding:1.175rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{display:flex;flex-direction:column;min-height:0;padding-bottom:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{display:flex;flex-direction:column;flex:1;max-height:100%;min-height:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{overflow-y:auto;padding:0 1rem 1.25rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{gap:.5rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body{gap:2rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{display:flex;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text{flex:1}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{display:flex;justify-content:space-between;align-items:center;gap:.5rem;white-space:nowrap;padding-block:.375rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{display:flex;align-items:center;gap:calc(var(--str-chat__spacing-px)*5);min-width:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:130px;min-width:0}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{display:flex;gap:.375rem}.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon{height:1.25rem;width:1.25rem;background-image:var(--str-chat__winning-poll-option-icon)}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{padding-inline:1rem;flex:1}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{padding:0;max-height:unset;display:block}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{height:100%;width:100%;display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{background:none;border:none;cursor:pointer}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1 1;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body form{display:flex;flex-direction:column;gap:2rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{padding:1rem;display:flex;flex-direction:column;gap:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error{height:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__field-label{display:block;margin-bottom:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field label{display:flex;align-items:center;justify-content:space-between;width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch{display:flex;align-items:center;width:calc(var(--str-chat__spacing-px)*52);height:calc(var(--str-chat__spacing-px)*32);padding:.25rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{height:1.5rem;width:1.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{transform:translate(1.25rem)}@media only screen and (max-device-width:768px){.str-chat__modal--open .str-chat__modal__inner{width:90%}.str-chat__create-poll-modal .str-chat__modal__inner,.str-chat__poll-answer-list-modal .str-chat__modal__inner,.str-chat__poll-results-modal .str-chat__modal__inner{height:90%;max-height:unset}}.str-chat__search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__search.str-chat__search--active{flex:1;max-height:100%}.str-chat__search .str-chat__search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5) var(--str-chat__spacing-2);gap:.25rem}.str-chat__search .str-chat__search-bar .str-chat__search-bar-button{background:none;border:none;padding:var(--str-chat__spacing-1);cursor:pointer}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2);min-width:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--icon{height:20px;width:20px;margin-right:.5rem}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button{background:none;border:none;cursor:pointer;padding:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button:disabled{cursor:default}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button .str-chat__search-input--clear-button-icon{height:20px;width:20px;mask-size:20px;-webkit-mask-size:20px}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper input{flex:1;min-width:0}.str-chat__search .str-chat__search-results{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-results-header{width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header button{background:none;border:none;cursor:pointer}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{display:flex;flex-wrap:wrap;gap:.5rem;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2_5);width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button{padding:.5rem .75rem;border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button--active{background-color:var(--str-chat__surface-color);color:var(--str-chat__text-color);font-weight:500}.str-chat__search .str-chat__search-results .str-chat__search-results-presearch,.str-chat__search .str-chat__search-results .str-chat__search-source-results-empty{width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem}.str-chat__search .str-chat__search-results .str-chat__search-source-results,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__infinite-scroll-paginator__content{display:flex;flex-direction:column}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result{display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .search__result-text,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-source-result-list__footer{height:4rem;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.str-chat__thread-container{height:100%;display:flex;flex-direction:column;width:100%}.str-chat__thread-container .str-chat__thread-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-reply-count,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer;line-height:calc(var(--str-chat__spacing-px)*21);font-size:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg{height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread .str-chat__main-panel-inner{height:auto}.str-chat__thread--virtualized .str-chat__main-panel-inner{height:100%}.str-chat__thread--virtualized .str-chat__main-panel-inner .str-chat__virtual-list-message-wrapper:first-of-type{padding-block-start:var(--str-chat__spacing-4)}.str-chat__parent-message-li{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{overflow-y:hidden;display:flex;padding:var(--str-chat__spacing-2);z-index:1;max-width:calc(var(--str-chat__spacing-px)*150);width:max-content}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{padding:var(--str-chat__spacing-1_5);display:flex;justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-1);position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{width:calc(var(--str-chat__spacing-px)*4);height:calc(var(--str-chat__spacing-px)*4)}.str-chat__thread-list-container{display:flex;flex-direction:column;flex-grow:1}.str-chat__unseen-threads-banner{font-size:16px;font-weight:400;margin:8px;padding:16px;display:flex;align-items:center;justify-content:space-between}.str-chat__unseen-threads-banner__button{--str-chat-icon-width: 16px;--str-chat-icon-heigh: 22px;all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.str-chat__thread-list .str-chat__thread-list-item{align-items:stretch;box-sizing:border-box;padding-block:14px;padding-inline:8px;gap:6px;width:100%;display:flex;flex-direction:column;cursor:pointer}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel{--str-chat-icon-height: 14px;--str-chat-icon-width: 14px;display:flex;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel .str-chat__icon{margin-top:2px;flex-shrink:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__thread-status-symbol{font-size:14px;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{display:flex;gap:3px;justify-content:space-between;align-items:center;height:15px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{font-size:12px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size: 49px;display:flex;align-items:center;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-details{display:flex;flex-direction:column;flex-grow:1;gap:4px;width:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-created-by{font-weight:500;font-size:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{display:flex;font-size:14px;font-weight:400;justify-content:space-between;align-items:baseline;line-height:16px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-timestamp{white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-loading-indicator{display:flex;align-items:center;justify-content:center;padding-block:14px;padding-inline:8px}.str-chat__thread-list-empty-placeholder{--str-chat-icon-height: 95px;--str-chat-icon-width: 95px;font-size:20px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.str-chat__chat-view{display:flex;width:100%;height:100%}.str-chat__chat-view__selector{display:flex;flex-direction:column;padding-inline:8px;padding-block:16px;gap:20px}.str-chat__chat-view__selector-button{--str-chat-icon-height: 20px;--str-chat-icon-width: 20px;--str-chat-unread-count-badge-absolute-offset-vertical: 25%;display:flex;flex-direction:column;align-items:center;padding-inline:10px;padding-block:10px;border-radius:8px;gap:4px;font-weight:400;font-size:12px;line-height:1;box-sizing:border-box;cursor:pointer;position:relative}.str-chat__chat-view__channels,.str-chat__chat-view__threads{display:flex;flex-grow:1}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical: 50%;--str-chat-unread-count-badge-absolute-offset-horizontal: 50%}.str-chat__unread-count-badge-container{position:relative;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge{font-size:12px;min-width:22px;min-height:22px;line-height:8px;font-weight:700;padding:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__ai-state-indicator-container{padding:0 8px}.str-chat{--str-chat__blue950: #001333;--str-chat__blue900: #00163d;--str-chat__blue800: #002666;--str-chat__blue700: #003999;--str-chat__blue600: #004ccc;--str-chat__blue500: #005fff;--str-chat__blue400: #337eff;--str-chat__blue300: #669fff;--str-chat__blue200: #ccdfff;--str-chat__blue100: #e0f0ff;--str-chat__blue50: #ebf5ff;--str-chat__grey950: #080707;--str-chat__grey900: #17191c;--str-chat__grey800: #1c1e22;--str-chat__grey700: #272a30;--str-chat__grey600: #4c525c;--str-chat__grey500: #72767e;--str-chat__grey400: #b4b7bb;--str-chat__grey300: #dbdde1;--str-chat__grey200: #e9eaed;--str-chat__grey100: #f4f4f5;--str-chat__grey50: #ffffff;--str-chat__red900: #330003;--str-chat__red800: #660006;--str-chat__red700: #990008;--str-chat__red600: #cc000b;--str-chat__red500: #ff000e;--str-chat__red400: #ff3742;--str-chat__red300: #ff666e;--str-chat__red200: #ff999f;--str-chat__red100: #ffe5e7;--str-chat__green900: #062d16;--str-chat__green800: #0d592c;--str-chat__green700: #138643;--str-chat__green600: #19b359;--str-chat__green500: #20e070;--str-chat__green400: #4ce68c;--str-chat__green300: #79eca9;--str-chat__green200: #a6f2c6;--str-chat__green100: #e9f1ff;--str-chat__yellow900: #332500;--str-chat__yellow800: #664900;--str-chat__yellow700: #996e00;--str-chat__yellow600: #cc9200;--str-chat__yellow500: #ffb700;--str-chat__yellow400: #ffd466;--str-chat__yellow300: #ffe299;--str-chat__yellow200: #fff1cc;--str-chat__yellow100: #fff8e5}.str-chat{--str-chat__border-radius-xs: 8px;--str-chat__border-radius-sm: 14px;--str-chat__border-radius-md: 18px;--str-chat__border-radius-lg: 20px;--str-chat__border-radius-circle: 999px;--str-chat__font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--str-chat__caption-text: .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text: 500 .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text: 700 .75rem/1.3 var(--str-chat__font-family);--str-chat__body-text: .875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text: 500 .875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text: .9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text: 500 .9375rem/1.2 var(--str-chat__font-family);--str-chat__subtitle-text: 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle-medium-text: 500 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle2-text: 1.25rem/1.2 var(--str-chat__font-family);--str-chat__subtitle2-medium-text: 500 1.25rem/1.2 var(--str-chat__font-family);--str-chat__headline-text: 1.5rem/1.2 var(--str-chat__font-family);--str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__primary-color: var(--str-chat__blue500);--str-chat__primary-overlay-color: rgba(0, 95, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue300);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey50);--str-chat__secondary-background-color: var(--str-chat__grey50);--str-chat__primary-surface-color: var(--str-chat__blue100);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue50);--str-chat__surface-color: var(--str-chat__grey300);--str-chat__secondary-surface-color: var(--str-chat__grey200);--str-chat__tertiary-surface-color: var(--str-chat__grey100);--str-chat__text-color: var(--str-chat__grey950);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey400);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red400);--str-chat__message-highlight-color: var(--str-chat__yellow100);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(252, 252, 252, .9);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .2);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(0, 0, 0, .8);--str-chat__opaque-surface-text-color: var(--str-chat__grey50);--str-chat__box-shadow-color: rgba(0, 0, 0, .18);--str-chat__info-color: var(--str-chat__green500)}.str-chat__theme-dark{--str-chat__primary-color: var(--str-chat__blue400);--str-chat__primary-overlay-color: rgba(51, 126, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue700);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey950);--str-chat__secondary-background-color: var(--str-chat__grey900);--str-chat__primary-surface-color: var(--str-chat__blue900);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue950);--str-chat__surface-color: var(--str-chat__grey700);--str-chat__secondary-surface-color: var(--str-chat__grey800);--str-chat__tertiary-surface-color: var(--str-chat__grey900);--str-chat__text-color: var(--str-chat__grey50);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey600);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red600);--str-chat__message-highlight-color: var(--str-chat__yellow900);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(0, 0, 0, .7);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .4);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(250, 250, 250, .85);--str-chat__opaque-surface-text-color: var(--str-chat__grey900);--str-chat__box-shadow-color: rgba(0, 0, 0, .8);--str-chat__info-color: var(--str-chat__green500)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:center;align-items:center}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width);font-size:0}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{position:absolute;left:.375rem;top:.375rem}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image{max-width:100%}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px);max-width:unset;object-fit:contain}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat{--str-chat__cta-button-border-radius: var(--str-chat__border-radius-xs);--str-chat__cta-button-color: var(--str-chat__on-primary-color);--str-chat__cta-button-background-color: var(--str-chat__primary-color);--str-chat__cta-button-border-block-start: none;--str-chat__cta-button-border-block-end: none;--str-chat__cta-button-border-inline-start: none;--str-chat__cta-button-border-inline-end: none;--str-chat__cta-button-box-shadow: none;--str-chat__cta-button-pressed-background-color: var(--str-chat__active-primary-color);--str-chat__cta-button-disabled-background-color: var(--str-chat__disabled-color);--str-chat__cta-button-disabled-color: var(--str-chat__on-disabled-color)}.str-chat__cta-button{background:var(--str-chat__cta-button-background-color);color:var(--str-chat__cta-button-color);box-shadow:var(--str-chat__cta-button-box-shadow);border-radius:var(--str-chat__cta-button-border-radius);border-block-start:var(--str-chat__cta-button-border-block-start);border-block-end:var(--str-chat__cta-button-border-block-end);border-inline-start:var(--str-chat__cta-button-border-inline-start);border-inline-end:var(--str-chat__cta-button-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__cta-button:active{background-color:var(--str-chat__cta-button-pressed-background-color)}.str-chat__cta-button:disabled{background-color:var(--str-chat__cta-button-disabled-background-color);color:var(--str-chat__cta-button-disabled-color)}.str-chat{--str-chat__circle-fab-border-radius: var(--str-chat__border-radius-circle);--str-chat__circle-fab-color: var(--str-chat__primary-color);--str-chat__circle-fab-background-color: var(--str-chat__secondary-background-color);--str-chat__circle-fab-pressed-background-color: var(--str-chat__surface-color);--str-chat__circle-fab-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);--str-chat__circle-fab-border-block-start: none;--str-chat__circle-fab-border-block-end: none;--str-chat__circle-fab-border-inline-start: none;--str-chat__circle-fab-border-inline-end: none}.str-chat__circle-fab{background:var(--str-chat__circle-fab-background-color);color:var(--str-chat__circle-fab-color);box-shadow:var(--str-chat__circle-fab-box-shadow);border-radius:var(--str-chat__circle-fab-border-radius);border-block-start:var(--str-chat__circle-fab-border-block-start);border-block-end:var(--str-chat__circle-fab-border-block-end);border-inline-start:var(--str-chat__circle-fab-border-inline-start);border-inline-end:var(--str-chat__circle-fab-border-inline-end)}.str-chat__circle-fab svg path{fill:var(--str-chat__circle-fab-color)}.str-chat__circle-fab:active{background-color:var(--str-chat__circle-fab-pressed-background-color)}.str-chat{--str-chat__avatar-border-radius: var(--str-chat__border-radius-circle);--str-chat__avatar-color: var(--str-chat__on-primary-color);--str-chat__avatar-background-color: var(--str-chat__primary-color);--str-chat__avatar-border-block-start: none;--str-chat__avatar-border-block-end: none;--str-chat__avatar-border-inline-start: none;--str-chat__avatar-border-inline-end: none;--str-chat__avatar-box-shadow: none;--str-chat__avatar-online-indicator-color: var(--str-chat__info-color);--str-chat__avatar-online-indicator-border-radius: var(--str-chat__border-radius-circle)}.str-chat__avatar .str-chat__avatar-image{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);display:block}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-color: var(--str-chat__avatar-color);background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end)}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);text-transform:uppercase}.str-chat__avatar .str-chat__avatar--online-indicator{background-color:var(--str-chat__avatar-online-indicator-color);border-radius:var(--str-chat__avatar-online-indicator-border-radius)}.str-chat__loading-channels-avatar,.str-chat__avatar-group{border-radius:var(--str-chat__avatar-border-radius)}.str-chat{--str-chat__attachment-list-border-radius: 0;--str-chat__attachment-list-color: var(--str-chat__text-color);--str-chat__attachment-list-background-color: transparent;--str-chat__attachment-list-border-block-start: none;--str-chat__attachment-list-border-block-end: none;--str-chat__attachment-list-border-inline-start: none;--str-chat__attachment-list-border-inline-end: none;--str-chat__attachment-list-box-shadow: none;--str-chat__image-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-attachment-color: var(--str-chat__text-color);--str-chat__image-attachment-background-color: var(--str-chat__secondary-surface-color);--str-chat__image-attachment-border-block-start: none;--str-chat__image-attachment-border-block-end: none;--str-chat__image-attachment-border-inline-start: none;--str-chat__image-attachment-border-inline-end: none;--str-chat__image-attachment-box-shadow: none;--str-chat__image-gallery-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-gallery-attachment-color: var(--str-chat__text-color);--str-chat__image-gallery-attachment-background-color: transparent;--str-chat__image-gallery-attachment-border-block-start: none;--str-chat__image-gallery-attachment-border-block-end: none;--str-chat__image-gallery-attachment-border-inline-start: none;--str-chat__image-gallery-attachment-border-inline-end: none;--str-chat__image-gallery-attachment-box-shadow: none;--str-chat__image-gallery-attachment-overlay: var(--str-chat__secondary-overlay-color);--str-chat__image-gallery-attachment-overlay-text-color: var( --str-chat__secondary-overlay-text-color );--str-chat__card-attachment-border-radius: 0;--str-chat__card-attachment-color: var(--str-chat__text-color);--str-chat__card-attachment-link-color: var(--str-chat__primary-color);--str-chat__card-attachment-background-color: transparent;--str-chat__card-attachment-border-block-start: none;--str-chat__card-attachment-border-block-end: none;--str-chat__card-attachment-border-inline-start: none;--str-chat__card-attachment-border-inline-end: none;--str-chat__card-attachment-box-shadow: none;--str-chat__file-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__file-attachment-color: var(--str-chat__text-color);--str-chat__file-attachment-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__file-attachment-background-color: var(--str-chat__secondary-background-color);--str-chat__file-attachment-border-block-start: none;--str-chat__file-attachment-border-block-end: none;--str-chat__file-attachment-border-inline-start: none;--str-chat__file-attachment-border-inline-end: none;--str-chat__file-attachment-box-shadow: none;--str-chat__audio-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__audio-attachment-widget-color: var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color: var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start: none;--str-chat__audio-attachment-widget-border-block-end: none;--str-chat__audio-attachment-widget-border-inline-start: none;--str-chat__audio-attachment-widget-border-inline-end: none;--str-chat__audio-attachment-widget-box-shadow: none;--str-chat__voice-recording-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__voice-recording-attachment-widget-color: var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__voice-recording-attachment-widget-background-color: var( --str-chat__secondary-background-color );--str-chat__voice-recording-attachment-widget-border-block-start: none;--str-chat__voice-recording-attachment-widget-border-block-end: none;--str-chat__voice-recording-attachment-widget-border-inline-start: none;--str-chat__voice-recording-attachment-widget-border-inline-end: none;--str-chat__voice-recording-attachment-widget-box-shadow: none;--str-chat__audio-attachment-controls-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color: var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color: var( --str-chat__secondary-background-color );--str-chat__audio-attachment-controls-button-pressed-background-color: var( --str-chat__surface-color );--str-chat__audio-attachment-controls-button-border-block-start: none;--str-chat__audio-attachment-controls-button-border-block-end: none;--str-chat__audio-attachment-controls-button-border-inline-start: none;--str-chat__audio-attachment-controls-button-border-inline-end: none;--str-chat__audio-attachment-controls-button-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius: 0;--str-chat__attachment-actions-color: var(--str-chat__text-color);--str-chat__attachment-actions-background-color: transparent;--str-chat__attachment-actions-border-block-start: none;--str-chat__attachment-actions-border-block-end: none;--str-chat__attachment-actions-border-inline-start: none;--str-chat__attachment-actions-border-inline-end: none;--str-chat__attachment-actions-box-shadow: none;--str-chat__attachment-action-border-radius: 0;--str-chat__attachment-action-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color: var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow: none;--str-chat__attachment-action-active-color: var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);color:var(--str-chat__attachment-list-color);box-shadow:var(--str-chat__attachment-list-box-shadow);border-radius:var(--str-chat__attachment-list-border-radius);border-block-start:var(--str-chat__attachment-list-border-block-start);border-block-end:var(--str-chat__attachment-list-border-block-end);border-inline-start:var(--str-chat__attachment-list-border-inline-start);border-inline-end:var(--str-chat__attachment-list-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment-card--header,.str-chat__attachment-list .str-chat__message-attachment--video{background:var(--str-chat__image-attachment-background-color);color:var(--str-chat__image-attachment-color);box-shadow:var(--str-chat__image-attachment-box-shadow);border-radius:var(--str-chat__image-attachment-border-radius);border-block-start:var(--str-chat__image-attachment-border-block-start);border-block-end:var(--str-chat__image-attachment-border-block-end);border-inline-start:var(--str-chat__image-attachment-border-inline-start);border-inline-end:var(--str-chat__image-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);color:var(--str-chat__image-gallery-attachment-color);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);border-radius:var(--str-chat__image-gallery-attachment-border-radius);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-image{background-color:var(--str-chat__image-attachment-background-color);border:0}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder{color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;border:none;font:var(--str-chat__headline2-text)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder:after{background-color:var(--str-chat__image-gallery-attachment-overlay)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7 0% 25%,#f4f4f4 0% 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-unsupported,.str-chat__attachment-list .str-chat__message-attachment-file--item{background:var(--str-chat__file-attachment-background-color);color:var(--str-chat__file-attachment-color);box-shadow:var(--str-chat__file-attachment-box-shadow);border-radius:var(--str-chat__file-attachment-border-radius);border-block-start:var(--str-chat__file-attachment-border-block-start);border-block-end:var(--str-chat__file-attachment-border-block-end);border-inline-start:var(--str-chat__file-attachment-border-inline-start);border-inline-end:var(--str-chat__file-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size{color:var(--str-chat__file-attachment-secondary-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-download-icon svg path{fill:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget{background:var(--str-chat__audio-attachment-widget-background-color);color:var(--str-chat__audio-attachment-widget-color);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);border-radius:var(--str-chat__audio-attachment-widget-border-radius);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__disabled-color) var(--str-chat__message-attachment-audio-widget-progress));border-radius:calc(var(--str-chat__spacing-px)*5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background-color:var(--str-chat__primary-color);border-radius:inherit}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget a{color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{box-shadow:0 2px 4px #00000040;border-radius:var(--str-chat__border-radius-circle);background-color:#fff;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);color:var(--str-chat__card-attachment-color);box-shadow:var(--str-chat__card-attachment-box-shadow);border-radius:var(--str-chat__card-attachment-border-radius);border-block-start:var(--str-chat__card-attachment-border-block-start);border-block-end:var(--str-chat__card-attachment-border-block-end);border-inline-start:var(--str-chat__card-attachment-border-inline-start);border-inline-end:var(--str-chat__card-attachment-border-inline-end);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link,.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--title{font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-card--audio img{border-bottom-left-radius:0;border-bottom-right-radius:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header .str-chat__message-attachment-card--source-link{background-color:var(--str-chat__audio-attachment-widget-background-color)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget{background-color:var(--str-chat__audio-attachment-widget-background-color);border-radius:0 0 calc(var(--str-chat__spacing-px)*14) calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-audio-widget--title{color:var(--str-chat__text-color);font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-actions{background:var(--str-chat__attachment-actions-background-color);color:var(--str-chat__attachment-actions-color);box-shadow:var(--str-chat__attachment-actions-box-shadow);border-radius:var(--str-chat__attachment-actions-border-radius);border-block-start:var(--str-chat__attachment-actions-border-block-start);border-block-end:var(--str-chat__attachment-actions-border-block-end);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);border-inline-end:var(--str-chat__attachment-actions-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);color:var(--str-chat__attachment-action-color);box-shadow:var(--str-chat__attachment-action-box-shadow);border-radius:var(--str-chat__attachment-action-border-radius);border-block-start:var(--str-chat__attachment-action-border-block-start);border-block-end:var(--str-chat__attachment-action-border-block-end);border-inline-start:var(--str-chat__attachment-action-border-inline-start);border-inline-end:var(--str-chat__attachment-action-border-inline-end);font:var(--str-chat__subtitle-medium-text);border-collapse:collapse}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:active{color:var(--str-chat__attachment-action-active-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:not(:last-of-type){border-inline-end:none}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__message-attachment-card.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{cursor:pointer}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar--active,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{color:var(--str-chat__attachment-list-color)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video-play{--str-chat-icon-color: var(--str-chat__text-color);background-color:var(--str-chat__secondary-background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__attachment-preview-list-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-list-color: var(--str-chat__text-color);--str-chat__attachment-preview-list-background-color: transparent;--str-chat__attachment-preview-list-border-block-start: none;--str-chat__attachment-preview-list-border-block-end: none;--str-chat__attachment-preview-list-border-inline-start: none;--str-chat__attachment-preview-list-border-inline-end: none;--str-chat__attachment-preview-list-box-shadow: none;--str-chat__attachment-preview-close-icon-background: var(--str-chat__secondary-overlay-color);--str-chat__attachment-preview-close-icon-color: var(--str-chat__secondary-overlay-text-color);--str-chat__attachment-preview-retry-icon-color: var(--str-chat__primary-color);--str-chat__attachment-preview-download-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-preview-overlay-color: var(--str-chat__overlay-color);--str-chat__attachment-preview-image-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-image-color: var(--str-chat__text-color);--str-chat__attachment-preview-image-background-color: transparent;--str-chat__attachment-preview-image-border-block-start: none;--str-chat__attachment-preview-image-border-block-end: none;--str-chat__attachment-preview-image-border-inline-start: none;--str-chat__attachment-preview-image-border-inline-end: none;--str-chat__attachment-preview-image-box-shadow: none;--str-chat__attachment-preview-file-border-radius: var(--str-chat__border-radius-md);--str-chat__attachment-preview-file-color: var(--str-chat__text-color);--str-chat__attachment-preview-file-background-color: transparent;--str-chat__attachment-preview-file-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-box-shadow: none}.str-chat__attachment-preview-list{background:var(--str-chat__attachment-preview-list-background-color);color:var(--str-chat__attachment-preview-list-color);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);border-radius:var(--str-chat__attachment-preview-list-border-radius);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{border-radius:inherit}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{background:var(--str-chat__attachment-preview-image-background-color);color:var(--str-chat__attachment-preview-image-color);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);border-radius:var(--str-chat__attachment-preview-image-border-radius);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{border-radius:var(--str-chat__attachment-preview-image-border-radius);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{background:var(--str-chat__attachment-preview-file-background-color);color:var(--str-chat__attachment-preview-file-color);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);border-radius:var(--str-chat__attachment-preview-file-border-radius);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download{--str-chat-icon-color: var(--str-chat__attachment-preview-download-icon-color);text-decoration:none}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color: var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color: var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{background:none;border:none;cursor:pointer}.str-chat__audio_recorder button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);color:var(--str-chat__text-low-emphasis-color)}.str-chat__audio_recorder .str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);box-shadow:none;border:none}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-color: var(--str-chat__danger-color);color:var(--str-chat__danger-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button{border:3px solid var(--str-chat__danger-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{--str-chat-icon-color: var(--str-chat__on-primary-color);border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-color)}.str-chat{--str-chat__autocomplete-menu-border-radius: var(--str-chat__border-radius-xs);--str-chat__autocomplete-menu-color: var(--str-chat__text-color);--str-chat__autocomplete-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__autocomplete-menu-border-block-start: none;--str-chat__autocomplete-menu-border-block-end: none;--str-chat__autocomplete-menu-border-inline-start: none;--str-chat__autocomplete-menu-border-inline-end: none;--str-chat__autocomplete-menu-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__autocomplete-active-background-color: var(--str-chat__surface-color);--str-chat__suggestion-list-container-border-radius: var(--str-chat__border-radius-xs);--str-chat__suggestion-list-container-color: var(--str-chat__text-color);--str-chat__suggestion-list-container-background-color: var( --str-chat__secondary-background-color );--str-chat__suggestion-list-container-border-block-start: none;--str-chat__suggestion-list-container-border-block-end: none;--str-chat__suggestion-list-container-border-inline-start: none;--str-chat__suggestion-list-container-border-inline-end: none;--str-chat__suggestion-list-container-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__suggestion-list-item--selected-background-color: var(--str-chat__surface-color);--str-chat__slash-command-border-radius: 0;--str-chat__slash-command-color: var(--str-chat__text-color);--str-chat__slash-command-background-color: transparent;--str-chat__slash-command-border-block-start: none;--str-chat__slash-command-border-block-end: none;--str-chat__slash-command-border-inline-start: none;--str-chat__slash-command-border-inline-end: none;--str-chat__slash-command-box-shadow: none;--str-chat__slash-command-args-color: var(--str-chat__text-low-emphasis-color);--str-chat__mention-list-user-item-border-radius: 0;--str-chat__mention-list-user-item-color: var(--str-chat__text-color);--str-chat__mention-list-user-item-background-color: transparent;--str-chat__mention-list-user-item-border-block-start: none;--str-chat__mention-list-user-item-border-block-end: none;--str-chat__mention-list-user-item-border-inline-start: none;--str-chat__mention-list-user-item-border-inline-end: none;--str-chat__mention-list-user-item-box-shadow: none;--str-chat__mention-list-user-item-at-sign-color: var(--str-chat__primary-color);--str-chat__mention-list-emoji-item-font-family: var(--str-chat__font-family);--str-chat__mention-list-emoji-item-border-radius: 0;--str-chat__mention-list-emoji-item-color: var(--str-chat__text-color);--str-chat__mention-list-emoji-item-background-color: transparent;--str-chat__mention-list-emoji-item-border-block-start: none;--str-chat__mention-list-emoji-item-border-block-end: none;--str-chat__mention-list-emoji-item-border-inline-start: none;--str-chat__mention-list-emoji-item-border-inline-end: none;--str-chat__mention-list-emoji-item-box-shadow: none}.mention-menu{background:var(--str-chat__autocomplete-menu-background-color)!important;color:var(--str-chat__autocomplete-menu-color)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{color:var(--str-chat__autocomplete-menu-color)!important;background-color:#0000!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);color:var(--str-chat__slash-command-color);box-shadow:var(--str-chat__slash-command-box-shadow);border-radius:var(--str-chat__slash-command-border-radius);border-block-start:var(--str-chat__slash-command-border-block-start);border-block-end:var(--str-chat__slash-command-border-block-end);border-inline-start:var(--str-chat__slash-command-border-inline-start);border-inline-end:var(--str-chat__slash-command-border-inline-end);text-align:left;font:var(--str-chat__subtitle-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{text-transform:capitalize;font:var(--str-chat__subtitle2-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{color:var(--str-chat__slash-command-args-color);font:var(--str-chat__subtitle-text)}.str-chat__user-item{background:var(--str-chat__mention-list-user-item-background-color);color:var(--str-chat__mention-list-user-item-color);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);border-radius:var(--str-chat__mention-list-user-item-border-radius);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{font:var(--str-chat__subtitle2-text);color:var(--str-chat__mention-list-user-item-at-sign-color)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);color:var(--str-chat__mention-list-emoji-item-color);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end)}.str-chat__emoji-item .str-chat__emoji-item--name{font:var(--str-chat__subtitle-text)}.str-chat__suggestion-list-container{background:var(--str-chat__suggestion-list-container-background-color);color:var(--str-chat__suggestion-list-container-color);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);border-radius:var(--str-chat__suggestion-list-container-border-radius);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end)}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-list-item>a{text-decoration:none}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-item--selected{background-color:var(--str-chat__suggestion-list-item--selected-background-color)}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{background:none;border:none;text-decoration:none}.str-chat__base-image{color:#0000}.str-chat__base-image--load-failed{mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem;background-color:var(--str-chat__disabled-color)}.str-chat__base-image--load-failed~.str-chat__message-attachment-file--item-download .str-chat__message-attachment-download-icon path{fill:var(--str-chat__text-color)}.str-chat__attachment-preview-image .str-chat__base-image--load-failed{mask-size:1.5rem 1.5rem;-webkit-mask-size:1.5rem 1.5rem}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error{background-color:var(--str-chat__secondary-surface-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error .str-chat__attachment-preview-thumbnail.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color)}.str-chat{--str-chat__channel-border-radius: 0;--str-chat__channel-color: var(--str-chat__text-color);--str-chat__channel-background-color: var(--str-chat__background-color);--str-chat__channel-box-shadow: none;--str-chat__channel-border-block-start: none;--str-chat__channel-border-block-end: none;--str-chat__channel-border-inline-start: none;--str-chat__channel-border-inline-end: none;--str-chat__channel-empty-indicator-color: var(--str-chat__disabled-color);--str-chat__channel-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-loading-state-color: var(--str-chat__disabled-color)}.str-chat__channel{background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end)}.str-chat__empty-channel{--str-chat-icon-color: var(--str-chat__channel-empty-color);background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end);font:var(--str-chat__headline-text);text-align:center}.str-chat__empty-channel svg path{fill:var(--str-chat__channel-empty-indicator-color)}.str-chat__empty-channel .str-chat__empty-channel-text{color:var(--str-chat__channel-empty-color)}.str-chat__loading-channel{animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channel:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__loading-channel:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__loading-channel .str-chat__loading-channel-header{background-color:var(--str-chat__channel-header-background-color)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-info{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__border-radius-xs)}.str-chat__loading-channel .str-chat__loading-channel-message-list{background-color:var(--str-chat__message-list-background-color)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-sender,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-text,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-date{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__message-bubble-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input,.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{border-radius:var(--str-chat__message-textarea-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{border-radius:var(--str-chat__message-send-border-radius)}.str-chat{--str-chat__channel-header-border-radius: 0;--str-chat__channel-header-color: 0;--str-chat__channel-header-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-header-border-block-start: none;--str-chat__channel-header-border-block-end: none;--str-chat__channel-header-border-inline-start: none;--str-chat__channel-header-border-inline-end: none;--str-chat__channel-header-box-shadow: none;--str-chat__channel-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-header{background:var(--str-chat__channel-header-background-color);color:var(--str-chat__channel-header-color);box-shadow:var(--str-chat__channel-header-box-shadow);border-radius:var(--str-chat__channel-header-border-radius);border-block-start:var(--str-chat__channel-header-border-block-start);border-block-end:var(--str-chat__channel-header-border-block-end);border-inline-start:var(--str-chat__channel-header-border-inline-start);border-inline-end:var(--str-chat__channel-header-border-inline-end)}.str-chat__channel-header .str-chat__channel-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-header .str-chat__channel-header-info{font:var(--str-chat__body-text);color:var(--str-chat__channel-header-info-color)}.str-chat{--str-chat__channel-list-border-radius: 0;--str-chat__channel-list-color: var(--str-chat__text-color);--str-chat__channel-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-list-box-shadow: none;--str-chat__channel-list-border-block-start: none;--str-chat__channel-list-border-block-end: none;--str-chat__channel-list-border-inline-start: none;--str-chat__channel-list-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__channel-list-load-more-border-radius: var(--str-chat__cta-button-border-radius);--str-chat__channel-list-load-more-color: var(--str-chat__cta-button-color);--str-chat__channel-list-load-more-background-color: var(--str-chat__cta-button-background-color);--str-chat__channel-list-load-more-box-shadow: var(--str-chat__cta-button-box-shadow);--str-chat__channel-list-load-more-border-block-start: var( --str-chat__cta-button-border-block-start );--str-chat__channel-list-load-more-border-block-end: var(--str-chat__cta-button-border-block-end);--str-chat__channel-list-load-more-border-inline-start: var( --str-chat__cta-button-border-inline-start );--str-chat__channel-list-load-more-border-inline-end: var( --str-chat__cta-button-border-inline-end );--str-chat__channel-list-load-more-pressed-background-color: var( --str-chat__cta-button-pressed-background-color );--str-chat__channel-list-load-more-disabled-background-color: var( --str-chat__cta-button-disabled-background-color );--str-chat__channel-list-load-more-disabled-color: var(--str-chat__cta-button-disabled-color);--str-chat__channel-list-empty-indicator-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-list{background:var(--str-chat__channel-list-background-color);color:var(--str-chat__channel-list-color);box-shadow:var(--str-chat__channel-list-box-shadow);border-radius:var(--str-chat__channel-list-border-radius);border-block-start:var(--str-chat__channel-list-border-block-start);border-block-end:var(--str-chat__channel-list-border-block-end);border-inline-start:var(--str-chat__channel-list-border-inline-start);border-inline-end:var(--str-chat__channel-list-border-inline-end)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);color:var(--str-chat__channel-list-load-more-color);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);border-radius:var(--str-chat__channel-list-load-more-border-radius);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);width:80%}.str-chat__channel-list .str-chat__load-more-button__button:active{background-color:var(--str-chat__channel-list-load-more-pressed-background-color)}.str-chat__channel-list .str-chat__load-more-button__button:disabled{background-color:var(--str-chat__channel-list-load-more-disabled-background-color);color:var(--str-chat__channel-list-load-more-disabled-color)}.str-chat__channel-list .str-chat__channel-list-empty{--str-chat-icon-color: var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center;color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius: 0;--str-chat__channel-preview-color: var(--str-chat__text-color);--str-chat__channel-preview-background-color: transparent;--str-chat__channel-preview-border-block-start: none;--str-chat__channel-preview-border-block-end: none;--str-chat__channel-preview-border-inline-start: none;--str-chat__channel-preview-border-inline-end: none;--str-chat__channel-preview-active-background-color: var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__channel-preview-loading-state-color: var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color: var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color: var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius: var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start: none;--str-chat__channel-preview-unread-badge-border-block-end: none;--str-chat__channel-preview-unread-badge-border-inline-start: none;--str-chat__channel-preview-unread-badge-border-inline-end: none;--str-chat__channel-preview-message-status-color: var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color: var(--str-chat__message-secondary-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);border:none;background-color:#0000}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--pin.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__unread-badge-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--archive.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);color:var(--str-chat__channel-preview-color);box-shadow:var(--str-chat__channel-preview-box-shadow);border-radius:var(--str-chat__channel-preview-border-radius);border-block-start:var(--str-chat__channel-preview-border-block-start);border-block-end:var(--str-chat__channel-preview-border-block-end);border-inline-start:var(--str-chat__channel-preview-border-inline-start);border-inline-end:var(--str-chat__channel-preview-border-inline-end)}.str-chat__channel-preview--active,.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-preview:hover{background-color:var(--str-chat__channel-preview-hover-background-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{background:var(--str-chat__channel-preview-unread-badge-background-color);color:var(--str-chat__channel-preview-unread-badge-color);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{font:var(--str-chat__body-text);color:var(--str-chat__channel-preview-latest-message-secondary-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row--active .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end-first-row:hover .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status{--str-chat-icon-color: var(--str-chat__channel-preview-message-status-color);color:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status svg path{fill:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--time{color:var(--str-chat__channel-preview-message-time-color);font:var(--str-chat__caption-text)}.str-chat__channel-preview-loading{animation:pulsate 1s linear 0s infinite alternate}.str-chat__channel-preview-loading:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__channel-preview-loading:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__channel-preview-loading .str-chat__loading-channels-avatar,.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{background-image:linear-gradient(-90deg,var(--str-chat__channel-preview-loading-state-color) 0%,var(--str-chat__channel-preview-loading-state-color) 100%)}.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{border-radius:var(--str-chat__border-radius-xs)}.str-chat{--str-chat__channel-search-input-color: var(--str-chat__text-color);--str-chat__channel-search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-border-block-start: none;--str-chat__channel-search-input-border-block-end: none;--str-chat__channel-search-input-border-inline-start: none;--str-chat__channel-search-input-border-inline-end: none;--str-chat__channel-search-input-wrapper-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-background-color: transparent;--str-chat__channel-search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-active-background-color: transparent;--str-chat__channel-search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-result-background-color: transparent;--str-chat__channel-search-result-border-block-start: none;--str-chat__channel-search-result-border-block-end: none;--str-chat__channel-search-result-border-inline-start: none;--str-chat__channel-search-result-border-inline-end: none;--str-chat__channel-search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__channel-search-result-list-color: var(--str-chat__text-color);--str-chat__channel-search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-search-result-list-border-block-start: none;--str-chat__channel-search-result-list-border-block-end: none;--str-chat__channel-search-result-list-border-inline-start: none;--str-chat__channel-search-result-list-border-inline-end: none;--str-chat__channel-search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__channel-search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-header-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-header-border-block-start: none;--str-chat__channel-search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-header-border-inline-start: none;--str-chat__channel-search-results-header-border-inline-end: none;--str-chat__channel-search-results-loading-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-loading-indicator-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-loading-indicator-border-block-start: none;--str-chat__channel-search-results-loading-indicator-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-loading-indicator-border-inline-start: none;--str-chat__channel-search-results-loading-indicator-border-inline-end: none;--str-chat__channel-search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__channel-search-results-empty-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-empty-border-block-start: none;--str-chat__channel-search-results-empty-border-block-end: none;--str-chat__channel-search-results-empty-border-inline-start: none;--str-chat__channel-search-results-empty-border-inline-end: none}.str-chat__channel-search-input--wrapper{background:var(--str-chat__channel-search-input-wrapper-background-color);color:var(--str-chat__channel-search-input-wrapper-color);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);color:var(--str-chat__channel-search-input-color);box-shadow:var(--str-chat__channel-search-input-box-shadow);border-radius:var(--str-chat__channel-search-input-border-radius);border-block-start:var(--str-chat__channel-search-input-border-block-start);border-block-end:var(--str-chat__channel-search-input-border-block-end);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:#0000}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);color:var(--str-chat__channel-search-input-wrapper-active-color);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--icon svg path{fill:var(--str-chat__primary-color)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--clear-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-search-results-header{background:var(--str-chat__channel-search-results-header-background-color);color:var(--str-chat__channel-search-results-header-color);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);border-radius:var(--str-chat__channel-search-results-header-border-radius);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);color:var(--str-chat__channel-search-result-list-color);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);border-radius:var(--str-chat__channel-search-result-list-border-radius);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end)}.str-chat__channel-search-result-list.popup{box-shadow:var(--str-chat__channel-search-result-list-popup-box-shadow)}.str-chat__channel-search-result-list .str-chat__channel-search-container-searching{background:var(--str-chat__channel-search-results-loading-indicator-background-color);color:var(--str-chat__channel-search-results-loading-indicator-color);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);color:var(--str-chat__channel-search-results-empty-color);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);border-radius:var(--str-chat__channel-search-results-empty-border-radius);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg path{fill:var(--str-chat__channel-search-results-empty-icon-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result{background:var(--str-chat__channel-search-result-background-color);color:var(--str-chat__channel-search-result-color);box-shadow:var(--str-chat__channel-search-result-box-shadow);border-radius:var(--str-chat__channel-search-result-border-radius);border-block-start:var(--str-chat__channel-search-result-border-block-start);border-block-end:var(--str-chat__channel-search-result-border-block-end);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result:hover,.str-chat__channel-search-result-list .str-chat__channel-search-result--focused{background-color:var(--str-chat__channel-search-result-hover-background-color)}.str-chat{--str-chat__dialog-menu-border-radius: var(--str-chat__border-radius-sm);--str-chat__dialog-menu-color: var(--str-chat__text-color);--str-chat__dialog-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__dialog-menu-border-block-start: none;--str-chat__dialog-menu-border-block-end: none;--str-chat__dialog-menu-border-inline-start: none;--str-chat__dialog-menu-border-inline-end: none;--str-chat__dialog-menu-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__dialog-menu-button-border-radius: 0;--str-chat__dialog-menu-button-color: var(--str-chat__text-color);--str-chat__dialog-menu-button-background-color: transparent;--str-chat__dialog-menu-button-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__dialog-menu-button-border-block-start: none;--str-chat__dialog-menu-button-border-block-end: none;--str-chat__dialog-menu-button-border-inline-start: none;--str-chat__dialog-menu-button-border-inline-end: none;--str-chat__dialog-menu-button-box-shadow: none}.str-chat__dialog .str-chat__dialog__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__dialog .str-chat__dialog__prompt{font:var(--str-chat__subtitle-text)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{cursor:pointer;font:var(--str-chat__body-medium-text);color:var(--str-chat__primary-color)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit{text-transform:uppercase}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit:disabled{color:var(--str-chat__disabled-color)}.str-chat__prompt-dialog input[type=text]{font:var(--str-chat__subtitle-text);border-radius:20px;border:1px solid var(--str-chat__primary-color)}.str-chat__dialog-menu{background:var(--str-chat__dialog-menu-background-color);color:var(--str-chat__dialog-menu-color);box-shadow:var(--str-chat__dialog-menu-box-shadow);border-radius:var(--str-chat__dialog-menu-border-radius);border-block-start:var(--str-chat__dialog-menu-border-block-start);border-block-end:var(--str-chat__dialog-menu-border-block-end);border-inline-start:var(--str-chat__dialog-menu-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-border-inline-end)}.str-chat__dialog-menu .str-chat__dialog-menu__button{background:var(--str-chat__dialog-menu-button-background-color);color:var(--str-chat__dialog-menu-button-color);box-shadow:var(--str-chat__dialog-menu-button-box-shadow);border-radius:var(--str-chat__dialog-menu-button-border-radius);border-block-start:var(--str-chat__dialog-menu-button-border-block-start);border-block-end:var(--str-chat__dialog-menu-button-border-block-end);border-inline-start:var(--str-chat__dialog-menu-button-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-button-border-inline-end);cursor:pointer;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu .str-chat__dialog-menu__button:hover,.str-chat__dialog-menu .str-chat__dialog-menu__button:focus{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat{--str-chat__drag-and-drop-container-border-block-start: 2px solid transparent;--str-chat__drag-and-drop-container-border-block-end: 2px solid transparent;--str-chat__drag-and-drop-container-on-dragover-border-block-start: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-block-end: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-inline-start: none;--str-chat__drag-and-drop-container-on-dragover-border-inline-end: none}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:#0000}.str-chat__drag-and-drop-container__item{border-bottom:var(--str-chat__drag-and-drop-container-border-block-start);border-top:var(--str-chat__drag-and-drop-container-border-block-start)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{border-bottom:var(--str-chat__drag-and-drop-container-on-dragover-border-block-end)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{border-top:var(--str-chat__drag-and-drop-container-on-dragover-border-block-start)}.str-chat{--str-chat__dropzone-container-color: var(--str-chat__on-primary-color);--str-chat__dropzone-container-background-color: var(--str-chat__primary-overlay-color);--str-chat__dropzone-container-backdrop-filter: blur(3px)}.str-chat__dropzone-container{background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);-webkit-backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__edit-message-modal-button-border-radius: none;--str-chat__edit-message-modal-send-button-color: var(--str-chat__primary-color);--str-chat__edit-message-modal-cancel-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__edit-message-modal-button-background-color: transparent;--str-chat__edit-message-modal-button-border-block-start: none;--str-chat__edit-message-modal-button-border-block-end: none;--str-chat__edit-message-modal-button-border-inline-start: none;--str-chat__edit-message-modal-button-border-inline-end: none;--str-chat__edit-message-modal-button-box-shadow: none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{background:var(--str-chat__edit-message-modal-button-background-color);color:var(--str-chat__edit-message-modal-button-color);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);border-radius:var(--str-chat__edit-message-modal-button-border-radius);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{text-transform:capitalize;color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{text-transform:uppercase;color:var(--str-chat__edit-message-modal-send-button-color)}.str-chat input::-webkit-outer-spin-button,.str-chat input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.str-chat input[type=number]{-moz-appearance:textfield}.str-chat__form-field-error{font-size:.75rem;color:var(--str-chat__danger-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{--str-chat__image-carousel-stepper-color: var(--str-chat__text-color)}@media only screen and (max-device-width:768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{border-radius:0}}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-color: var(--str-chat__image-carousel-stepper-color);cursor:pointer}.str-chat__image-carousel .str-chat__image-carousel-stepper svg path{fill:var(--str-chat__image-carousel-stepper-color)}.str-chat{--str-chat__link-preview-loading-state-color: var(--str-chat__disabled-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content{border-left:2px solid var(--str-chat__primary-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__body-medium-text)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{font:var(--str-chat__caption-text)}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description{background-image:linear-gradient(-90deg,var(--str-chat__link-preview-loading-state-color) 0%,var(--str-chat__link-preview-loading-state-color) 100%);animation:pulsate 1s linear 0s infinite alternate;border-radius:calc(var(--str-chat__spacing-px)*3)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:nth-of-type(2),.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:last-of-type,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat{--str-chat__loading-indicator-color: var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat{--str-chat__message-border-radius: none;--str-chat__message-color: var(--str-chat__text-color);--str-chat__message-error-message-color: var(--str-chat__danger-color);--str-chat__message-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color: var(--str-chat__primary-color);--str-chat__message-mention-color: var(--str-chat__primary-color);--str-chat__message-status-color: var(--str-chat__primary-color);--str-chat__message-replies-count-color: var(--str-chat__primary-color);--str-chat__message-background-color: transparent;--str-chat__message-highlighted-background-color: var(--str-chat__message-highlight-color);--str-chat__message-border-block-start: none;--str-chat__message-border-block-end: none;--str-chat__message-border-inline-start: none;--str-chat__message-border-inline-end: none;--str-chat__message-box-shadow: none;--str-chat__message-active-bacground-color: transparent;--str-chat__message-options-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-options-active-color: var(--str-chat__primary-color);--str-chat__message-bubble-border-radius: var(--str-chat__border-radius-md);--str-chat__message-bubble-color: var(--str-chat__text-color);--str-chat__message-bubble-background-color: var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color: var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color: var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color: var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start: none;--str-chat__message-bubble-border-block-end: none;--str-chat__message-bubble-border-inline-start: none;--str-chat__message-bubble-border-inline-end: none;--str-chat__message-bubble-box-shadow: none;--str-chat__deleted-message-border-radius: var(--str-chat__border-radius-md);--str-chat__deleted-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start: none;--str-chat__deleted-message-border-block-end: none;--str-chat__deleted-message-border-inline-start: none;--str-chat__deleted-message-border-inline-end: none;--str-chat__deleted-message-box-shadow: none;--str-chat__blocked-message-border-radius: var(--str-chat__border-radius-md);--str-chat__blocked-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__blocked-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__blocked-message-border-block-start: none;--str-chat__blocked-message-border-block-end: none;--str-chat__blocked-message-border-inline-start: none;--str-chat__blocked-message-border-inline-end: none;--str-chat__blocked-message-box-shadow: none;--str-chat__system-message-border-radius: 0;--str-chat__system-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color: transparent;--str-chat__system-message-border-block-start: none;--str-chat__system-message-border-block-end: none;--str-chat__system-message-border-inline-start: none;--str-chat__system-message-border-inline-end: none;--str-chat__system-message-box-shadow: none;--str-chat__date-separator-color: var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color: var(--str-chat__disabled-color);--str-chat__date-separator-border-radius: 0;--str-chat__date-separator-background-color: transparent;--str-chat__date-separator-border-block-start: none;--str-chat__date-separator-border-block-end: none;--str-chat__date-separator-border-inline-start: none;--str-chat__date-separator-border-inline-end: none;--str-chat__date-separator-box-shadow: none;--str-chat__translation-notice-color: var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-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);color:var(--str-chat__system-message-color);box-shadow:var(--str-chat__system-message-box-shadow);border-radius:var(--str-chat__system-message-border-radius);border-block-start:var(--str-chat__system-message-border-block-start);border-block-end:var(--str-chat__system-message-border-block-end);border-inline-start:var(--str-chat__system-message-border-inline-start);border-inline-end:var(--str-chat__system-message-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);color:var(--str-chat__date-separator-color);box-shadow:var(--str-chat__date-separator-box-shadow);border-radius:var(--str-chat__date-separator-border-radius);border-block-start:var(--str-chat__date-separator-border-block-start);border-block-end:var(--str-chat__date-separator-border-block-end);border-inline-start:var(--str-chat__date-separator-border-inline-start);border-inline-end:var(--str-chat__date-separator-border-inline-end);font:var(--str-chat__body-text)}.str-chat__date-separator-line{background-color:var(--str-chat__date-separator-line-color);border:none}.str-chat__message-mention{color:var(--str-chat__message-mention-color);font:var(--str-chat__body2-medium-text)}.str-chat__message{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__message a{text-decoration:none;color:var(--str-chat__message-link-color)}.str-chat__message .str-chat__message-reminder{background:var(--str-chat__message-reminder-background-color);color:var(--str-chat__message-reminder-color);box-shadow:var(--str-chat__message-reminder-box-shadow);border-radius:var(--str-chat__message-reminder-border-radius);border-block-start:var(--str-chat__message-reminder-border-block-start);border-block-end:var(--str-chat__message-reminder-border-block-end);border-inline-start:var(--str-chat__message-reminder-border-inline-start);border-inline-end:var(--str-chat__message-reminder-border-inline-end);font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);color:var(--str-chat__deleted-message-color);box-shadow:var(--str-chat__deleted-message-box-shadow);border-radius:var(--str-chat__deleted-message-border-radius);border-block-start:var(--str-chat__deleted-message-border-block-start);border-block-end:var(--str-chat__deleted-message-border-block-end);border-inline-start:var(--str-chat__deleted-message-border-inline-start);border-inline-end:var(--str-chat__deleted-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--blocked-inner{background:var(--str-chat__blocked-message-background-color);color:var(--str-chat__blocked-message-color);box-shadow:var(--str-chat__blocked-message-box-shadow);border-radius:var(--str-chat__blocked-message-border-radius);border-block-start:var(--str-chat__blocked-message-border-block-start);border-block-end:var(--str-chat__blocked-message-border-block-end);border-inline-start:var(--str-chat__blocked-message-border-inline-start);border-inline-end:var(--str-chat__blocked-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{color:var(--str-chat__own-message-bubble-color);background-color:var(--str-chat__own-message-bubble-background-color)}.str-chat__message .str-chat__message-options{--str-chat-icon-color: var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button{background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button .str-chat__message-action-icon path{fill:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:active .str-chat__message-action-icon path{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{font:var(--str-chat__body2-text);color:var(--str-chat__translation-notice-color);border:none;background:none}.str-chat__message .str-chat__translation-notice button:active,.str-chat__message .str-chat__translation-notice button:hover{background:var(--str-chat__translation-notice-active-background-color)}.str-chat__message .str-chat__message-metadata,.str-chat__message .str-chat__custom-message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name{font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-status{--str-chat-icon-color: var(--str-chat__message-status-color);color:var(--str-chat__message-status-color);font:var(--str-chat__body-text)}.str-chat__message .str-chat__message-status svg path{fill:var(--str-chat__message-status-color)}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button{border:none;background-color:#0000;font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color)}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color: var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__message-highlighted-background-color)}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--top .str-chat__message--other .str-chat__message-bubble,.str-chat__li--single .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--top .str-chat__message--me .str-chat__message-bubble,.str-chat__li--single .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble{border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble{border-start-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__quoted-message-preview{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);background-color:var(--str-chat__quoted-message-bubble-background-color);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background-color:var(--str-chat__message-bubble-background-color)}.str-chat__unread-messages-separator{background-color:var(--str-chat__secondary-surface-color);color:var(--str-chat__text-low-emphasis-color);text-transform:uppercase;font:var(--str-chat__caption-strong-text)}.str-chat__unread-messages-notification{--str-chat-icon-color: var(--str-chat__on-primary-color);background-color:var(--str-chat__text-low-emphasis-color);border-radius:1.125rem}.str-chat__unread-messages-notification button{cursor:pointer;color:var(--str-chat__on-primary-color);border:none;background-color:#0000}.str-chat__unread-messages-notification button:first-of-type{font:var(--str-chat__caption-text)}.str-chat{--str-chat__message-actions-box-border-radius: var(--str-chat__border-radius-sm);--str-chat__message-actions-box-color: var(--str-chat__text-color);--str-chat__message-actions-box-background-color: var(--str-chat__secondary-background-color);--str-chat__message-actions-box-border-block-start: none;--str-chat__message-actions-box-border-block-end: none;--str-chat__message-actions-box-border-inline-start: none;--str-chat__message-actions-box-border-inline-end: none;--str-chat__message-actions-box-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-actions-box-item-border-radius: 0;--str-chat__message-actions-box-item-color: var(--str-chat__text-color);--str-chat__message-actions-box-item-background-color: transparent;--str-chat__message-actions-box-item-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__message-actions-box-item-border-block-start: none;--str-chat__message-actions-box-item-border-block-end: none;--str-chat__message-actions-box-item-border-inline-start: none;--str-chat__message-actions-box-item-border-inline-end: none;--str-chat__message-actions-box-item-box-shadow: none}.str-chat__message-actions-box{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);color:var(--str-chat__message-actions-box-item-color);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);border-radius:var(--str-chat__message-actions-box-item-border-radius);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover,.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);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}@media(hover:none){.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:#0000}}.str-chat{--str-chat__message-bounce-edit-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-send-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-delete-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-button-background-color: transparent;--str-chat__message-bounce-button-border-block-start: none;--str-chat__message-bounce-button-border-block-end: none;--str-chat__message-bounce-button-border-inline-start: none;--str-chat__message-bounce-button-border-inline-end: none;--str-chat__message-bounce-button-box-shadow: none}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{background:var(--str-chat__message-bounce-button-background-color);color:var(--str-chat__message-bounce-button-color);box-shadow:var(--str-chat__message-bounce-button-box-shadow);border-radius:var(--str-chat__message-bounce-button-border-radius);border-block-start:var(--str-chat__message-bounce-button-border-block-start);border-block-end:var(--str-chat__message-bounce-button-border-block-end);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit{color:var(--str-chat__message-bounce-edit-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-send{color:var(--str-chat__message-bounce-send-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{color:var(--str-chat__message-bounce-delete-button-color)}.str-chat{--str-chat__message-input-border-radius: 0;--str-chat__message-input-color: var(--str-chat__text-color);--str-chat__message-input-background-color: var(--str-chat__secondary-background-color);--str-chat__message-input-border-block-start: none;--str-chat__message-input-border-block-end: none;--str-chat__message-input-border-inline-start: none;--str-chat__message-input-border-inline-end: none;--str-chat__message-input-box-shadow: none;--str-chat__message-textarea-border-radius: var(--str-chat__border-radius-md);--str-chat__message-textarea-color: var(--str-chat__text-color);--str-chat__message-textarea-background-color: transparent;--str-chat__message-textarea-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-box-shadow: none;--str-chat__message-send-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-send-color: var(--str-chat__primary-color);--str-chat__message-send-background-color: transparent;--str-chat__message-send-border-block-start: 0;--str-chat__message-send-border-block-end: 0;--str-chat__message-send-border-inline-start: 0;--str-chat__message-send-border-inline-end: 0;--str-chat__message-send-box-shadow: none;--str-chat__message-send-disabled-color: var(--str-chat__disabled-color);--str-chat__message-send-disabled-background-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__start-recording-audio-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__start-recording-audio-button-background-color: transparent;--str-chat__start-recording-audio-button-border-block-start: 0;--str-chat__start-recording-audio-button-border-block-end: 0;--str-chat__start-recording-audio-button-border-inline-start: 0;--str-chat__start-recording-audio-button-border-inline-end: 0;--str-chat__start-recording-audio-button-box-shadow: none;--str-chat__start-recording-audio-button-disabled-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-disabled-background-color: transparent;--str-chat__message-input-tools-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-input-tools-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-input-tools-background-color: transparent;--str-chat__message-input-tools-border-block-start: 0;--str-chat__message-input-tools-border-block-end: 0;--str-chat__message-input-tools-border-inline-start: 0;--str-chat__message-input-tools-border-inline-end: 0;--str-chat__message-input-tools-box-shadow: none;--str-chat__message-input-not-allowed-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-radius: var(--str-chat__border-radius-circle);--str-chat__cooldown-color: var(--str-chat__on-disabled-color);--str-chat__cooldown-background-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-block-start: 0;--str-chat__cooldown-border-block-end: 0;--str-chat__cooldown-border-inline-start: 0;--str-chat__cooldown-border-inline-end: 0;--str-chat__cooldown-box-shadow: none;--str-chat__attachment-selector-button-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-selector-button-icon-color-hover: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color-active: var( --str-chat__primary-color )}.str-chat__message-input{background:var(--str-chat__message-input-background-color);color:var(--str-chat__message-input-color);box-shadow:var(--str-chat__message-input-box-shadow);border-radius:var(--str-chat__message-input-border-radius);border-block-start:var(--str-chat__message-input-border-block-start);border-block-end:var(--str-chat__message-input-border-block-end);border-inline-start:var(--str-chat__message-input-border-inline-start);border-inline-end:var(--str-chat__message-input-border-inline-end)}.str-chat__message-input .str-chat__file-input-container{--str-chat-icon-color: var(--str-chat__message-input-tools-color);background:var(--str-chat__message-input-tools-background-color);color:var(--str-chat__message-input-tools-color);box-shadow:var(--str-chat__message-input-tools-box-shadow);border-radius:var(--str-chat__message-input-tools-border-radius);border-block-start:var(--str-chat__message-input-tools-border-block-start);border-block-end:var(--str-chat__message-input-tools-border-block-end);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);border-inline-end:var(--str-chat__message-input-tools-border-inline-end)}.str-chat__message-input .str-chat__file-input-container svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__attachment-preview-image-error svg path{fill:var(--str-chat__primary-color)}.str-chat__message-input .str-chat__message-textarea-container{background:var(--str-chat__message-textarea-background-color);color:var(--str-chat__message-textarea-color);box-shadow:var(--str-chat__message-textarea-box-shadow);border-radius:var(--str-chat__message-textarea-border-radius);border-block-start:var(--str-chat__message-textarea-border-block-start);border-block-end:var(--str-chat__message-textarea-border-block-end);border-inline-start:var(--str-chat__message-textarea-border-inline-start);border-inline-end:var(--str-chat__message-textarea-border-inline-end)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{resize:none;border:none;color:var(--str-chat__message-textarea-color);background-color:#0000;box-shadow:none;outline:none;font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__stop-ai-generation-button{background-image:var(--str-chat__circle-stop-icon);background-color:#0000;border-width:0}.str-chat__message-input .str-chat__send-button{--str-chat-icon-color: var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);border-block-start:var(--str-chat__message-send-border-block-start);border-block-end:var(--str-chat__message-send-border-block-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__message-input .str-chat__send-button svg path{fill:var(--str-chat__message-send-color)}.str-chat__message-input .str-chat__send-button:disabled{--str-chat-icon-color: var(--str-chat__message-send-disabled-color);background-color:#0000}.str-chat__message-input .str-chat__send-button:disabled svg path{fill:var(--str-chat__message-send-disabled-color)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-color: var(--str-chat__start-recording-audio-button-color);background:var(--str-chat__start-recording-audio-button-background-color);color:var(--str-chat__start-recording-audio-button-color);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);border-radius:var(--str-chat__start-recording-audio-button-border-radius);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end)}.str-chat__message-input .str-chat__start-recording-audio-button:disabled{background-color:var(--str-chat__message-send-disabled-background-color)}.str-chat__message-input .str-chat__message-input-cooldown{background:var(--str-chat__cooldown-background-color);color:var(--str-chat__cooldown-color);box-shadow:var(--str-chat__cooldown-box-shadow);border-radius:var(--str-chat__cooldown-border-radius);border-block-start:var(--str-chat__cooldown-border-block-start);border-block-end:var(--str-chat__cooldown-border-block-end);border-inline-start:var(--str-chat__cooldown-border-inline-start);border-inline-end:var(--str-chat__cooldown-border-inline-end);font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__message-input-not-allowed{color:var(--str-chat__message-input-not-allowed-color);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{background-color:#0000;border:none}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification{background-color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);color:var(--str-chat__background-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{font:var(--str-chat__subtitle2-medium-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{background:none;border:none;color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color);-webkit-mask:var(--str-chat__add-attachment-icon) no-repeat center/contain;mask:var(--str-chat__add-attachment-icon) no-repeat center/contain}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button{color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus{color:var(--str-chat__text-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__dialog-menu__button-icon,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__upload-file-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__folder-icon) no-repeat center/contain;mask:var(--str-chat__folder-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__create-poll-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat__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);color:var(--str-chat__message-list-color);box-shadow:var(--str-chat__message-list-box-shadow);border-radius:var(--str-chat__message-list-border-radius);border-block-start:var(--str-chat__message-list-border-block-start);border-block-end:var(--str-chat__message-list-border-block-end);border-inline-start:var(--str-chat__message-list-border-inline-start);border-inline-end:var(--str-chat__message-list-border-inline-end)}.str-chat__list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat__jump-to-latest-message{--str-chat-icon-color: var(--str-chat__jump-to-latest-message-unread-count-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab{background:var(--str-chat__jump-to-latest-message-background-color);color:var(--str-chat__jump-to-latest-message-color);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);border-radius:var(--str-chat__jump-to-latest-message-border-radius);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end)}.str-chat__jump-to-latest-message .str-chat__circle-fab svg path{fill:var(--str-chat__jump-to-latest-message-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab:active{background-color:var(--str-chat__jump-to-latest-message-pressed-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab .str-chat__jump-to-latest-unread-count{background-color:var(--str-chat__jump-to-latest-message-unread-count-background-color);color:var(--str-chat__jump-to-latest-message-unread-count-color);border-radius:var(--str-chat__jump-to-latest-message-border-radius);font:var(--str-chat__caption-text)}.str-chat{--str-chat__virtual-list-border-radius: 0;--str-chat__virtual-list-color: var(--str-chat__text-color);--str-chat__virtual-list-background-color: var(--str-chat__background-color);--str-chat__virtual-list-box-shadow: none;--str-chat__virtual-list-border-block-start: none;--str-chat__virtual-list-border-block-end: none;--str-chat__virtual-list-border-inline-start: none;--str-chat__virtual-list-border-inline-end: none}.str-chat__virtual-list{background:var(--str-chat__virtual-list-background-color);color:var(--str-chat__virtual-list-color);box-shadow:var(--str-chat__virtual-list-box-shadow);border-radius:var(--str-chat__virtual-list-border-radius);border-block-start:var(--str-chat__virtual-list-border-block-start);border-block-end:var(--str-chat__virtual-list-border-block-end);border-inline-start:var(--str-chat__virtual-list-border-inline-start);border-inline-end:var(--str-chat__virtual-list-border-inline-end)}.str-chat__virtual-list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-border-radius: none;--str-chat__message-reactions-color: var(--str-chat__text-color);--str-chat__message-reactions-background-color: transparent;--str-chat__message-reactions-border-block-start: none;--str-chat__message-reactions-border-block-end: none;--str-chat__message-reactions-border-inline-start: none;--str-chat__message-reactions-border-inline-end: none;--str-chat__message-reactions-box-shadow: none;--str-chat__message-reaction-border-radius: var(--str-chat__border-radius-xs);--str-chat__message-reaction-color: var(--str-chat__text-color);--str-chat__message-reaction-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-reaction-border-block-start: none;--str-chat__message-reaction-border-block-end: none;--str-chat__message-reaction-border-inline-start: none;--str-chat__message-reaction-border-inline-end: none;--str-chat__message-reaction-box-shadow: none;--str-chat__own-message-reaction-color: var(--str-chat__text-color);--str-chat__own-message-reaction-background-color: var( --str-chat__primary-surface-color-low-emphasis );--str-chat__messsage-reactions-details--selected-color: solid var(--str-chat__primary-color)}.str-chat__message-reactions-container .str-chat__message-reactions{background:var(--str-chat__message-reactions-background-color);color:var(--str-chat__message-reactions-color);box-shadow:var(--str-chat__message-reactions-box-shadow);border-radius:var(--str-chat__message-reactions-border-radius);border-block-start:var(--str-chat__message-reactions-border-block-start);border-block-end:var(--str-chat__message-reactions-border-block-end);border-inline-start:var(--str-chat__message-reactions-border-inline-start);border-inline-end:var(--str-chat__message-reactions-border-inline-end)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);color:var(--str-chat__message-reaction-color);box-shadow:var(--str-chat__message-reaction-box-shadow);border-radius:var(--str-chat__message-reaction-border-radius);border-block-start:var(--str-chat__message-reaction-border-block-start);border-block-end:var(--str-chat__message-reaction-border-block-end);border-inline-start:var(--str-chat__message-reaction-border-inline-start);border-inline-end:var(--str-chat__message-reaction-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{color:var(--str-chat__own-message-reaction-color);background-color:var(--str-chat__own-message-reaction-background-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{border-block-end:solid rgba(0,0,0,0)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type--selected{border-block-end:var(--str-chat__messsage-reactions-details--selected-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-user{font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-reactions-options-color: var(--str-chat__text-color);--str-chat__message-reactions-options-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-options-border-block-start: none;--str-chat__message-reactions-options-border-block-end: none;--str-chat__message-reactions-options-border-inline-start: none;--str-chat__message-reactions-options-border-inline-end: none;--str-chat__message-reactions-options-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-reactions-option-border-radius: var(--str-chat__border-radius-md);--str-chat__message-reactions-option-color: var(--str-chat__text-color);--str-chat__message-reactions-option-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-option-hover-background-color: var( --str-chat__primary-surface-color );--str-chat__message-reactions-option-selected-background-color: var( --str-chat__primary-color-low-emphasis );--str-chat__message-reactions-option-border-block-start: none;--str-chat__message-reactions-option-border-block-end: none;--str-chat__message-reactions-option-border-inline-start: none;--str-chat__message-reactions-option-border-inline-end: none;--str-chat__message-reactions-option-box-shadow: none}.str-chat .str-chat-angular-v5__reaction-selector{--str-chat__message-reactions-options-box-shadow: none;--str-chat__message-reactions-options-border-radius: 0}.str-chat__reaction-selector .str-chat__message-reactions-options{background:var(--str-chat__message-reactions-options-background-color);color:var(--str-chat__message-reactions-options-color);box-shadow:var(--str-chat__message-reactions-options-box-shadow);border-radius:var(--str-chat__message-reactions-options-border-radius);border-block-start:var(--str-chat__message-reactions-options-border-block-start);border-block-end:var(--str-chat__message-reactions-options-border-block-end);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);color:var(--str-chat__message-reactions-option-color);box-shadow:var(--str-chat__message-reactions-option-box-shadow);border-radius:var(--str-chat__message-reactions-option-border-radius);border-block-start:var(--str-chat__message-reactions-option-border-block-start);border-block-end:var(--str-chat__message-reactions-option-border-block-end);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:var(--str-chat__message-reactions-option-hover-background-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option.str-chat__message-reactions-option-selected{background-color:var(--str-chat__message-reactions-option-selected-background-color)}@media(hover:none){.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:#0000}}.str-chat{--str-chat__modal-border-radius: var(--str-chat__border-radius-sm);--str-chat__modal-color: var(--str-chat__text-color);--str-chat__modal-background-color: var(--str-chat__secondary-background-color);--str-chat__modal-overlay-color: var(--str-chat__secondary-overlay-color);--str-chat__modal-overlay-backdrop-filter: blur(3px);--str-chat__modal-border-block-start: none;--str-chat__modal-border-block-end: none;--str-chat__modal-border-inline-start: none;--str-chat__modal-border-inline-end: none;--str-chat__modal-box-shadow: none;--str-chat__modal-close-icon-background: var(--str-chat__text-low-emphasis-color);--str-chat__modal-close-icon-color: var(--str-chat__on-disabled-color)}.str-chat__modal{background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);color:var(--str-chat__modal-color);box-shadow:var(--str-chat__modal-box-shadow);border-radius:var(--str-chat__modal-border-radius);border-block-start:var(--str-chat__modal-border-block-start);border-block-end:var(--str-chat__modal-border-block-end);border-inline-start:var(--str-chat__modal-border-inline-start);border-inline-end:var(--str-chat__modal-border-inline-end)}.str-chat__modal .str-chat__modal-header .str-chat__modal-header__title{font:var(--str-chat__subtitle2-medium-text)}.str-chat__modal .str-chat__modal__close-button{--str-chat-icon-color: var(--str-chat__modal-close-icon-color);background:none;border:none}.str-chat__modal .str-chat__modal__close-button .str-chat__icon{background-color:var(--str-chat__modal-close-icon-background);border-radius:999px}.str-chat__modal .str-chat__modal__close-button svg path{fill:var(--str-chat__modal-close-icon-color)}.str-chat__modal .str-chat__modal__close-button svg rect,.str-chat__modal .str-chat__modal__close-button svg circle{fill:var(--str-chat__modal-close-icon-background)}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner{background-color:#0000;width:unset;height:unset;padding:0}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat{--str-chat__message-notification-background-color: var(--str-chat__primary-color);--str-chat__message-notification-border-block-start: none;--str-chat__message-notification-border-block-end: none;--str-chat__message-notification-border-inline-start: none;--str-chat__message-notification-border-inline-end: none;--str-chat__message-notification-border-radius: 50px;--str-chat__message-notification-box-shadow: none;--str-chat__message-notification-color: var(--str-chat__on-primary-color)}.str-chat__message-notification{background:var(--str-chat__message-notification-background-color);color:var(--str-chat__message-notification-color);box-shadow:var(--str-chat__message-notification-box-shadow);border-radius:var(--str-chat__message-notification-border-radius);border-block-start:var(--str-chat__message-notification-border-block-start);border-block-end:var(--str-chat__message-notification-border-block-end);border-inline-start:var(--str-chat__message-notification-border-inline-start);border-inline-end:var(--str-chat__message-notification-border-inline-end);font:var(--str-chat__caption-text);cursor:pointer}.str-chat{--str-chat__notification-list-border-radius: none;--str-chat__notification-list-color: var(--str-chat__notification-list-text-color);--str-chat__notification-list-background-color: transparent;--str-chat__notification-list-border-block-start: none;--str-chat__notification-list-border-block-end: none;--str-chat__notification-list-border-inline-start: none;--str-chat__notification-list-border-inline-end: none;--str-chat__notification-list-box-shadow: none}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color);color:var(--str-chat__notification-list-color);box-shadow:var(--str-chat__notification-list-box-shadow);border-radius:var(--str-chat__notification-list-border-radius);border-block-start:var(--str-chat__notification-list-border-block-start);border-block-end:var(--str-chat__notification-list-border-block-end);border-inline-start:var(--str-chat__notification-list-border-inline-start);border-inline-end:var(--str-chat__notification-list-border-inline-end)}.str-chat{--str-chat__notification-border-radius: var(--str-chat__border-radius-sm);--str-chat__notification-color: var(--str-chat__opaque-surface-text-color);--str-chat__notification-background-color: var(--str-chat__opaque-surface-background-color);--str-chat__notification-border-block-start: none;--str-chat__notification-border-block-end: none;--str-chat__notification-border-inline-start: none;--str-chat__notification-border-inline-end: none;--str-chat__notification-box-shadow: 0 0 8px var(--str-chat__box-shadow-color)}.str-chat__notification{background:var(--str-chat__notification-background-color);color:var(--str-chat__notification-color);box-shadow:var(--str-chat__notification-box-shadow);border-radius:var(--str-chat__notification-border-radius);border-block-start:var(--str-chat__notification-border-block-start);border-block-end:var(--str-chat__notification-border-block-end);border-inline-start:var(--str-chat__notification-border-inline-start);border-inline-end:var(--str-chat__notification-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{color:var(--str-chat__text-low-emphasis-color)}.str-chat__poll .str-chat__checkmark{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__disabled-color)}.str-chat__poll .str-chat__checkmark--checked{background-color:var(--str-chat__primary-color);border:none}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment));border-radius:calc(var(--str-chat__spacing-px)*4)}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar--winner{background:linear-gradient(to right,var(--str-chat__info-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment))}.str-chat__poll .str-chat__poll-option-list--full,.str-chat__poll .str-chat__poll-answer,.str-chat__poll .str-chat__modal__poll-option-list__title,.str-chat__poll .str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__poll .str-chat__modal__poll-results .str-chat__poll-option{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text{font:var(--str-chat__subtitle-medium-text)}.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__poll-vote .str-chat__poll-vote__timestamp{color:var(--str-chat__text-low-emphasis-color)}.str-chat__quoted-poll-preview{font:var(--str-chat__body-medium-text)}.str-chat__poll-creation-dialog .str-chat__form__input-fieldset{border:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label),.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input{border:none;background:#0000;outline:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input::placeholder{font:var(--str-chat__subtitle-text)}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{background-color:var(--str-chat__text-low-emphasis-color);-webkit-mask:var(--str-chat__handle-icon) no-repeat center/contain;mask:var(--str-chat__handle-icon) no-repeat center/contain}.str-chat__poll-creation-dialog .str-chat__form__input-field--has-error{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error,.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error{border:none}.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error .str-chat__form__input-field__value{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__switch-field,.str-chat__poll-creation-dialog .str-chat__form__switch-field label{cursor:pointer}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch{cursor:pointer;background-color:var(--str-chat__text-low-emphasis-color);border-radius:100px}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__disabled-color)}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{background-color:var(--str-chat__green600)}.str-chat__poll-creation-dialog .str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__search-input-color: var(--str-chat__text-color);--str-chat__search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-input-border-block-start: none;--str-chat__search-input-border-block-end: none;--str-chat__search-input-border-inline-start: none;--str-chat__search-input-border-inline-end: none;--str-chat__search-input-wrapper-border-radius: var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-background-color: transparent;--str-chat__search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-active-border-radius: var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-active-background-color: transparent;--str-chat__search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__search-result-background-color: transparent;--str-chat__search-result-border-block-start: none;--str-chat__search-result-border-block-end: none;--str-chat__search-result-border-inline-start: none;--str-chat__search-result-border-inline-end: none;--str-chat__search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__search-result-list-color: var(--str-chat__text-color);--str-chat__search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__search-result-list-border-block-start: none;--str-chat__search-result-list-border-block-end: none;--str-chat__search-result-list-border-inline-start: none;--str-chat__search-result-list-border-inline-end: none;--str-chat__search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-results-header-background-color: var(--str-chat__background-color);--str-chat__search-results-header-border-block-start: none;--str-chat__search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-results-header-border-inline-start: none;--str-chat__search-results-header-border-inline-end: none;--str-chat__search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__search-results-empty-background-color: var(--str-chat__background-color);--str-chat__search-results-empty-border-block-start: none;--str-chat__search-results-empty-border-block-end: none;--str-chat__search-results-empty-border-inline-start: none;--str-chat__search-results-empty-border-inline-end: none}.str-chat__search-input--wrapper{background:var(--str-chat__search-input-wrapper-background-color);color:var(--str-chat__search-input-wrapper-color);box-shadow:var(--str-chat__search-input-wrapper-box-shadow);border-radius:var(--str-chat__search-input-wrapper-border-radius);border-block-start:var(--str-chat__search-input-wrapper-border-block-start);border-block-end:var(--str-chat__search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__search-input-wrapper-border-inline-end)}.str-chat__search-input--wrapper .str-chat__search-input--icon{background-image:var(--str-chat__magnifier-glass-icon);background-repeat:no-repeat}.str-chat__search-input--wrapper input{background:var(--str-chat__search-input-background-color);color:var(--str-chat__search-input-color);box-shadow:var(--str-chat__search-input-box-shadow);border-radius:var(--str-chat__search-input-border-radius);border-block-start:var(--str-chat__search-input-border-block-start);border-block-end:var(--str-chat__search-input-border-block-end);border-inline-start:var(--str-chat__search-input-border-inline-start);border-inline-end:var(--str-chat__search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__search-input--wrapper .str-chat__search-input--clear-button-icon{background-color:#0000;-webkit-mask:var(--str-chat__clear-icon) no-repeat center/contain;mask:var(--str-chat__clear-icon) no-repeat center/contain}.str-chat__search-input--wrapper-active{background:var(--str-chat__search-input-wrapper-active-background-color);color:var(--str-chat__search-input-wrapper-active-color);box-shadow:var(--str-chat__search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__search-input-wrapper-active-border-inline-end)}.str-chat__search-input--wrapper-active .str-chat__search-input--clear-button-icon{background-color:var(--str-chat__text-low-emphasis-color)}.str-chat__search-bar-button--exit-search{background:none;border:none;color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text)}.str-chat__search-results-header{background:var(--str-chat__search-results-header-background-color);color:var(--str-chat__search-results-header-color);box-shadow:var(--str-chat__search-results-header-box-shadow);border-radius:var(--str-chat__search-results-header-border-radius);border-block-start:var(--str-chat__search-results-header-border-block-start);border-block-end:var(--str-chat__search-results-header-border-block-end);border-inline-start:var(--str-chat__search-results-header-border-inline-start);border-inline-end:var(--str-chat__search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__search-source-result-list{background:var(--str-chat__search-result-list-background-color);color:var(--str-chat__search-result-list-color);box-shadow:var(--str-chat__search-result-list-box-shadow);border-radius:var(--str-chat__search-result-list-border-radius);border-block-start:var(--str-chat__search-result-list-border-block-start);border-block-end:var(--str-chat__search-result-list-border-block-end);border-inline-start:var(--str-chat__search-result-list-border-inline-start);border-inline-end:var(--str-chat__search-result-list-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-container-empty{background:var(--str-chat__search-results-empty-background-color);color:var(--str-chat__search-results-empty-color);box-shadow:var(--str-chat__search-results-empty-box-shadow);border-radius:var(--str-chat__search-results-empty-border-radius);border-block-start:var(--str-chat__search-results-empty-border-block-start);border-block-end:var(--str-chat__search-results-empty-border-block-end);border-inline-start:var(--str-chat__search-results-empty-border-inline-start);border-inline-end:var(--str-chat__search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__search-source-result-list .str-chat__search-container-empty svg path{fill:var(--str-chat__search-results-empty-icon-color)}.str-chat__search-source-result-list .str-chat__search-result{background:var(--str-chat__search-result-background-color);color:var(--str-chat__search-result-color);box-shadow:var(--str-chat__search-result-box-shadow);border-radius:var(--str-chat__search-result-border-radius);border-block-start:var(--str-chat__search-result-border-block-start);border-block-end:var(--str-chat__search-result-border-block-end);border-inline-start:var(--str-chat__search-result-border-inline-start);border-inline-end:var(--str-chat__search-result-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-result.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__search-source-result-list .str-chat__search-result:hover,.str-chat__search-source-result-list .str-chat__search-result--focused{background-color:var(--str-chat__search-result-hover-background-color)}.str-chat{--str-chat__thread-border-radius: 0;--str-chat__thread-color: var(--str-chat__text-color);--str-chat__thread-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-border-block-start: none;--str-chat__thread-border-block-end: none;--str-chat__thread-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__thread-border-inline-end: none;--str-chat__thread-box-shadow: none;--str-chat__thread-header-border-radius: 0;--str-chat__thread-header-color: var(--str-chat__text-color);--str-chat__thread-header-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-header-border-block-start: none;--str-chat__thread-header-border-block-end: none;--str-chat__thread-header-border-inline-start: none;--str-chat__thread-header-border-inline-end: none;--str-chat__thread-header-box-shadow: none;--str-chat__thread-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-container{background:var(--str-chat__thread-background-color);color:var(--str-chat__thread-color);box-shadow:var(--str-chat__thread-box-shadow);border-radius:var(--str-chat__thread-border-radius);border-block-start:var(--str-chat__thread-border-block-start);border-block-end:var(--str-chat__thread-border-block-end);border-inline-start:var(--str-chat__thread-border-inline-start);border-inline-end:var(--str-chat__thread-border-inline-end)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);color:var(--str-chat__thread-header-color);box-shadow:var(--str-chat__thread-header-box-shadow);border-radius:var(--str-chat__thread-header-border-radius);border-block-start:var(--str-chat__thread-header-border-block-start);border-block-end:var(--str-chat__thread-header-border-block-end);border-inline-start:var(--str-chat__thread-header-border-inline-start);border-inline-end:var(--str-chat__thread-header-border-inline-end)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__body-text);color:var(--str-chat__thread-header-info-color)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:#0000;border:none}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg path{fill:var(--str-chat__thread-color)}.str-chat{--str-chat__tooltip-border-radius: var(--str-chat__border-radius-xs);--str-chat__tooltip-color: var(--str-chat__text-color);--str-chat__tooltip-background-color: var(--str-chat__secondary-background-color);--str-chat__tooltip-border-block-start: none;--str-chat__tooltip-border-block-end: none;--str-chat__tooltip-border-inline-start: none;--str-chat__tooltip-border-inline-end: none;--str-chat__tooltip-box-shadow: 0 0 20px var(--str-chat__box-shadow-color)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__tooltip-color);box-shadow:var(--str-chat__tooltip-box-shadow);border-radius:var(--str-chat__tooltip-border-radius);border-block-start:var(--str-chat__tooltip-border-block-start);border-block-end:var(--str-chat__tooltip-border-block-end);border-inline-start:var(--str-chat__tooltip-border-inline-start);border-inline-end:var(--str-chat__tooltip-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}.str-chat{--str-chat__typing-indicator-border-radius: none;--str-chat__typing-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__typing-indicator-background-color: var(--str-chat__overlay-color);--str-chat__typing-indicator-border-block-start: none;--str-chat__typing-indicator-border-block-end: none;--str-chat__typing-indicator-border-inline-start: none;--str-chat__typing-indicator-border-inline-end: none;--str-chat__typing-indicator-box-shadow: none;--str-chat__typing-indicator-dot-background-color: var(--str-chat__text-color)}.str-chat__typing-indicator{background:var(--str-chat__typing-indicator-background-color);color:var(--str-chat__typing-indicator-color);box-shadow:var(--str-chat__typing-indicator-box-shadow);border-radius:var(--str-chat__typing-indicator-border-radius);border-block-start:var(--str-chat__typing-indicator-border-block-start);border-block-end:var(--str-chat__typing-indicator-border-block-end);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);border-inline-end:var(--str-chat__typing-indicator-border-inline-end)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{border-radius:999px;animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(1){animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){animation-delay:1s}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--str-chat-thread-list-border-color: var(--str-chat__surface-color);--str-chat-thread-list-container-background-color: var(--str-chat__secondary-background-color);--str-chat-unseen-threads-banner-background-color: var(--str-chat__text-color);--str-chat-unseen-threads-banner-color: var(--str-chat__opaque-surface-text-color);--str-chat-thread-list-item-background-color-default: var(--str-chat__secondary-background-color);--str-chat-thread-list-item-background-color-selected: var(--str-chat__surface-color);--str-chat-thread-list-item-text-color: var(--str-chat__text-color);--str-chat-thread-list-item-text-low-emphasis-color: var(--str-chat__text-low-emphasis-color);--str-chat-thread-list-empty-placeholder-background-color: var( --str-chat__secondary-background-color );--str-chat-thread-list-empty-placeholder-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list-container{background-color:var(--str-chat-thread-list-container-background-color)}.str-chat__unseen-threads-banner{border-radius:16px;background:var(--str-chat-unseen-threads-banner-background-color);color:var(--str-chat-unseen-threads-banner-color)}.str-chat__unseen-threads-banner__button{--str-chat-icon-color: var(--str-chat-unseen-threads-banner-color)}.str-chat__thread-list{border-right:1px solid var(--str-chat-thread-list-border-color)}.str-chat__thread-list .str-chat__thread-list-item{--str-chat-icon-color: var(--str-chat-thread-list-item-text-color);border:none;background-color:var(--str-chat-thread-list-item-background-color-default);color:var(--str-chat-thread-list-item-text-color)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true]{background-color:var(--str-chat-thread-list-item-background-color-selected)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__parent-message-text,.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:inherit}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-background-color: var(--str-chat__secondary-surface-color);--str-chat__avatar-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color: var(--str-chat-thread-list-empty-placeholder-color);background-color:var(--str-chat-thread-list-empty-placeholder-background-color);color:var(--str-chat-thread-list-empty-placeholder-color)}.str-chat{--str-chat-selector-background-color: var(--str-chat__secondary-background-color);--str-chat-selector-border-color: var(--str-chat__surface-color);--str-chat-selector-button-color-default: var(--str-chat__text-low-emphasis-color);--str-chat-selector-button-color-selected: var(--str-chat__text-color);--str-chat-selector-button-background-color-default: transparent;--str-chat-selector-button-background-color-selected: var(--str-chat__surface-color)}.str-chat__chat-view__selector{border-right:1px solid var(--str-chat-selector-border-color);background-color:var(--str-chat-selector-background-color)}.str-chat__chat-view__selector-button{--str-chat-icon-color: var(--str-chat-selector-button-color-default);border:none;background:var(--str-chat-selector-button-background-color-default);color:var(--str-chat-selector-button-color-default)}.str-chat__chat-view__selector-button[aria-selected=true]{--str-chat-icon-color: var(--str-chat-selector-button-color-selected);color:var(--str-chat-selector-button-color-selected);background:var(--str-chat-selector-button-background-color-selected)}.str-chat{--str-chat-unread-count-badge-color: var(--str-chat__on-unread-badge-color);--str-chat-unread-count-badge-background-color: var(--str-chat__danger-color)}.str-chat__unread-count-badge{background-color:var(--str-chat-unread-count-badge-background-color);color:var(--str-chat-unread-count-badge-color);border-radius:9999px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}.getstream-chat{inset:0;position:absolute}.getstream-chat .str-chat__message-input{padding:16px 16px 0}.getstream-chat .str-chat__message-input .str-chat__message-input-inner{align-items:start}.getstream-chat .str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{align-self:start}.account-chat,.accounts-chat-list{flex:1;position:relative;width:100%}.accounts-chat-list__chat{display:flex;inset:0;padding-left:4px;position:absolute}.accounts-chat-list__chat .str-chat__channel-list{box-sizing:border-box;max-width:280px;width:100%}.accounts-chat-list__chat .str-chat__channel{flex:1}.accounts-chat-list__chat .str-chat__message-input{padding:16px}.typeahead{position:relative;width:100%}.typeahead_disabled{pointer-events:none}.typeahead__hints{list-style:none;margin:0;padding:0;background-color:#fff;border-radius:2px;box-shadow:0 4px 12px #0000001a,0 4px 20px #0000000d;display:grid;max-height:280px;overflow:auto;position:absolute;top:53px;width:100%;z-index:11}.typeahead__hints-list-item{margin:0;padding:0;display:grid}.typeahead__hints-item{background:none;border:0;font:inherit;line-height:normal;margin:0;outline:none;text-align:unset;text-decoration:none;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;background-color:#fff;padding:10px 12px}.typeahead__hints-item:enabled{cursor:pointer}.typeahead__hints-item:disabled{cursor:default}.typeahead__hints-item_active{cursor:auto;font-weight:600}.typeahead__hints-item:hover,.typeahead__hints-item:focus,.typeahead__hints-item_active{background:#f2f2f2}.catalog-item-goods{display:grid;gap:28px}.catalog-item-goods__table{display:grid;gap:16px}.catalog-item-goods__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.catalog-item-goods__button{height:28px;width:28px}.catalog-item-goods__total{align-items:center;background-color:#00000008;border-radius:8px;display:grid;grid-auto-flow:column;justify-content:space-between;padding:20px}.catalog-item-goods__total_custom{padding:12px 20px}.catalog-item-goods__total-wrapper{display:grid;gap:24px;grid-auto-flow:column}.catalog-item-goods__total-block{align-items:center;display:grid;gap:8px;grid-auto-flow:column}.catalog-item-goods__total-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.catalog-item-goods__total-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.catalog-item-form{display:grid;gap:24px;padding-top:8px}.catalog-item-form__row{display:grid;gap:20px}.catalog-item-form__row_two{grid-template-columns:repeat(2,322px)}.catalog-item-form__row_three{grid-template-columns:repeat(3,208px)}.catalog-item-form__photo{align-items:center;display:grid;gap:20px;grid-template-columns:128px auto auto;justify-content:start}.catalog-item-form__photo-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.catalog-item-form__marginality{background-color:#00000008;border-radius:8px;display:grid;gap:8px;grid-template-columns:85px auto;padding:14px 14px 14px 42px}.catalog-item-form__marginality-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.catalog-item-form__marginality-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-uploader{display:grid;position:relative}.file-uploader_medium .file-uploader__browse{padding:30px 24px}.file-uploader_small .file-uploader__browse{padding:24px 40px}.file-uploader__browse{align-items:center;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23b2b2b2' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:4px;cursor:pointer;display:grid;grid-auto-flow:column;justify-content:center;outline:0;padding:40px;transition:background-color .15s}.file-uploader__browse:hover:not(.file-uploader__browse_disabled),.file-uploader__browse:focus:not(.file-uploader__browse_disabled){background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%237f7f7f' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.file-uploader__browse:hover:not(.file-uploader__browse_disabled) .file-uploader__browse-text,.file-uploader__browse:focus:not(.file-uploader__browse_disabled) .file-uploader__browse-text{color:#000c}.file-uploader__browse:hover:not(.file-uploader__browse_disabled) .file-uploader__browse-icon,.file-uploader__browse:focus:not(.file-uploader__browse_disabled) .file-uploader__browse-icon{color:#00000080}.file-uploader__browse_drag:not(.file-uploader__browse_disabled){background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%237f7f7f' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.file-uploader__browse_drag:not(.file-uploader__browse_disabled) .file-uploader__browse-text{color:#000c}.file-uploader__browse_drag:not(.file-uploader__browse_disabled) .file-uploader__browse-icon{color:#00000080}.file-uploader__browse-text{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;padding-left:12px;transition:color .15s}.file-uploader__browse-icon{color:#0000004d;transition:color .15s}.file-uploader__browse-input{display:none}.file-uploader__browse_disabled{cursor:default}.sidebar-gallery{display:grid;gap:20px;padding-top:32px}.sidebar-gallery_section{padding-top:0}.sidebar-gallery_section .sidebar-gallery__uploader .file-uploader__browse{padding:30px}.sidebar-gallery__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.sidebar-gallery__photos{list-style:none;margin:0;padding:0;display:grid;gap:20px 8px;grid-template-columns:repeat(auto-fit,322px);justify-content:space-between}.sidebar-gallery__photos_section{gap:20px;grid-template-columns:repeat(auto-fit,64px);justify-content:start}.info-block-button[class^=button]{padding-right:1px}.info-block-button__icon{height:16px;width:16px}.info-block{align-content:start;align-items:center;background-color:#0000;box-sizing:border-box;display:grid;gap:12px;padding:16px 0}.info-block__header{align-items:start;border-bottom:1px solid #e5e5e5;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:1fr minmax(72px,auto);padding-bottom:11px}.info-block__header_editing{grid-template-columns:1fr minmax(136px,auto) minmax(92px,auto)}.info-block__header_addon{align-items:center;gap:8px;grid-template-columns:auto 1fr minmax(72px,auto)}.info-block__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;line-height:28px}.order-calculations{padding:16px 0}.order-calculations_printable .order-calculations__wrapper{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:19px}.order-calculations__wrapper{background-color:rgba(var(--color-theme-assist-rgb),.05);border-radius:8px;display:grid;gap:20px;grid-auto-flow:column;justify-content:space-between;padding:20px}.order-calculations__block{display:grid;gap:4px;grid-auto-flow:column}.order-calculations__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.order-calculations__value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.custom-table-stub{align-items:center;background-color:#00000005;border-radius:8px;box-sizing:border-box;display:grid;justify-content:center;padding:32px 24px;width:100%}@media print{.custom-table-stub{background-color:#fff}}.custom-table-stub__title{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}@media print{.custom-table-stub__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}}.status{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;border-radius:4px;box-sizing:border-box;min-width:128px;padding:2px 8px;text-align:center}.status_without-min-width{min-width:unset}.status_active{background-color:#4fb65314;color:#4fb653}.status_archived{background-color:#c174c214;color:#c174c2}.status_inactive{background-color:#d7232314;color:#d72323}.status_done{background-color:#2b952914;color:#2b9529}.status_in-progress{background-color:#4f7eda14;color:#4f7eda}.status_processed{background-color:#36b7af14;color:#36b7af}.status_unprocessed{background-color:#f21c8314;color:#f21c83}.status_paid{background-color:#13873614;color:#138736}.status_partially-paid{background-color:#36b7af14;color:#36b7af}.status_pending-payment{background-color:#2b7fcc14;color:#2b7fcc}.status_canceled{background-color:#b8a2a214;color:#b8a2a2}.status_new{background-color:#ec701614;color:#ec7016}.status_failed{background-color:#b862b414;color:#b862b4}.status_pending{background-color:#2b7fcc14;color:#2b7fcc}.status_unpaid{background-color:#1b9ec814;color:#1b9ec8}.status_approved{background-color:#caad4714;color:#caad47}.status_assigned{background-color:#cf4fda14;color:#cf4fda}.status_first-touch{background-color:#00bd7914;color:#00bd79}.status_production{background-color:#ff7a0014;color:#ff7a00}.status_qa{background-color:#7b67cc14;color:#7b67cc}.status_undistributed{background-color:#e74f3b14;color:#e74f3b}.order-payments{display:grid;gap:16px}.order-payments__table{padding-bottom:16px}@media print{.order-payments__table{padding-bottom:0}}.order-payments__table-actions{display:grid;gap:12px;grid-template-columns:repeat(3,28px)}.order-payments__table-button{height:28px;width:28px}.order-payments__table-status{min-width:106px}.order-payments__buttons{align-items:center;display:grid;gap:20px;grid-template-columns:repeat(2,280px);justify-content:center}.service-custom-price{position:relative}.service-custom-price .service-custom-price__button{background-color:rgba(var(--color-theme-assist-rgb),.08)}.service-custom-price .service-custom-price__button:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.service-custom-price .service-custom-price__button:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.service-custom-price__price_disabled .service-custom-price__price-value{color:#0000004d;text-decoration:line-through}.service-custom-price__price{align-items:center;background-color:#00000005;border-radius:8px;display:grid;gap:4px;grid-auto-flow:column;justify-content:space-between;padding:6px 8px}.service-custom-price__button-wrapper{padding:2px 0}.service-custom-price__price-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.service-custom-price__price-edit{height:16px;width:16px}.service-custom-price__dialog{align-items:center;background-color:#fff;border-radius:4px;box-shadow:2px 3px 8px #0000001f;display:grid;gap:8px;grid-auto-flow:column;padding:8px;position:absolute;right:111px;top:50%;transform:translateY(-50%);z-index:10}.service-custom-price__dialog:before{background:#fff;clip-path:polygon(50% 0,50% 50%,50% 100%,0 50%);content:"";display:block;height:17px;position:absolute;right:-8px;top:50%;transform:translateY(-50%) rotate(180deg);width:17px}.service-custom-price__dialog_with-price{right:37px}.service-custom-price__dialog_with-price .service-custom-price__input{width:100px}.service-custom-price__input{width:96px}.service-custom-price__save,.service-custom-price__remove,.service-custom-price__close{height:28px;width:28px}.order-services{display:grid;gap:12px}.order-services__button{height:28px;width:28px}.description-list{list-style:none;margin:0;padding:0;display:grid;gap:2px}.description-list_editable{gap:12px}.description-list_editable .description-list__item:not(.description-list__item_readonly){padding:0}.description-list_editable .description-list__item_with-padding-on-editing .description-list__key{padding-top:6px}.description-list_editable .description-list__item_with-big-padding-on-editing .description-list__key{padding-top:10px}.description-list__item{margin:0;align-items:center;display:grid;gap:12px;grid-template-columns:160px auto;padding:6px 0}.description-list__item_align-key-start .description-list__key{align-self:start}.description-list__item_with-value-padding{padding:0}.description-list__item_with-value-padding .description-list__value{padding:4px 0}.description-list__item_without-padding{padding:0}.description-list__item_with-top-padding{padding-top:14px}.description-list__key{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.description-list__value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;line-height:20px;word-break:break-word}.phone-link{align-items:center;display:grid;grid-auto-flow:column}.link-with-copy{align-items:center;display:grid;justify-content:start}.link-with-copy__actions{align-items:center;display:grid;gap:4px;grid-auto-flow:column;justify-content:start}.text-with-links{outline:none;color:inherit}.text-with-links:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.text-with-links:focus:not(:focus-visible){box-shadow:none}.text-with-links:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.summary-tab-section__button-wrapper{display:grid;justify-items:center;padding-top:16px}.summary-tab-section__button{max-width:280px;width:100%}.summary-tab-section__input [class^=inputError]{bottom:1px}.summary-tab-section__status{display:grid;justify-self:start;min-width:140px}.work-order-actions__info-icon{color:#d72323;display:block}.work-order-actions__info-icon_disabled{color:#0000001a}.sidebar-header{background-color:#fff;box-sizing:border-box;display:grid;gap:28px;padding:32px}.sidebar-header_chat{border-bottom:1px solid rgba(0,0,0,.1);padding:24px 32px 23px}.sidebar-header_chat .sidebar-header__content{gap:16px;grid-template-columns:40px 1fr}.sidebar-header_chat .sidebar-header__button svg{height:28px;width:28px}.sidebar-header_small-padding{padding:28px 32px}.sidebar-header_printable .sidebar-header__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px}.sidebar-header_printable-order .sidebar-header__content{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:27px}.sidebar-header__logo{justify-self:center}.sidebar-header__content{align-items:center;display:grid;gap:24px;grid-template-columns:20px 1fr max-content;justify-content:start}.sidebar-header__content_dedicated{grid-template-columns:1fr max-content}.sidebar-header__title{margin:0;padding:0;color:#000000e6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px;line-height:24px;word-break:break-word}.sidebar-header__info{align-items:center;display:grid;gap:12px;grid-auto-flow:column}.sidebar-header__status{min-width:106px}.sidebar-header__status_order{min-width:140px}.sidebar-header__status_work-order{min-width:108px}.sidebar-header__status_printable{min-width:unset}.sidebar-stub{display:grid;gap:40px;justify-items:center}.sidebar-stub__icon{color:#0003;display:block;height:100px;width:100px}.sidebar-stub__text-wrapper{display:grid;gap:16px;justify-items:center}.sidebar-stub__title{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:32px}.sidebar-stub__text{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.sidebar-stub__button{width:240px}.journal-tab-button{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;border:1px solid #e5e5e5;border-radius:8px;box-sizing:border-box;display:grid;justify-content:center;min-height:40px;transition:background-color ease-in-out .15s,border-color ease-in-out .15s,color ease-in-out .15s;width:100%}.journal-tab-button:enabled{cursor:pointer}.journal-tab-button:disabled{cursor:default}.journal-tab-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.journal-tab-button:focus:not(:focus-visible){box-shadow:none}.journal-tab-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.journal-tab-button:hover:not(:disabled){border-color:#b9b9b9}.journal-tab-button:hover:not(:disabled) .journal-tab-button__label{color:var(--color-theme-secondary)}.journal-tab-button:active:not(:disabled){border-color:var(--color-theme-variant)}.journal-tab-button:active:not(:disabled) .journal-tab-button__label{color:var(--color-theme-variant)}.journal-tab-button_disabled{background-color:#f6f6f6;border-color:#f6f6f6;cursor:default;pointer-events:none}.journal-tab-button_disabled .journal-tab-button__label{color:#cdcdcd}.journal-tab-button_active{background-color:rgba(var(--color-theme-assist-rgb),.08);border:none}.journal-tab-button_active:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.journal-tab-button_active:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.journal-tab-button_active .journal-tab-button__label{font-weight:700}.journal-tab-button__label{color:#3b3b3b;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.48px;line-height:20px;position:relative}.journal-tab-button__label_with-indicator:after{background-color:#d72323;border-radius:50%;content:"";height:6px;position:absolute;right:-21px;top:50%;transform:translateY(-50%);width:6px}.sidebar-tabs{list-style:none;margin:0;align-items:center;box-sizing:border-box;display:grid;gap:16px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;padding:12px 32px 20px}.sidebar-tabs__item{margin:0;padding:0}.sidebar-tabs__item .sidebar-tabs__item-button{font-weight:500}.sidebar-tabs__item_active .sidebar-tabs__item-button{background-color:rgba(var(--color-theme-assist-rgb),.08);font-weight:700}.sidebar-tabs__item_active .sidebar-tabs__item-button:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.sidebar-tabs__item_active .sidebar-tabs__item-button:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.subscription-payments__status{min-width:106px}.subscription-calculations{padding:16px 0}.subscription-calculations_printable .subscription-calculations__wrapper{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:19px}.subscription-calculations__wrapper{background-color:rgba(var(--color-theme-assist-rgb),.05);border-radius:8px;display:grid;gap:20px;grid-auto-flow:column;justify-content:space-between;padding:20px}.subscription-calculations__block{display:grid;gap:4px;grid-auto-flow:column}.subscription-calculations__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.subscription-calculations__value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.account-tab-section,.account-tab-section__crm-notes{display:grid}.account-tab-section__crm-note{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;padding:4px 0;word-break:break-word}.general-tab-section__button-wrapper{display:grid;justify-items:center;padding-top:16px}.general-tab-section__button{max-width:280px;width:100%}.general-tab-section__input [class^=inputError]{bottom:1px}.general-tab-section__status{display:grid;justify-self:start;min-width:140px}.journal-tab-section{flex:1;position:relative;width:100%}.order-tab-section__status{display:grid;justify-self:start;min-width:140px}.order-tab-section__crm-notes{display:grid}.order-tab-section__crm-note{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;padding:4px 0;word-break:break-word}.subscription-tab-section__status{display:grid;justify-self:start;min-width:140px}.deceased-dropdown-item{display:grid;gap:2px}.deceased-dropdown-item__name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.deceased-dropdown-item__info{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px}.remove-button .remove-button__button{background-color:#f9919a14;color:#d72323}.remove-button .remove-button__button:hover:not(:disabled){background-color:#f9919a29;color:#d72323}.remove-button .remove-button__button:active:not(:disabled){background-color:#f9919a33}.date-input-group{position:relative}.date-input-group__columns{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.date-input-group__text-error{bottom:-15px}.sidebar-decedent-form__editable-list{gap:2px}.sidebar-decedent-form__editing-list{gap:12px}.sidebar-decedent-form__list-item{min-height:32px;padding:0}.sidebar-decedent-form__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px;padding:12px 0}.sidebar-decedent-form__row-input [class^=inputError]{bottom:1px}.sidebar-decedent-form__remove{padding-top:12px}.work-order-decedents .description-list__value{line-height:24px}.attachments-block{display:grid;gap:24px}.attachments-block__attachments{list-style:none;padding:0;margin:-18px 0 0 -18px;display:flex;flex-wrap:wrap;justify-content:flex-start}.attachments-block__attachments>.attachment{margin-left:18px;margin-top:18px}.toggler{align-items:center;display:inline-grid;height:24px;justify-content:center;position:relative;width:44px}.toggler:not(.toggler_disabled){cursor:pointer}.toggler_disabled{pointer-events:none}.toggler_disabled .toggler__trigger{background-color:#f2f2f2;border:1px solid #f2f2f2}.toggler__checkbox{height:0;left:0;margin:0;opacity:0;position:absolute;top:0;width:0}.toggler:not(.toggler_disabled):hover .toggler__checkbox+.toggler__trigger-wrapper{background-color:#0000000a;box-shadow:0 0 0 8px #0000000a}.toggler__checkbox:checked+.toggler__trigger-wrapper{transform:translate(18px)}.toggler:not(.toggler_disabled):hover .toggler__checkbox:checked+.toggler__trigger-wrapper{background-color:#0000000a;box-shadow:0 0 0 8px #0000000a}.toggler:not(.toggler_disabled):hover .toggler__checkbox:checked+.toggler__trigger-wrapper .toggler__trigger{background-color:var(--color-theme-accent)}.toggler:not(.toggler_disabled) .toggler__checkbox:checked+.toggler__trigger-wrapper .toggler__trigger{background-color:var(--color-theme-accent)}.toggler:not(.toggler_disabled) .toggler__checkbox:focus-visible+.toggler__trigger-wrapper{background-color:#00000014;box-shadow:0 0 0 8px #00000014}.toggler__trigger-wrapper{border-radius:50%;box-sizing:border-box;height:24px;left:0;padding:2px;position:absolute;top:0;transition:transform .15s,background-color .15s,box-shadow .15s;width:24px}.toggler:not(.toggler_disabled):hover .toggler__trigger-wrapper~.toggler__groove{background-color:#0003}.toggler__trigger{background-color:#fff;border:1px solid rgba(0,0,0,.5);border-radius:50%;box-sizing:border-box;display:block;height:20px;transition:background-color .15s;width:20px}.toggler__groove{background-color:#0000001a;border-radius:10px;height:12px;transition:background-color .15s;width:32px}.work-order-due-date{display:grid;gap:12px;grid-template-columns:1fr 1fr}.work-order-due-date__date-picker .text-error_input-error{bottom:-14px}.work-order-details__report{align-items:center;display:grid;gap:12px;grid-auto-flow:column;justify-content:start}.work-order-details__date{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.work-order-details__attachments{display:grid;gap:24px}.work-order-details__report-button{background-color:rgba(var(--color-theme-assist-rgb),.08);width:100%}.work-order-details__report-button:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.work-order-details__report-button:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.cemetery-verification-indicator{align-items:center;display:flex;gap:8px}.cemetery-verification-indicator__icon{color:#d72323}.cemetery-verification-indicator__text{color:#d72323;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;background:#d7232314;border-radius:4px;padding:2px 8px}.cemetery-verification-indicator__link{color:var(--color-theme-accent);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;align-items:center;border-radius:4px;display:flex;gap:6px;text-decoration:underline}.cemetery-verification-indicator__link-icon{align-items:center;display:flex;position:relative}.cemetery-verification-indicator__link-icon svg{height:16px;width:16px}.cemetery-verification-indicator__link-icon:after,.cemetery-verification-indicator__link-icon:before{background-color:var(--color-theme-accent);border-radius:50%;content:"";height:0;left:50%;opacity:.05;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all ease-in-out .15s;width:0}.cemetery-verification-indicator__link:hover .cemetery-verification-indicator__link-icon:after{height:30px;width:30px}.cemetery-verification-indicator__link:active .cemetery-verification-indicator__link-icon:before{height:30px;width:30px}.links-form-item{align-items:center;display:grid;gap:20px}.links-form-item_removable{grid-template-columns:1fr auto}.links-form-item_small{gap:12px}.links-form-item__button{color:var(--color-theme-accent)}.links-form{display:grid;gap:24px}.links-form_small{gap:16px}.location-unlink{align-items:center;background-color:rgba(var(--color-theme-assist-rgb),.08);border-radius:8px;box-sizing:border-box;display:grid;gap:16px;grid-auto-flow:column;justify-content:center;padding:8px 12px;width:100%}.location-unlink .location-unlink__button>span{padding-right:12px}.location-unlink__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.work-order-location-coords{display:grid;gap:12px}.work-order-location-coords__input{align-items:center;display:grid;gap:12px;grid-template-columns:1fr 32px}.work-order-location-coords__input-wrapper{position:relative}.work-order-location-coords__input-wrapper .text-error_input-error{bottom:-14px}.work-order-location-coords__button{height:32px;width:32px}.work-order-location-links{display:grid;gap:4px;justify-items:start}.work-order-location-links__link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.work-order-location-links__link_printable{text-overflow:unset;white-space:unset}.work-order-location{display:grid}.work-order-services{display:grid;gap:16px}.work-order-services__button{height:28px;width:28px}.dropdown-action-button{background:none;border:0;font:inherit;line-height:normal;margin:0;text-align:unset;text-decoration:none;outline:none;align-items:center;background-color:#fff;border-radius:16px;display:grid;gap:8px;grid-template-columns:24px auto;padding:6px;transition:background-color .15s}.dropdown-action-button:enabled{cursor:pointer}.dropdown-action-button:disabled{cursor:default}.dropdown-action-button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.dropdown-action-button:focus:not(:focus-visible){box-shadow:none}.dropdown-action-button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.dropdown-action-button:hover{background-color:#0000000d}.dropdown-action-button:hover .dropdown-action-button__icon{opacity:.8}.dropdown-action-button:active{background-color:#0000001a}.dropdown-action-button:active .dropdown-action-button__icon{opacity:1}.dropdown-action-button__icon{align-items:center;border-radius:50%;color:#fff;display:grid;height:24px;justify-content:center;opacity:.6;transition:opacity .15s;width:24px}.dropdown-action-button__icon svg{height:16px;width:16px}.dropdown-action-button__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;text-align:inherit}.dropdown-action-button_active .dropdown-action-button__icon{background-color:#4fb653}.dropdown-action-button_archived .dropdown-action-button__icon{background-color:#c174c2}.dropdown-action-button_inactive .dropdown-action-button__icon{background-color:#d72323}.dropdown-action-button_approved{background-color:#caad4708}.dropdown-action-button_approved .dropdown-action-button__icon{background-color:#caad47}.dropdown-action-button_approved:hover{background-color:#caad471a}.dropdown-action-button__label_approved{color:#caad47;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_approved{background-color:#caad47}.dropdown-action-button_assigned{background-color:#cf4fda08}.dropdown-action-button_assigned .dropdown-action-button__icon{background-color:#cf4fda}.dropdown-action-button_assigned:hover{background-color:#cf4fda1a}.dropdown-action-button__label_assigned{color:#cf4fda;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_assigned{background-color:#cf4fda}.dropdown-action-button_canceled{background-color:#b8a2a208}.dropdown-action-button_canceled .dropdown-action-button__icon{background-color:#b8a2a2}.dropdown-action-button_canceled:hover{background-color:#b8a2a21a}.dropdown-action-button__label_canceled{color:#b8a2a2;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_canceled{background-color:#b8a2a2}.dropdown-action-button_done{background-color:#2b952908}.dropdown-action-button_done .dropdown-action-button__icon{background-color:#2b9529}.dropdown-action-button_done:hover{background-color:#2b95291a}.dropdown-action-button__label_done{color:#2b9529;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_done{background-color:#2b9529}.dropdown-action-button_first-touch{background-color:#00bd7908}.dropdown-action-button_first-touch .dropdown-action-button__icon{background-color:#00bd79}.dropdown-action-button_first-touch:hover{background-color:#00bd791a}.dropdown-action-button__label_first-touch{color:#00bd79;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_first-touch{background-color:#00bd79}.dropdown-action-button_in-progress{background-color:#4f7eda08}.dropdown-action-button_in-progress .dropdown-action-button__icon{background-color:#4f7eda}.dropdown-action-button_in-progress:hover{background-color:#4f7eda1a}.dropdown-action-button__label_in-progress{color:#4f7eda;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_in-progress{background-color:#4f7eda}.dropdown-action-button_production{background-color:#ff7a0008}.dropdown-action-button_production .dropdown-action-button__icon{background-color:#ff7a00}.dropdown-action-button_production:hover{background-color:#ff7a001a}.dropdown-action-button__label_production{color:#ff7a00;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_production{background-color:#ff7a00}.dropdown-action-button_qa{background-color:#7b67cc08}.dropdown-action-button_qa .dropdown-action-button__icon{background-color:#7b67cc}.dropdown-action-button_qa:hover{background-color:#7b67cc1a}.dropdown-action-button__label_qa{color:#7b67cc;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_qa{background-color:#7b67cc}.dropdown-action-button_undistributed{background-color:#e74f3b08}.dropdown-action-button_undistributed .dropdown-action-button__icon{background-color:#e74f3b}.dropdown-action-button_undistributed:hover{background-color:#e74f3b1a}.dropdown-action-button__label_undistributed{color:#e74f3b;text-align:center}.dropdown-action-button__icon.dropdown-action-button__icon_undistributed{background-color:#e74f3b}.dropdown-action-button_disabled{pointer-events:none}.dropdown-action-button_disabled .dropdown-action-button__icon{background-color:#0000001a;color:#fff}.dropdown-action-button_disabled .dropdown-action-button__label{color:#0000004d}.dropdown-action-button_work-order-status-changer,.dropdown-action-button_work-orders-multi-status{background-color:#fff;height:40px;padding:0 6px}.dropdown-action-button_work-order-status-changer .dropdown-action-button__icon,.dropdown-action-button_work-orders-multi-status .dropdown-action-button__icon{opacity:.8}.table-button-dropdown{background-color:#fff;border-radius:16px;box-shadow:0 -1px 4px #0000000a,0 2px 4px #00000029;cursor:default;left:0;overflow:hidden;position:absolute;right:0;z-index:11}.table-button-dropdown_top{bottom:0;padding:2px 2px 46px}.table-button-dropdown_bottom{padding:46px 2px 2px;top:0}.table-button-dropdown_work-order{margin:-4px}.table-button-dropdown_work-order .table-button-dropdown__actions{gap:4px;padding:2px 4px}.table-button-dropdown_work-order .dropdown-action-button{grid-template-columns:auto}.table-button-dropdown_work-order-status-changer{border-radius:12px;bottom:-16px;box-sizing:border-box;left:50%;padding:16px;transform:translate(-50%);width:352px}.table-button-dropdown_work-order-status-changer .table-button-dropdown__actions{gap:4px;padding-bottom:58px}.table-button-dropdown_work-orders-multi-status{border-radius:12px;bottom:4px;box-sizing:border-box;left:unset;padding:16px;right:4px;width:232px}.table-button-dropdown_work-orders-multi-status .table-button-dropdown__actions{gap:4px;padding-bottom:58px}.table-button-dropdown__actions{display:grid;gap:8px}.work-order-status-changer{display:flex;justify-content:center;padding-top:24px;position:relative}.work-order-status-changer__wrapper{align-items:center;display:flex;flex-direction:column;gap:20px}.work-order-status-changer__status-hint{color:#d72323;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.work-order-status-changer__button{position:relative;z-index:12}.map-modal{background-color:#fff;border-radius:4px;box-shadow:-2px 3px 6px #0000002e;box-sizing:border-box;display:grid;gap:16px;left:19px;padding:16px;position:relative;width:240px}.map-modal:before{background:#fff;clip-path:polygon(50% 0,50% 50%,50% 100%,0 50%);content:"";display:block;height:17px;left:-8px;position:absolute;top:50%;transform:translateY(-50%);width:17px}.location-info__deceaseds{list-style:none;margin:0;padding:0;display:grid;gap:8px}.location-info__deceased{margin:0;padding:0;display:grid;gap:4px}.location-info__deceased-name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px}.location-info__deceased-date{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px}.location-info__coordinates{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px;line-height:22px;text-align:center}.layer-label{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #00000029;box-sizing:border-box;display:flex;height:24px;position:absolute;top:-16px;z-index:999}.layer-label:before,.layer-label:after{content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.layer-label:before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #ffffff;bottom:-4px}.layer-label:after{border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #ffffff;bottom:-2.5px}.layer-label__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.24px;line-height:16px;padding:4px 8px;text-align:center;white-space:nowrap}.layer-label__counters{color:#fff;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.24px;line-height:16px;align-items:center;display:flex;justify-content:center;line-height:12px;padding:6px 4px}.layer-label__counters:last-child{border-radius:0 4px 4px 0}.layer-label__counters_normal{background-color:var(--color-theme-assist)}.layer-label__counters_red-flag{background-color:#d72323}.home-control{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;background-color:#fff;border-radius:2px;box-shadow:0 4px 4px #00000040;display:grid;height:40px;justify-content:center;-webkit-user-select:none;user-select:none;width:40px}.home-control:enabled{cursor:pointer}.home-control:disabled{cursor:default}.home-control:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.home-control:focus:not(:focus-visible){box-shadow:none}.home-control:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.home-control__icon{color:#3b3b3b}.zoom-controls{background-color:#fff;border-radius:2px;box-shadow:0 4px 4px #00000040;display:grid}.zoom-controls__control{background:none;border:0;font:inherit;line-height:normal;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;background-color:#fff;display:grid;height:36px;justify-content:center;margin:2px;-webkit-user-select:none;user-select:none;width:36px}.zoom-controls__control:enabled{cursor:pointer}.zoom-controls__control:disabled{cursor:default}.zoom-controls__control:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.zoom-controls__control:focus:not(:focus-visible){box-shadow:none}.zoom-controls__control:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.zoom-controls__control_disabled{cursor:default}.zoom-controls__control_disabled .zoom-controls__control-icon{color:#c4c4c4}.zoom-controls__control:first-of-type{border-radius:2px 2px 0 0}.zoom-controls__control:last-of-type{border-radius:0 0 2px 2px}.zoom-controls__control-icon{color:#3b3b3b}.zoom-controls__divider{background-color:#c4c4c4;height:1px;justify-self:center;width:28px}.map{height:100%;position:relative;width:100%;z-index:20}.map__controls-wrapper{display:grid;gap:16px;margin-bottom:20px;margin-right:20px}.locations-map{display:grid;grid-template-rows:72px 1fr;inset:0;position:fixed;z-index:1100}.locations-map__header{align-items:center;background-color:#fff;display:grid;gap:16px;grid-template-columns:32px 1fr;padding:20px 32px}.locations-map__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.sidebar{box-sizing:border-box;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1001}.sidebar_external{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;outline:none;position:relative;width:auto;z-index:0}.sidebar_external .sidebar__content{animation:none;box-shadow:0 4px 12px #0000001a,0 4px 20px #0000000d;display:flex;flex:1;flex-direction:column;position:relative;transform:none;z-index:0}.sidebar_external .sidebar__content_printable,.sidebar_printable{box-shadow:none}.sidebar__shadow{animation:.15s ease-in-out forwards fadeIn;background-color:#00000073;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:10}.sidebar__content{animation:.15s ease-in-out forwards showFromRight;background-color:#fff;box-shadow:0 4px 8px #00000029;box-sizing:border-box;display:flex;height:100%;position:absolute;right:0;top:0;transform:translate(100%);width:728px;z-index:100}.sidebar__content_wider{width:900px}.sidebar__content_printable{box-shadow:none}.sidebar__content_full-height{height:calc(var(--vh, 1vh) * 100 - 64px)}.sidebar__content_full-height.sidebar__content_printable{height:calc(var(--vh, 1vh) * 100 - 80px)}.sidebar__content-wrapper{box-sizing:border-box;display:flex;flex:1;flex-direction:column;height:100%}.sidebar__content-body{align-content:start;box-sizing:border-box;display:grid;flex:1;gap:28px;height:100%;overflow:hidden auto;padding:0 32px 32px}@media print{.sidebar__content-body{overflow:unset;padding:0 32px}}.sidebar__content-body_flex{display:flex;flex-direction:column;gap:unset;overflow:unset}.sidebar__content-body_flex-custom-padding{display:flex;flex-direction:column;gap:unset;overflow:unset;padding:0 0 16px}.sidebar__content-body_flex-without-padding{display:flex;flex-direction:column;gap:unset;overflow:unset;padding:0}.sidebar__content-body_printable{gap:0}.sidebar__content-body_with-error{align-content:center;padding-bottom:0}.sidebar_hide .sidebar__content{animation:.15s ease-in-out forwards hideToRight}.sidebar_hide .sidebar__shadow{animation:.15s ease-in-out forwards fadeOut}.sidebar__actions{align-items:center;display:grid;gap:20px;grid-auto-columns:208px;grid-auto-flow:column;justify-content:center}.sidebar__tabs_small-bottom-padding{padding-bottom:12px}.main-layout{display:grid;grid-template-areas:"navbar toppanel" "navbar .";grid-template-columns:48px 1fr;grid-template-rows:72px 1fr;height:100vh;width:100%}.main-layout_headless{grid-template-areas:"navbar .";grid-template-rows:1fr}.main-layout__content{overflow-y:auto}.chat-button{position:relative}.chat-button_button .chat-button__icon{color:#3b3b3b;height:24px;width:24px}.chat-button_button .chat-button__indicator{left:16px;top:16px}.chat-button_icon .chat-button__indicator{left:12px;top:12px}.chat-button_icon-button .chat-button__indicator{left:18px;top:18px}.chat-button__button{background:none;border:0;font:inherit;line-height:normal;margin:0;outline:none;padding:0;text-align:unset;text-decoration:none;display:grid;gap:12px;grid-template-columns:24px 1fr}.chat-button__button:enabled{cursor:pointer}.chat-button__button:disabled{cursor:default}.chat-button__button:hover .chat-button__label{text-decoration:underline}.chat-button__icon{display:block;height:20px;width:20px}.chat-button__icon_disabled{color:#0003}.chat-button__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px}.chat-button__indicator{background-color:#d72323;border:1px solid rgb(255,255,255);border-radius:50%;box-sizing:border-box;height:8px;pointer-events:none;position:absolute;width:8px}.financials{align-items:center;display:grid;gap:20px;grid-auto-flow:column}.financials__info{align-items:center;display:grid;gap:6px;grid-auto-flow:column}.financials__info-name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.financials__info-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.financials_with-background{background-color:rgba(var(--color-theme-assist-rgb),.05);border-radius:4px;padding:12px}.financials_with-background .financials__info{gap:8px;justify-content:start}.financials_with-background .financials__info-name{color:#00000080}.financials_with-two-columns{grid-template-columns:repeat(2,1fr)}.financials_with-three-columns{grid-template-columns:repeat(3,1fr)}.account-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-sizing:border-box;display:grid;gap:32px;grid-auto-flow:column;justify-content:space-between;padding:16px 32px 15px}.account-header__person-info{align-items:center;display:grid;gap:24px;grid-auto-flow:column}.account-header__person-name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px;word-break:break-word}.account-header__person-record,.account-header__person-chat{align-items:center;display:grid;gap:24px;grid-template-columns:auto 1fr}.account-header__person-record:before,.account-header__person-chat:before{background-color:#0003;content:"";display:block;height:16px;width:1px}.account-header__person-link{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px;align-items:center;display:grid;gap:12px;grid-auto-flow:column;word-break:break-word}.account-header__phone-icon,.account-header__email-icon{color:#3b3b3b}.card-wrapper{align-content:start;background:#fff;border-radius:8px 0 0 8px;border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box;display:grid;gap:16px;padding:24px 23px 24px 24px}.card-wrapper__details-header{align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto}.card-wrapper__details-title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:19px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px;word-break:break-word}.horizontal-records{list-style:none;margin:0;padding:0;display:grid;gap:20px;grid-auto-columns:1fr;grid-auto-flow:column}.horizontal-records__item{margin:0;padding:0;display:grid;gap:4px;grid-template-rows:max-content max-content}.horizontal-records__item-key{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;align-self:start}.horizontal-records__item-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;word-break:break-word}.order-items{border:1px solid rgba(0,0,0,.1);border-radius:4px;display:grid}.order-items__header{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);border-radius:4px 4px 0 0;display:grid;gap:12px;grid-template-columns:48px 1fr;padding:8px 12px 7px}.order-items__list{list-style:none;margin:0;padding:0;display:grid}.order-items__item{margin:0;align-items:center;display:grid;gap:12px;grid-template-columns:48px 1fr 20px;padding:12px}.order-items__item:nth-of-type(odd){background:#00000005}.order-items__item-sku,.order-items__item-name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;word-break:break-word}.order-items__item-icon{color:var(--color-theme-assist);display:block}.order-items__item-icon_fade{color:rgba(var(--color-theme-assist-rgb),.1)}.work-order-block{border-bottom:1px solid rgba(0,0,0,.1);display:grid;padding-bottom:15px;padding-top:16px}.work-order-block:last-child{border-bottom:none;padding-bottom:16px}.work-order-block__header{align-items:center;display:grid;gap:12px;grid-template-columns:1fr repeat(2,auto)}.work-order-block__header-info{display:flex;gap:4px}.work-order-block__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;display:block;min-width:144px}.work-order-block__records{grid-template-columns:repeat(4,1fr);padding-bottom:16px;padding-top:16px}.work-order-block__status{min-width:auto}.work-order-block__toggle{outline:none;background:none;border:none;border-radius:50%;cursor:pointer;height:32px;padding:0;width:32px}.work-order-block__toggle:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.work-order-block__toggle:focus:not(:focus-visible){box-shadow:none}.work-order-block__toggle:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.work-order-block__toggle:hover,.work-order-block__toggle:active{background-color:#0000000a}.work-order-block__toggler{transition:transform ease-in-out .15s}.work-order-block__toggler_open{transform:rotate(180deg)}.work-orders-section{align-content:start;background:#fff;border-radius:0 8px 8px 0;padding:24px}.work-orders-section__orders_empty{align-content:center;height:100%;justify-items:center}.work-orders-section__orders-header{align-items:center;display:grid;gap:20px}.work-orders-section__orders-header_without-orders{justify-items:center}.work-orders-section__orders-header_without-orders .work-orders-section__orders-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px;text-align:center}.work-orders-section__orders-header_without-orders .work-orders-section__add-order-button{min-width:200px}.work-orders-section__orders-header_with-orders{border-bottom:1px solid rgba(0,0,0,.1);gap:12px;grid-template-columns:1fr minmax(196px,auto);padding-bottom:16px}.work-orders-section__orders-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:19px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px}.order-card{border-radius:8px;box-shadow:0 3px 8px #0000001f;display:grid;grid-template-columns:520px 1fr}.order-card__info-wrapper{display:grid;gap:8px}.subscription-items{border:1px solid rgba(0,0,0,.1);border-radius:4px;display:grid}.subscription-items__header{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);border-radius:4px 4px 0 0;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);padding:8px 12px 7px}.subscription-items__list{list-style:none;margin:0;padding:0;display:grid}.subscription-items__item{margin:0;align-items:center;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);padding:12px}.subscription-items__item:nth-of-type(odd){background:#00000005}.subscription-items__item-plan,.subscription-items__item-period{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;word-break:break-word}.subscription-card{border-radius:8px;box-shadow:0 3px 8px #0000001f;display:grid;grid-template-columns:520px 1fr}.subscription-card__info-wrapper{display:grid;gap:8px}.account-page{background:#f2f2f2;display:grid;grid-template-rows:auto 1fr;height:100vh;overflow:hidden}.account-page__content{align-content:start;box-sizing:border-box;display:grid;gap:20px;margin:0 auto;max-width:1980px;overflow-y:auto;padding:24px 32px;width:100%}.accounts-page{display:flex;height:100%;overflow:hidden}.accounts-page__content{background-color:#0000;box-sizing:border-box;display:block;flex-grow:1;overflow:auto;padding:0;position:relative}.accounts-page__table-link{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;width:fit-content}.accounts-page__table-actions{display:grid;gap:20px;grid-auto-flow:column}.top-panel{align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;box-sizing:border-box;display:grid;grid-area:toppanel;grid-auto-flow:column;justify-content:space-between;padding:0 32px}.top-panel_accounts .top-panel__data .top-panel-search{width:336px}.top-panel_work-orders{grid-template-columns:auto 1fr}.top-panel_work-orders .top-panel__data{gap:16px;grid-template-columns:1fr auto;overflow:hidden}.top-panel_work-orders .top-panel__data .top-panel-search{width:201px}.top-panel_work-orders .top-panel__intro{width:214px}.top-panel__intro{display:grid}.top-panel__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.top-panel__subtitle{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px}.top-panel__data{align-items:center;display:grid;gap:28px;grid-auto-flow:column}.top-panel__data .top-panel-search{grid-template-columns:auto 1fr;width:324px}.top-panel__data .top-panel-search>:nth-child(1){left:44px;order:2}.top-panel__data .top-panel-search>:nth-child(2){order:3}.top-panel__data .top-panel-search>:nth-child(3){order:1}.top-panel__data .top-panel-search_with-value>:nth-child(1){order:2}.top-panel__data .top-panel-search_with-value>:nth-child(2){order:1}.accounts-header{display:grid;gap:24px;grid-auto-flow:column}.accounts-header__wrapper{display:grid;gap:16px;grid-auto-flow:column}.accounts-header__wrapper .accounts-header__chats-button{background-color:rgba(var(--color-theme-assist-rgb),.08)}.accounts-header__wrapper .accounts-header__chats-button:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.accounts-header__wrapper .accounts-header__chats-button:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.accounts-header__wrapper .accounts-header__chats-button .accounts-header__chats-button-icon{position:initial;transform:none}.accounts-header__wrapper .accounts-header__chats-button .accounts-header__chats-button-icon svg{height:16px;width:16px}.accounts-header__wrapper .accounts-header__chats-button .accounts-header__chats-button-wrapper{padding-left:15px;padding-right:15px}.filters-panel{flex-shrink:0;height:100%;position:relative;width:250px}.filters-panel:before{background:linear-gradient(90deg,#f1f1f1cc,#fff0);content:"";height:100%;pointer-events:none;position:absolute;right:-16px;top:0;width:16px;z-index:20}.filters-panel_column .filters-panel__wrapper{display:flex}.filters-panel_column .filters-panel__main-content{display:flex;flex-direction:column;width:100%}.filters-panel_with-top-panel .filters-panel__top-panel{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:19px}.filters-panel_with-top-panel .filters-panel__main-content{padding-top:20px}.filters-panel__wrapper{align-content:start;box-sizing:border-box;display:grid;height:100%;overflow:auto;padding:20px}.filters-panel__main-content{align-content:start;display:grid;gap:28px}.bundles-table{height:calc(100% - 60px);overflow:auto}.bundles-table__status{min-width:106px}.action-button_green{color:#4fb653}.action-button_red{color:#d72323}.catalog-bundle{align-items:center;background-color:#fff;border-radius:8px;bottom:25px;box-shadow:0 4px 12px #0000001f;display:grid;gap:20px;grid-template-columns:32px auto 320px 132px;left:50%;padding:20px;position:absolute;transform:translate(-50%)}.catalog-bundle__counter{align-items:center;display:grid;gap:8px;grid-template-columns:68px max-content}.catalog-bundle__counter-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.catalog-bundle__counter-amount{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;min-width:20px}.filter{align-content:start;box-sizing:border-box;display:grid;gap:20px}.filter__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.statuses-list{list-style:none;margin:0;padding:0;display:grid;gap:20px}.statuses-list__item{margin:0;padding:0}.catalog-filters__statuses-list{justify-content:start}.catalog-bundle-popup{background-color:#fff;border-radius:8px;box-shadow:0 3px 8px #0000001f;box-sizing:border-box;cursor:initial;display:grid;gap:24px;padding:24px;position:absolute;right:-4px;width:360px;z-index:1100}.catalog-bundle-popup_top{bottom:0}.catalog-bundle-popup_bottom{top:0}.catalog-bundle-popup__close-button{position:absolute;right:-16px;top:-16px}.catalog-bundle-popup__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;margin:0 auto;text-align:center}.catalog-bundle-popup__actions{display:grid;gap:20px;grid-template-columns:84px 208px}.products-table{height:calc(100% - 60px);overflow:auto}.products-table__status{min-width:106px}.products-table__bundle{position:relative}.services-table{height:calc(100% - 60px);overflow:auto}.services-table__status{min-width:106px}.services-table__bundle{position:relative}.table-top-panel{box-sizing:border-box;height:60px;padding:24px 32px 0}.table-top-panel__wrapper{border-bottom:1px solid #e5e5e5;padding-bottom:19px}.table-top-panel__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;display:grid;line-height:16px}.catalog-page{display:flex;height:100%;overflow:hidden}.catalog-page__content{flex-grow:1;position:relative}.external-sidebar{background:#00000008;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:32px 0}.confirmation-block{display:grid;gap:24px}.confirmation-block__header{align-items:center;display:grid;gap:12px;grid-template-columns:1fr 80px}.confirmation-block__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:28px}.confirmation-block__icon{height:16px;width:16px}.confirmation-block__wrapper{background-color:rgba(var(--color-theme-assist-rgb),.05);border-radius:16px;display:flex;flex-direction:column;gap:16px;padding:20px}.confirmation-block__subtitle{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.confirmation-block__content{gap:8px}.confirmation-block__item{align-items:start;gap:8px;grid-template-columns:140px auto;padding:0}.confirmation-block__item_attachments{align-items:start;padding-top:8px}.confirmation-block__item .description-list__value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px}.confirmation-status{align-items:center;display:grid;gap:12px;grid-auto-flow:column;justify-content:space-between}.confirmation-status__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:28px}.confirmation-status__toggles{display:grid;gap:24px;grid-auto-flow:column}.confirmation-tasks{display:grid;gap:16px}.confirmation-tasks__category{background-color:inherit;grid-template-columns:1fr;justify-content:left;padding:16px 0}.confirmation-tasks__category-name{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.confirmation-tasks__row{background-color:inherit;column-gap:15px;grid-template-columns:60px 1fr 60px 60px;padding:0}.confirmation-tasks__row .table-col:nth-last-child(-n+2){justify-self:end}.confirmation-tasks__total{border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16px;padding-top:16px}.confirmation-tasks__income-key{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.confirmation-tasks__income-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;text-align:right}.confirmation-tasks__income{display:grid;gap:8px;grid-template-columns:128px 1fr}.confirmation-tasks__total-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;grid-template-columns:128px 1fr}.confirmation-tasks__item-key{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.confirmation-tasks__item-value{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;text-align:right}.confirmation-screen{display:grid;gap:32px}.confirmation-screen__attachments{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.confirmation-screen__link-list{display:flex;flex-direction:column;gap:4px;width:452px}.confirmation-screen__link{max-width:96%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:fit-content}.decedent-form{border:1px solid rgba(0,0,0,.1);border-radius:8px;box-sizing:border-box;display:grid;height:80px;transition:height .15s}.decedent-form .decedent-form__form{height:0;opacity:0;overflow:hidden;transition:height .15s,opacity .2s}.decedent-form_expanded{height:100%}.decedent-form_expanded .decedent-form__form{height:100%;opacity:1;overflow:initial}.decedent-form__header{align-items:center;display:grid;gap:16px;grid-template-columns:1fr 28px 40px;padding:19px 19px 0}.decedent-form__header-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.decedent-form__header-button svg{height:28px;transition:transform .2s;width:28px}.decedent-form__header-button_expanded svg{transform:rotate(180deg)}.decedent-form__form{box-sizing:border-box;display:grid;gap:24px;padding:32px 19px 19px}.decedent-form__form-row{display:grid;gap:20px;grid-auto-columns:1fr;grid-auto-flow:column;position:relative}.decedent-screen{display:grid;gap:32px}.decedent-screen__list{display:grid;gap:16px}.new-work-order-block{align-content:start;display:grid;gap:24px}.new-work-order-block__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.details-screen{align-content:start;display:grid;gap:24px}.details-screen__data{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.details-screen__flag{align-items:center;display:flex;gap:16px;width:100%}.details-screen__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.location-screen{align-content:start;display:grid;gap:32px}.location-screen__coordinates{align-items:center;display:grid;gap:20px;grid-template-columns:1fr auto}.location-screen__pin-icon{color:var(--color-theme-accent)}.new-work-order-heading{display:grid;gap:20px}.new-work-order-heading__title{margin:0;padding:0;color:#000000e6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:28px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:40px}.new-work-order-heading__description{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.new-work-order-container{align-items:start;display:grid;height:100%;justify-content:center;overflow-y:auto;width:100%}.new-work-order-container__content{align-items:start;display:grid;gap:32px;padding:40px 0 48px;width:640px}.new-work-order-container__button{justify-self:center;min-width:240px}.new-work-order-tab{background:none;border:0;font:inherit;line-height:normal;margin:0;outline:none;text-align:unset;text-decoration:none;align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:8px;display:grid;gap:8px;grid-template-columns:20px 1fr;padding:9px 11px;transition:all .15s;word-break:break-word}.new-work-order-tab:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.new-work-order-tab:focus:not(:focus-visible){box-shadow:none}.new-work-order-tab:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.new-work-order-tab:enabled{cursor:pointer}.new-work-order-tab:disabled{cursor:default}.new-work-order-tab:hover:not(.new-work-order-tab_active,.new-work-order-tab_disabled){border-color:#0000004d}.new-work-order-tab:hover:not(.new-work-order-tab_active,.new-work-order-tab_disabled) .new-work-order-tab__icon,.new-work-order-tab:hover:not(.new-work-order-tab_active,.new-work-order-tab_disabled) .new-work-order-tab__label{color:var(--color-theme-secondary)}.new-work-order-tab_active{background-color:rgba(var(--color-theme-assist-rgb),.12);border-color:transparent}.new-work-order-tab_active:hover{background-color:rgba(var(--color-theme-assist-rgb),.2)}.new-work-order-tab_active .new-work-order-tab__label{font-weight:700}.new-work-order-tab_disabled{border-color:#0000001a;cursor:default}.new-work-order-tab_disabled .new-work-order-tab__icon{color:#0000004d}.new-work-order-tab_disabled .new-work-order-tab__label{color:#0003}.new-work-order-tab__icon{color:var(--color-theme-accent);height:20px;transition:color .15s;width:20px}.new-work-order-tab__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;transition:color .15s}.new-work-order-tabs{display:grid;gap:12px;grid-auto-flow:column}.new-work-order-header{align-items:center;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:grid;gap:4px;grid-template-columns:1fr auto 1fr;justify-content:center;padding:16px 32px 15px}.new-work-order-header__left-block{align-items:center;display:grid;gap:24px;grid-template-columns:32px 1fr}.new-work-order-header__title{color:#000000e6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.new-work-order-success{align-self:center;display:grid;gap:40px;justify-self:center;width:560px}.new-work-order-success__heading{display:grid;gap:20px}.new-work-order-success__title{margin:0;padding:0;color:#000000e6;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:22px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:32px;text-align:center}.new-work-order-success__description{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;text-align:center}.new-work-order-success__buttons{display:grid;gap:16px;justify-self:center;width:280px}.remove-dialog{align-items:center;background:#fff;border-radius:4px;box-sizing:border-box;display:grid;gap:8px;grid-auto-flow:column;min-width:188px;padding:8px 8px 8px 12px;position:absolute;right:56px;top:50%;transform:translateY(-50%)}.remove-dialog:before{background:#fff;clip-path:polygon(0 0,100% 50%,0 100%,0 0);content:"";display:block;height:16px;position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:8px}.remove-dialog__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.remove-dialog__icon{color:var(--color-theme-accent)}.total-block{background-color:rgba(var(--color-theme-assist-rgb),.05);border-radius:16px;display:grid;gap:16px;padding:20px}.total-block__title{margin:0;padding:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.total-block__list{list-style:none;margin:0;padding:0;display:grid;gap:8px;grid-template-columns:128px 1fr}.total-block__item-key{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.total-block__item-value{margin:0;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;text-align:right}.total-block__income{border-top:1px solid rgba(0,0,0,.1);display:grid;gap:8px;grid-template-columns:128px 1fr;padding-top:16px}.total-block__income-key{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.3px;line-height:24px}.total-block__income-value{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:28px;text-align:right}.task-screen{display:grid;gap:24px}.task-screen__category-row{grid-template-columns:1fr;padding:24px 0 8px;row-gap:24px}.task-screen__category-row:not(:first-child){padding-top:16px}.task-screen__category-row:not(:first-child):before{border-top:1px solid rgba(0,0,0,.1);content:""}.task-screen__category{align-items:center;display:grid;gap:16px;grid-template-columns:max-content 144px;justify-content:space-between}.task-screen__category-name{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px}.task-screen__row{background-color:rgba(var(--color-theme-assist-rgb),.05);border:2px solid transparent;border-radius:8px;cursor:default;transition:background-color .15s,border-color .15s}.task-screen__row:not(.task-screen__row_new,.task-screen__row_assigned){cursor:pointer}.task-screen__row:not(.task-screen__row_selected,.task-screen__row_new,.task-screen__row_assigned):hover{background-color:rgba(var(--color-theme-assist-rgb),.1)}.task-screen__row:not(.task-screen__row_selected,.task-screen__row_new,.task-screen__row_assigned):hover .task-screen__check-icon{color:rgba(var(--color-theme-assist-rgb),.3)}.task-screen__row_selected{background-color:rgba(var(--color-theme-assist-rgb),.12);border-color:var(--color-theme-assist)}.task-screen__row_selected:hover{background-color:rgba(var(--color-theme-assist-rgb),.16)}.task-screen__row_selected .task-screen__check-icon{color:var(--color-theme-assist)}.task-screen__row_new{background-color:rgba(var(--color-theme-assist-rgb),.12);border-color:var(--color-theme-assist)}.task-screen__row_assigned{background-color:transparent}.task-screen__row_assigned:hover .task-screen__check-icon{color:#0003}.task-screen__row_assigned .table-col__text{color:#0006}.task-screen__row_assigned .task-screen__check-icon{color:#0000001a}.task-screen__check-icon{color:rgba(var(--color-theme-assist-rgb),.1);height:24px;justify-self:center;transition:color .15s;width:24px}.task-screen__trash-icon{color:var(--color-theme-accent)}.new-work-order-page{display:grid;grid-template-rows:minmax(72px,auto) 1fr;height:100vh;overflow:hidden;width:100%}.new-work-order-page_success{grid-template-rows:initial}.orders-header{display:grid;gap:32px;grid-auto-flow:column}.chip{background:none;border:0;font:inherit;line-height:normal;margin:0;text-align:unset;text-decoration:none;color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;outline:none;align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.3);border-radius:16px;display:inline-grid;padding:5px 16px;text-align:center;transition:border-color .15s;word-break:break-all}.chip:enabled{cursor:pointer}.chip:disabled{cursor:default}.chip:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.chip:focus:not(:focus-visible){box-shadow:none}.chip:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.chip:not(.chip_disabled,.chip_active):hover{border-color:#00000080}.chip:not(.chip_disabled,.chip_active):active{background-color:#f2f2f2;border-color:#00000080}.chip_flattened{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.2;letter-spacing:.24px;line-height:16px;padding:3px 11px}.chip_active:not(.chip_disabled){background-color:var(--color-theme-accent);border-color:var(--color-theme-accent);color:#ffffffe6;pointer-events:none}.chip_disabled{background-color:#f2f2f2;border-color:#f2f2f2;color:#0003;pointer-events:none}.date-range{display:grid;gap:20px;position:relative}.date-range__error{position:static}.date-range__chips-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.date-range__chips-list_2-cols{grid-template-columns:1fr 1fr}.date-range__chips-list-item{margin:0;padding:0;display:grid}.filter-block{align-content:start;box-sizing:border-box;display:grid;gap:20px}.filter-block__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.payment-status-badge{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;align-content:center;border-radius:4px;box-sizing:border-box;display:grid;height:24px;text-align:center;width:24px}.payment-status-badge_paid{background-color:#1387361a;color:#138736}.payment-status-badge_partially-paid{background-color:#36b7af1a;color:#36b7af}.payment-status-badge_pending-payment{background-color:#2b7fcc1a;color:#2b7fcc}@media print{.payment-status-badge{background-color:#fff;color:#000c}}.orders-page{display:flex;height:100%;overflow:hidden}.orders-page__content{background-color:#0000;box-sizing:border-box;display:block;flex-grow:1;overflow:auto;padding:0;position:relative}.orders-page__status-block{align-items:center;display:grid;gap:16px;grid-template-columns:auto 1fr}.orders-page__status{width:140px}.payments-header{display:grid;gap:50px;grid-auto-flow:column}.payments-page{display:flex;height:100%;overflow:hidden}.payments-page .payments-page__export-button{margin-top:auto}.payments-page__button svg{height:16px;width:16px}.payments-page__content{background-color:#0000;box-sizing:border-box;display:block;flex-grow:1;overflow:auto;padding:0;position:relative}.print-order-page{background-color:#fff;box-sizing:border-box;padding:40px}@media print{.print-order-page{padding:0}}.print-subscription-page{background-color:#fff;box-sizing:border-box;padding:40px}@media print{.print-subscription-page{padding:0}}.print-work-order-page{background-color:#fff;box-sizing:border-box;padding:40px}@media print{.print-work-order-page{padding:0}}.table-button{align-items:center;display:grid;padding:4px;position:relative}.table-button.table-button_disabled .table-button__button{pointer-events:none}.table-button.table-button_disabled .table-button__icon{background-color:#0000001a}.table-button.table-button_disabled .table-button__label{color:#0000004d}.table-button_work-order{box-sizing:border-box;padding:0;width:100%}.table-button_work-order .table-button__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.24px;line-height:16px}.table-button_work-order .table-button__button{grid-template-columns:24px 1fr 16px;padding-right:8px}.table-button_work-order .table-button__icon svg{height:24px;width:24px}.table-button__button{background:none;border:0;font:inherit;line-height:normal;margin:0;text-align:unset;text-decoration:none;outline:none;align-items:center;border-radius:16px;display:grid;gap:8px;grid-template-columns:24px 62px 16px;padding:4px 8px 4px 4px;position:relative;transition:background-color .15s ease-out;z-index:10}.table-button__button:enabled{cursor:pointer}.table-button__button:disabled{cursor:default}.table-button__button:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.table-button__button:focus:not(:focus-visible){box-shadow:none}.table-button__button:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.table-button__button_toggler-open{z-index:12}.table-button__badge{align-items:center;border-radius:16px;display:grid;gap:8px;grid-template-columns:24px 86px;padding:4px 8px 4px 4px}.table-button__icon{align-items:center;border-radius:50%;color:#fff;display:grid;height:24px;justify-content:center;width:24px}.table-button__icon svg{height:16px;width:16px}.table-button__label{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;line-height:24px}.table-button__toggler{color:#000c;height:16px;width:16px}.table-button__toggler_open{transform:rotate(180deg)}.table-button_active .table-button__button,.table-button_active .table-button__badge{background-color:#4fb65314}.table-button_active .table-button__button:hover{background-color:#4fb6531f}.table-button_active .table-button__button:active,.table-button_active .table-button__button_toggler-open{background-color:#4fb65333}.table-button_active .table-button__icon{background-color:#67d36b}.table-button_active .table-button__label{color:#4fb653}.table-button_archived .table-button__button,.table-button_archived .table-button__badge{background-color:#c174c214}.table-button_archived .table-button__button:hover{background-color:#c174c21f}.table-button_archived .table-button__button:active,.table-button_archived .table-button__button_toggler-open{background-color:#c174c233}.table-button_archived .table-button__label{color:#c174c2}.table-button_inactive .table-button__button,.table-button_inactive .table-button__badge{background-color:#d7232314}.table-button_inactive .table-button__button:hover{background-color:#d723231f}.table-button_inactive .table-button__button:active,.table-button_inactive .table-button__button_toggler-open{background-color:#d7232333}.table-button_inactive .table-button__icon{background-color:#d72323}.table-button_inactive .table-button__label{color:#d72323}.table-button_approved .table-button__button,.table-button_approved .table-button__badge{background-color:#caad4714}.table-button_approved .table-button__button:hover{background-color:#caad471f}.table-button_approved .table-button__button:active,.table-button_approved .table-button__button_toggler-open{background-color:#caad4733}.table-button_approved .table-button__icon{background-color:#caad47}.table-button_approved .table-button__label{color:#caad47}.table-button_assigned .table-button__button,.table-button_assigned .table-button__badge{background-color:#cf4fda14}.table-button_assigned .table-button__button:hover{background-color:#cf4fda1f}.table-button_assigned .table-button__button:active,.table-button_assigned .table-button__button_toggler-open{background-color:#cf4fda33}.table-button_assigned .table-button__icon{background-color:#cf4fda}.table-button_assigned .table-button__label{color:#cf4fda}.table-button_canceled .table-button__button,.table-button_canceled .table-button__badge{background-color:#b8a2a214}.table-button_canceled .table-button__button:hover{background-color:#b8a2a21f}.table-button_canceled .table-button__button:active,.table-button_canceled .table-button__button_toggler-open{background-color:#b8a2a233}.table-button_canceled .table-button__icon{background-color:#b8a2a2}.table-button_canceled .table-button__label{color:#b8a2a2}.table-button_done .table-button__button,.table-button_done .table-button__badge{background-color:#2b952914}.table-button_done .table-button__button:hover{background-color:#2b95291f}.table-button_done .table-button__button:active,.table-button_done .table-button__button_toggler-open{background-color:#2b952933}.table-button_done .table-button__icon{background-color:#2b9529}.table-button_done .table-button__label{color:#2b9529}.table-button_first-touch .table-button__button,.table-button_first-touch .table-button__badge{background-color:#00bd7914}.table-button_first-touch .table-button__button:hover{background-color:#00bd791f}.table-button_first-touch .table-button__button:active,.table-button_first-touch .table-button__button_toggler-open{background-color:#00bd7933}.table-button_first-touch .table-button__icon{background-color:#00bd79}.table-button_first-touch .table-button__label{color:#00bd79}.table-button_in-progress .table-button__button,.table-button_in-progress .table-button__badge{background-color:#4f7eda14}.table-button_in-progress .table-button__button:hover{background-color:#4f7eda1f}.table-button_in-progress .table-button__button:active,.table-button_in-progress .table-button__button_toggler-open{background-color:#4f7eda33}.table-button_in-progress .table-button__icon{background-color:#4f7eda}.table-button_in-progress .table-button__label{color:#4f7eda}.table-button_production .table-button__button,.table-button_production .table-button__badge{background-color:#ff7a0014}.table-button_production .table-button__button:hover{background-color:#ff7a001f}.table-button_production .table-button__button:active,.table-button_production .table-button__button_toggler-open{background-color:#ff7a0033}.table-button_production .table-button__icon{background-color:#ff7a00}.table-button_production .table-button__label{color:#ff7a00}.table-button_qa .table-button__button,.table-button_qa .table-button__badge{background-color:#7b67cc14}.table-button_qa .table-button__button:hover{background-color:#7b67cc1f}.table-button_qa .table-button__button:active,.table-button_qa .table-button__button_toggler-open{background-color:#7b67cc33}.table-button_qa .table-button__icon{background-color:#7b67cc}.table-button_qa .table-button__label{color:#7b67cc}.table-button_undistributed .table-button__button,.table-button_undistributed .table-button__badge{background-color:#e74f3b14}.table-button_undistributed .table-button__button:hover{background-color:#e74f3b1f}.table-button_undistributed .table-button__button:active,.table-button_undistributed .table-button__button_toggler-open{background-color:#e74f3b33}.table-button_undistributed .table-button__icon{background-color:#e74f3b}.table-button_undistributed .table-button__label{color:#e74f3b}.categories-table__double-column-cell{grid-column:2 span}.categories-table__add-button{justify-self:center;max-width:132px}.categories-table__actions .table-col__wrapper{gap:8px;grid-auto-flow:column;justify-content:end}.address-input__autocomplete-wrapper{position:relative}.address-input__autocomplete-wrapper input::placeholder{color:transparent}.pac-container{left:0!important;top:calc(100% + 3px)!important;width:100%!important;z-index:1002}body .pac-container:after{background:none;content:none;height:0}.pac-item{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;background-color:#0000000d;cursor:pointer;padding:9px 12px 10px}.pac-item .pac-icon{display:none}.file-input{outline:none;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-sizing:border-box;cursor:pointer;display:grid;gap:12px;grid-template-columns:1fr auto;padding:5px 11px;position:relative;transition:border-color .15s ease-in-out}.file-input:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.file-input:focus:not(:focus-visible){box-shadow:none}.file-input:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.file-input:hover{border-color:var(--input-hover-border-color)}.file-input_valid{gap:8px;grid-template-columns:auto 1fr auto}.file-input_invalid{border-color:#f9919a}.file-input_invalid:hover{border-color:#d95151}.file-input_invalid .file-input__text,.file-input_invalid .file-input__folder-icon{color:#d95151}.file-input__check-icon{color:#4fb653}.file-input__text{color:#0006;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;line-height:20px}.file-input__text_valid{color:#4fb653;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px}.file-input__input{display:none}.file-input__change-label{color:var(--color-theme-secondary);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.24px;line-height:16px}.file-input__folder-icon{color:var(--color-theme-accent);display:block;height:20px;opacity:.8;width:20px}.cemeteries-filter__toggle{display:flex;gap:8px;width:100%}.cemeteries-filter__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.geojson-download-link{background:none;border:0;font:inherit;line-height:normal;margin:0;padding:0;text-align:unset;text-decoration:none;outline:none;align-items:center;display:grid;gap:6px;grid-template-columns:16px 1fr;justify-self:start}.geojson-download-link:enabled{cursor:pointer}.geojson-download-link:disabled{cursor:default}.geojson-download-link:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.geojson-download-link:focus:not(:focus-visible){box-shadow:none}.geojson-download-link:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.geojson-download-link:hover:not(:disabled) .geojson-download-link__label{text-decoration:none}.geojson-download-link:disabled{cursor:wait}.geojson-download-link__loader,.geojson-download-link__loader .loader__spinner{height:16px;width:16px}.geojson-download-link__icon{display:block;height:16px;width:16px}.geojson-download-link__label{color:var(--color-theme-accent);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px;text-decoration:underline}.cemeteries-table{display:flex;height:100%;overflow:hidden}.cemeteries-table__double-column-cell{grid-column:2 span}.cemeteries-table__actions .table-col__wrapper{gap:8px;grid-auto-flow:column;justify-content:end}.cemeteries-table__container{background-color:#0000;box-sizing:border-box;display:block;flex-grow:1;overflow:auto;position:relative}.regions-table__double-column-cell{grid-column:2 span}.regions-table__add-button{justify-self:center;max-width:132px}.regions-table__actions .table-col__wrapper{gap:8px;grid-auto-flow:column;justify-content:end}.settings-page{height:100%;overflow:auto}.tab{outline:none;color:inherit;text-decoration:none;align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:8px;box-sizing:border-box;display:grid;padding:9px 11px;transition:background-color .15s,border-color .15s}.tab:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.tab:focus:not(:focus-visible){box-shadow:none}.tab:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.tab:hover:not(.tab_disabled){border-color:#0000004d}.tab:hover:not(.tab_disabled) .tab__title{color:var(--color-theme-secondary)}.tab_active{background-color:rgba(var(--color-theme-assist-rgb),.12);border-color:transparent;pointer-events:none}.tab_active .tab__title{color:var(--color-theme-accent);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.tab_disabled{cursor:default;pointer-events:none}.tab_disabled .tab__title,.tab_disabled .tab__icon{color:#0000004d}.tab_work-orders{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;align-items:flex-start;background-color:transparent;border:none;border-radius:0;display:flex;flex-wrap:nowrap;gap:8px;padding:24px 12px 0}.tab_work-orders:hover:not(.tab_active,.tab_disabled),.tab_work-orders:focus-visible:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.08);border-bottom:1px solid rgba(0,0,0,.2);border-radius:8px 8px 0 0;color:var(--color-theme-secondary)}.tab_work-orders.tab_active:focus-visible{border-bottom:2px solid var(--color-theme-secondary)}.tab_work-orders:focus-visible:not(:disabled){box-shadow:none}.tab_work-orders .tab__title{white-space:nowrap}.tab_work-orders .tab__title,.tab_work-orders .tab__count{padding:2px 0}.tab__indicator{background-color:#d72323;border:1px solid rgb(255,255,255);border-radius:50%;box-sizing:border-box;height:8px;margin-top:8px;width:8px}.tab_work-orders.tab_active{border-bottom:2px solid var(--color-theme-accent)}.tab__title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.25px;line-height:20px}.tab__count{color:#00000080;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px}.tab-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;grid-auto-flow:column}.tab-list_work-orders{align-items:stretch;gap:0;height:72px;justify-self:center;max-width:100%;overflow:auto hidden}.tab-list_work-orders .tab-list__item{display:grid}.tab-list__item{margin:0;padding:0}.wo-item-tasks{display:flex;flex-direction:column;gap:8px}.wo-item-tasks_empty .wo-item-tasks__text{color:#00000080}.wo-item-tasks__count{color:var(--color-theme-accent);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.48px;line-height:20px;background-color:rgba(var(--color-theme-assist-rgb),.08);border-radius:8px;padding:4px 8px;width:fit-content}.wo-item-tasks__text{margin:0}.icon-with-tooltip__icon{color:#0003;display:block}.icon-with-tooltip__icon_active{color:#d72323}.wo-status-panel .table-col__wrapper{gap:12px;grid-template-columns:1fr 1fr 1fr 148px;margin:0}.work-orders-filters_toggle{display:grid;gap:20px}.work-orders-filters__text{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.work-orders-filters__item{display:flex;gap:8px;width:100%}.pair-date{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.2;letter-spacing:.25px;line-height:20px;align-items:start;display:flex;justify-content:space-between}.pair-date__key{color:#00000080}.pair-date__value{color:#000c;max-width:230px;overflow-wrap:break-word;text-align:right}.pair-date__extra{color:#00000080;margin-left:8px}.work-order-info__header{align-items:center;display:grid;gap:10px;grid-auto-flow:column;justify-content:space-between}.work-order-info__options{align-items:center;display:grid;gap:12px;grid-auto-flow:column}.work-order-info__no{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.25px;line-height:20px}.work-order-info__body{display:grid;gap:8px}.work-order-info__count{color:var(--color-theme-accent);font-family:Poppins,Open Sans,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.48px;line-height:20px;background-color:rgba(var(--color-theme-assist-rgb),.08);border-radius:8px;margin-left:auto;padding:4px 8px;width:fit-content}.work-orders-multi-status{align-items:center;background-color:#fff;border-radius:8px;bottom:25px;box-shadow:0 4px 12px #0000001f;display:grid;gap:20px;grid-template-columns:32px auto 200px;left:50%;padding:20px;position:absolute;transform:translate(-50%)}.work-orders-multi-status__counter{align-items:center;display:grid;gap:8px;grid-template-columns:68px max-content}.work-orders-multi-status__counter-title{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.3px;line-height:24px}.work-orders-multi-status__counter-amount{color:#000c;font-family:Poppins,Open Sans,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.3px;line-height:24px;min-width:20px}.work-orders-multi-status__button-wrapper{z-index:12}.work-orders-view-toggler{display:grid;gap:12px}.work-orders-view-toggler .work-orders-view-toggler__button-secondary{background-color:rgba(var(--color-theme-assist-rgb),.08)}.work-orders-view-toggler .work-orders-view-toggler__button-secondary:hover:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.16)}.work-orders-view-toggler .work-orders-view-toggler__button-secondary:active:not(:disabled){background-color:rgba(var(--color-theme-assist-rgb),.2)}.work-orders-page{display:flex;height:100%;overflow:hidden}.work-orders-page__wrapper{display:flex;flex-grow:1;position:relative}.work-orders-page__content{background-color:#0000;flex-grow:1;overflow:auto}.app{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes showFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hideToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes showFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes hideToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}body{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;text-size-adjust:none}.flatpickr-calendar{background-color:#fff!important;border-radius:4px!important;box-shadow:0 4px 12px #0000001a,0 4px 20px #0000000d!important;box-sizing:border-box!important;width:316px!important}.flatpickr-calendar:before,.flatpickr-calendar:after{display:none!important}.flatpickr-calendar .flatpickr-months{padding:18px 18px 0!important}.flatpickr-calendar .flatpickr-innerContainer{padding:0 18px 18px!important}.flatpickr-days,.dayContainer{max-width:280px!important;min-width:280px!important;width:280px!important}.flatpickr-weekdays{padding-bottom:9px!important}.flatpickr-calendar *{color:#000c!important;font-family:Poppins,Open Sans,Arial,sans-serif!important}.flatpickr-weekday{color:#00000080!important;font-size:14px!important;font-weight:400!important}.flatpickr-day{align-items:center!important;border-radius:24px;display:flex!important;font-size:16px;font-weight:600!important;height:40px!important;line-height:20px!important;max-height:40px!important;max-width:40px!important;width:40px!important}.flatpickr-day:hover:not(.flatpickr-disabled){background-color:rgba(var(--color-theme-secondary-rgb),.08)!important;border-color:transparent!important}.flatpickr-day.today{border-color:#0000001a!important}.flatpickr-day.today:hover{background-color:rgba(var(--color-theme-accent-rgb),.08)!important}.flatpickr-day.selected{background-color:var(--color-theme-accent)!important;border:none!important;color:#fffffff2!important}.flatpickr-day.selected:hover{background-color:var(--color-theme-secondary)!important}.flatpickr-day.prevMonthDay{height:0!important;visibility:hidden!important;width:0!important}.flatpickr-day.nextMonthDay,.flatpickr-day.flatpickr-disabled{color:#0003!important}.flatpickr-day.nextMonthDay.selected{color:#fffffff2!important}.flatpickr-next-month,.flatpickr-next-month:hover,.flatpickr-prev-month,.flatpickr-prev-month:hover{color:#000c!important}.flatpickr-next-month svg,.flatpickr-next-month:hover svg,.flatpickr-prev-month svg,.flatpickr-prev-month:hover svg{height:12px!important;width:8px!important}.flatpickr-next-month svg path,.flatpickr-next-month:hover svg path,.flatpickr-prev-month svg path,.flatpickr-prev-month:hover svg path{fill:#000c!important}.flatpickr-next-month,.flatpickr-prev-month{outline:none;align-items:center!important;border-radius:50%!important;display:flex!important;height:24px!important;justify-content:center!important;padding:4px!important;transition:background-color .15s;width:24px!important}.flatpickr-next-month:focus:not(:disabled),.flatpickr-prev-month:focus:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.flatpickr-next-month:focus:not(:focus-visible),.flatpickr-prev-month:focus:not(:focus-visible){box-shadow:none}.flatpickr-next-month:focus-visible:not(:disabled),.flatpickr-prev-month:focus-visible:not(:disabled){box-shadow:0 0 0 1px #0000,0 0 0 2px #35cdfd}.flatpickr-next-month:hover,.flatpickr-prev-month:hover{background-color:rgba(var(--color-theme-secondary-rgb),.08)!important}.flatpickr-prev-month,.flatpickr-prev-month:hover{left:40px!important;top:24px!important}.flatpickr-next-month,.flatpickr-next-month:hover{right:40px!important;top:24px!important}.flatpickr-month{padding-bottom:28px!important}.flatpickr-current-month{left:50px!important;padding-top:12px!important}.flatpickr-current-month .cur-month,.flatpickr-current-month .cur-year{background:none!important;font-size:16px!important;font-weight:600!important;letter-spacing:.25px!important;line-height:20px!important}.flatpickr-current-month .numInputWrapper,.flatpickr-current-month .numInputWrapper .arrowUp:hover,.flatpickr-current-month .numInputWrapper .arrowDown:hover{background:none!important}@media(min-width:801px)and (max-height:780px){.flatpickr-calendar.animate.open.arrowTop,.flatpickr-calendar.animate.open.arrowBottom{top:calc(50% - 181px)!important}.flatpickr-calendar.animate.open.arrowTop:not(.arrowLeft),.flatpickr-calendar.animate.open.arrowBottom:not(.arrowLeft){translate:calc(100% + 44px)}}.infinite-scroll-component__outerdiv{height:100%}.scrollbar{scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.05);scrollbar-width:thin}.scrollbar::-webkit-scrollbar-track{background-color:#0000000d;border-radius:3px}.scrollbar::-webkit-scrollbar{background-color:#0000000d;width:6px}.scrollbar_horizontal::-webkit-scrollbar{height:6px}.scrollbar::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.small-settings-page-loader{padding-left:6px}
